Find the perfect skill
Create or update a pull request
Development
Creates or updates a pull request from a template, fills Issues and Docs sections with real branch signal, and runs judgment passes before pushing.
Advanced TypeScript Patterns
Development
Precision TypeScript patterns: branded types, discriminated unions, conditional types, generics, and type narrowing for robust, type-safe code.
Plenum Architecture Contract
Development
Load-bearing design decisions of Plenum smart thermostat system: invariants, rationale, and known weak points. Use for understanding architecture before changes.
GitHub PR Creator
Development
Create GitHub pull requests with English titles and structured body content.
Feature Development Workflow
Development
Automates a 7-phase feature development process using specialized agents for exploration, architecture design, and code review. Ideal for multi-file features and ambiguous requirements.
Sync Status
Development
Show where a codebase's tokens and its connected Paper file disagree, then offer to normalize. Use to check sync status.
Groq Hello World
Development
Create a minimal working example to get started with the Groq API. Perfect for testing your setup and learning the basics.
Environment Variable Handler
Development
Handles environment variables securely, distinguishing between the template (.env) and secrets (.env.local).
GraphQL Schema Generator
Development
Generates GraphQL schemas, resolvers, and type definitions from data models. Includes best practices for pagination, error handling, and documentation.
Custom Umbraco Icons
Development
Implement custom SVG icons in the Umbraco backoffice using the manifest and official documentation examples.
Prompt Creator
Development
Provides guidelines for designing effective system prompts for AI agents and assistants. Helps when writing or improving agent instructions by emphasizing clarity, specificity, and iterative refinement.
Fix GitHub Issue
Development
End-to-end workflow for fixing a GitHub issue: read, plan, implement, test, and commit.