Find the perfect skill
Workflow Patterns for TDD Implementation
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and verification.
Business Entity Search
Data & AI
Search company registrations worldwide via OpenCorporates and SEC EDGAR. Three tools for business entity research.
VersionTruth: Real-time version validation
DevOps
The antidote to version hallucinations: real-time ground-truth for npm, Node, and GitHub Actions.
Firecrawl CLI - Web Search and Scrape
Data & AI
Search, scrape, and interact with the web using the Firecrawl CLI. Provides clean markdown output optimized for LLM context windows.
Interactive Diff Review
Development
Open an interactive diff review UI in the browser showing the full diff of the current branch against a base ref.
Project Knowledge Base Capture
Documentation
Capture architectural decisions, non-obvious bugs, and feature designs into a structured knowledge base with a categorized index.
Write Like Paul Graham
Content
Style guide for writing essays and posts in Paul Graham's voice: plain, direct prose that reasons aloud and lands surprising claims. Includes inline formatting options and revision checks.
Multi-Agent Code Review and Fix
Development
Launches five specialized review agents on code changes, synthesizes validated findings, triages based on developer judgment, and fixes approved items.
Create PR and check CI status
Development
Creates a Pull Request from current branch, links the issue, checks CI status, and manages the wip label.
Feature Flag Check and Compare
Development
Check feature flag states, compare channels, and debug differences across release channels.
Creating Services with Effect v4
Development
Guide for creating services using Context.Service, IdentityComposer, and Layer composition in Effect v4.
Create API Service Layer
Development
Creates types, contracts, adapter, and service layer for a resource following the project's architecture (sections 4.1-4.3). Use when adding API integration to a module. It asks for endpoint details and generates the full data layer with strict separation between API types and app contracts.