Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A modular framework for building intelligent AI agents powered by Claude, with rule-based workflows, skill management, and clean JS, TS architecture.
| Date | Stars |
|---|---|
| 2026-07-31 | 261 |
| 2026-08-06 | 261 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# AI Agent Project — Production-Grade Configuration <div align="center"> <img src="https://res.cloudinary.com/ecommerce2021/image/upload/v1768626951/dev_efjbzw.jpg" alt="Code Web Khong Kho" width="120" style="border-radius: 50%"/> <h3>Production-ready AI Agent configuration for Claude Code</h3> <p>Structured workflows, specialized agents, mandatory rules, and best practices</p>  [](https://www.facebook.com/codewebkhongkho) [](https://www.tiktok.com/@code.web.khng.kh) [](https://codewebkhongkho.com/portfolios) <sub>Inspired by <a href="https://github.com/addyosmani/agent-skills">addyosmani/agent-skills</a></sub> </div> --- ## Overview This repository provides a **production-grade configuration** for Claude Code AI agents. It includes: - **Structured development workflow** (Spec → Plan → Build → Test → Review → Ship) - **10 specialized agents** for different development roles - **13 mandatory rules** covering code quality, architecture, and operations - **8 slash commands** for common workflows - **4 reference checklists** for security, testing, performance, and accessibility --- ## Development Workflow ``` ┌──────────────────────────────────────────────────────────────────┐ │ │ │ /spec → /plan → /build → /test → /review → /deploy │ │ │ │ Define Plan Build Verify Review Ship │ │ │ └──────────────────────────────────────────────────────────────────┘ ``` | Phase | Command | Description | |-------|---------|-------------| | **Define** | `/spec` | Create PRD with objectives, scope, and boundaries | | **Plan** | `/plan` | Decompose into vertical slices with acceptance criteria | | **Build** | `/build` | Implement incrementally using TDD | | **Verify** | `/test` | Write tests with RED-GREEN-REFACTOR | | **Review** | `/review` | Five-axis code review | | **Ship** | `/deploy` | Build, test, and deploy | ### Supporting Commands | Command | Description | |---------|-------------| | `/debug` | Systematic error diagnosis | | `/simplify` | Reduce code complexity | | `/fix-issue` | Analyze and fix issues | --- ## Project Structure ``` .claude/ ├── CLAUDE.md # Main AI configuration │ ├── commands/ # Slash commands (8 total) │ ├── spec.md # /spec — PRD creation │ ├── plan.md # /plan — Task breakdown │ ├── build.md # /build — Incremental implementation │ ├── test.md # /test — TDD workflow │ ├── review.md # /review — Code review │ ├── deploy.md # /deploy — Deployment │ ├── debug.md # /debug — Error diagnosis │ ├── simplify.md # /simplify — Code simplification │ └── fix-issue.md # /fix-issue — Issue resolution │ ├── agents/ # Specialized agents (10 total) │ ├── frontend.md # Frontend Developer │ ├── backend.md # Backend Developer │ ├── systems-architect.md # Systems Architect │ ├── code-reviewer.md # Code Reviewer │ ├── test-engineer.md # Test Engineer │ ├── security-auditor.md # Security Auditor │ ├── qa.md # QA Engineer │ ├── project-manager.md # Project Manager │ ├── ui-ux-designer.md # UI/UX Designer │ └── copywriter-seo.md # Copywriter/SEO │ ├── rules/ # Mandatory rules (13 total) │ ├── clean
Excerpt of 10,277 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:84868d3ecd8dcfa5, name:ai agent, desc:ai agents