Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Documentation Gap Finder
Audits a codebase or docs folder and lists everything that is undocumented, outdated, or unclear.
Docker Compose Generator
Generates production-ready docker-compose.yml files for any application stack.
Database Schema Reviewer
Reviews database schemas for normalization issues, missing indexes, naming inconsistencies, and scalability risks.
Code Review Checklist
Runs a systematic checklist review on any code diff or file, covering correctness, security, performance, and readability.
Changelog Curator
Maintains and formats a CHANGELOG.md following Keep a Changelog conventions from git history or PR list.
Caching Strategy Advisor
Recommends the right caching layer, TTL strategy, and invalidation approach for any application bottleneck.
Bug Root Cause Analyzer
Systematically diagnoses bugs by tracing execution flow and identifying root causes vs symptoms.
Breaking Change Detector
Compares two versions of a codebase or API and flags all breaking changes with migration hints.
Blog Outline Generator
Generates a detailed, SEO-optimized blog post outline with H2/H3 structure, key points per section, and a hook.
Auth Flow Planner
Designs a secure authentication and authorization flow for any application, covering login, sessions, roles, and edge cases.
Article Repurposer
Takes a long-form article and repurposes it into multiple formats: tweet thread, LinkedIn post, TL;DR, and key quotes.
Architecture Explainer
Reads a codebase or system description and produces a clear, structured architecture overview with diagrams.
REST API Endpoint Designer
Designs RESTful API endpoints following OpenAPI spec and industry best practices.
API Documentation Generator
Generates OpenAPI-compatible documentation for REST API endpoints from code or route definitions.
AI Feature Spec Writer
Writes a complete product spec for an AI-powered feature including user stories, model requirements, fallback behavior, and evaluation criteria.
Agent Evaluation Framework Builder
Designs an eval suite for an LLM agent or pipeline including success metrics, trajectory scoring, LLM-as-judge setup, and regression test cases.
Agent Context File Writer
Writes a high-quality CLAUDE.md, .cursorrules, or .windsurfrules file that gives a coding agent the right project context, conventions, and constraints to work effectively.
Accessibility Audit Helper
Reviews UI code and components for WCAG 2.1 accessibility violations and provides specific fixes.
typo3-ddev
Use when providing DDEV URLs, accessing TYPO3 backend in browser, performing any ddev command (e.g. start, stop, restart, describe, exec), setting up DDEV for TYPO3 extension development, or testing across multiple TYPO3 versions. Triggers on: ddev URLs, backend URLs, local devel
imagen-qwen
Use when generating images with Alibaba Cloud Bailian API, especially for Chinese text rendering or photorealistic images
specrate
Skill to manage specs and changes. Use this when working with specrate-managed documents.
gmx-trading
Trade perpetuals and swap tokens on GMX V2 — a decentralized exchange with oracle-based pricing on Arbitrum, Avalanche, and Botanix. Supports market/limit/stop orders, leverage up to 100x, and programmable position management via TypeScript SDK or REST API.
gmx-liquidity
Provide liquidity on GMX V2 — deposit into GM pools and GLV vaults, withdraw, shift between pools, and query pool data across Arbitrum, Avalanche, and Botanix.
dify-workflow
Build, edit, validate, and export Dify AI workflow DSL files using the dify-workflow CLI. Use when: creating Dify workflows/chatflows/chat/agent/completion apps; adding nodes and edges to workflows; configuring LLM/tool/code/if-else/question-classifier nodes; validating DSL befor