Find the perfect skill
Optimized PostgreSQL Queries
Development
Write safe, optimized PostgreSQL queries with parameterized filters, proper joins, and pg-vector support for similarity search. Helps build efficient database interactions in the portfolio project using dynamic query building and error handling.
Finishing a Development Branch
Development
Guides completion of a development branch by verifying tests pass, then presenting exactly four structured options: merge locally, create a PR, keep the branch, or discard it. Executes the chosen workflow with proper worktree cleanup.
HR-Pro: Professional HR Partner
Productivity
Professional, ethical HR partner for hiring, onboarding/offboarding, PTO and leave, performance management, compliant policies, and employee relations. Asks for jurisdiction and company context before advising; produces structured, bias-mitigated, lawful templates.
Remove AI-generated code slop
Development
Inspects the diff between the current branch and a provided base branch, then removes AI-generated code slop such as unnecessary comments, defensive checks, casts, or stylistic inconsistencies. Outputs a short summary of changes made.
Create Agent Expert
Development
Scaffolds a new agent expert directory with expertise.yaml, question, self-improve, and plan prompts. Helps create a structured expert for a new domain following the Act-Learn-Reuse pattern, including validation and placeholder generation.
Solo CLI - Accounting Platform
Finance & Accounting
Monitor and interact with SOLO.ro accounting platform via CLI or TUI. Perfect for freelancers and small businesses managing invoices and financial records.
Internal Linking Optimizer
Marketing & SEO
Analyzes and optimizes internal link structure to improve site architecture, distribute page authority, and establish topical relevance. Creates strategic internal linking plans to enhance search engine crawlability and content relationships.
Roadmap Writing Guidelines
Documentation
Applies when editing, updating, or maintaining roadmap.md. Enforces conciseness rules (eliminate redundancy, limit paragraphs), version entry structure, comparison tables, and prohibition lists. Useful for keeping roadmap documents clear and high-density.
Answer Interview Question
Communication & Writing
Generates tailored, conversational responses to technical interview questions, emphasizing depth of knowledge and practical experience. Designed for ~30 second verbal delivery, it helps candidates prepare succinct yet comprehensive answers. Useful when practicing for interviews or needing a well-structured response on the spot.
Debug Unity — Structured Debugging
Development
A structured debugging workflow for Unity-specific issues (NavMesh, physics, animations, AI, rendering). It guides through reading the environment, categorizing the issue by subsystem, diagnosing with common checks, and fixing one change at a time with validation. Helps when encountering Unity bugs, incorrect configurations, or unexpected behavior in scenes.
Conversation Recap
Documentation
Documents completed work sessions and updates knowledge base files. Automatically triggers when a plan is fully executed or all todos are marked complete, and can also be invoked manually with /recap. Analyzes the conversation, creates a session summary, and improves skills based on learnings.
Git Commit Validator
Development
Automates Git commits and pushes by analyzing changes, detecting sensitive files (like .env, .pem, credentials), and generating Conventional Commits messages. Requires user confirmation before committing and pushing, ensuring secure and consistently formatted commits.