Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Enforce Go idioms, error handling, and concurrency patterns
curl -o .cursorrules https://skills.dev/rules/golangGo-specific conventions for Cursor: proper error wrapping, small interfaces, goroutine safety patterns, table-driven tests, and module structure.
mkdir -p ~/.claude/skills/cursor-golang-rules~/.claude/skills/cursor-golang-rules/SKILL.mdResulting file structure:
~/.claude/
skills/
cursor-golang-rules/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Go Project Rules
Generate typed API clients and webhook handlers from specs
Both used by Software Engineer
Audit your UI for WCAG compliance and fix accessibility issues
Both used by Software Engineer
Generate Storybook stories with controls and interaction tests
Both used by Software Engineer
Generate comprehensive error handling with recovery strategies
Both used by Software Engineer
Build GraphQL schemas with resolvers and type-safe client generation
Both used by Software Engineer
Extract strings, manage translations, and validate i18n completeness
Both used by Software Engineer
Go Project Rules