Find the perfect skill
golangci-lint Configuration for Go
Development
Initializes or updates golangci-lint configuration for Go projects with a comprehensive set of linters. It provides a pragmatic configuration balancing code quality and development speed, ready for CI/CD integration. Helps teams enforce consistent code standards and catch bugs early.
Start a Planning Session
Development
Discovers available specifications from the 'docs/workflow/specification' directory using a script, then invokes the technical-planning skill to create a plan with phases, tasks, and acceptance criteria. Helps when specifications are concluded and ready for planning, guiding the transition from specification to actionable work items.
CUDA Guide: GPU Computing Best Practices
Development
Provides CUDA kernel design patterns, memory hierarchy guidelines, and occupancy optimization tailored to project coding standards. Helps ensure correct error handling, coalesced memory access, and efficient host-device transfers when writing CUDA code for GPU computing tasks.
Remember a plan with git commit
Documentation
Moves a plan file into a dedicated plans directory (default: docs/plans) with a date-based filename and commits it using a standardized commit message. Useful for persisting planning decisions in version control for traceability.
Claude Code Skill Creator
Productivity
Create well-structured Claude Code skills following best practices with proper SKILL.md format and frontmatter configuration.
User Stories Generation
Development
Creates user stories with acceptance criteria from feature descriptions. Useful for breaking down requirements into actionable tickets during sprint planning or when communicating with engineering teams.
Check Vocal Bridge authentication status
Development
Check Vocal Bridge authentication status. Displays the current API key, connected agent name, and connection health to verify the setup.
Prisma Schema Helper
Development
Automated assistance for Prisma schema configuration and optimization. Provides production-ready configurations and best practice recommendations.
Unit Testing Patterns
Testing
This skill covers unit testing patterns including Vitest configuration with v8 coverage, Testing Library for component behavior, MSW for HTTP mocking, parametrized tests with it.each, and guidelines for spies/mocks/stubs. Use it to set up and write unit/component tests with a focus on testing behavior over implementation.
Git Worktree Setup
DevOps
Automatically creates 'data/shared' symlink pointing to the main repository's shared data and 'data/local' directory after 'git worktree add'. Ensures data isolation and shared access in new worktrees.
10X Genomics Visium HD Dataset Scraper
Data & AI
This scraper extracts structured information about human Visium HD Spatial Gene Expression datasets from the 10X Genomics website. For each entry, it retrieves the dataset name, URL, product, species, sample type, cells or nuclei, and preservation method. Useful for quickly compiling a workable list of available datasets without manual browsing.
Juicebox Migration Deep Dive
DevOps
Advanced strategies for migrating data to Juicebox from other recruiting platforms. Handles bulk imports and complex data transformations.