Find the perfect skill
Web Browser Game Development
Development
Web browser game development principles: framework selection, WebGPU, optimization, PWA.
High-Quality Git Commits
Development
Create high-quality Git commits by analyzing changes, running agents, and adhering to style conventions.
UI Accessibility Audit
Development
Audits StyleSeed components for WCAG 2.2 AA issues and applies practical accessibility fixes for touch targets, focus, contrast, and labels.
Create Pull Request
Development
Create high-quality pull requests following best practices, with automated pre-flight checks, commits, and rebase.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.
Update Pull Request
Development
Update an existing PR with new commits, sync with the base branch, refresh the description, and resolve conflicts.
Create Pull Request
Development
Automates git workflow: branch, commit, push, and create a Pull Request using the repo's template.
GWT Git Worktree Management
Development
Manage Git worktrees with the gwt command-line tool for efficient branch-based workflows. Worktrees allow you to work on multiple branches simultaneously without stashing changes. gwt automates creation, switching, listing, and cleanup of worktrees, especially useful when context-switching between tasks or cleaning up after merging pull requests.
Create Pull Request
Development
Push branch and create a PR with concise description and labels.
Mobile Page Scaffolder
Development
Scaffold a new mobile page/screen using the StyleSeed layout patterns. Verifies golden rules for spacing, colors, and touch targets.
REST API Design and Implementation
Development
Provides guidance on REST API design principles (resource naming, HTTP methods, status codes) and implementation using FastAPI, including authentication with JWT. Useful when building or documenting API endpoints for web services.
Create an Agent Skill
Development
Guide to create a structured capability that coding agents can discover and use. Includes directory structure and design principles.