Find the perfect skill
Fix GitHub Issue
Development
End-to-end workflow for fixing a GitHub issue: read the issue, implement the fix, write tests, and commit referencing the issue number.
Copywriter - UX & Marketing Copy
Marketing & SEO
Write compelling UX copy, marketing content, and product messaging. Covers microcopy, CTAs, onboarding flows and conversion-focused writing.
Python Instrumentation with EDOT
DevOps
Guide to instrument a Python application with the Elastic Distribution of OpenTelemetry (EDOT) agent for automatic tracing, metrics, and logs.
Frontend Component Spec Writer
Development
Generates detailed frontend component specs, design tokens, and implementation guides optimized for AI-assisted development with React/TypeScript.
Changelog
Documentation
Audit, write, or update CHANGELOG.md following Keep a Changelog 1.1.0. Defers to auto-managed setups and applies semver.
Grill Me
Development
Relentlessly interview the user about a plan or design until reaching shared understanding, resolving each decision branch.
Rust Pro
Development
Provides expert-level Rust development for 1.75+ with advanced async patterns, type system features, and production-ready systems programming. Helps when building Rust services, libraries, or systems tooling, optimizing performance, or solving ownership and async design issues.
Git Shallow Clone
Development
This skill provides a script that performs a shallow clone of a Git repository to a temporary directory, allowing local analysis of repository contents without downloading the full commit history. It helps when you need to examine or work with a repository's codebase locally instead of using web APIs.
Kubernetes Architect Expert
DevOps
Provides expert guidance on designing and managing Kubernetes platforms at scale, including multi-cluster strategies, GitOps workflows (ArgoCD/Flux), and progressive delivery. Helps teams implement secure, cost-effective infrastructure with service mesh, policy-as-code, and advanced IaC patterns.
Instant Answer (DuckDuckGo)
Data & AI
Retrieve short summaries/definitions via DuckDuckGo Instant Answer API. No API key required. Suitable for 'what is X' queries.
Information Hiding Review
Development
Checks for information leakage across module boundaries. Detects temporal decomposition and false encapsulation.
Database Reset & Seed
Development
This skill resets a database to a clean state and optionally seeds it with test data. It supports MongoDB and PostgreSQL projects, performing backup, drop, migration, and seeding steps. Use it when you need a fresh database for development or testing after running migrations.