by alinaqi
What started as an opinionated Claude Code setup kit is now an autonomous AI engineering command center
# Add to your Claude Code skills
git clone https://github.com/alinaqi/claude-bootstrapGuides for using ai agents skills like claude-bootstrap.
Last scanned: 5/11/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-11T07:43:37.063Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-bootstrap is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alinaqi. What started as an opinionated Claude Code setup kit is now an autonomous AI engineering command center. It has 622 GitHub stars.
Yes. claude-bootstrap passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/alinaqi/claude-bootstrap" and add it to your Claude Code skills directory (see the Installation section above).
claude-bootstrap is primarily written in Python. It is open-source under alinaqi on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-bootstrap against similar tools.
No comments yet. Be the first to share your thoughts!
Opinionated Claude Code setup → autonomous AI engineering platform.
62 skills, TDD enforcement via Stop hooks, agent teams, persistent memory (Mnemos), intent tracking (iCPG), and a local AI command center (Maggy). Works with Claude Code, Kimi CLI, and OpenAI Codex CLI.
git clone https://github.com/alinaqi/claude-bootstrap.git
cd claude-bootstrap && ./install.sh
# In any project directory
claude
> /initialize-project
Claude will validate tools, ask about your stack, create the repo structure, copy skills/rules/hooks, and spawn an agent team.
| Layer | What | Why |
|---|---|---|
| Skills | 62 skills loaded via @include in CLAUDE.md |
Language, framework, security, AI patterns |
| Rules | Conditional rules (activate by file path) | Quality gates, TDD workflow, security — only when relevant |
| Hooks | Stop hooks for TDD loops | Tests run after every Claude response, failures feed back automatically |
| Agents | Team Lead + Quality + Security + Review + Merger + Feature | Coordinated pipeline: spec → test → implement → review → PR |
| Memory | Mnemos (typed graph on disk) | Survives compaction, crashes, restarts |
| Intent | iCPG (code property graph) | Tracks why code exists, detects drift |
Core — TDD, memory, intent tracking, code review, agent teams, security, commit hygiene, cross-agent delegation, Polyphony orchestration
Languages — Python, TypeScript, Node.js, React, React Native, Android (Java/Kotlin), Flutter
Databases — Supabase, Firebase, Cloudflare D1, DynamoDB, Aurora, Cosmos DB
AI — Agentic development, LLM patterns, AI models reference
UI — Web (Tailwind), mobile, visual testing, Playwright, PWA
Integrations — Stripe, Reddit, Shopify, WooCommerce, Medusa, Klaviyo, Teams, PostHog
See full skills catalog for details.
| Feature | Claude Code | Kimi CLI | Codex CLI |
|---|---|---|---|
| Skills | .claude/skills/ |
.kimi/skills/ |
.codex/skills/ |
| Instructions | CLAUDE.md |
(uses skills) | AGENTS.md |
install.sh auto-detects installed tools. /sync-agents syncs config across tools on demand.
Maggy is the optional local dashboard bundled with Claude Bootstrap. Point it at your codebases and issue tracker:
cd maggy && pip install -e .
maggy serve # dashboard at localhost:8080
See maggy/README.md for setup and routing details.
TDD via Stop Hooks — tests run after every Claude response. Failures feed back automatically. No plugins needed. Details →
Mnemos Memory — typed graph on disk (goals, constraints, results, context). Survives compaction, crashes, multi-agent failures. 4-dimension fatigue model writes checkpoints before things go wrong. Details →
iCPG Intent Tracking — links every code change to a ReasonNode with intent, postconditions, and invariants. 6-dimension drift detection. Details →
Agent Teams — 6 agents with enforced pipeline (spec → test → implement → review → security → PR). Only Feature agents can edit code. Details →
# New project
mkdir my-app && cd my-app
claude
> /initialize-project
# Existing project
cd my-existing-app
claude
> /initialize-project # auto-detects existing code
# Update skills globally
cd "$(cat ~/.claude/.bootstrap-dir)"
git pull && ./install.sh
MIT — See LICENSE
Need help scaling AI in your org? Claude Code & MCP experts