Find the perfect skill
Python Packaging
Development
Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.
PR Quiz
Development
Interactive quiz that tests whether a PR author genuinely understands their own branch before requesting review, covering changes, rationale, edge cases, and risks. Grounded in real code with honest grading.
SpeedTree Subsystem Audit
Development
Audit the byroredux-spt crate's .spt TLV walker and placeholder billboard fallback, focusing on byte accounting and cross-cutting wiring.
Resume Album Work
Productivity
Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.
Agent Eval - Agent Comparison
Development
CLI tool to compare coding agents on custom tasks with pass rate, cost, time, and consistency metrics.
Better Auth JWT Authentication Setup
Security
This skill provides guidance for configuring Better Auth with JWT for secure user authentication. It covers JWT token creation, password hashing, user signup and login, and session management using FastAPI dependencies. Useful for implementing user authentication in web applications.
AutoCaliWeb Library Management
Content
Inspect and import content into your self-hosted AutoCaliWeb library. Use for catalog status, search, recent imports, shelves, metadata, or importing ebooks, comics, PDFs, or audiobooks.
ProtonMail - Private Email Search
Communication & Writing
Read, search, and scan ProtonMail via IMAP bridge. Access your privacy-focused email securely from the command line with full search capabilities.
Vocal Bridge Voice Agent Information
Development
Displays information about the connected voice agent – name, mode, phone number, deployment status. Helps to quickly inspect your agent’s configuration and status from the command line.
Build with Nuke Build
Development
Uses Nuke Build for all .NET build operations (compile, test, clean, restore). Ensures consistent and reproducible builds, avoiding raw dotnet commands. Helpful when the user asks to build, test, or perform any .NET build task.
Spring Boot Patterns
Development
Architecture and patterns for Spring Boot services: REST, layers, data, validation, exception handling.
Do: End-to-End Development Workflow
Development
Automate a task end-to-end: research, implement, pass CI, open a PR, and ship. Supports flags like --review, --no-git, --minimal.