Find the perfect skill
Devin Delegate
Development
Delegate bounded research, implement, debug, review, or browser tasks to Devin with workspace envelope and fallback telemetry.
Humanizer: Remove AI Writing Patterns
Content
Identifies and removes signs of AI-generated text to make writing sound more natural. Based on Wikipedia's 'Signs of AI writing' guide.
CI with the odu runner
DevOps
Reference for running CI pipelines with odu: full pipeline, single recipe, platform-pinned node, and attaching to a live run. Covers MCP integration and log reading.
Create Pull Request
Development
Pushes the current branch and creates a pull request with a title generated from the branch name and issue, plus appropriate labels.
Canary deployment with smoke tests
DevOps
Deploy a zero-traffic Cloud Run revision, run health checks, and promote to live traffic only if smoke tests pass.
FastAPI Pro Development
Development
Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns.
Git Mob Programming Co-author Manager
Development
Use this skill to set, change, or clear Git commit co-authors for pair or mob programming. It reads the co-authors file, resolves names to initials, and runs git mob or git solo commands accordingly. Helps when collaborating in a team and wanting to properly attribute commits.
Codebase Research
Development
Researches the codebase to find and explain specific topics. Uses Read, Glob, and Grep tools to answer questions about architecture, configuration, data flows, and implementation details without modifying any files.
Product Specification Generator
Development
Generates a product specification document (PRODUCT_SPEC.md) via guided Q&A, designed for new greenfield projects. It checks the working directory, confirms the output location with the user, and prevents accidental overwrites. During the Q&A, it captures deferred requirements and writes them to DEFERRED.md for future planning.
Apollo Client Caching Strategies
Development
Master Apollo Client's caching mechanisms including cache policies, optimistic UI, and normalization for optimal data fetching.
Checkstyle Violation Fixer
Development
Skill to check and automatically fix Checkstyle violations in jhelm Maven modules using spring-javaformat and a Python script.
New Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, covering package type, metadata, validation, and listing.