softspark/ai-toolkit

161 stars · Last commit 2026-07-28

Professional-grade AI coding toolkit: 94 skills, 44 agents, multi-platform (Claude, Cursor, Windsurf, Copilot, Gemini, Cline, Roo Code, Aider, Augment, Antigravity, Codex CLI, opencode).

README preview

# ai-toolkit

> Professional-grade AI coding toolkit with multi-platform support. Machine-enforced safety, 108 skills, 44 agents, expanded lifecycle hooks, persona presets, experimental opt-in plugin packs, and benchmark tooling — works with Claude Code, Claude Chat/Cowork, Cursor, Devin, Copilot, Gemini, Cline, Roo/Zoo Code, Aider, Augment, Google Antigravity, Codex CLI, and opencode.

[![CI](https://github.com/softspark/ai-toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/softspark/ai-toolkit/actions/workflows/ci.yml)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Skills](https://img.shields.io/badge/skills-108-brightgreen)](app/skills/)
[![Agents](https://img.shields.io/badge/agents-44-blue)](app/agents/)
[![Tests](https://img.shields.io/badge/tests-1473%20passing-success)](tests/)

## What's New in v4.21.0

v4.21.0 makes the KB taxonomy one list instead of three, and teaches
`validate.py` to enforce it.

- **The taxonomy is eight categories**: `reference`, `howto`, `procedures`,
  `troubleshooting`, `best-practices`, `decisions`, `runbooks`, `planning`.
  `decisions` and `runbooks` were missing while the `kb-migration` SOP had been
  telling people to create those directories for months — a correctly-filed ADR
  failed validation.

View full repository on GitHub →