claude-code-templates

A marketplace package containing 10 ready-made Claude Code plugins for workflows such as Git, Supabase, Next.js with Vercel, testing, and security. Claude Code is a coding assistant that can use commands and specialised agents.

In plain words
What is it for?
Use it to add Git feature, release, and hotfix workflows, Supabase tools, Next.js/Vercel support, testing commands, or security-related plugins to Claude Code.
Why use it?
It provides reusable workflow components instead of requiring each command or agent to be built from scratch. The package groups these templates in one installable listing.

Plugin for Claude Code

Install

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.

Claude Code
/plugin marketplace add Justdvp/claude-code-templates
agentmods
npx agentmods add plugins/justdvp/claude-code-templates/marketplace
Clone the repo
git clone --depth 1 https://github.com/Justdvp/claude-code-templates

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude-plugin/marketplace.json · 252 lines

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"
      ],
      "mcpS

Read the full file on GitHub · 252 lines

Changes

What 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.

  1. 2d ago First seen · 252 lines scan A fd944231dc8d

Subscribe to this mod's changes

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.