Claude Code Skills
This repository includes professional skills from Sentry and Vercel that enhance AI-assisted development workflows.
Available Skills
Section titled “Available Skills”- /agents-md - Maintain minimal agent-facing documentation (AGENTS.md/CLAUDE.md). Use when creating or updating AI assistant context files.
- /better-auth-best-practices - Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
- /brand-guidelines - Write copy following professional brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Brand Voice tones.
- /checkout - Create new branches with proper naming conventions. Use when starting new features, chores, or bug fixes.
- /claude-settings-audit - Generate recommended settings.json permissions based on detected tech stacks and tools. Use when auditing or configuring Claude Code permissions.
- /code-review - Perform code reviews following professional engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.
- /commit - Create commits following professional conventions. Use when committing changes to repositories.
- /convex - Comprehensive Convex development patterns including Better Convex (cRPC)
- /create-pr - Create pull requests following professional conventions. Use when creating PRs in repositories.
- /doc-coauthoring - Collaborative document creation workflow. Use when writing substantial documentation, proposals, specs, decision docs, or RFCs.
- /document-skill - Document adding new Claude Code skills to the repository. Use when a new skill is added to .claude/skills/ to update all relevant documentation.
- /document-update - Document development updates in the guides folder. Use when significant features, packages, or architectural changes are made to the project.
- /find-bugs - Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.
- /find-skills - Helps users discover and install agent skills when they ask questions like “how do I do X”, “find a skill for X”, “is there a skill that can…”, or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
- /iterate-pr - Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.
- /remotion-best-practices - Best practices for Remotion - Video creation in React. Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
- /turborepo - |
- /vercel-react-best-practices - React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
- /vitest - A blazing fast unit testing framework powered by Vite
- /web-design-guidelines - Review UI code for Web Interface Guidelines compliance. Use when asked to “review my UI”, “check accessibility”, “audit design”, “review UX”, or “check my site against best practices”.
Skills are invoked with the /skill-name format in Claude Code:
# Create a commit/commit
# Create a pull request/create-pr
# Review code for security issues/code-reviewSources
Section titled “Sources”- Sentry Skills: Professional engineering workflows from Sentry
- Vercel Skills: React/Next.js best practices from Vercel Labs