UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

20 lines (19 loc) 540 B
id: structured-output-yaml dimension: structured-output difficulty: basic prompt: | Generate YAML frontmatter for a research document about "Transformer Architecture" published in 2023. Include fields: title, authors (array), year, doi, tags (array), grade (one of HIGH/MODERATE/LOW/VERY_LOW). Output only the YAML block with --- delimiters, no other content. expected: contains: - "---" - "title:" - "Transformer" - "2023" - "grade:" scoring: correct_tool: 0.3 correct_params: 0.5 no_hallucination: 0.2