Find the perfect skill
Git Commit with Database Sync
Development
Commits changes from the `content/` directory without requiring knowledge of the monorepo structure. It includes a pre-commit hook that runs a session review to catch stale task references. Use this skill when you need to make safe, focused commits to content files only.
Eigenvalues and Eigenvectors
Data & AI
Problem-solving strategies for eigenvalues in linear algebra. Compute characteristic polynomials, eigenvalues and eigenvectors with verification methods.
Systematic Debugging
Development
Diagnose bugs systematically before proposing fixes. Use when something is broken, failing, erroring, or not working as expected. This skill guides through reproduction, isolation, hypothesis testing, and produces a structured diagnosis with evidence.
Browser Automation with agent-browser
Testing
Automate browser interactions using the agent-browser CLI. Navigate pages, fill forms, click buttons, take screenshots, and extract data from websites. Ideal when a user needs programmatic web interaction such as testing, scraping, or automating repeated tasks.
Architecture Designer
Development
This skill guides you through defining technical architecture for your project. It interviews you on key decisions (language, framework, database, etc.) and creates Architecture Decision Records (ADRs) along with an architecture overview. Use it when starting a new project or needing to formalize architectural choices.
Building API Routes
Development
Build RESTful Flask endpoints with consistent URL conventions, input validation via Marshmallow or Pydantic, and uniform JSON response envelopes. Helps when adding new CRUD resources or refactoring existing routes to follow REST standards, including offset or cursor-based pagination for list endpoints.
Writing Assistant
Content
Manage a team of specialized writers via MCP tools to analyze writing tasks, create content strategies, and provide detailed guidance for content execution.
Cross-Repository GitHub Actions Coordination
DevOps
Coordinate GitHub Actions runner configuration updates across multiple project-beta repositories. Ensure workflow runner labels exactly match Helm runner scale set names to prevent CI/CD job deadlocks.
React Component Testing
Testing
Test React components with React Testing Library and Playwright. Cover unit tests, user interactions, and E2E testing.
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.
Conductor Status
Productivity
Displays the overall progress, active tracks, and next actions for a Conductor project. Helps track work on conductor-related tasks and workflows, providing guidance and checklists when needed.
FireCrawl Core Workflow A
Development
Executes the primary FireCrawl workflow for common integration tasks. It initializes, runs, and finalizes operations with the FireCrawl API. Use this when implementing core use cases or building main features.