Claude Tools / Plugins / open-agent-hub
Plugins · guanyang/antigravity-skills
open-agent-hub
Unified capability management center for Skills, Agents, and Commands.
CLEARED_STATICagent-agnosticv3.0.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Agent-agnostic (works beyond Claude)
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
agents/agent-architect.md
agentmedium
agents/agent-debugger.md
agentmedium
agents/agent-refactorer.md
agentmedium
agents/agent-reviewer.md
agentmedium
agents/agent-tester.md
agentmedium
commands/commit.md
componentmedium
commands/review.md
componentmedium
commands/test-tdd.md
componentmedium
template/SKILL.md
skillhigh
skills/advanced-evaluation/SKILL.md
skillhigh
skills/algorithmic-art/SKILL.md
skillhigh
skills/baoyu-article-illustrator/SKILL.md
skillhigh
skills/baoyu-comic/SKILL.md
skillhigh
skills/baoyu-compress-image/SKILL.md
skillhigh
skills/baoyu-cover-image/SKILL.md
skillhigh
skills/baoyu-danger-gemini-web/SKILL.md
skillhigh
skills/baoyu-danger-x-to-markdown/SKILL.md
skillhigh
skills/baoyu-diagram/SKILL.md
skillhigh
skills/baoyu-electron-extract/SKILL.md
skillhigh
skills/baoyu-format-markdown/SKILL.md
skillhigh
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 20 lexical match(es)
README
From the repository
# 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 guidelin…