Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add Justdvp/claude-code-templatesnpx agentmods add plugins/justdvp/claude-code-templates/marketplacegit clone --depth 1 https://github.com/Justdvp/claude-code-templatesGrade A, and why
claude-code-templates scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- claude-code-templates — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "claude-code-templates",
"owner": {
"name": "Daniel Avila",
"email": "[email protected]",
"url": "https://github.com/davila7"
},
"metadata": {
"description": "Ready-to-use Claude Code templates organized by workflow",
"version": "1.0.0"
},
"plugins": [
{
"name": "git-workflow",
"source": "./",
"description": "Git workflow automation: feature, release, and hotfix commands with git specialists",
"version": "1.0.0",
"author": {"name": "Daniel Avila"},
"license": "MIT",
"keywords": ["git", "workflow", "automation"],
"strict": false,
"commands": [
"./cli-tool/components/commands/git/feature.md",
"./cli-tool/components/commands/git/release.md",
"./cli-tool/components/commands/git/hotfix.md",
"./cli-tool/components/commands/git/finish.md",
"./cli-tool/components/commands/git/flow-status.md"
],
"agents": ["./cli-tool/components/agents/git/git-flow-manager.md"]
},
{
"name": "supabase-toolkit",
"source": "./",
"description": "Complete Supabase workflow with specialized commands, data engineering agents, and MCP integrations",
"version": "1.0.0",
"author": {"name": "Daniel Avila"},
"license": "MIT",
"keywords": ["supabase", "database", "postgresql", "data"],
"strict": false,
"commands": [
"./cli-tool/components/commands/database/supabase-backup-manager.md",
"./cli-tool/components/commands/database/supabase-data-explorer.md",
"./cli-tool/components/commands/database/supabase-migration-assistant.md",
"./cli-tool/components/commands/database/supabase-performance-optimizer.md",
"./cli-tool/components/commands/database/supabase-schema-sync.md"
],
"agents": [
"./cli-tool/components/agents/data-ai/data-engineer.md",
"./cli-tool/components/agents/data-ai/data-scientist.md"
],
"mcpSWhat this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 252 lines scan A fd944231dc8d
claude-code-templates is a plugin published in the GitHub repository Justdvp/claude-code-templates (7 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
superpipelines-marketplace
Marketplace for the superpipelines plugin: design and run multi-agent AI pipelines.
superpipelines
Design, generate, and run multi-agent AI pipelines — scope-aware, multi-pipeline, spec-driven, write/review-isolated, with step-level create/update/delete and integrated audit.
kiln
Multi-model software creation pipeline. A conversation becomes running, tested software — an interactive brainstorm, then an autonomous build: GPT-5.6 writes the code, Claude shapes the plans and interfaces, and each family inspects the work of the other.
storytelling-web-marketplace
Create stunning, animation-rich exploratory visual web pages from text content.
humanizer
Rewrite AI-sounding text so it reads naturally without changing what it says.
nextjs
Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.