Ship faster with AI: battle-tested rules, skills, and workflows for every major coding agent.
Works with: Claude Code · Cursor · Windsurf · Codex · Copilot · Zed · VSCode · Kimi Code · OpenCode
Browse everything at forgekit.lucassantana.tech: searchable catalog of every skill, agent, hook, MCP server, and collection, with per-entry install commands.
Option 1, one rule file (30 seconds). Copy a convention file into your project; your agent follows it immediately:
git clone https://github.com/LucasSantana-Dev/forgekit.git && cd forgekit
cp packages/core/rules/CLAUDE.md ~/my-project/CLAUDE.md # Claude Code / OpenCodeOther tools: .cursorrules (Cursor), .windsurfrules (Windsurf), AGENTS.md (Codex), COPILOT.md (Copilot); all in packages/core/rules/.
Option 2, install a single catalog entry. Find it on the catalog site, then:
npx forge-kit install <entry-id>Option 3, full toolkit (one command). Rules, skills, hooks, and MCP config for every detected tool:
FORGE_KIT_DIR=./packages/core/kit sh packages/core/kit/install.sh --profile standardFlags (--tools, --dry-run, --status, --uninstall), profiles, and the interactive wizard (setup.sh) are covered in the install guide.
| Component | Count | Browse |
|---|---|---|
| Skills | 111 | catalog · packages/catalog/catalog/skills/ |
| Hooks | 27 | catalog |
| Agents | 22 | catalog |
| MCP servers | 22 | catalog |
| Collections | 21 | catalog |
| Playbook patterns | 21 | packages/core/patterns/ |
| Tools | 14 | catalog |
| Drop-in rule files | 5 | packages/core/rules/ |
Everything ships with pt-BR translations (locales/pt-BR/).
forgekit/
├── apps/web # Astro catalog site
├── packages/catalog # Catalog source + validation
├── packages/cli # forge-kit CLI
├── packages/setup # Machine bootstrap
├── packages/core # Rules, skills, patterns, agents, kit installer
└── locales/pt-BR # Portuguese mirror
Agents execute in gated phases (PLAN → IMPLEMENT → VERIFY → REVIEW → SECURE → COMMIT), auto-fixing lint/type/test failures, and always pausing for destructive actions (deploys, migrations, force pushes). Specialist agents route by domain and reference model tiers (haiku/sonnet/opus), so you can swap providers without touching definitions. Details: primitives · agents vs skills · tool matrix.
- New here: 10-minute start · pick your first tool · getting started
- Adopting: beginner path · advanced path · for teams
- Operating: installing · local models · MCP servers · secret hygiene
- Maintaining this repo: maintenance & quality gates · troubleshooting
Forge Kit consolidates four formerly-separate repos; retired ones are archived read-only with a pointer back here.
| Repo | Now lives at | Status |
|---|---|---|
ai-dev-toolkit |
this repo | Renamed to forgekit on 2026-04-25 |
ai-dev-toolkit-library |
packages/catalog, packages/cli, apps/web, infra/gateway |
Archived 2026-08-13 (pre-archive commit 8d9ead5) |
ai-dev-toolkit-setup |
packages/setup |
Not yet archived |
ai-dev-toolkit-pt-br |
locales/pt-BR |
Not yet archived |
High-impact areas: reference implementations, pattern refinements, adapter improvements, and docs/translations. See CONTRIBUTING.md.
MIT · More context: CONTEXT.md · CHANGELOG.md · BACKLOG.md