Find the perfect skill
New Skill Creator
Development
Creates a new Claude Code skill with tests using the skill-builder framework.
Python dependency management with uv
Development
Manages the Python dependency lifecycle with uv: add/remove packages, sync environments, lock files, and run commands in the project environment.
Heal Skills with Classified Feedback
Development
Applies user feedback to skills, principles, and settings with classification, approval, and verification rerun.
Pair AI Agent with Browser
Development
Generates a setup key to let a remote AI agent use your browser with scoped access. Works with OpenClaw, Hermes, Codex, Cursor, and HTTP-capable agents.
Commit Message Summarizer
Development
This skill automates pre-commit tasks: it runs linters, fixes formatting, summarizes changed files, and generates a concise commit message. It then asks the user for approval before committing with sign-off.
Architecture Guide for bombyx Project
Development
Overview of the bombyx Rust CLI architecture: module layout, responsibilities, and how to extend it safely.
Check and Fix Checkstyle Violations
Development
Check Checkstyle violations in jhelm modules, apply spring-javaformat, and fix remaining violations with a Python script.
Create JPA Persistence Adapter
Development
Scaffold or update a JPA outbound adapter (entity, repository, mapper, adapter class) for a domain aggregate. Generates four files in adapter/outbound/db.
TDD Green Phase
Development
Implement the minimal code needed to make failing tests pass in the TDD green phase. Includes examples in Django and Express.
Pull Request Review
Development
Adjudicate a pull request as a maintainer: read the pinned CI review, check freshness, and guide approval or change requests.
Neobrutalist Web Designer
Development
Creates modern web applications with authentic neobrutalist aesthetic. Suitable for SaaS, e-commerce, landing pages, and startup MVPs.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Handles single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check.