Back to Discover

claude-skills

skill

tommaone

Turtleman squad — TMNT-inspired Claude Code skill marketplace for siege-specialist software engineering

View on GitHub
0 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add tommaone/claude-skills

README

claude-skills 🐢

"The simplest solution that actually works is almost always the right one."

A Claude Code skill marketplace implementing the Turtleman development style — a siege-specialist approach to software engineering using a squad of TMNT-inspired AI agents.

The Squad

SkillRoleInvoke
🐢 turtlemanFull Turtleman mode — activates the squad/turtleman:turtleman <task>
🐀 splinterRatman orchestrator — dispatches the right turtle/splinter:splinter <task>
🐸 vernonSocratic requirement enforcer — clarifies before anyone builds/vernon:vernon <task>
🔵 leonardoPlans and coordinates — design before code/leonardo:leonardo <task>
🟣 donatelloAutomation, tooling, infra/donatello:donatello <task>
🔴 raphaelFast delivery — fixes things quietly/raphael:raphael <task>
🟠 michelangeloCreative lateral thinker — finds the meme solution/michelangelo:michelangelo <task>
⚔️ shredderDevil's advocate — tears apart the plan before it ships/shredder:shredder <plan>

Philosophy

Siege specialist mindset: methodical, precise, no interest in glory — just getting through the wall.

The room isn't on fire. It's already been fixed. Just hasn't been mentioned yet. 🐢

Install

Add to your ~/.claude/settings.json:

{
  "extraKnownMarketplaces": {
    "turtleman-skills": {
      "source": {
        "source": "git",
        "url": "https://github.com/tommaone/claude-skills.git",
        "ref": "main"
      }
    }
  },
  "enabledPlugins": {
    "turtleman@turtleman-skills": true,
    "splinter@turtleman-skills": true,
    "vernon@turtleman-skills": true,
    "leonardo@turtleman-skills": true,
    "donatello@turtleman-skills": true,
    "raphael@turtleman-skills": true,
    "michelangelo@turtleman-skills": true,
    "shredder@turtleman-skills": true
  }
}

Restart Claude Code. Done.

Personalisation

The squad is generic by design. To make it yours:

  1. Edit plugins/turtleman/commands/turtleman.md — add your repos and active project context
  2. Edit shared/turtle-dojo.md — replace MCP placeholders with your own MCP server names
  3. Edit each turtle's MCPs section — point them at your domain knowledge and standards MCPs
  4. Set up the evolution layer — copy turtle-evolution/README.md to ~/.claude/turtle-evolution/ and create one .md per turtle (start empty)

Turtle Evolution (Personal Learning Layer)

Each turtle has a personal lesson log at ~/.claude/turtle-evolution/<turtle>.md. These files live on your machine, never in this repo — they're yours.

Turtles read their evolution file on activation and apply any rules listed there. Splinter writes new lessons after tasks. Shredder challenges wrong lessons. You decide what sticks.

See turtle-evolution/README.md for the format and setup.

Related repos

PlatformRepo
Claude Codetommaone/claude-skills ← you are here
GitHub Copilot CLItommaone/copilot-turtle-skills
opencodetommaone/opencode-turtle-skills
Kirotommaone/kiro-turtle-skills

Rendered live from tommaone/claude-skills's GitHub README — not stored, always reflects the source repo.

8 Plugins

NameDescriptionCategorySource
turtlemanTurtleman development mode — calm, direct, siege-specialist precision, TMNT squad deployed via Splinter.development./plugins/turtleman
splinterSplinter — master orchestrator, decomposes tasks and dispatches turtles.development./plugins/splinter
vernonVernon — Socratic requirement enforcer. Intercepts vague tasks and asks targeted questions until requirements are specific enough to hand to Splinter.development./plugins/vernon
leonardoLeonardo — disciplined architect and planner of the squad.development./plugins/leonardo
donatelloDonatello — technical implementer, tooling and code.development./plugins/donatello
raphaelRaphael — aggressive reviewer, finds the hard problems.development./plugins/raphael
michelangeloMichelangelo — creative problem solver, lateral thinking.development./plugins/michelangelo
shredderShredder — adversarial gate keeper, stress-tests plans and catches mistakes.development./plugins/shredder

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.