JohnMarvin237

Full Feature — Security skill for Claude Code

Security community

End-to-end feature pipeline from ADR to deploy-ready PR.

How to install Full Feature

Installs to ~/.claude/skills/johnmarvin237-claude-code-toolkit-full-feature/SKILL.md

Terminal
mkdir -p ~/.claude/skills/johnmarvin237-claude-code-toolkit-full-feature && curl -fsSL https://raw.githubusercontent.com/JohnMarvin237/claude-code-toolkit/HEAD/commands/full-feature.md -o ~/.claude/skills/johnmarvin237-claude-code-toolkit-full-feature/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Full Feature does


description: End-to-end feature pipeline from ADR to deploy-ready PR. Chains architect-planner → implementation agents → test-runner → code-reviewer → security-auditor → devops-engineer. argument-hint: ""

Full Feature Pipeline

Execute the complete development lifecycle for: **$ARGUMENTS**

Follow this pipeline strictly. Do NOT skip stages. At each stage, delegate to the named subagent and wait for its summary before proceeding.

Stage 1 — Plan (🔵 @architect-p

Alternatives in Security

  • Migration Agent — Plans a token migration (format, tool, naming or tier): chains token-audit and naming-audit, builds the transf 194 ★
  • Gdpr Review — Audit the codebase (or a given path/feature) for GDPR compliance and produce a prioritized findings report 172 ★
  • AI First Toolkit — Open-source Claude Code skills and Codex skills for AI-first work 95 ★

Full documentation available on GitHub

View Source Repository