Find the perfect skill
Implementation Plan Creation
Documentation
Create a clear implementation plan with progress tracking and task status.
Gorgias CLI Tool
Productivity
A CLI and MCP server for the Gorgias customer support API, covering 108 endpoints across tickets, customers, messages, and more.
Mock Data Factory
Testing
Generate realistic mock data and test fixtures using factories, faker, and seed scripts for development and testing.
Skill Template
Development
A template for creating AI skills with instructions, examples, and best practices.
WordPress Theme Generator
Development
Creates a WordPress theme based on Underscores with Vite, Tailwind CSS v4, Alpine.js, Swiper, and AOS from a source folder.
Pytest Mocking Strategy
Testing
Master pytest mocking strategy: when to use autospec vs manual mocks, AsyncMock patterns, mock builders, and what should never be mocked.
Watcher Management
DevOps
Manages watcher processes that monitor Gmail, WhatsApp, filesystem, and other external sources. Start, stop, monitor watcher scripts and manage process configuration.
Agent Review Architecture & Checklist
Development
Audit agent files: frontmatter, triggers, voice, length, duplication. Helps ensure consistency and correctness.
Privacy Policy Generator
Legal & Compliance
Generates privacy policies compliant with GDPR and data protection regulations.
React - UI Design and Performance
Development
This skill organizes design, review, and performance optimization for React/Next.js projects, treating UI as a computation model (components/state/rendering). It is triggered for repositories listing React or Next.js in `doc/input/rdd.md`, or when discussing state management, rendering, Server Components, SSR, streaming, bundling, or performance. It offers checklists and common pitfalls to ensure clean architecture and performance.
kubectl - Kubernetes Cluster Management
DevOps
Provides CLI operations for managing Kubernetes clusters using kubectl. Includes tools to inspect and manipulate pods, deployments, and services, such as listing, scaling, and viewing logs. Helps DevOps and developers interact with Kubernetes infrastructure efficiently.
App Verification Sub-Agent
Testing
Launch a sub-agent that performs end-to-end verification of the application. It checks builds, linting, type errors, runs unit tests, performs manual UI testing via Playwright, and verifies integration points. Ideal for QA verification before release or after changes to ensure app stability and correctness.