claude-code-rules
Practical plugins for planning, reviewing, and shipping code
All Skills in This Repository (11)
Pure Emerald Level Indicatorsskill-creator
Create standardized Claude Skills with SKILL.md templates and resource structures.
structured-plan-mode
Decompose complex feature work into structured task-based plans.
version-bump
Automate semantic version bumps across marketplace.json and plugin.json files.
update-component-reference
Generate MDX documentation for Claude Code components with sidebar positions.
dotnet-test
Run targeted .NET tests with xUnit using build-first workflows and filters.
dotnet-run-file
Execute C# scripts directly with dotnet run file.cs and stdin input.
dotnet-dependency
Inspect .NET project dependencies using dotnet CLI commands.
git-worktree
Create, list, switch, and delete Git worktrees for parallel development.
spec-driven
Coordinate subagents through spec-driven development phases with approval gates.
nano-banana
Run inline Python scripts with uv to generate Gemini images.
nano-banana-prompting
Craft structured prompts for Nano Banana Pro image generation.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-rules?▼
Run `npx skills add NikiforovAll/claude-code-rules --all -g -y` in your terminal to install all skills in this collection globally.
What does the Claude Code Handbook include?▼
It bundles plugins for structured feature planning, parallel code review, .NET testing and dependency management, GitLab CLI workflows, Elasticsearch queries, and session reflection dashboards.
How do I plan a complex feature with this?▼
Use the structured-plan-mode or spec-driven skills to break a large feature into researched, dependency-ordered tasks with clear acceptance criteria before writing any code.
Can it review my code automatically?▼
Yes. The code-review plugin runs three parallel reviewers that check your changes for reuse, quality, and efficiency issues, then fixes what they find.
Do I need .NET experience to use these skills?▼
No. Only the handbook-dotnet plugin targets .NET developers; the rest cover general workflows like planning, review, Git, and documentation that any developer can use.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core