Skip to content

Flexonze/claude-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Made with ❤️ and ☕ by Félix

MIT License Made for Claude Code GitHub stars

/claude-init

Automatically generate Claude Code configs tailored for your project.

Installation

Mac / Linux

curl -fsSL https://raw.githubusercontent.com/Flexonze/claude-init/main/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/Flexonze/claude-init/main/install.ps1 | iex

Usage

In your project directory:

claude /claude-init

Or, if you don't want to approve each step:

claude --dangerously-skip-permissions /claude-init

This will analyze your project and generate a .claude/ directory with a CLAUDE.md, some skills, rules, etc.

Optionally, use a reference repository

If you provide a reference repository, relevant Claude Code config files (skills, rules, CLAUDE.md, etc.) will be read and adapted to generate your project’s config. This is especially useful if you have your own workflows, custom skills, or coding conventions that you want to carry across projects.

claude /claude-init https://github.com/your-username/your-repo
# or: claude /claude-init ~/path/to/your/project

For example, you could provide my personal collection of Claude Code configs as reference.

claude /claude-init https://github.com/Flexonze/.claude

Changelog

See CHANGELOG.md for a list of changes.

License

MIT

How does it work?

Magic.

About

Automatically generate Claude Code configs tailored for your project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors