supergraph

Solid

Meta-orchestrator — dispatches to the right skill for the task. Use before any non-trivial work.

AI & Automation 22 stars 5 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# supergraph Graph evidence uses `codebase-memory-mcp` scoped by `CBM_PROJECT`. Orientation loads `get_architecture` aspects `overview`, `layers`, `boundaries`, `clusters`, and `hotspots`, plus validated `hubs`, `bridges`, and `test-gaps` recipes. If optional graph evidence is unavailable, label it unavailable and use Serena or filesystem evidence. Dispatch to the right skill. 1% rule: if it *might* apply, invoke it. ## Priority 1. User CLAUDE.md / AGENTS.md (highest) 2. This skill set 3. Default system behavior ## Dispatch Table | User intent | Skill to invoke | |-------------|----------------| | "start", "begin", unclear scope | `/supergraph:analyze` | | "plan", "lên kế hoạch", explicit plan request | `/supergraph:plan` | | "implement", "build", "execute" (plan saved) | `/supergraph:execute` | | "fix bug", "debug", "why failing" | `/supergraph:fix` | | "test", "TDD", "add tests" | `/supergraph:tdd` | | "refactor", "clean up", "reorganize" | `/supergraph:plan` (then execute) | | integration/e2e tests, after unit green | `/supergraph:integration` | | "done?", "verify", before commit/PR | `/supergraph:verify` | | "review", "merge", "PR", before merge | `/supergraph:review` | | Need project context | `/supergraph:scan` | ## Adaptive Gate - **< 20 lines, ≤2 files, no hub/bridge, complexity <10** → use `/supergraph:tdd` directly - **≤5 files, clear requirement, no cross-boundary** → `/supergraph:plan` with lightweight tasks - **>5 files, ambiguous, hub/bridge, cross-bound...

Details

Author
datit309
Repository
datit309/supergraph
Created
4 months ago
Last Updated
6 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category