Woodshed
Description
Create, run, rate, and iterate on your Claude Skills
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/.
README
woodshed
Create, run, rate, and iterate on your Claude Skills.
⚠️ WARNING ⚠️
This is alpha software written for personal use.
- It runs Claude in yolo mode which can and will wipe your data.
- It can also burn through a ton of tokens if your Skills aren't lean.
- It is 100% vibecoded, and this time I have not read the code.
If you end up burning all your tokens only to brick your computer, I'm not responsible.
Usage
Create a new workspace:
npx woodshed create my-idea
That gives you a place work on your Skills:
cd my-idea
Time to shed:
npx woodshed
By default, the entire matrix runs 10 times.
Shed is idempotent so by default re-running it will instantly "skip over" past results as if they happened instantly.
Pass `npx woodshed --reset` to force re-runs. This will delete each re-run's data in `results/` before attempting it. You can also delete the `results/` yourself if you want.
Take a close look at the `results/` folder after your first successful run. It contains the log from the main agent with your fixture's `prompt.md`, the log from the evaluating agent with your fixture's `eval.md`, the workspace folder in which they both run, and probably some other junk.
Folder Conventions
my-idea/
skills/
# Skills you want to create or refine
my-skill/
# Each Skill can have one or more variants
baseline/SKILL.md
experiment/SKILL.md
silly/SKILL.md
fixtures/
# Fixtures that test your Skill(s)
my-fixture/
prompt.md
eval.md
assets/
# Data shared by fixtures
words.txt
results/
# Outputs and past runs appear here
Workflow
I recommend running another Claude instance and to talk with it about the `/results`.
Then you can use insights from that convo to refine your `eval.md` and `SKILL.md
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11