Find the perfect skill
Update Pull Request
Development
Update an existing pull request by pushing follow-up changes and syncing with the base branch.
Git Commit Workflow
Development
Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates. Fixes errors automatically before committing. Does not push.
Create JPA Persistence Adapter
Development
Generate or update JPA persistence adapter files (entity, repository, mapper, adapter) for a domain aggregate.
Angular conventions & testing
Development
Angular frontend conventions, patterns, and test infrastructure. Use with components, services, modules, RxJS, Angular CLI, Jasmine, Component Harnesses, HttpTestingController.
ClaudeMemory Setup & Upgrade
Development
Automatically installs, configures, or upgrades ClaudeMemory by checking current state, executing setup or upgrade steps, and providing next steps. Helps avoid manual configuration errors and ensures memory tools are ready for use.
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.
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents for code exploration, architecture design, and quality review.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling. For slow responses or throughput issues.
LangChain Core Workflow: Chains & Prompts
Development
Build LangChain chains and prompts using LangChain Expression Language (LCEL). This skill covers creating prompt templates, composing chains (sequential, parallel, branching), and output parsing. It helps when you need structured LLM workflows with reusable components.
Move Git file/directory and update all references
Development
Move a file or directory in a Git repository and automatically update all references in code, config, and documentation.
FSE Evaluation Design
Development
Guide for designing or auditing empirical evaluations in software engineering, covering real subjects, fair baselines, statistics, and qualitative rigor.
Pull Request Command
Development
Create GitHub pull requests with AI-generated summaries, focusing on non-trivial changes. Includes pre-flight CI checks, code health validation, and safe merge strategies.