Find the perfect skill
Incremental Work with Git Worktree
Development
Make incremental progress on issues using Git worktree for parallel agent workflows. Perfect for starting coding sessions, continuing work, or running parallel agents.
Groq Production Checklist
DevOps
Complete checklist for deploying Groq integrations to production, including rollback procedures.
Workflow Orchestration Patterns
Development
Design durable workflows with Temporal, covering workflow vs activity separation, saga patterns, state management, and determinism constraints. Use for long-running distributed systems that require fault-tolerant orchestration.
Figforge Gen: Image Generation & Editing
Data & AI
Generate and edit images using gpt-image-2 via CLIProxyAPI. Supports text-to-image and image editing with natural language prompts.
Seed source file to processing queue
Development
Adds a source file to the processing queue. It validates the file, detects duplicates by filename and content similarity, creates an archive folder, and moves the source from inbox for processing. Use this to seed new documents into the system before extraction.
Instantly Multi-Environment Setup
Development
Configure Instantly.ai across development, staging, and production environments. Use when setting up multi-workspace deployments, isolating test from production, or managing per-environment API keys and webhook endpoints.
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.
Humanizer: Remove AI Writing Patterns
Content
Identifies and removes common AI-generated writing patterns to make text sound more natural and human. Based on Wikipedia's 'Signs of AI writing' guide.
pSEO Page Templates with Dynamic Routing
Development
Create page templates with dynamic routing for programmatic SEO. Ensure each generated page has unique, intent-matched content with differentiated titles, headings, descriptions, and FAQs. Useful when building or refactoring pSEO page templates or setting up dynamic routes that must produce valuable, non-thin content at scale.
The Quant Forge - Combined Code Review
Development
A composite code review skill that applies five expert lenses in parallel, delivering a single unified verdict from the harshest perspective.
OpenClaw Mac Mini Setup
DevOps
Guides users through setting up an OpenClaw agent on a Mac Mini with a dedicated user account, Slack integration, and security configuration. Use this skill when users need to create isolated agent accounts, configure Slack integration, or follow security best practices for OpenClaw. It covers step-by-step setup from user creation to testing in Slack.
Architectural Code Review
Development
Performs a rigorous architectural code review including ADR compliance, test coverage, architectural patterns, and security analysis. Outputs a structured review document with APPROVED/REDIRECT/BLOCKED status. Helpful for ensuring changes align with architectural decisions and quality standards.