thomasholknielsen/claude-code-config
Contains Claude.md, permissions, subagents, slash commands and more
npx skills add thomasholknielsen/claude-code-configREADME
Claude Code Command System
A comprehensive development automation system built on the Domain Analyst Framework that transforms Claude Code into a powerful, coordinated development environment.
šØ Professional Output Styles
Transform Claude Code into specialized domain experts with our collection of 12 professional output styles. Each style adapts Claude's communication to match industry-specific roles, terminology, and thinking patterns.
š Professional Output Styles Collection - Complete guide and style library
Categories Available:
- Business & Strategy (3 styles) - Product Manager, Strategic Consultant, Marketing Strategist
- Technical & Analysis (3 styles) - Data Scientist, Technical Writer, System Administrator
- Creative & Design (3 styles) - Brand Voice Curator, Presentation Designer, UX Researcher
- Operations & Compliance (3 styles) - Project Coordinator, Quality Assurance, Compliance Officer
š Quick Start
New User? Start Here
š User Guide - Complete setup and usage guide
Important: After cloning, configure MCP servers in your ~/.claude.json:
š MCP User Setup - Required for full functionality
Developer? Extend the System
š Developer Guide - Architecture and customization
Want to See It in Action
š Developer Workflows Guide - Realistic workflows with review-lint-commit pattern
- Visual diagrams showing workflow patterns, timing comparisons, and command orchestration
- Real-world workflow examples with realistic task complexity
- Performance analysis: Significantly faster with local review
šļø Architecture Overview
This system provides development automation via comprehensive domain analysts, streamlined command library, and cross-platform Python hooks, with MCP integration (7 servers: Context7 for docs, Playwright for browser automation, fetch for web content, markitdown for document conversion, terraform for infrastructure, shadcn for UI components, sequential-thinking for enhanced reasoning).
Domain Analyst Framework
Research Analysts:
research-codebase-analyst- Comprehensive sequential codebase research across domainsresearch-web-analyst- Advanced web research and multi-source verification
Domain Analysts (45 total across 14 domains):
- API: api-rest-analyst, api-graphql-analyst, api-docs-analyst
- Database: database-analyst, database-sql-analyst, database-nosql-analyst, database-architecture-analyst
- Frontend: frontend-analyst, frontend-react-analyst, frontend-nextjs-analyst, frontend-accessibility-analyst, frontend-shadcn-analyst
- Code Quality: code-python-analyst, code-typescript-analyst, code-javascript-analyst, code-csharp-analyst, code-quality-analyst
- Infrastructure: infrastructure-terraform-analyst, infrastructure-cloud-analyst, infrastructure-network-analyst, infrastructure-devops-analyst, infrastructure-monitoring-analyst
- Mobile: mobile-react-native-analyst, mobile-flutter-analyst, mobile-ios-swift-analyst
- Documentation: docs-analyst, docs-docusaurus-analyst
- UI/UX: ui-ux-analyst, ui-ux-cli-analyst
- Visualization: mermaid-analyst
- Compliance: compliance-analyst
- Standalone: architecture-analyst, security-analyst, performance-analyst, testing-analyst, refactoring-analyst, debugger-analyst, seo-analyst, product-roadmap-analyst
- Engineering: prompt-analyst
- Meta: agent-expert, command-expert, git-flow-analyst
Pattern: Analysts conduct extensive research ā persist to .agent/Session-{name}/context/{agent-name}.md ā return concise summaries
Command Categories (12 total)
/claude/*- Agent/command creation and system guidance/docs/*- Documentation generation and maintenance/explain/*- Code and architecture explanation/git/*- Complete Git operation toolset (only /git/* commands can perform git operations)/git-flow/*- Git-Flow workflow commands (feature, release, hotfix)/github/*- GitHub issue integration and task conversion/lint/*- Linting and formatting automation/prompt/*- Prompt engineering and enhancement/session/*- Session management and tracking/speckit/*- Feature development workflow automation/system/*- System utilities and setup/task/*- Task management and execution
š Documentation
For Users
- User Documentation - Setup, usage, and workflow guides
- User Guide - Complete setup and usage instructions
- MCP Setup Guide - External tool integration
- MCP User Setup - Configure all MCP servers in
~/.claude.json
- Developer Workflows Guide - Realistic patterns with review-
...