Agent skill · Testing & QA

add-golden

Curate and add documents to the golden dataset with multi-agent validation. Use when adding test data, creating golden datasets, saving examples.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill add-golden --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: SkillForge
Path: skills/ai-ml/add-golden/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Add to Golden Dataset Multi-agent curation workflow for adding high-quality documents. ## Quick Start ```bash /add-golden https://example.com/article /add-golden https://arxiv.org/abs/2312.xxxxx ``` ## Phase 1: Input Collection Get URL and detect content type: - article (blog post, tech article) - tutorial (step-by-step guide) - documentation (API docs, reference) - research_paper (academic, whitepaper) ## Phase 2: Fetch and Extract Extract document structure: - Title and sections - Code blocks - Key technical terms - Metadata (author, date) ## Phase 3: Parallel Analysis (4 Agents) | Agent | Task | |-------|------| | code-quality-reviewer | Quality evaluation | | Explore #1 | Difficulty classification | | Explore #2 | Domain tagging | | Explore #3 | Test query generation | ### Quality Dimensions | Dimension | Weight | |-----------|--------| | Accuracy | 0.25 | | Coherence | 0.20 | | Depth | 0.25 | | Relevance | 0.30 | ### Difficulty Levels - trivial: Direct keyword match (>0.85 score) - easy: Common synonyms (>0.70 score) - medium: Paraphrased intent (>0.55 score) - hard: Multi-hop reasoning (>0.40 score) - adversarial: Edge cases, robustness ## Phase 4: Validation Checks - URL v

What's inside
Steps it walks through
  1. Quick Start
  2. Phase 1: Input Collection
  3. Phase 2: Fetch and Extract
  4. Phase 3: Parallel Analysis (4 Agents)
  5. Quality Dimensions
  6. Difficulty Levels
  7. Phase 4: Validation Checks
  8. Phase 5: Decision Thresholds
  9. Phase 6: User Approval
  10. Phase 7: Write to Dataset
  11. Summary
  12. Related Skills
  13. Key Decisions
  14. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the add-golden skill do?

Curate and add documents to the golden dataset with multi-agent validation. Use when adding test data, creating golden datasets, saving examples.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill add-golden --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going