Readme banner
Shpigford Shpigford

Readme

Documentation community intermediate

Description

Agent Skills for AI coding assistants. These skills follow the [Agent Skills Standard](https://github.com/anthropics/agent-skills-standard) and work with Claude Code, Cursor, Gemini Code Assist, GitHub Copilot, and other compatible tools.

Installation

Terminal
claude install-skill https://github.com/Shpigford/skills

README

Skills

Agent Skills for AI coding assistants. These skills follow the [Agent Skills Standard](https://github.com/anthropics/agent-skills-standard) and work with Claude Code, Cursor, Gemini Code Assist, GitHub Copilot, and other compatible tools.

Installation

npx skills add Shpigford/skills

Or manually:

git clone https://github.com/Shpigford/skills.git ~/.skills/shpigford

Available Skills

Skill Description
build Feature development pipeline - research, plan, track, implement
chat-widget Build real-time support chat with floating widget
conductor-setup Configure Rails projects for Conductor
favicon Generate favicon sets from source images
feature-image Generate branded social media images for feature announcements
issues Create, list, and view GitHub issues
new-rails-project Create opinionated Rails 8 + React projects
readme Generate comprehensive project documentation
screenshots Generate marketing screenshots with Playwright

readme

Creates comprehensive README.md documentation for projects. Performs deep codebase exploration before writing, covering:

    undefined

**Triggers:** "write readme", "create readme", "document this project", "project documentation"

**Example usage:**

Write a readme for this project

build

Feature development pipeline for building major features. Manages a 4-phase workflow:

    undefined

...