Find the perfect skill
Configuring R8 for Compose
Development
Learn to configure R8 for Jetpack Compose with full mode, resource shrinking, and minimal keep rules. Avoid blanket keeps to preserve optimizations like lambda grouping and constant folding.
Bats Testing Patterns for Shell Scripts
Testing
Comprehensive guide for testing shell scripts with Bats, including patterns, fixtures, and best practices for production-grade tests.
Regularly Patch AWS RDS Systems
Security
Ensure that RDS database instances are regularly patched to address security vulnerabilities and maintain system integrity.
Share Browser with AI Agent
Development
Enables pairing a remote AI agent with a local browser via a one-time setup key and scoped session access. Provides instructions for OpenClaw, Codex, Cursor, Claude Code, and generic HTTP.
Generate Project Catalog
Development
Generates or updates CATALOG.md from deployed ticket metadata. Builds a comprehensive asset catalog showing all components, styles, and utilities with usage instructions.
Initialize a spawned starter project
Development
Guided one-time setup for a spawned starter project: detects the stack, asks only unanswered questions, writes configuration, and verifies the result.
Kubernetes CRD and Cargo Quality Skills
Development
Procedural skills for managing Kubernetes CRDs, regenerating APIs, and ensuring Rust code quality with cargo fmt, clippy, and tests.
Python Project Initialization
Development
Creates a complete Python project with documentation, development environment, and tooling. Perfect for starting a new Python project from scratch.
Skill Registry Operations
Development
Manage the skill registry: weekly review, record usage, create new skills, and list existing ones using Python scripts.
Bug Fix Workflow
Development
Fixes a specific bug or problem in the codebase by either applying an immediate fix or creating a plan first. It checks for an existing fix plan, investigates using project context and past patches, and always suggests test coverage and adds logging. Use when encountering error messages, unexpected behavior, or when asked to debug.
ClarityPledge YouTube Thumbnail
Content
Generate a 1280x720 YouTube thumbnail from the ClarityPledge design system using headless Chrome. Automatically derives headline and motif.
Advanced TypeScript Types
Development
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building robust, type-safe applications.