By PetrovC
Tool-agnostic engineering skills (stacks + cross-cutting concerns) for Claude Code. The skills layer of ai-agent-kit, installable via the plugin marketplace. For full multi-tool setup (Codex + Antigravity + hooks + commands + docs scaffolding) use the install script instead.
Use when modifying SQL or NoSQL schemas, migrations, queries, indexes, data access layers, transactions, or anything touching persistence. Covers Postgres, MySQL, SQLite, MongoDB, Redis, and ORM patterns (EF Core, Prisma, SQLAlchemy, sqlx, Drizzle, TypeORM, GORM).
Use whenever a new package, library, NuGet, npm module, or any third-party code is about to be added or updated — regardless of language, scope, or size. Also use when reviewing a PR that introduces a dependency.
Use when modifying Flutter code: widgets, state management (Riverpod / BLoC), navigation (go_router), tests (flutter_test + mocktail), platform channels, build / release flow.
Use when modifying React Native code: Expo or bare RN, navigation, native modules, gesture handling, tests with Jest + RNTL, EAS builds.
Use when building or reviewing user-facing UI (web, mobile, desktop) for accessibility: semantic HTML, ARIA, keyboard navigation, screen readers, contrast, focus management, motion sensitivity, WCAG conformance.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Clone the repository and run the local installer. This is the supported install path today — it works on a fresh clone with no published release required.
# Unix / macOS — installs codex, claude, and agy into the target project
git clone https://github.com/PetrovC/ai-agent-kit.git
cd ai-agent-kit
./scripts/install.sh --target /path/to/your-project --tools codex,claude,agy
# Windows PowerShell — installs codex, claude, and agy into the target project
git clone https://github.com/PetrovC/ai-agent-kit.git
cd ai-agent-kit
.\scripts\install.ps1 -Target "C:\path\to\your-project" -Tools codex,claude,agy
Omit --tools / -Tools to install all three tools by default. See
Quick start for profiles, the plugin marketplace
alternative, and Windows ExecutionPolicy notes.
Requires a published GitHub release. The one-liners below download a release artifact (
bootstrap.{sh,ps1}) and run the installer; until a release is published they return HTTP 404 — use the local install above.
# Unix / macOS — installs codex, claude, and agy into the current directory
curl -fsSL https://github.com/PetrovC/ai-agent-kit/releases/latest/download/bootstrap.sh | bash
# Windows PowerShell — installs codex, claude, and agy into the current directory
irm https://github.com/PetrovC/ai-agent-kit/releases/latest/download/bootstrap.ps1 | iex
Both commands download the latest release artifact and run the local installer. Pass explicit options to control what is installed (see Quick start):
curl -fsSL https://github.com/PetrovC/ai-agent-kit/releases/download/v1.23.0/bootstrap.sh \
| bash -s -- --target /path/to/project --tools claude --version v1.23.0
& ([scriptblock]::Create((irm 'https://github.com/PetrovC/ai-agent-kit/releases/latest/download/bootstrap.ps1'))) `
-Target '.\target-project' -Tools 'claude,codex,agy'
A reusable, versioned AI agent configuration kit for Claude Code, Codex CLI, and Antigravity CLI.
AGENTS.md, CLAUDE.md, AGY.md) are short routers, not encyclopedias.docs/ai/ inside each project — not in this kit.This repository intentionally dogfoods the kit for Claude Code, Codex CLI, and
Antigravity CLI: AGENTS.md, CLAUDE.md, AGY.md, .agents/, .claude/,
.codex/, .agy/, .agyignore, .mcp.json, .mcp.example.jsonc,
.kit-version, .kit-manifest, and docs/ai/ are tracked here as project-local
configuration (CI requires them — see the dogfood install policy in
.github/workflows/pr-versioning.yml). Claude local/runtime files
(CLAUDE.local.md, .claude/settings.local.json, .claude/session-log/,
.claude/worktrees/) stay ignored.
Start with CONTRIBUTING.md for the issue-first workflow, branch and commit conventions, Definition of Done, and local validation commands.
| Path | Use when | What it installs |
|---|---|---|
| Install script | You want the full kit for Claude Code, Codex CLI, Antigravity CLI, or more than one tool. | Tool routers, shared skills, commands, agents, hooks where supported, MCP examples, and docs/ai/ project context. |
| Claude plugin marketplace | You only use Claude Code and want the skills slice with no project scaffolding. | Namespaced Claude skills only. Run /plugin marketplace add PetrovC/ai-agent-kit, then /plugin install ai-agent-kit@ai-agent-kit. |
| Antigravity extension scaffold | You are building a custom Antigravity CLI extension distribution. | A maintained starting point under tooling/agy/; the script remains the canonical full install path. |
npx claudepluginhub petrovc/ai-agent-kit --plugin ai-agent-kitUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).