Find the perfect skill
Research and plan a new skill or agent feature
Development
Research and plan a new skill or agent feature before implementing. Includes checking existing skills, service state, and writing a detailed plan.
Research with primary sources
Productivity
Investigate a question using primary sources and capture findings as Markdown with citations.
Conventional Commit Validation
Development
Create a single Conventional Commit for the current changes, following the repo's commit-msg rules.
Draft Social Copy for Blog Posts
Content
Reads a blog post, drafts or revises social copy (X, LinkedIn, Bluesky) in the frontmatter, looping with self-critique until it passes review.
Plugin and Skill Search
Productivity
Searches Claude Code plugins and skills using a Python script. Can list all plugins, search by keywords, and retrieve detailed installation info. Helps quickly find extensions relevant to a user's task.
OpenRouter Production Checklist
DevOps
Validate production readiness of your OpenRouter integration. Use before launching to production or during operational reviews.
Add a UI locale to the webview
Development
Walkthrough to add a new language/locale to the Claude Code webview i18n system.
Soneta / enova365 UI Design System
Development
Design system for building web apps visually consistent with enova365 ERP: colors, typography, components, two themes.
Create or update a pull request
Development
Creates or updates a PR using the repo template, filling Issues/Docs from real branch signals and running judgment passes before push. Avoids duplicates and is mandatory for all PRs.
Implement Issue with Verification Loop
Development
Reads plan file, creates branch, and loops through implementation, CI, and reviews until checks pass, then gets user approval.
CLI for the Miro REST API
Development
Skill for using miro-cli, a CLI tool to interact with the Miro REST API.
Async SQLAlchemy Patterns
Development
Implement production-ready async SQLAlchemy 2.0+ patterns in FastAPI with proper session management, migrations, and performance optimization.