Help us improve
Share bugs, ideas, or general feedback.
Security hooks, branch protection, and development skills for Claude Code projects
npx claudepluginhub rikdc/claude_code_templateMCP security scanner and protected branch hooks for Claude Code
Triage PR review comments — classify, accept/reject, and track follow-up work
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
Production-ready Claude Code project template with security hooks, workflow automation, and specialized agents for software development.
The repository is organized as a marketplace with 6 independent plugins:
# Install specific plugins
claude code plugins install security-hooks
claude code plugins install dev-skills
claude code plugins install git-workflow
claude code plugins install pm-tools
claude code plugins install code-quality
claude code plugins install prompt-tools
# Or install from GitHub
claude code plugins install github:rikdc/claude_code_template/security-hooks
Clone the entire repository for local development with all components:
git clone https://github.com/rikdc/claude_code_template.git
cd claude_code_template
make install
make test
| Plugin | Category | Description |
|---|---|---|
| security-hooks | Security | MCP security scanner and protected branch hooks |
| dev-skills | Development | Expert skills for Go, documentation, and architecture |
| git-workflow | Productivity | Git automation for commits, PRs, and changelog |
| pm-tools | Productivity | Project management commands for PRDs and tasks |
| code-quality | Development | Code quality analysis, review, and cleanup |
| prompt-tools | AI | AI prompt generation and review tools |
| Hook | Description |
|---|---|
| MCP Security Scanner | Scans MCP requests for API keys, tokens, database URLs, and PII |
| Protected Branch Hook | Enforces PR-based workflow by blocking direct edits to protected branches |
/dev:check - Comprehensive code quality analysis with parallel auto-fixing/dev:review - Performs detailed code review on latest commit/clean - Removes redundant comments from codebase/gh:commit - Creates conventional commits with emoji/gh:pr - Creates GitHub pull requests with templates/pm:create-prd - Interactive PRD creation with clarifying questions/pm:generate-tasks - Generates task lists from PRDs with phased approach/pm:process-tasks - Task management protocols and workflows/changelog - Maintains CHANGELOG.md following Keep a Changelog format/promptify - Generates high-quality AI prompts with best practices/prompt-reviewer - Reviews and improves AI promptsmake install # Install hooks and make scripts executable
make test # Run complete test suite
make lint # Run ShellCheck and markdownlint
make check-tools # Verify required and optional tools
make status # Show configuration and tool status
plugins/ # Marketplace plugin distribution
├── security-hooks/ # MCP security and branch protection
├── dev-skills/ # Development skills (Go, docs, etc.)
├── git-workflow/ # Git automation commands
├── pm-tools/ # Project management commands
├── code-quality/ # Code review and cleanup
└── prompt-tools/ # AI prompt generation