Find the perfect skill
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by fixing type issues. Loops until zero errors or stagnation.
Git Branch Naming
Development
Enforces a git branch naming convention using a type/short-description format, with predefined types such as feat, fix, or docs. Use this rule when creating or switching to branches to ensure consistent and descriptive branch names across the repository.
Pull Request Review
Development
Interactive PR review workflow for maintainers: approve, request changes, or close a PR using the pinned CI review as source of truth.
Weekly Retrospective
Development
Analyzes commit history, work patterns, and code quality metrics with persistent trend tracking. Breaks down per-person contributions.
Gemini API Caching Best Practices
Development
Implement robust caching strategies for Gemini API calls to reduce costs and improve latency, including cache versioning, entity-stable keys, and cache busting.
Engine Flow Tracer
Development
Trace data flow through an engine, from ECS components to GPU, covering built-in or custom flows.
OpenLoomi Pet sprite & state helper
Development
Helper for Claude Code to manage Loomi Pet states, themes, and custom sprites. Use when changing pet state, switching themes, or adding custom characters.
Integrate Claude Skill into Project Guidelines
Development
Learn how to integrate Claude skills into project development guidelines, updating docs and examples rather than generating code directly.
asc CLI Usage
Development
Guidance for using the asc CLI in this repo: flags, output formats, pagination, auth, and discovery.
Debugging Specialist
Development
A debugging specialist for identifying root causes, fixing errors, and preventing regressions. Provides structured analysis and actionable solutions.
PR Creation Compliance
Development
Invoke before creating any PR to ensure compliance with branch naming, changelog, and reviewer assignment.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.