Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
ui-ux-pro-max
UI/UX design intelligence with 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Use when designing or reviewing UI: websites, dashboards, landing pages, admin panels, e-commerce, SaaS
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
systematic-debugging
Use when encountering any bug, test failure, unexpected behavior, or error. Triggers on: "it's broken", "this doesn't work", "I'm getting an error", "fix this bug", any unexpected behavior. Requires finding root cause before attempting fixes. Symptom fixes are failure.
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session. Triggers on: "execute the plan here", "dispatch subagents", "implement with reviews", any same-session execution request. Dispatches fresh subagent per task with two-stage review (spec complian
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
post-session-review
MANDATORY at the end of every coding session where code was written or modified. Audits for missed learnings, applies confidence decay, merges subagent pending files, updates pending-review.md, and re-indexes the skills knowledge graph with embeddings. Triggers: "ho finito", "bas
next-best-practices
Next.js 15+ best practices: file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling. Use when working on a Next.js project, debugging RSC hydration errors, setting up App Router, optimizing performan
load-learnings
Loads the most relevant learnings at session start using semantic search via CodeGraph. Hard cap of 15 learnings to protect context window. Called automatically by codegraph-context after loading the knowledge graph. Do not invoke manually — codegraph-context handles this.
frontend-design
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. Built on Impeccable (pbakaus) + Uncodixfy (cyxzdev) + Anthropic original. Includes 20 design commands: /critique, /audit, /normalize, /polish, /harden, /animate, /colorize, /bolder, /quiete
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints. Triggers on: "execute the plan", "implement the tasks", "start building", any plan execution request. Loads plan, reviews critically, executes tasks in batches with checkpoin
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Triggers on: "multiple failures", "parallel work", "independent problems", any multi-domain issue. Dispatches one agent per independent problem domain for concurrent invest
codegraph-context
Use at the START of any coding session or before touching code in a project. Triggers on: "lavora su X", "modifica X", "aggiungi feature a X", "fix in X", any request that implies working inside a specific project folder. Ensures the CodeGraph index is fresh before writing a sing
capture-learning
Captures a validated learning and writes it to the correct learnings.md. Invoke when: a bug is resolved non-obviously, a pattern is discovered, the user corrects a mistake, or a solution took 2+ attempts. Do NOT invoke for typos, obvious errors, or one-time config changes.
brainstorming
Use this before any creative work — creating features, building components, adding functionality, or modifying behavior. Use when user asks to design, plan, or think through a feature before implementing. Explores intent, requirements, and design through collaborative dialogue.
audit-website
Audit websites for SEO, performance, security, technical, content, and 15 other issue cateories with 230+ rules using the squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use to discover and asses
xlsx
Spreadsheet creation, editing, and analysis. Two approaches: Programmatic (openpyxl/pandas for .xlsx files with formulas, formatting, and data analysis) and Browser-based (Excel Online via Playwright for pivot tables, charts, and collaboration). Use when the user wants to create,
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code