.cursor/skills/agent-hub/SKILL.md
Plug-and-play orchestration skill. User states a goal in natural language; the model runs commands/agent-hub.md (dispatcher), classifies work via agent/operating-model.md, then opens only the matching command or architecture doc (map, architect, memory, recovery, verify, next-pass, or one NN-layer). Layered docs for intent, policy, context, planning, routing, delegation, execution, MCP/tool boundaries, verification, memory, recovery, observability, human gates, release. Use for repo orchestration reviews, boundary work, memory/recovery design, permission-sensitive refactors.
npx skillsauth add JustineDevs/E-Commerce agent-hubInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
agent-hub is a documentation-driven control plane for agents: layered architecture, indexes, diagrams, templates, command specs, and explicit editing rules. Application code under review may live outside this folder; this package defines how to navigate and change it safely.
Plug-and-play: Start from commands/agent-hub.md when the user’s goal is broad or ambiguous. Infer intent, then route to the smallest command or single architecture/NN-*.md.
Canonical path: SKILL.md at the root of this package (this file).
agent/README.md — operating scope for agents using this package.agent/operating-model.md — classify tasks and pick a route.architecture/00-scope-and-rules.md — global rules and doc authority.Then branch by task using indexes/orchestration-map.md and the matching architecture/NN-*.md file. For delegated specialist work, see subagents/README.md and run routing via commands/agent-hub.md.
architecture/07-verification-and-reflection.md.architecture/08-memory-pipelines.md.architecture/06-mcp-and-tool-boundaries.md.| Concern | Primary doc |
|---------|-------------|
| Orchestration overview | indexes/orchestration-map.md |
| Intent and commands | architecture/01-intent-and-commands.md |
| Policy and permissions | architecture/02-policy-and-permissions.md |
| Context and state | architecture/03-context-and-state.md |
| Planning and routing | architecture/04-planning-and-routing.md |
| Delegation and execution | architecture/05-delegation-and-execution.md |
| MCP and tool boundaries | architecture/06-mcp-and-tool-boundaries.md |
| Verification and reflection | architecture/07-verification-and-reflection.md |
| Memory pipelines | architecture/08-memory-pipelines.md |
| Recovery and resume | architecture/09-recovery-and-resume.md |
| Observability and human gates | architecture/10-observability-and-human-gates.md |
| Release and scope | architecture/00-scope-and-rules.md |
| Specialist subagents | subagents/README.md |
| Cursor launcher setup (paste into chat) | COMMANDS.md |
architecture/03-context-and-state.md.architecture/05-delegation-and-execution.md.architecture/02-policy-and-permissions.md and 10-observability-and-human-gates.md.06-mcp-and-tool-boundaries.md.commands/agent-hub.md (routing modes, when to assign a specialist first).commands/*.md, or optional workspace .cursor/commands/agent-hub-*.md / agent-hub.md when present (see indexes/command-index.md). To create those files automatically, the user can attach COMMANDS.md and follow its paste prompt.subagents/*.md for scoped analysis or planning; they link into canon instead of replacing it.architecture/*.md.agent/*.md.commands/architect.md workflow, then templates/inspection-pass-template.md.See indexes/command-index.md for canonical commands/*.md versus optional editor launchers.
indexes/decisions-index.md — architecture decision log pointers.docs/decisions/README.md — how to record decisions.development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
tools
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.
development
Runs and scopes automated tests for this Turborepo (unit, package filters, Medusa stress, E2E, release gate). Use when the user asks to run tests, verify CI locally, debug failing tests, or choose the right test command for a changed package.
development
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.