Find the perfect skill
asc CLI usage guide
Development
Guidance for using the asc CLI to interact with App Store Connect: command discovery, canonical verbs, flags, output formats, auth, and Apple Ads.
Creating Services with Effect v4
Development
Guide for creating services using Context.Service, IdentityComposer, and Layer composition in Effect v4.
DeepWork Jobs Management
Development
Creates and manages multi-step AI workflows by defining job specifications, reviewing them, generating step instructions, and learning from past runs. Helps streamline complex tasks that require multiple AI steps, such as data processing or content generation pipelines.
Shizuku App Manager
Development
Create, modify, and manage shizuku application configurations. Helps scaffold new apps, add template files, and implement installation logic for Homebrew packages. Useful for developers extending or customizing shizuku-managed applications.
Git Workflow with Conventions
Development
Enforces branch naming conventions (feature/fix/hotfix), commit message formatting (Conventional Commits style), secret file detection to prevent accidental commits, and safety guards that block pushes to protected branches. Helps maintain consistent project history and security when using Git on collaborative repositories.
Weekly Engineering Retrospective
Development
Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
Biome Diagnostics Development
Development
Guide for creating high-quality diagnostics in Biome: error messages, warnings, and advice for lint rules.
DAP Debugging
Development
Use VS Code debugger (DAP) to set breakpoints, step through code, and inspect runtime state.
API Cost & Performance Scanner
Development
Scan your API for cost and performance issues, identifying expensive operations and optimization opportunities.
Integrate Claude Skills into Project Guidelines
Development
Adapts and integrates a Claude global skill into project development guidelines, updating specs and examples without generating project code.
Information Hiding Review
Development
Checks for information leakage across module boundaries. Detects temporal decomposition and false encapsulation.