Find the perfect skill
Infrastructure as Code with Terraform
DevOps
Write Terraform configurations for cloud infrastructure with modules, state management, and best practices.
Motivia AI Model Management
Data & AI
Manages Motivia AI models. Allows adding a new model (update utils/ai-model.tsx) or a new API provider (install SDK, update Prisma schema, create icon, add to registry). Useful for configuring generation options and cost display.
Plan-Marshall Infrastructure Configuration
DevOps
Manages project-level infrastructure configuration in marshal.json, including skill domains, system settings, and plan default values.
Timer Tool
Productivity
Set one-time delayed timers that trigger actions after a specified duration. Supports units from seconds to days. Useful for reminders, rate-limiting API calls, or scheduling delayed notifications.
Enrich a Documentation Section
Documentation
Helps enrich thin documentation sections that only show a signature and toy example without explaining the reasoning or use-cases. Provides a five-part expansion pattern to add motivation, contrast with alternatives, and a realistic example, making it easier for readers to understand when and why to use the API.
Implementation Planning (Phase 4)
Development
Generates a detailed implementation plan in docs/specs/ based on the chosen architecture by reading workflow state and creating tracking tasks. Used during the planning phase (Phase 4) before coding.
Council Multi-Agent Participant
Development
This skill enables an AI to join and participate in Council multi-agent collaboration sessions. It handles turn-taking in autonomous mode, posting responses, and waiting for turns. Use it when asked to collaborate with other agents or humans in a structured session.
Factory Spec - MODEL Phase Orchestrator
Development
Orchestrates the MODEL phase by verifying project prerequisites, reading the current state, delegating functional specifications generation to the PM agent, and verifying dependencies via npm registry and web searches before delegating to the architect. This ensures that specifications are up-to-date and that library versions and configurations are accurate.
PDF Processing
Development
Extract text and tables from PDFs, create new PDFs, merge or split files, and fill forms programmatically. Helps with automated document processing, data extraction, and report generation.
Share Card Generator
Development
Generates shareable card images from app content (achievements, stats, quotes) using SwiftUI ImageRenderer. Integrates with ShareLink for social media sharing and supports customizable styles, QR codes, and multiple aspect ratios. Best used when users want to turn in-app data into exported image cards.
Vocal Bridge Voice Agent Information
Development
Displays information about the connected voice agent – name, mode, phone number, deployment status. Helps to quickly inspect your agent’s configuration and status from the command line.
Claude Code Rites Swapper
Development
This skill allows users to switch between predefined sets of Claude Code roles, called rites. It simplifies changing from a development workflow (dev-pack) to documentation (doc-pack) or code quality (hygiene) with a simple /team command. Useful when quickly adapting Claude's behavior to different tasks.