export-rubric

Export the assess-rfe scoring rubric to artifacts/rfe-rubric.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/solaius/ai-asset-registry --skill export-rubric
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: export-rubric
Source: https://github.com/solaius/ai-asset-registry/tree/main/.claude/skills/export-rubric
Command: npx skills add https://github.com/solaius/ai-asset-registry --skill export-rubric

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill turns the assess-rfe scoring rubric into a reusable Markdown file so teams can keep a consistent evaluation reference in the working directory.

Core Features & Use Cases

  • Deterministic Export: Writes the rubric to the expected artifacts/rfe-rubric.md path every time.
  • Workflow Fit: Useful when you need to share, version, or archive a scoring rubric alongside a project.
  • Use Case: A reviewer can regenerate the rubric before a new assessment so everyone uses the same criteria.

Quick Start

Ask the skill to export the assess-rfe scoring rubric to artifacts/rfe-rubric.md in your current working directory.

Frequently Asked Questions about export-rubric

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export a scoring rubric to Markdown for repository review workflows?▼

Export the scoring rubric to Markdown by running the skill-local Python exporter, which deterministically writes the assess-rfe rubric to artifacts/rfe-rubric.md in your current working directory.

What is a deterministic rubric export process for evaluation calibration?▼

Deterministic rubric export generates the exact same Markdown file at the artifacts/rfe-rubric.md path every time, ensuring teams share a consistent evaluation reference for calibration.

Can I use this Markdown export tool to archive documentation alongside my project?▼

Yes, the Markdown export tool writes the scoring rubric file directly into your working directory, allowing you to version, archive, or share the documentation alongside your project.

Do I need Python to generate a Markdown artifact of the assess-rfe scoring rubric?▼

Yes, you need a Python environment because the exporter relies on a skill-local Python script to process the assess-rfe rubric and write the Markdown artifact.

When should I regenerate a scoring rubric Markdown file for a new assessment?▼

Regenerate the scoring rubric Markdown file before starting a new assessment to ensure all reviewers reference the exact same criteria from the artifacts directory.