Find the perfect skill
Web Design Expert
Development
Use for HTML/CSS layout, responsive behavior, and UI styling on the NestMind site, following the Zed-inspired design system.
Conventions for new database columns
Development
Specifies conventions for adding new database fields in Go structs, including snake_case naming, smallint for booleans, and required struct tags for migrations.
n8n Workflow Design
Development
Design n8n workflow architectures for B2B GTM automations. Use when the user asks about building n8n workflows, choosing nodes, designing data flows, sub-workflows, or structuring multi-step automations.
Create Pull Request
Development
Create a pull request with proper title, description, and test plan. Validates tests and type checks before creation.
Claude Code Skill Creator
Development
Create new Claude Code skills with proper structure, YAML frontmatter, and best practices. Use when creating reusable knowledge modules or adding specialized guidance.
Browser automation via webctl
Development
Browser automation via webctl CLI in Claude.ai containers with authenticated proxy support.
Architect: Design & Task Breakdown
Development
Designs system architecture from a requirement and breaks it into implementable tasks. Explores the existing codebase and documents design decisions.
Diagnosing Bugs
Development
Diagnosis loop for hard bugs and performance regressions. Prioritizes building a tight feedback loop before code analysis.
Profiling Methodology
Development
Systematic measurement-first approach to performance profiling: define metrics, establish baselines, identify bottlenecks, and validate optimizations with statistical significance.
Create a pull request
Development
Canonical process for opening a pull request with proper labels and description following Datadog Agent contribution guidelines.
Create Domain Skill for CUA-Gym
Development
Guide for setup-gen and reward-gen agents to programmatically create, modify, and verify files for a domain using Python code.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.