Find the perfect skill
Browser Automation with Playwright
Testing
Complete browser automation with Playwright. Auto-detects dev servers, writes test scripts to /tmp.
Product Manager - Backlog
Productivity
Helps build and maintain the product backlog in .claude/BACKLOG.md by translating user ideas into user stories with acceptance criteria.
Modern CSS Standards for CUI Projects
Development
Use this skill to apply modern CSS standards for CUI projects, including BEM naming, custom properties, Grid/Flexbox, and container queries. It provides guidelines for responsive design, performance optimization, accessibility, and tooling setup (PostCSS, Stylelint). Best when writing, modifying, or reviewing CSS in a professional development environment.
Vector Index Tuning
Data & AI
Provides guidance on tuning vector indexes for latency, recall, and memory trade-offs, including HNSW parameter adjustments, quantization selection, and scaling to billions of vectors. Use when balancing search speed against accuracy or optimizing memory usage in production vector search systems.
Import Skill
Development
Import an external Claude Code skill from a URL or local file.
Create a Pull Request
Development
Create a branch, commit changes, push, and open a PR using the repository's PR template.
Build generate_job_data binary
Development
Builds the `generate_job_data` binary with file locking to prevent concurrent builds. Supports both release and debug (AddressSanitizer) builds via the `--asan` flag.
Sequential Thinking & UltraThink
Development
Structured reasoning system for complex problem analysis and architectural decision-making. Uses sequential thinking MCP to decompose problems into steps and explore multiple approaches.
Testing for Broken Access Control
Security
Systematically testing web applications for broken access control vulnerabilities including privilege escalation, missing function-level checks, and insecure direct object references.
Performance Regression Detection
Testing
Detect performance regressions in web pages by establishing baselines and comparing before/after on every PR. Uses Web Vitals, load times, and resource sizes.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs.
Write an Agent Skill
Development
Create structured Agent Skills for coding agents. Includes directory structure, SKILL.md format, and design principles.