By quangtran88
Intelligent skill routers for execution, research, review, debugging, design, security testing, QA, and team orchestration — with optional multi-model orchestration via OpenCode
Use when the user provides an OpenAPI or Swagger spec and asks to find security issues, pentest the API, audit endpoints for OWASP API Top 10, or check for BOLA, BFLA, mass assignment, injection, or SSRF vulnerabilities in a running HTTP API
Use when the user reports a bug, error, test failure, or unexpected behavior — routes through investigation, hypothesis testing, and verified fix with structured evidence collection
Use when the user wants to apply a visual design system to a project, references a specific brand's style (Linear-like, Stripe-like, Claude-like), asks for a DESIGN.md, or describes aesthetic intent (warm editorial, dark minimal, stark futuristic) for AI UI generation
Use when the user asks to build, implement, fix, or execute a plan — detects context (existing plan, new feature, bug, quick task, visual input) and routes through brainstorming, planning, debugging, or execution workflows
Direct Google Gemini bridge via the Antigravity (agy) CLI — uses Google Ultra subscription (no API key), opt-in Google Search grounding (via `--grounded`), and gemini-3.x models without the OpenCode layer
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Intelligent skill routers for Claude Code. Each skill classifies user intent and routes to the optimal executor — with optional multi-model orchestration via OpenCode.
All dependencies are optional. Skills degrade gracefully to Claude-only mode when external tools aren't available.
/plugin marketplace add quangtran88/x-skills
/plugin install x-skills@x-skills-marketplace
/reload-plugins
Then run setup to configure the bindings (omo-agent, agy-agent) and detect available dependencies:
/x-skills:setup
After every plugin upgrade, re-run /x-skills:setup. It refreshes:
~/.local/bin/omo-agent, ~/.local/bin/agy-agent) to point at the new plugin cache~/.config/x-skills/capabilities.json (new fields appear with each release)gemini CLI detection for the x-gemini skill)The plugin's SessionStart hook detects stale capabilities and reminds you, but you can run /x-skills:setup proactively any time — it's idempotent.
| Skill | Invoke | What it does |
|---|---|---|
| x-do | /x-skills:x-do | Universal execution router — classifies tasks into modes (new feature, bugfix, quick edit, refactor, plan execution) and dispatches to the right workflow |
| x-research | /x-skills:x-research | Universal research router — classifies questions and routes to optimal agents (codebase search, external docs, architecture review, OSS internals, pre-planning) |
| x-review | /x-skills:x-review | Code/plan/PR review orchestrator — cross-model review with Claude + GPT perspectives, structured verdicts |
| x-verify | /x-skills:x-verify | Completion-cascade dispatcher — answers "am I done?" for long-running skills with mandatory fallback to prevent silent success claims |
| x-bugfix | /x-skills:x-bugfix | Structured debugging — routes through investigation, hypothesis testing, and verified fix with evidence collection |
| x-mindful | /x-skills:x-mindful | Pre-implementation architect-review gate — walks the user through the tradeoffs AI silently picked, assumptions it baked in, blind spots, over/under-engineering, and future-debt at architect level (never code-level), one item at a time |
| x-design | /x-skills:x-design | Visual design system integration — resolves brand references (Linear-like, Stripe-like) to curated DESIGN.md files from 58 indexed sites |
| x-api-pentest | /x-skills:x-api-pentest | API security testing — OWASP API Top 10 testing with schemathesis, nuclei, sqlmap, spectral |
| x-qa | /x-skills:x-qa | Profile-driven E2E QA — scans the project once, persists a launch/test profile, fans tests out across cheap/strong models against an isolated stack |
| x-team | /x-skills:x-team | Multi-feature team orchestrator — decomposes work into N parallel features, provisions a worktree per feature, gates merges on x-qa passing |
| x-worktree | /x-skills:x-worktree | Isolated git worktree provisioner — used by x-do/x-bugfix --wt flag and directly; auto-applies docker-compose isolation when a profile is present |
| x-worktree-isolate | /x-skills:x-worktree-isolate | Per-worktree docker-compose isolation — scan once, emit profile.json, write compose.override.yml + .env.worktree per new worktree |
| x-omo | /x-skills:x-omo | OpenCode multi-model bridge — dispatch to GPT-5.5, Gemini, Codex models via role agents or direct model routing |
| x-gemini | /x-skills:x-gemini | Direct Gemini CLI bridge — uses Google Ultra subscription (no API key), native Google Search grounding, gemini-3.x access without OpenCode layer |
| x-guide | /x-skills:x-guide | Progressive comprehension-gated tutor — turns docs/PRDs/specs/code/features into a resumable walkthrough with per-project state in .x-guide/<slug>/ |
| x-skill-improve | /x-skills:x-skill-improve | Session-based skill alignment analyzer — evaluates how well a skill was followed during real sessions and proposes targeted edits |
x-shared is a reference library used by other skills (not invokable directly).
Each skill is a router, not an executor. It:
~/.config/x-skills/capabilities.json to detect available toolsUser: "add auth to the API"
│
x-do classifies → Mode A (new feature)
│
┌────┴────────────────────┐
│ opencode available? │
├─── yes ─→ OMO oracle │ (oracle review)
│ + OMC executor │ (Claude implementation)
├─── no ──→ Agent(opus) │ (Claude-only fallback)
└─────────────────────────┘
npx claudepluginhub quangtran88/x-skills --plugin x-skillsComplete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns