Top Rated
The most starred skills loved by the community. Quality guaranteed!
openspec-onboard
by alibaba
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
pr
by windmill-labs
Open a draft pull request on GitHub. MUST use when you want to create/open a PR.
commit
by windmill-labs
Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
Skill: Adding Native Trigger Services
by windmill-labs
Key patterns: absolute OAuth endpoints, empty base_url, trigger_type for Drive/Calendar, expiring watch channels with renewal, service_config_from_create_response skips update+get, get() reconstructs data from stored service_config (no external "get channel" API).
team-audio
by Donchitos
"Orchestrate audio team: audio-director + sound-designer + technical-artist + gameplay-programmer for full audio pipeline from direction to implementation."
design-review
by Donchitos
"Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers."
onboard
by Donchitos
"Generates a contextual onboarding document for a new contributor or agent joining the project. Summarizes project state, architecture, conventions, and current priorities relevant to the specified role or area."
balance-check
by Donchitos
"Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design."
map-systems
by Donchitos
"Decompose a game concept into individual systems, map dependencies, prioritize design order, and create the systems index."
localize
by Donchitos
"Run the localization workflow: extract strings, validate localization readiness, check for hardcoded text, and generate translation-ready string tables."
setup-engine
by Donchitos
"Configure the project's game engine and version. Pins the engine in CLAUDE.md, detects knowledge gaps, and populates engine reference docs via WebSearch when the version is beyond the LLM's training data."
start
by Donchitos
"First-time onboarding — asks where you are, then guides you to the right workflow. No assumptions."
team-polish
by Donchitos
"Orchestrate the polish team: coordinates performance-analyst, technical-artist, sound-designer, and qa-tester to optimize, polish, and harden a feature or area for release quality."
team-release
by Donchitos
"Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment."
team-ui
by Donchitos
"Orchestrate the UI team: coordinates ux-designer, ui-programmer, and art-director to design, implement, and polish a user interface feature from wireframe to final."
scope-check
by Donchitos
"Analyze a feature or sprint for scope creep by comparing current scope against the original plan. Flags additions, quantifies bloat, and recommends cuts."
sprint-plan
by Donchitos
"Generates a new sprint plan or updates an existing one based on the current milestone, completed work, and available capacity. Pulls context from production documents and design backlogs."
tech-debt
by Donchitos
"Track, categorize, and prioritize technical debt across the codebase. Scans for debt indicators, maintains a debt register, and recommends repayment scheduling."
design-system
by Donchitos
"Guided, section-by-section GDD authoring for a single game system. Gathers context from existing docs, walks through each required section collaboratively, cross-references dependencies, and writes incrementally to file."
project-stage-detect
by Donchitos
"Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts."
estimate
by Donchitos
"Estimates task effort by analyzing complexity, dependencies, historical velocity, and risk factors. Produces a structured estimate with confidence levels."
hotfix
by Donchitos
"Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly."
pr-finalize
by dotnet
Finalizes any PR for merge by verifying title/description match implementation AND performing code review for best practices. Use when asked to "finalize PR", "check PR description", "review commit message", before merging any PR, or when PR implementation changed during review. Do NOT use for extracting lessons (use learn-from-pr), writing tests (use write-tests-agent), or investigating build failures (use pr-build-status).
run-integration-tests
by dotnet
"Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload."