Super Gabriel Claude Toolkit
Description
Reusable collection of Claude Code agents and skills for structured software development workflows. Project-agnostic — plug into any codebase with a CLAUDE.md.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Toolkit
A reusable collection of Claude Code agents and skills for software development workflows. Project-agnostic — works with any codebase as long as a `CLAUDE.md` is present.
Installation
Copy the `agents/` and `skills/` directories into your project's `.claude/` folder:
# Clone this repo
git clone https://github.com/gabrielfst30/super-gabriel-claude-toolkit.git
# Copy into your project
cp -r super-gabriel-claude-toolkit/agents your-project/.claude/
cp -r super-gabriel-claude-toolkit/skills your-project/.claude/
Your `.claude/` should look like:
.claude/
├── agents/
│ ├── architecture-guardian.md
│ ├── nextjs-react-expert.md
│ ├── task-executor.md
│ ├── task-verifier.md
│ ├── typescript-error-fixer.md
│ ├── prisma-migrator.md
│ ├── natspec-writer.md
│ ├── natspec-validator.md
│ ├── kanban-card-writer.md
│ └── codebase-mapper.md
└── skills/
├── enhance/
├── planner/
├── execute-todo/
├── system-verifier/
├── create-skill-agent/
├── natspec/
├── prisma-postgresql-schema/
├── kanban-task-planner/
├── run-kanban/
├── route-security-tester/
└── explain-simply/
**Requirement:** Create a `CLAUDE.md` at the project root. The `architecture-guardian`, `task-executor`, and `system-verifier` agents all read it to derive project-specific rules.
Agents
Agents are specialized Claude subagents invoked programmatically — not by the user directly. They run in isolated context with restricted tool access.
| Agent | Model | Role |
|---|---|---|
architecture-guardian |
opus | Validates code adherence to CLAUDE.md conventions |
nextjs-react-expert |
opus | Expert in Next.js App Router, React, TypeScript patterns |
task-executor |
opus | Implements a single atomic task from a todo spec |
task-verifier |
opus | Verifies a completed task against requirements and architecture |
| `ty |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11