Find the perfect skill
Skill Creator
Development
Guides the agent through authoring and validating agent skills, optimizing metadata and using progressive disclosure.
Remove Code Shortcut
Development
Direct shortcut to remove a code artifact, endpoint, dependency, or feature, updating dependents, tests, and docs. Skips triage and generates a full work plan.
Skrift Form System
Development
Skrift form system with Pydantic validation, CSRF protection, template rendering, and hook integration.
Run Makefile Targets in ODK Docker
Development
Guide for running Makefile targets and ROBOT/owltools commands inside the pinned ODK Docker image, with a TTY-free wrapper for reliable agent use.
Expert Skill Management
Development
Create, refine, review, or retire reusable expert-level skills following a structured lifecycle with validation and duplicate detection.
Create PR
Development
Create a Pull Request with auto-generated description based on commits and diff.
Rust Async Patterns
Development
Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling.
Legacy Code Modernization
Development
Orchestrate legacy modernization using the strangler fig pattern, enabling gradual component replacement while maintaining business operations through expert agent coordination.
Backport PR to Next.js release branch
Development
Backport a merged Next.js PR from canary to a release branch using git cherry-pick and open a draft PR with the correct base.
Run Tamagui Frontend
Development
Run or rebuild the local Tamagui/Next.js frontend via its Makefile. Prefer the backend-driven workflow for end-to-end checks.
CQRS Implementation
Development
Guide for separating read and write models with CQRS, optimizing query performance, and building event-sourced systems.
Bootstrap a Curaye Project
Development
Bootstrap a new project with a .curaye/ folder by mining session context and filling gaps with a targeted interview.