Screenshots
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
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for Shpigford/skills, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
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:
- Local development setup (step-by-step)
- Architecture overview with directory structure and data flow
- Environment variables reference
- Deployment instructions (auto-detects platform)
- Troubleshooting common issues
**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:
- Research - Deep exploration of a feature idea
- Implementation - Create phased implementation plan
- Progress - Set up progress tracking
...
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing