
Rikdc Claude Code Template
- 2 repo stars
- Updated July 26, 2026
- rikdc/claude_code_template
rikdc-claude_code_template is a Claude Code plugin bundle that scaffolds hooks, MCP, GitHub PR review, and security scanning for new repositories.
About
rikdc-claude_code_template is a starter repository for developers who want Claude Code wired correctly on day one. Instead of piecing together hooks, MCP endpoints, and review automation from scattered gists, you clone a template that already encodes PR review, comment handling, security scanning, and branch-protection checks. It fits teams shipping on GitHub who plan to rely on an agent for everyday implementation and want review and triage rituals enforced from the first commit. Use it when you spin up a new SaaS, CLI, or agent-backed codebase and need consistent classify, accept/reject, and track semantics across reviews. The bundle emphasizes workflow and security keywords—code-review, protected branches, scanner—so the value is operational guardrails around the agent, not a single feature skill. Expect intermediate familiarity with Claude Code plugin registration and GitHub repo settings.
- Template repository with 2 bundled Claude Code plugins for new projects
- GitHub-oriented PR review, comment triage, and follow-up workflow
- Branch and branch-protection awareness for protected-branch workflows
- Security scanner and classify/triage hooks for automated review passes
- MCP and hooks integration for agent-driven code review
Rikdc Claude Code Template by the numbers
- Data as of Jul 27, 2026 (Skillselion catalog sync)
/plugin install rikdc-claude_code_template@rikdc/claude_code_templateAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 26, 2026 |
| Repository | rikdc/claude_code_template ↗ |
What it does
Bootstrap a new repo with Claude Code hooks, GitHub PR review, and security scanning instead of copying config by hand.
Who is it for?
Best when you're opening a fresh GitHub repo and want PR review, security scanning, and Claude hooks preconfigured.
Skip if: Skip if you only need one-off skills without GitHub PR automation or and already maintain a mature internal Claude Code monorepo template.
What you get
After cloning the template and registering its two plugins, your agent inherits a repeatable review, triage, and branch-protection workflow on GitHub.
- Two registered Claude Code plugins wired for review and security workflows
- Hooks and MCP-oriented project defaults copied from the template
- Repeatable PR classify, triage, and follow-up behavior for agent-assisted reviews
By the numbers
- Plugin count: 2
- Source repository: rikdc/claude_code_template
- Categories listed: security, workflow
Recommended Plugins
How it compares
Project scaffold and workflow plugins, not a single-task MCP integration or marketplace skill pack.
FAQ
Who is Rikdc Claude Code Template for?
and small-team developers who standardize Claude Code on new GitHub projects with automated review and security hooks.
When should I use Rikdc Claude Code Template?
Use it at repo creation before the first feature branch, so PR review, branch protection, and scanner behavior are in place from the start.
How do I add Rikdc Claude Code Template to my agent?
Clone or fork the template repository, install its two Claude Code plugins per the repo README, then point Claude Code at the bundled hooks and MCP config in your project root.