softspark/ai-toolkit

167 stars · Last commit 2026-08-29

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, 109 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-109-brightgreen)](app/skills/)
[![Agents](https://img.shields.io/badge/agents-44-blue)](app/agents/)
[![Tests](https://img.shields.io/badge/tests-1726%20passing-success)](tests/)

## What's New in v4.29.2

**v4.29.2** makes `install --dry-run` tell the truth about Codex hooks:

- Selecting `codex` always installs Codex lifecycle hooks -- `.codex/hooks.json`
  plus the scripts under `.codex/hooks/` -- at every profile. The dry-run branch
  listed only agents and skills, so the preview silently omitted a whole surface,
  and the one you are asked to review and trust with `/hooks`.
- Both previews now name it: project installs announce
  `.codex/hooks.json + .codex/hooks/`, global installs add

View full repository on GitHub →