Find the perfect skill
Advanced TypeScript Patterns
Development
Write precise TypeScript with generic constraints, conditional types, mapped types, branded/nominal types, and discriminated unions.
Google Docstring Assistant
Development
Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
PMOVES Model Registry
Data & AI
AI model registry with metadata management, HuggingFace enrichment, TensorZero config export, and GPU deployment tracking.
Datagrok UI Building Guidelines
Development
Guidelines for building UI components, viewers, dialogs, and layouts in Datagrok TypeScript packages. Includes patterns for tab controls, grids, and performance.
Open a Draft Pull Request on GitHub
Development
Create a draft pull request on GitHub with a clear title and description. Analyzes branch changes and pushes to remote before creating the PR.
Plan Document Validation
Development
Validates plan documentation structure, YAML frontmatter, and metadata compliance. Checks required fields, status-progress alignment, and date relationships, reporting actionable issues.
Repository Dashboard
DevOps
Provides a prioritized dashboard of repository health: PRs, issues, CI/CD status, deployment, and suggested next tasks.
API Testing with Playwright
Testing
Write tests for REST and GraphQL APIs using Playwright's built-in API testing features. Helps validate responses, mock endpoints, and integrate API tests into end-to-end flows.
Structured debugging with session persistence
Development
Structured debugging workflow that uses subagents for isolated investigation, preventing context pollution. It persists sessions, gathers symptoms systematically, and manages checkpoints to resume long debugging sessions efficiently. Helps when debugging complex issues that require deep, iterative exploration without losing progress.
Create Skill
Development
Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.
Wrap Up gwexpy
Development
Runs the full wrap-up sequence for the gwexpy project: tests, lint, doc sync, directory cleanup, and conventional commit. Helps ensure consistency before finalizing a set of changes.
Add a new UI locale to claude-code-gui
Development
Walk through adding a new language to the webview i18n system. Create translation files, register the locale, and verify parity.