Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
npx claudepluginhub ethanolivertroy/public-skills --plugin ralph-loopAgent skills and Claude Code plugins for productivity and workflow automation. These skills follow the Agent Skills specification and are compatible with Claude Code, Codex CLI, and OpenCode.
/plugin marketplace add ethanolivertroy/skills
/plugin install <skill-name>@skills
Install all skills from this repo:
npx skills add git@github.com:ethanolivertroy/skills.git
Install a single skill:
npx skills@latest add ethanolivertroy/skills/<skill-name>
Add skill folders to ~/.claude/plugins/ (for plugins with commands and hooks) or copy SKILL.md into an existing plugin's skills/ folder.
git clone https://github.com/ethanolivertroy/skills.git
See the Claude Code skills documentation for details.
Copy skill directories into your Codex skills path (typically ~/.codex/skills/).
See the Agent Skills specification for the standard skill format.
Clone the repo into the OpenCode skills directory:
git clone https://github.com/ethanolivertroy/skills.git ~/.opencode/skills/ethanolivertroy-skills
OpenCode auto-discovers all SKILL.md files under ~/.opencode/skills/. No config changes needed — skills become available after restarting OpenCode.
| Skill | Description |
|---|---|
| exif-stripper | Strip sensitive EXIF metadata from images before publishing to the web |
| ghost-content-manager | Manage Ghost blog drafts — create posts, sync, and push changes |
| grill-me | Interview relentlessly about a plan until reaching shared understanding — via mattpocock/skills |
| image-generator | Generate and edit images using Gemini image models |
| improve-codebase-architecture | Explore codebase for shallow modules and propose deepening refactors — via mattpocock/skills |
| made-to-stick | Apply the SUCCESs framework to make ideas, copy, and content more memorable |
| mischief-managed | End-of-session summary to Obsidian — captures decisions, code changes, and follow-ups with optional Linear sync |
| obsidian-skills | Obsidian vault skills via @kepano/obsidian-skills |
| prd-to-issues | Break a PRD into vertical-slice GitHub issues — via mattpocock/skills |
| ralph-loop | Continuous self-referential AI loops for iterative development |
| readwise-assistant | Search highlights, save articles, and analyze reading data via Readwise |
| tdd | Test-driven development with red-green-refactor loop — via mattpocock/skills |
| visual-explainer | Visual explanations via @nicobailon/visual-explainer |
| write-a-prd | Create a PRD through user interview and codebase exploration — via mattpocock/skills |
Some skills use template variables that you'll need to replace with your own paths:
{{VAULT_PATH}} — Your Obsidian vault path (e.g., ~/Documents/MyVault). Used by: mischief-managedSkills marked "via mattpocock/skills" are included under the MIT license (see THIRD-PARTY-NOTICES.md). You can also install them directly from the original repo:
npx skills@latest add mattpocock/skills/grill-me
npx skills@latest add mattpocock/skills/write-a-prd
npx skills@latest add mattpocock/skills/prd-to-issues
npx skills@latest add mattpocock/skills/tdd
npx skills@latest add mattpocock/skills/improve-codebase-architecture
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Complete developer toolkit for Claude Code
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Advanced development superpowers for orchestrating complex workflows with Superpower Loop and work verification
The definitive Claude Code companion for .NET developers. 47 skills, 10 agents, 16 commands, 10 rules, 5 templates, 15 MCP tools, 7 hooks for modern .NET 10 / C# 14.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform