A collection of agent skills for Claude Code and other AI coding assistants, following the skills.sh convention.
Install skills using the skills CLI:
# Install all skills from this repository
npx skills add buidlguidl/sandgarden-skills
# Install a specific skill
npx skills add buidlguidl/sandgarden-skills --skills code-reviewerReview TypeScript, React, and Next.js code against high standards for clarity, simplicity, and maintainability. Provides brutally honest but supportive feedback following best practices.
Use when:
- Code has just been written or modified
- You want explicit code review
- Refactoring has been completed
- New features or components have been implemented
Create a GitHub PR with your changes. Analyzes commits, generates a descriptive title and summary, and creates the PR using the gh CLI.
Use when:
- You've completed changes and want to create a PR
- You want to submit your work for review
- You want to ship your changes