Automatically generate Claude Code configs tailored for your project.
curl -fsSL https://raw.githubusercontent.com/Flexonze/claude-init/main/install.sh | bashirm https://raw.githubusercontent.com/Flexonze/claude-init/main/install.ps1 | iexIn your project directory:
claude /claude-initOr, if you don't want to approve each step:
claude --dangerously-skip-permissions /claude-initThis will analyze your project and generate a .claude/ directory with a CLAUDE.md, some skills, rules, etc.
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/projectFor example, you could provide my personal collection of Claude Code configs as reference.
claude /claude-init https://github.com/Flexonze/.claudeSee CHANGELOG.md for a list of changes.
Magic.