Find the perfect skill
Webhook System
Development
A system to manage and automate webhooks.
High-Quality Git Commits
Development
Create high-quality Git commits by analyzing changes, running agents, and adhering to style conventions.
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.
Convex HTTP Actions
Development
External API integration and webhook handling with Convex HTTP Actions, including endpoint routing, request/response handling, authentication, CORS, and webhook signature validation.
Sentry Known Pitfalls
Development
Identify and fix common Sentry configuration pitfalls like SDK initialization, error capture, source maps, and alert fatigue.
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.
New Column Conventions
Development
Conventions for adding new database columns, including snake_case naming, struct tags, field types, and defaults.
Create an Agent Skill
Development
Guide to create a structured capability that coding agents can discover and use. Includes directory structure and design principles.