Find the perfect skill
PR Creation and Merge
Development
Use when creating or merging a pull request. Covers PR body writing, branch setup, rebase merge, and cleanup after merge.
Add Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, either as community or first-party.
Gemini API Caching Best Practices
Development
Practical guide to caching Gemini API calls, reducing costs and improving latency with cache versioning and entity-stable keys.
My Skill
Development
Template for creating a new skill. Use this when you need to define a skill with specific instructions.
Fluxwing Component Creator
Development
Create uxscii components with ASCII art and structured metadata for .uxm files, in fast or detailed mode.
Fal Platform
Development
Platform APIs for model management, pricing, and usage tracking.
Create New Skill
Development
Learn to convert agentic prompts or Gemini Gems into structured skills for the framework.
Open a PR
Development
Opens a PR from the current branch to main: commits if needed, ensures an Nx version plan exists, pushes, and creates a PR with description and testing steps. Only runs when explicitly requested by the user.
Diagnosing Bugs
Development
A disciplined approach to diagnosing hard bugs and performance regressions, focusing on building tight feedback loops before diving into code.
End-to-End Package Implementation
Development
Implement a package end-to-end: read spec, branch in worktree, implement with tests, open PR, fix CI, resolve conflicts.
Scaffold AgentKit Assets
Development
Scaffold new skills, commands, agents, or Cursor rules with correct frontmatter and location. Validates descriptions and prevents overwrites.
Checkpoint: Mid-Flow Session Save
Development
Saves progress mid-session without closing out: writes notes, updates CLAUDE.md files, commits with chore(checkpoint):, pushes, and adds an insurance prompt. Keeps the chat going.