GitHub

AI Kit

One-command AI setup for your project

demo

Use Cases

Initialize AI configuration in any project with a single command. AI Kit detects your languages and installs the right rules — no config files needed.

Quick Start

Try it yourself:

$ ai-kit sync

Auto-detects TypeScript, Go, Kotlin, and more from your project files. Install rules for all languages or filter by specific ones.

Language Rules

Try it yourself:

$ ai-kit sync --languages=go,kotlin

Drop-in skills like Playwright automation and pre-built commands for commit messages, PR reviews, and more. Consistent output every time.

Skills & Commands

Try it yourself:

$ ai-kit sync --all-rules

Full control over your setup. Force monorepo or single-repo templates, skip opencode.json, and target specific languages.

Custom Setup

Try it yourself:

$ ai-kit sync --monorepo --languages=ts,go

Get Started

AI Kit configures your project for AI-assisted coding — language rules, reusable skills, and smart commands in seconds.

Language Rules

TypeScript, Go, Kotlin, and more — auto-detected from your project files

Skills

Reusable AI capabilities like Playwright automation

Commands

Pre-built prompts for commits, PRs, and common tasks

Auto-Detection

Detects languages from go.mod, package.json, build.gradle, and more

Smart Updates

Diff-based sync with backup and merge conflict handling

Monorepo Ready

Templates for monorepo and single-repo AGENTS.md

Install in one line

$ npm install -g @clubmatto/ai-kit

Requires Node.js 18+.

Read the docs

What Gets Installed

.agents/
Location Description
.agents/rules/ Language and framework rules (auto-detected)
.agents/skills/ Reusable AI capabilities
opencode.json Opencode configuration (optional)
AGENTS.md Agent instructions (monorepo or single-repo)