eval-skill-catalog
v0.0.1Eval-only fixture plugin. Provides synthetic SKILL.md stand-ins for names that skill-routing eval scenarios (evals/scenarios/skill_routing.yaml, overlay_work_requires_overlay_skill.yaml) reference but core does not itself ship: a placeholder overlay's workspace/legal-entity skill, its project dev skill, the generic language bibles, and the review skill named without a leading slash. Registered by teatree.eval.api_runner ONLY for a scenario that declares EvalSpec.available_skills, so the isolated eval clean room has a real, discoverable Skill-tool catalog entry for each. Not a real overlay, not shipped skill content, not installed for real use.
1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install eval-skill-catalog for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install eval-skill-catalog@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/souliane/teatreeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is evals/fixtures/skill_catalog/.
Plugin files
├── .claude-plugin/plugin.json├── skills/ac-django/SKILL.md├── skills/ac-python/SKILL.md├── skills/architecture-design/SKILL.md├── skills/backend-dev/SKILL.md├── skills/frontend-dev/SKILL.md├── skills/review/SKILL.md├── skills/t3-widget/SKILL.md└── skills/widget-le/SKILL.md
Included Skills8
EVAL FIXTURE. Stand-in for the generic Django companion bible layered underneath a project's own backend dev skill for Django work. Placeholder only — see evals/scenarios/skill_routing.yaml (overlay_django_coding_loads_companion_bible).
EVAL FIXTURE. Stand-in for the generic Python companion bible layered underneath a project's own backend dev skill for plain-Python (non-Django) work. Placeholder only — see evals/scenarios/skill_routing.yaml (overlay_python_coding_generalizes_to_python_bible).
EVAL FIXTURE. Stand-in for the architecture/planning companion skill a planning scenario must self-load before drafting any plan. Placeholder only — see evals/scenarios/skill_routing.yaml.
EVAL FIXTURE. Stand-in for a hypothetical overlay's project dev skill (backend/Django flavour) — the standing companion skill loaded alongside the coding/reviewing phase skill for its backend repos. Placeholder only — see evals/scenarios/skill_routing.yaml.
EVAL FIXTURE. Stand-in for a hypothetical overlay's project dev skill (frontend flavour) — the standing companion skill loaded alongside the coding/reviewing phase skill for its frontend repos. Placeholder only — see evals/scenarios/skill_routing.yaml.
EVAL FIXTURE. Stand-in for the code-review skill named without a leading slash by a scenario that must DERIVE it applies here rather than pattern-match a literal '/t3:review' in the prompt. Placeholder only — see evals/scenarios/skill_routing.yaml.
EVAL FIXTURE. Stand-in for a hypothetical overlay's multi-repo workspace playbook skill: worktree/run/test/review wiring for its repos. Placeholder only — see evals/scenarios/skill_routing.yaml and overlay_work_requires_overlay_skill.yaml.
EVAL FIXTURE. Stand-in for a hypothetical overlay's legal-entity review skill, part of the declared reviewer skill set for its legal-entity repos. Placeholder only — see evals/scenarios/skill_routing.yaml.
Plugin manifests1
{
"name": "eval-skill-catalog",
"version": "0.0.1",
"description": "Eval-only fixture plugin. Provides synthetic SKILL.md stand-ins for names that skill-routing eval scenarios (evals/scenarios/skill_routing.yaml, overlay_work_requires_overlay_skill.yaml) reference but core does not itself ship: a placeholder overlay's workspace/legal-entity skill, its project dev skill, the generic language bibles, and the review skill named without a leading slash. Registered by teatree.eval.api_runner ONLY for a scenario that declares EvalSpec.available_skills, so the isolated eval clean room has a real, discoverable Skill-tool catalog entry for each. Not a real overlay, not shipped skill content, not installed for real use."
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[eval-skill-catalog on Agent Plugins Marketplace](https://pluginsmp.com/plugins/eval-skill-catalog)