Find the perfect skill
Player Control System (Godot)
Development
Generates complete Godot player controllers featuring movement, jump, attack, and state machine. Supports both 2D and 3D modes.
Barwise Release Process
DevOps
Step-by-step guide to bumping the monorepo version, tagging, and creating a GitHub release for Barwise, including CI gotchas like workspace dependency refs and SERVER_VERSION sync.
Systematic Debugging
Development
Systematic debugging with hypothesis-driven investigation. Use when something is broken, tests fail, or errors need investigation. The process includes assessing the issue, isolating the root cause with hypotheses, applying minimal fixes, and adding regression tests to prevent recurrence.
Ask a multiple-choice question
Productivity
Presents a multiple-choice question to the user using the AskUserQuestion tool, parsing arguments from command line.
PR Rebase
Development
Rebase the current branch on the latest upstream changes, resolve conflicts, and push.
Playwright E2E Testing Patterns
Testing
Playwright patterns for building stable, maintainable E2E test suites including Page Object Model, configuration, and CI/CD integration.
Feishu Document Workflows
Productivity
Manage Feishu documents: read, edit, create, and upload media using the feishu_doc tool.
Delete Runbook
Development
Deletes a registered runbook by name from .claude/runbooks.json. Requires user confirmation before removal and preserves the file structure even when empty. Helps clean up outdated automations.
API Contract Normalizer
Development
Standardizes API response patterns across endpoints including pagination, errors, and versioning. Provides TypeScript types, middleware, and migration plan.
Windsurf Audit Logging
Security
Configure AI interaction audit logging for compliance (SOC 2, ISO 27001, HIPAA) with SIEM integrations and alerts.
Create PR and check CI status
Development
Creates a pull request from the current branch linked to an issue, then checks CI status and manages the wip label.
Leavn Commit Machine
Development
Create clean, descriptive git commits for Leavn app following emoji prefix convention with comprehensive change summaries.