Add Golden banner
yonatangross yonatangross

Add Golden

Development community

Description

--- description: Curate and add documents to the golden dataset with multi-agent validation --- # Add to Golden Dataset Multi-agent curation workflow for adding high-quality documents to the golden dataset. ## Phase 1: Input Collection Get the URL or file path from user: ```bash # User provides: /add-golden <url> # Example: /add-golden https://arxiv.org/abs/2312.xxxxx ``` If no URL provided, ask: - Source URL (required) - Content type hint (optional: article, tutorial, documentation, resea

Installation

Installs to ~/.claude/commands/yonatangross-create-yg-app-add-golden.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yonatangross/create-yg-app/HEAD/.claude/commands/add-golden.md -o ~/.claude/commands/yonatangross-create-yg-app-add-golden.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository