Find the perfect skill
Skills Audit and Improvement
Development
Assess, score, and improve existing skills under .codex/skills. Includes a review, reporting, and update process after user confirmation.
Notification Copy
Content
Guide for writing effective notification and alert copy, covering urgency calibration, component selection (toast, banner, modal), and concise action-oriented messages.
ASC CLI Usage
Development
Guidance for using the asc CLI for App Store Connect: flags, output formats, pagination, authentication, and command discovery. Use when running or designing asc commands.
Agent Browser Automation
Testing
Automate web interactions with a Rust-based headless browser CLI. Navigate, click, type, and snapshot pages using structured commands.
Create API Service Layer
Development
Creates types, contracts, adapter, and service layer for a resource following the project's architecture (sections 4.1-4.3). Use when adding API integration to a module. It asks for endpoint details and generates the full data layer with strict separation between API types and app contracts.
C4 Architecture Documentation Workflow
Documentation
Generate comprehensive C4 architecture documentation for existing codebases using a bottom-up analysis approach.
GitHub QA Labels
Development
Helps classify GitHub issues with appropriate QA labels.
Home Assistant PR Comment Audit
Development
Audits review comment threads on a Home Assistant GitHub PR, flagging unaddressed comments and clarification requests.
Flow Tracer
Development
Trace how data moves through the engine for a named flow, from ECS to GPU or from file to entity.
Turborepo Caching and Build Optimization
Development
This skill provides patterns and templates for configuring Turborepo caching and build pipelines to optimize monorepo builds. It includes configurations for local and remote caching, pipeline dependencies, inputs, outputs, and env variables, helping reduce build times and improve CI/CD efficiency.
PostgreSQL Transaction Management
Development
Implements PostgreSQL transactions using Supabase RPC functions to ensure atomic, consistent operations across multiple tables. Useful when performing multiple related inserts/updates that must succeed together, or when handling complex business logic requiring atomicity and rollback on failure. Provides step-by-step instructions on creating database functions with error handling and client-side RPC calls.
Available Registry Tools
Development
Lists all available Claude Code commands for the Pulumi Registry, grouped by category.