Find the perfect skill
Bootstrapp Template Instantiation
Development
Instantiates a project from a Bootstrapp template bundle. It reads the template spec, resolves parameters (defaults or user-provided), runs the generation script, and reports the output path. Useful for quickly scaffolding structured projects from a predefined template.
PRD Generator
Development
Generates a structured Product Requirements Document (PRD) from a feature description. It helps by asking clarifying questions and producing a clear, actionable document with user stories, acceptance criteria, and success metrics. Use this when planning a new feature or starting a project.
GitHub Projects Sync
Development
Manages team tasks through GitHub Projects V2 using the GraphQL API. Helps when you need to create, update, query, or sync project items such as issues, pull requests, and status boards. Useful for coordinating work across remote developer agents and tracking feature implementation progress.
Boardkit File Format
Development
Complete specification of .boardkit file format: ZIP structure, serialization, versioning and document migrations. Essential for import/export and data persistence.
CocoaPods Subspecs Organization
Development
Helps structure CocoaPods libraries into modular subspecs for better maintainability and optional features. Covers dependency management between subspecs, default subspecs patterns, and platform-specific configurations. Useful when building large libraries where users may only need core functionality.
Prisma ORM - Type-Safe Database Operations
Development
Performs type-safe database operations using Prisma ORM with PostgreSQL. Ideal for defining schemas, writing type-safe queries, creating migrations, modeling relations, or replacing raw SQL with ORM patterns. Automatically generates TypeScript types and manages database schema changes.
Run Plan
Development
Executes a continuous plan by stepping through a skill sequence table. Used after continuous-planner creates a plan to perform tasks deterministically step by step.
Domain-Driven Architecture Patterns
Development
Provides tactical Domain-Driven Design patterns for Python applications, including Domain Model, Repository, Service Layer, Unit of Work, and Aggregates. Helps architect clean backend systems with clear separation between business logic and infrastructure, and supports decisions on service boundaries and data access layers.
WebSocket Implementation
Development
Build scalable WebSocket systems for real-time communication with connection management, message routing, and horizontal scaling support.
Godot Navigation & AI
Development
Implements AI navigation and pathfinding using NavigationServer, behavior systems, and steering behaviors for intelligent NPC movement.
Config Schema Validator
Development
Generates Zod/JSON Schema configuration validators with defaults and custom error messages for robust config management.
Execute - Parallel Execution Orchestrator
Development
Parallel execution orchestrator that analyzes ready beads, computes non-conflicting parallel tracks, spawns worker agents for each track, and coordinates execution via Agent Mail, including calibration at phase boundaries. Use this skill when you have multiple independent tasks ready to run simultaneously.