From assess-rfe
Export the assess-rfe scoring rubric to artifacts/rfe-rubric.md in the current working directory.
npx claudepluginhub opendatahub-io/skills-registry --plugin assess-rfeThis skill is limited to using the following tools:
```
Builds interactive rubrics to evaluate artifacts with parallel multi-model scoring (Codex, Gemini, Claude), then iteratively improves one criterion at a time until threshold met.
Scores singularity-managed skill executions 0-100 using a 5-dimension rubric (correctness, completeness, edge cases, efficiency, reusability), tracks averages over runs, and suggests repairs below 50 or crystallization above 90.
Evaluates Claude Skills for description quality, content organization, writing style, and structural integrity. Generates weighted scores, grades, and improvement plans in score-only, remediation, or batch modes.
Share bugs, ideas, or general feedback.
/export-rubric
When this skill is invoked, resolve the absolute path of the plugin root directory. This SKILL.md is at <plugin_root>/skills/export-rubric/SKILL.md — the plugin root is two levels up. Determine this path once at the start.
python3 {PLUGIN_ROOT}/scripts/export_rubric.py from the current working directory.Add to your user or project .claude/settings.json:
{
"permissions": {
"allow": [
"Bash(python3 <PLUGIN_PATH>/scripts/export_rubric.py:*)"
]
}
}
<PLUGIN_PATH> is a placeholder — replace with the absolute path to this plugin.