Find the perfect skill
New Column Conventions
Development
Conventions for adding new database fields, including struct tags and field types.
Code Quality Reviewer
Development
Reviews code, tests, docs, and config against 20 production-grade rules for error handling, security, architecture, testing, naming, and structure.
WebF Controller Management
Development
Manage WebF controllers safely with WebFControllerManager, covering lifecycle, reuse, pre-render, and multi-controller scenarios.
Create GitHub Pull Request
Development
Creates a GitHub pull request from the current branch by analyzing commit history, generating a conventional commit title and structured body, pushing to origin, and submitting via `gh pr create`. Useful when a user wants to create a pull request, open a PR, or ship changes. Automatically detects the base branch and validates that the branch has commits ahead and no uncommitted changes.
Create a Pull Request (WSL-safe)
Development
Create a pull request from the current branch using WSL-safe patterns. Uses --body-file to avoid heredoc permission corruption.
Code Necromancer
Development
Systematic framework for understanding, resurrecting, and modernizing legacy codebases.
Add Agentation toolbar to Next.js project
Development
Set up the Agentation annotation toolbar in a Next.js app, with optional MCP server setup for syncing with AI agents.
Git Commit Workflow with Hooks
Development
Creates Git commits handling precommit hooks, lint/type checks, tests, and documentation updates. Suited for Python and TS/JS projects.
Bundle TypeScript with tsup
Development
Bundle TypeScript libraries for npm with tsup: dual ESM/CJS output, .d.ts declarations and tree-shaking, with zero config.
C Pro: Systems Programming & Memory Management
Development
Expert C guidance for efficient systems code: memory management, pointers, POSIX, threading, debugging with valgrind/gdb. Follows C99/C11 with tests and Makefiles.
Create a branch and open a pull request
Development
Creates a feature branch, verifies Rust code with fmt and clippy, commits changes and opens a pull request targeting main.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.