Find the perfect skill
TDD Orchestrator with Parallel Execution
Testing
Executes the full TDD workflow: reads a ticket and associated knowledge, then runs TDD tests in parallel for all ready implementation tasks. After parallel execution, it launches a refine loop to fix any code-test issues. Ideal for accelerating TDD cycles when multiple independent test implementations are available.
In-depth Interview for Specifications
Development
Interviews users in-depth using sequential questions to gather comprehensive requirements. Helps when complex projects need detailed specifications by uncovering technical constraints, UI/UX preferences, and tradeoffs. It continues asking until all aspects are covered, then writes the spec to a file.
Gemini CLI - AI Assistant
Data & AI
Gemini CLI for one-shot Q&A and summaries. Access Google's Gemini models directly from the terminal for quick questions and content generation.
SwiftUI View Generator
Development
Generates SwiftUI views with proper state management using @State, @Binding, @ObservedObject, @StateObject, and @EnvironmentObject. Creates reusable components, view models, and supports macOS-specific patterns like NavigationSplitView and toolbars. Helpful for quickly scaffolding SwiftUI screens, lists, forms, and settings panels.
Detailed Prompt Elo Analysis
Content
Provides a detailed Elo scoring breakdown for the user's last prompt. Generates an HTML report with overall Elo score, radar chart for 5 criteria, improvement suggestions, and global ranking, then opens it in the browser. Useful for evaluating prompt quality and getting actionable feedback.
Python 3.11+ Modernization
Development
Applies Python 3.11+ modernization patterns including PEP 585/604 type hints, match-case, walrus operator, and Self type. Use when reviewing existing code for legacy patterns or writing new code to ensure modern idioms. Supports analyzing specific files or explaining individual topics.
Fetch Architecture for Next.js
Development
Provides client and server-side fetch utilities for Next.js applications, including API route proxying to FastAPI backends. Handles authentication token refresh, server-side data fetching, and error handling across layers. Use this skill when asked to set up fetch utilities or implement data fetching with auth in Next.js.
Git CLI Agentic Patterns
Development
Provides optimized Git commands with porcelain output for AI agent workflows. Ensures machine-readable, stable output across versions and configurations using flags like --porcelain, --numstat, and custom --format. Best for agents automating version control tasks that require deterministic parsing.
Schema Markup & Structured Data
Marketing & SEO
Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. Evaluate whether schema markup is appropriate, identify valid types, and deploy safely according to Google guidelines.
Backend Application Security
Security
Secures backend applications by addressing OWASP Top 10 vulnerabilities, implementing authentication (JWT, OAuth2) and encryption (bcrypt, TLS), and configuring vulnerability scanning tools (SAST, DAST, SCA). Helps achieve compliance with frameworks like GDPR, HIPAA, PCI-DSS, and SOC2, and includes incident response procedures.
View Jira Ticket Details
Development
Fetch detailed information about a Jira ticket (summary, description, status, priority, assignee, dates, linked issues). Use this skill when the user mentions a ticket key or wants to understand requirements before starting work.
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.