#345 · Primary category: AI Coding Assistants
open-agent-hub
A lightweight, zero-dependency CLI tool to manage and activate capabilities for AI coding assistants (such as Claude Code, Cursor, Trae, etc.).
Project last updated:08/30/26
GitHub Stars
958
Forks
164
Contributors
3
License
MIT
Why we included this project
People who work day to day with Claude Code, Cursor, Trae, or similar assistants tend to collect a messy pile of custom skills and slash commands that never quite match up between projects. open-agent-hub is built around that problem. A single zero-dependency CLI command ties modular prompting skills, expert agent roles, and slash commands into the config directories of eight coding assistants, either per workspace or globally. The bundled library already holds more than eighty ready-to-use skills plus agent prompt templates, and because every component is plain Markdown with YAML frontmatter, you can read it, edit it, and commit it just like any other source file. Teams that want consistent assistant behavior across repos and machines can switch capabilities on or off and check their status with straightforward commands, instead of hand-copying config around.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.