Find the perfect skill
Scene Architecture & Management in Godot
Development
Design and manage Godot 4 scene trees, transitions, and lifecycle. Covers scene composition, instancing, and loading methods (including async and additive). Helps create maintainable games with reusable components and smooth level/menu transitions.
Async Collaborative Code Review
Development
Reviews a diff, branch, or PR for merge readiness, logs P0-P* findings in the target doc's Changelog, then polls in 5-minute checks (up to 4) for a collaborator agent to respond.
Checkstyle Violations Fixer
Development
Check and fix Checkstyle violations in Java Maven projects using the maven-checkstyle-plugin and spring-javaformat. Auto-format then fix remaining issues with a Python script.
Struct Tag Conventions for Database Columns
Development
Guidelines for defining database fields in Go structs: snake_case naming, smallint for booleans, and proper struct tag annotations for migrations.
Git Shallow Clone
Development
This skill provides a script that performs a shallow clone of a Git repository to a temporary directory, allowing local analysis of repository contents without downloading the full commit history. It helps when you need to examine or work with a repository's codebase locally instead of using web APIs.
gstack Skill Router
Development
Router for the gstack skill suite. Sends any gstack request to the right skill based on routing rules, including planning, QA, debugging, and design. Automatically invokes specialized skills when proactive mode is enabled.
Vector Icon Libraries Enterprise Guide
Development
Comprehensive guide to 10+ vector icon libraries including Lucide, React Icons, Tabler, and Iconify with decision matrices, implementation patterns, and best practices.
Pyrefly Type Coverage
Development
Migrate a file to stricter Pyrefly type checking by removing suppressions and adding annotations for all functions, classes, and attributes.
Create Reusable Skill from Custom Approach
Development
Turn a successful custom approach into a reusable skill by capturing patterns, triggers, and token budgets.
SDD Commit & PR Guidelines
Development
This skill guides the creation of structured commit messages following Conventional Commits and provides a pull request template. It helps maintain consistent project history and clear documentation of changes. Use it when committing code or creating PRs to ensure all changes are properly described.
Fix Broken Links
Development
Fix broken links reported by the daily link checker. Triage each link, choose the right fix (alias, redirect, source edit, exclusion), and open an auditable PR.
Event Sourcing Architect
Development
Expert in event sourcing, CQRS, and event-driven patterns. Use for audit trails, temporal queries, and complex domain modeling.