cfrs2005cfrs2005Community·3 Agent Skills Included

claude-init

Ready-made Claude Code project setup with agents, commands, and rules

Bootstraps new projects with a complete Claude Code configuration including 9 sub-agents, 10 slash commands, 8 coding rules, and reusable skills. Eliminates hours of manual setup for code review, TDD workflows, security checks, and documentation sync. Gives your AI agent clear behavioral rules and project context so it writes safer, better-tested code from day one.
npx skills add cfrs2005/claude-init --all -g -y
Available:

Tells the AI agent how to follow project coding standards, when to delegate work to specialized sub-agents like the planner or code-reviewer, and how to run tasks in parallel.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-init?

Run `npx skills add cfrs2005/claude-init --all -g -y` in your terminal to install the full template suite globally.

What does claude-init do?

It gives you a ready-made Claude Code project setup with sub-agents, slash commands, coding rules, and skills so your AI assistant follows consistent engineering practices from the start.

Which AI agents are included in claude-init?

It ships 9 specialized agents including a planner, architect, TDD guide, code reviewer, security reviewer, and build error resolver that your AI can delegate tasks to automatically.

Does claude-init support test-driven development?

Yes. It includes a TDD workflow skill and a /tdd command that enforce writing tests first and reaching at least 80% coverage.

Can beginners use claude-init without deep AI knowledge?

Yes. You copy the templates into your project and the AI agent automatically follows the built-in rules and commands when you ask it to write or review code.

Related Repositories in Software Engineering

View All in Software Engineering