Find the perfect skill
Production Bash Scripting
Development
Provides best practices for writing production-quality Bash scripts, enforcing safety flags (set -euo pipefail), modern syntax ([[ ]], $( ), (( ))), and mandatory ShellCheck compliance. Helps prevent silent failures and data corruption by ensuring scripts are robust and maintainable. Use this skill when creating or modifying any .sh file, shell script, or pre-commit hook.
Pull Request Command
Development
Creates a GitHub PR with an AI-generated summary, categorizing changes as trivial or non-trivial. Runs pre-flight CI and code health checks before opening.
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or encountering ambiguous requirements.
Apollo Hello World
Development
Create a minimal working Apollo.io example. Use when starting a new Apollo integration or testing the API.
Working guide for mlperf-automations
Development
Compact task-oriented guide for working with the mlperf-automations repo and mlcflow CLI. Includes playbooks for understanding, adding scripts, and variations.
Code Review and Fix
Development
Runs all five review agents, synthesizes findings, triages issues, and fixes approved items. Validates findings against actual code before applying changes.
Git Commit with Precommit Handling
Development
Automated commit workflow: stages files, handles precommit hooks, runs lint/type checks, updates docs. Does not push.
Standalone Python Scripts with uv
Development
Create standalone Python scripts using uv shebang with PEP 723 inline metadata. Automatically manage dependencies without a full project setup.
AppleScript & JXA Automation
Development
Expert in AppleScript and JXA for macOS automation. Covers Finder, Safari, Mail, UI scripting, libraries, and integration with popular tools.
Apollo Caching Strategies
Development
Master Apollo Client's caching mechanisms with fetch policies, normalization, and custom merge functions for optimal data fetching and state management.
Add Feature with Self-Testing Loop
Development
Implement a new feature with a self-testing loop until all tests pass (100% success rate).
Reroll Buddy
Development
Allows resetting the Claude Code /buddy companion pet to pick a new one. Requires user confirmation.