Rikdc Claude Code Template
rikdc-claude_code_template is a Claude Code plugin bundle for the Build phase that scaffolds hooks, MCP, GitHub PR review, and security scanning for new repositories.
Bootstrap a new repo with Claude Code hooks, GitHub PR review, and security scanning instead of copying config by hand.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install rikdc-claude_code_template@rikdc/claude_code_templateBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:rikdc/claude_code_template") and the paste-ready config with skillselion.get_install_config("plugin:rikdc/claude_code_template").
What it does
rikdc-claude_code_template is a starter repository for solo builders 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 indie 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.
Highlights
- 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
Why builders use it
Starting a new project with Claude Code usually means reassembling PR review hooks, MCP servers, and security checks every time.
After cloning the template and registering its two plugins, your agent inherits a repeatable review, triage, and branch-protection workflow on GitHub.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is rikdc-claude_code_template for?
Indie 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.
Comments
Share how you use rikdc-claude_code_template, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.