From 34621a6ea2b76cd241b4e08dd79a74d0ba0a189f Mon Sep 17 00:00:00 2001 From: "khoa.dang.tran" Date: Sat, 28 Mar 2026 22:06:37 +0700 Subject: [PATCH] Add Spartan AI Toolkit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40e324e..ff4a337 100644 --- a/README.md +++ b/README.md @@ -842,6 +842,7 @@ Notable projects, directories, and resources across the Claude Code ecosystem. | [claude-code-power-stack](https://github.com/bluzername/claude-code-power-stack) | new | Ghost memory, conversation search, session naming, and Manus-style planning in a single install with cheat sheet PDF | | [clooks](https://github.com/mauribadnights/clooks) | new | Persistent hook daemon that replaces per-invocation spawning -- 112x faster hooks with batching, dependency resolution, metrics | | [gemini-claude-bridge](https://github.com/weijiafu14/gemini-claude-bridge) | new | Gemini-to-Claude protocol converter for using Gemini models as Claude Code backend. Fixes 3 LiteLLM bugs | +| [spartan-ai-toolkit](https://github.com/spartan-stratos/spartan-ai-toolkit) | new | Engineering discipline layer for Claude Code -- 56 slash commands, 12 coding rules, 22 skills, 7 agents, quality gates between every step. 8 stack profiles (Go, Python, Java, Kotlin, React, etc.), agent memory across sessions. Install: `npx @c0x12c/spartan-ai-toolkit@latest --local` | ---