Skills Reference

All 20 battle-tested Gangsta Agents skills — each a pure markdown file that can be installed to any AI agent platform.

Skills Reference

Every Gangsta Agents skill is a self-contained markdown file that your AI agent reads at runtime. No plugins, no compilation — just structured instructions that the model follows.

Installing Skills

Skills are installed into your AI agent platform — see the Installation guide for platform-specific instructions (Claude Code, GitHub Copilot, OpenCode, Codex, Gemini CLI, Cursor).

Alternative: install all skills at once via the skills utility:

npx skills add https://github.com/kucherenko/gangsta

This is especially useful for Cursor and any platform where a native integration is not yet available. Once installed, just tell your agent:

Use gangsta and build new feature

The agent will automatically invoke the right skills for the task.

Available Skills

Skills are sourced from the Gangsta Agents GitHub repository.

Skill Categories

Hierarchy Roles

Core roles in the Gangsta Agents Family chain of command.

SkillPurpose
gangsta:the-consigliereArchitectural advisor, security auditor
gangsta:the-underbossTask decomposition, resource management
gangsta:the-capoDomain crew orchestration
gangsta:the-ledgerRead/write institutional memory
gangsta:omertaGovernance guardrails (always active)

Heist Phases

The 6-phase pipeline for building anything.

SkillPhase
gangsta:reconnaissancePhase 1 — Intel gathering
gangsta:the-grillingPhase 2 — Adversarial brainstorming
gangsta:the-sit-downPhase 3 — Spec drafting
gangsta:resource-developmentPhase 4 — Task planning
gangsta:the-hitPhase 5 — Execution
gangsta:launderingPhase 6 — The Delivery

Software Development

Tactical skills for the daily grind.

SkillPurpose
gangsta:interrogation-debuggingSystematic root-cause debugging
gangsta:drill-tddTest-Driven Development (Red-Green-Refactor)
gangsta:safehouse-worktreesIsolated git worktrees
gangsta:audit-reviewCode review via the Inspector
gangsta:receiving-ordersProcess review feedback with rigor
gangsta:sweep-verificationEvidence-before-assertions gate
gangsta:exit-strategyBranch integration and cleanup
gangsta:using-gangstaFramework orientation and intent routing
gangsta:find-skillsDiscover and install new skills