Find the perfect skill
RESTful API Design
Development
Design and implementation of RESTful APIs following best practices. Includes type definitions, database schemas, routing, and API clients.
Project Pruning
Development
Cleans up temporary files, stale tasks, and reorganizes the ai/ directory. Helpful when your project feels cluttered, ensuring a clear structure and removing unnecessary artifacts.
Solana Token Development
Development
Guides the creation and management of tokens on Solana using SPL Token, Token-2022, and Metaplex metadata standards. Use this skill when building fungible tokens, NFTs, or token-gated applications on Solana, especially when implementing token extensions like transfer fees or on-chain metadata.
Explore codebase with parallel agents
Development
Launches multiple parallel agents to explore the codebase, find similar features, map architecture, and analyze integrations. Useful at the start of development to understand key patterns and files.
SDD TDD Task Breakdown Generation
Development
Generates a hierarchical task breakdown with TDD steps for implementing an approved design. Use after the design phase is approved to translate the design into small, testable work items organized by component. Each task includes Red-Green-Refactor steps, test pyramid considerations, and acceptance criteria.
Systematic Bug Fix Workflow
Development
Executes a systematic bug fix workflow: structured investigation, regression test creation, fix implementation, and a formal report in specs/bugfixes/. Automatically handles Transit tickets and branch management. Useful for bugs requiring thorough analysis and full documentation.
Lark Bot Integration
Development
Deploy and manage a Lark (Feishu) bot for interactive Milady meme generation and team collaboration. Handles over 10 commands for meme generation, AI effects, Twitter content, and social monitoring. Use when setting up Lark webhooks, handling bot commands, or integrating with Lark messaging.
Upgrade Flake Inputs
Development
Updates flake.lock to the latest commits for all flake inputs without changing the NixOS release channel. It runs nix flake update, then optionally builds and verifies before applying. Use this to get newer package versions while staying on the same NixOS version.
Laravel Wayfinder
Development
Generates typed TypeScript functions for Laravel routes and controllers, keeping backend and frontend in sync. Use it to import controller methods or named routes with support for parameters, HTTP methods, and query merging. Helps achieve type safety and tree-shaking in Laravel + Inertia or vanilla frontend apps.
React Feature Flags Checker
Development
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels. Supports comparing channels with --diff, grouping by cleanup status with --cleanup, and CSV export. Helps diagnose flag-related inconsistencies across Meta internal and OSS channels.
Commit staged with generated message
Development
Analyzes staged changes via `git diff --staged`, generates a structured commit message (changes, symbols added/removed, stats), then pauses for approval before committing with GPG signature. Helps automate consistent commits without manually writing messages.
Claude Code Skill Evaluator
Development
Evaluates Claude Code skills against best practices for size, structure, examples, and prompt engineering. Use when reviewing skills for deployment, optimization, or standards compliance.