spartan-ai-toolkit banner
spartan-stratos spartan-stratos

spartan-ai-toolkit

AI community intermediate

Description

| Without Spartan | With Spartan | |----------------|-------------| | "Build this feature" → jumps straight to code, no plan, no tests, pushes broken code | `/spartan:build` → writes spec, plans tasks, TDD for each, code review, then PR |

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

Spartan AI Toolkit

Stop AI coding agents from shipping sloppy code.

Structured workflows · Configurable rules · Quality gates · Any stack





AI coding agents are fast. They're also careless. They skip tests, ignore your coding standards, push without review, and forget everything between sessions.

**Spartan fixes that.** One command runs a full engineering workflow — spec, plan, TDD, code review, PR — with quality gates between each step. Your rules, your standards, enforced every time.

npx @c0x12c/ai-toolkit@latest --local

Works with **Claude Code**, **Codex**, **Cursor**, **Windsurf**, and **Copilot**. Rules are plain markdown — works with any AI tool.


Before & After

Without Spartan With Spartan
"Build this feature" → jumps straight to code, no plan, no tests, pushes broken code /spartan:build → writes spec, plans tasks, TDD for each, code review, then PR
"Fix this bug" → guesses a fix, no repro, no test, hopes for the best /spartan:debug → reproduces first, finds root cause, writes test, then fixes
5 devs on the team → AI writes different code style for each person Configurable rules → same standards for everyone, checked automatically
3-week feature → AI forgets all context between sessions /spartan:project → agent memory carries decisions across sessions
Code review catches AI slop → back-and-forth for days Quality gates → review happens before PR, not after

Quick Start

# 1. Install (30 seconds, interactive menu)

...