woodshed
Test, rate, and refine skill variants automatically
All Skills in This Repository (5)
Pure Emerald Level Indicatorsmul
Multiply two numeric inputs and return their exact product.
add
Compute the sum of two numeric inputs and return plain-text results.
helper
Return the number 42 for any requested numeric value.
decision-graph
Model design decision evolution from commit history using a deciduous DAG.
ascii-art
Generate single-pass ASCII art sketches from plain text prompts.
Frequently Asked Questions
FAQPage SchemaHow to install woodshed?โผ
Run `npx skills add gaearon/woodshed --all -g -y` in your terminal to install everything globally.
What does woodshed do?โผ
It runs your skill variants against test fixtures multiple times, then uses an evaluator to rate each result so you can see which version works best.
How do I compare two versions of a skill?โผ
Place each version as a variant folder (like baseline/ and experiment/) under your skill, then run woodshed to get scored results for each one.
Does woodshed re-run old tests every time?โผ
No. It caches past results and skips them on re-runs, unless you pass the --reset flag to force fresh runs.
Is woodshed safe to run on my machine?โผ
It is alpha software that runs Claude in unrestricted mode, which can modify or delete files. Use it in a disposable environment and review the author's warnings first.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core