All skills
Skillintermediate
Guides
<table><thead><tr><th width="279">Guide</th><th>Description</th></tr></thead><tbody><tr><td><a href="feature-development.md">Feature Development</a></td><td>Complete feature development with reflection and code review quality gates</td></tr><tr><td><a href="competitivy-generation.md">Competitive Code Generation</a></td><td>High-assurance workflow using competitive multi-agent synthesis for critica
Claude Code Knowledge Pack7/10/2026
Overview
Guides
Workflow Guides
<table><thead><tr><th width="279">Guide</th><th>Description</th></tr></thead><tbody><tr><td><a href="feature-development.md">Feature Development</a></td><td>Complete feature development with reflection and code review quality gates</td></tr><tr><td><a href="competitivy-generation.md">Competitive Code Generation</a></td><td>High-assurance workflow using competitive multi-agent synthesis for critical features</td></tr><tr><td><a href="spec-driven-development.md">Spec-Driven Development</a></td><td>Full SDD workflow for complex features requiring planning</td></tr><tr><td><a href="decision-making.md">Decision Making</a></td><td>Structured decision-making using FPF for hypothesis-driven architectural choices</td></tr><tr><td><a href="bug-investigation.md">Bug Investigation</a></td><td>Systematic bug fixing with root cause analysis</td></tr><tr><td><a href="code-quality-improvement.md">Code Quality Improvement</a></td><td>Systematic quality improvements using Kaizen methodology</td></tr><tr><td><a href="custom-extensions.md">Custom Extensions</a></td><td>Build project-specific commands and skills</td></tr><tr><td><a href="project-setup.md">Project Setup</a></td><td>Initialize new projects with best practices</td></tr><tr><td><a href="file-structure-context.md">File Structure Context</a></td><td>Enhance AI understanding with automatic codebase visualization</td></tr><tr><td><a href="pr-review.md">PR Review</a></td><td>Comprehensive pull request review process</td></tr><tr><td><a href="ci-integration.md">CI/CD Integration</a></td><td>Automate code reviews with GitHub Actions</td></tr><tr><td><a href="brainstorming-to-implementation.md">Brainstorming to Implementation</a></td><td>Transform vague ideas into working features</td></tr></tbody></table>Quick Reference
Daily Development
- New feature: Feature Development, Competitive Code Generation, or Spec-Driven Development for complex features
- Bug fix: Bug Investigation
- PR review: PR Review
Improvement Work
- Refactoring/optimization: Code Quality Improvement
- Unclear requirements: Brainstorming to Implementation
- Architectural decisions: Decision Making
Setup Tasks
- AI context enhancement: File Structure Context
- CI/CD automation: CI/CD Integration
- Team automation: Custom Extensions