The plugin catalog for loooom.xyz — quality-scored Claude Code plugins.
npx loooom add mager/beginner-japaneseCreates .claude/skills/beginner-japanese/SKILL.md in your project. Claude Code picks it up automatically.
Each plugin has a promptfooconfig.yaml that defines quality tests. Run them with promptfoo.
npm install -g promptfoo
# Add your Groq API key (free at console.groq.com)
export GROQ_API_KEY=your-key-here./bin/eval-all.shnpx promptfoo eval --config plugins/beginner-japanese/promptfooconfig.yamlnpx promptfoo viewScores write to eval-scores.json and are displayed on loooom.xyz/browse.
Evals run automatically on every push that touches plugins/*/promptfooconfig.yaml or plugins/*/skills/**, and nightly at 02:00 UTC. Results are committed back to eval-scores.json by the eval bot.
Requires GROQ_API_KEY set as a GitHub Actions secret.
plugins/
└── my-plugin/
├── promptfooconfig.yaml # eval tests
└── skills/
└── my-plugin/
└── SKILL.md # the actual skill (system prompt)
| Command | Description |
|---|---|
npx loooom add <author>/<plugin> |
Install a plugin into .claude/skills/ |
npx loooom list |
List installed plugins |
npx loooom help |
Show help |
- Node.js 18+
MIT