Find the perfect skill
Commit and Push Everything
Development
Stages all changes, creates a commit with a conventional message, and pushes to the remote repository after running safety checks for secrets, large files, and build artifacts. Useful for quickly committing and pushing complete sets of related changes, but requires explicit user confirmation before execution.
Extract Function via LSP
Development
Extract a selected code block into a named function using LSP code action or manual fallback, with validation of captures and compilation.
Agent Trajectory Analysis
Development
Analyze agent conversations to identify improvements in system instructions, tooling, and documentation. Focuses on structural issues like unclear guidance, tool output gaps, or inefficient trajectories rather than answer correctness. Use when reviewing agent performance or debugging chat trajectories.
Java 21+ Expert
Development
Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in Java ecosystem, microservices, and performance optimization.
Manage Claude Code Agents
Development
Create, modify, and manage Claude Code subagents with specialized expertise. Configure YAML frontmatter, system prompts, tool restrictions, MCP integration, model selection, and testing. Useful when you need to set up domain experts, code generators, or orchestrators.
New Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, either community or first-party.
Database Admin Dashboard Generator
Development
Generates secure admin dashboards for PostgreSQL or MongoDB. Handles schemas, CRUD operations, and operational tasks with flexible security models.
Move File and Update References
Development
Move a file or directory in a Git repository and update all references to it in code, documentation, and configuration files.
UX Design Critique
Development
Evaluates interface design effectiveness from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, and AI slop detection, with actionable feedback.
Create a New Skill
Development
Guide for creating a Claude Code skill with valid SKILL.md structure and proper metadata.
Speak Reference Architecture
Development
Implement Speak reference architecture with best-practice project layout for language learning apps.
Create PR Workflow
Development
Procedure to create a pull request: run build and tests, make a conventional commit, push the branch, and open a PR.