Skip to content

BuidlGuidl/sandgarden-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Sandgarden Skills

A collection of agent skills for Claude Code and other AI coding assistants, following the skills.sh convention.

Installation

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-reviewer

Available Skills

code-reviewer

Review 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

pr-create

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors