A curated collection of Claude Code configurations and custom commands designed for enhanced development workflows. This setup includes specialized commands for feature development (Kiro workflow), code analysis, GitHub integration, and knowledge management.
# Backup original claude settings
mv ~/.claude ~/.claude.bak
# Clone the claude-code-settings
git clone https://github.com/feiskyer/claude-code-settings.git ~/.claude
Kiro Workflow - Complete feature development from spec to execution. The Kiro commands provide a structured workflow for feature development:
/kiro:spec [feature]- Create requirements and acceptance criteria/kiro:design [feature]- Develop architecture and component design/kiro:task [feature]- Generate implementation task lists/kiro:execute [task]- Execute specific implementation tasks/kiro:vibe [question]- Quick development assistance
/think-harder [problem]- Enhanced analytical thinking/think-ultra [complex problem]- Ultra-comprehensive analysis/reflection- Analyze and improve Claude Code instructions/reflection-harder- Comprehensive session analysis and learning/eureka [breakthrough]- Document technical breakthroughs
/gh:review-pr [PR_NUMBER]- Comprehensive PR review and comments/gh:fix-issue [issue-number]- Complete issue resolution workflow
/cc:create-command [name] [description]- Create new Claude Code commands
This project is released under MIT License - See LICENSE for details.