shpigford/skills
Claude Code skills for common tasks
Skills (11)
learnings
Publicshpigford/skills
Review the current session and code changes for anything worth codifying in CLAUDE.md or README.md. Use before committing/opening a PR, or when the user asks "anything learned?", "anything to note?", "should we update CLAUDE.md?", "update the docs with what we learned", or similar.
research
Publicshpigford/skills
Deep research before planning. Launches parallel agents to search docs, web, and codebase, then synthesizes findings into actionable context.
but-for-real
Publicshpigford/skills
Force a skeptical second pass on your own work. Because 'it should work' has never once been true.
feature-image
Publicshpigford/skills
Generate a branded social media image announcing a new feature or update. Analyzes git history, auto-detects brand from codebase (Tailwind, CSS vars, design tokens), replicates UI elements, and captures via Playwright. Use when the user wants to create an announcement image, says 'feature image,' 'announcement graphic,' 'social image for feature,' or wants to visually announce a code change.
readme
Publicshpigford/skills
When the user wants to create or update a README.md file for a project. Also use when the user says "write readme," "create readme," "document this project," "project documentation," or asks for help with README.md. This skill creates absurdly thorough documentation covering local setup, architecture, and deployment.
screenshots
Publicshpigford/skills
Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or documentation.
chat-widget
Publicshpigford/skills
Build a real-time support chat system with a floating widget for users and an admin dashboard for support staff. Use when the user wants live chat, customer support chat, real-time messaging, or in-app support.
conductor-setup
Publicshpigford/skills
Configure a Rails project to work with Conductor (parallel coding agents)
favicon
Publicshpigford/skills
Generate favicons from a source image
issues
Publicshpigford/skills
Interact with GitHub issues - create, list, and view issues.
new-rails-project
Publicshpigford/skills
Create a new Rails project