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 lightweight, zero-dependency CLI tool to manage and activate capabilities for AI coding assistants (such as Claude Code, Cursor, Trae, etc.).
| Date | Stars |
|---|---|
| 2026-07-31 | 938 |
| 2026-08-01 | 940 |
| 2026-08-06 | 940 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
# open-agent-hub **English** | [简体中文](README.zh-CN.md) A lightweight, zero-dependency CLI tool to manage and activate capabilities for AI coding assistants (such as Claude Code, Cursor, Trae, etc.). With a single command, you can link **Skills** (modular prompting), **Agents** (expert workflow roles), and **Commands** (slash commands) to your project workspaces or global system configurations. --- ## 📂 Directory Structure ``` . ├── agents/ # System prompts for expert Agents (agent-*.md) ├── commands/ # Agent runtime Slash Commands (*.md) ├── docs/ # Technical specs and user guidelines ├── scripts/ # CLI manager source code (hub.js) ├── skills/ # Modular capability skills (83+ skills) ├── spec/ # Technical specification definitions for capabilities ├── template/ # Development templates for Skills, Agents, and Commands ├── AGENTS.md # Project-level LLM coding guidelines ├── CLAUDE.md # Claude-specific coding guidelines ├── GEMINI.md # Gemini-specific coding guidelines ├── CHANGELOG.md # Changelog of project versions ├── CONTRIBUTING.md # Community guidelines for contributions ├── LICENSE # MIT license file ├── SECURITY.md # Vulnerability reporting policies ├── package.json # CLI configuration and npm registration ├── skills_index.json # Scanned and generated global metadata index for skills ├── skills_sources.json # Data sources configuration for `oah sync` command ├── README.md # English documentation (this file) └── README.zh-CN.md # Chinese translation documentation ``` *(Note: `AGENTS.md`, `CLAUDE.md`, and `GEMINI.md` contain project-level LLM coding behavioral guidelines, derived from [andrej-karpathy-skills](https://github.com/multica-ai/andrej-karpathy-skills))* --- ## 📖 Technical Guidelines & Documentation To maintain clean and focused documentation, deep-dive specifications have been moved under the `docs/` directory. Please refer to: * 🧩 **[Skill Guidelines](docs/Skill_Guidelines.md)**: Design standards, trigger rules, and a complete catalog of the 83+ modular skills. * 🤖 **[Agent Guidelines](docs/Agent_Guidelines.md)**: Specifications for Orchestrator, Evaluator, and Optimizer agent roles, detailing handoff contracts and Evaluator-Optimizer loops. * 🛠 **[Command Guidelines](docs/Command_Guidelines.md)**: Guidelines for agent-facing slash commands (such as `/commit`, `/review`, and `/test-tdd`). --- ## 🔌 Compatibility `open-agent-hub` follows standardized Markdown prompts with YAML frontmatter metadata. The CLI dynamically links components (Skills, Agents, Commands) to their respective subdirectories (`/skills/`, `/agents/`, `/commands/`) within the project or global configuration directories of the AI assistant: | Tool Name (Agent) | Type | Compatibility | Project Path (Workspace) | Global Path (System) | | :--- | :--- | :--- | :--- | :--- | | **Claude Code** | CLI | ✅ Full | `.claude/` | `~/.claude/` | | **Antigravity** | IDE | ✅ Full | `.agents/` | `~/.gemini/antigravity/` | | **Gemini CLI** | CLI | ✅ Full | `.gemini/` | `~/.gemini/` | | **Codex** | CLI | ✅ Full | `.codex/` | `~/.codex/` | | **Cursor** | IDE | ✅ Full | `.cursor/` | `~/.cursor/` | | **Trae** | IDE | ✅ Full | `.trae/` | `~/.trae/` | | **OpenCode** | CLI | ✅ Full | `.opencode/` | `~/.config/opencode/` | | **Kiro** | CLI/Agent | ✅ Full | `.kiro/` | `~/.kiro/` | > [!TIP] > The CLI tool (`oah`) links files into subdirectories under these paths, e.g., `<Path>/skills/` for skills, `<Path>/agents/` for agents, and `<Path>/commands/` for slash commands. --- ## 🚀 Quick Start You can install and manage skills either directly using Vercel's standard `skills` CLI, or via our built-in zero-dependency manager (`oah`) which also supports managing Agents and Slash Commands. ### Option 1: Quick Install via Vercel's `skills` CLI (Easiest) If you only need to use the modular
Excerpt of 8,161 characters
Read on GitHub119
50
3
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:6cbd964af2481a70, topic:ai-agents, topic:agents
matched fp:6cbd964af2481a70, topic:context-engineering