Claude Code Templates
MIT Runs codeA large catalogue of Claude Code agents, commands, skills, hooks and MCP configs, installed through one CLI.
Summary
Bright Data proudly supports this project. Connect Claude Code to live web data — try their Skills and MCPs for web search, scraping, and structured data feeds.
- Formats
agent-mdskill-mdmcp- License
- MIT
- Added
- 2026-09-10
Get it
From the project’s own instructions where it documents any; otherwise a plain clone.
-
$ npx claude-code-templates@latest
Browse and install interactively. Read the scripts it bundles before installing.
-
$ npx claude-code-templates@latest --agent development-tools/code-reviewer --yes
Or install one component directly (a subagent shown).
Contents
9,278 files 230.0 MB repository
-
.md4,107 -
.json2,216 -
.py899 -
.patch649 -
.xsd390 -
.txt119 -
.js115 -
.sh92
Use it with
Commands are curated, not yet run by us.
Claude Code — Install every skill in the collection as a user-level Claude Code skill.
$ cp -r ./claude-code-templates/skills/. ~/.claude/skills/
Claude Code — Check that Claude Code picked the skills up.
$ claude -p 'List the skills you have available and when you would use each one.'
Claude Code — Install one subagent definition for every project on this machine.
$ cp agent.md ~/.claude/agents/
Claude Code — Confirm the subagent loaded.
$ claude -p 'List the subagents you can delegate to and what each one is for.'
OpenAI Codex CLI — Have Codex read an instruction file non-interactively.
$ codex exec 'Read agent.md and summarise the instructions it gives an agent.'
Claude Code — Register one of the reference servers (here, filesystem scoped to the current directory) with Claude Code.
$ claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem ./