AGENTS.md@skills · git:20260907.863840e · 2026-09-07 · sha256 c52230dd070aa483
AGENTS.md@skills git:20260907.863840eA
Immutable. This exact content is served forever at /api/v1/blob/c52230dd070aa483.
# Skill guidance This file applies under `skills/`. Load `skill-author` before changing skill content and `learning-loop` when working from captured evidence. ## Keep discovery and context cheap - Only `architect` needs the full catalog. Other skills name direct neighbors only where work crosses a real boundary. - Live frontmatter contains only `name` and a short `description`. - Give each entrypoint one strong organizing idea and keep it human-readable. There is no required section template. - Assume ordinary coding competence. Include only guidance that changes a capable agent's decisions. - Put conditional commands, failures, tuning, platform evidence, schemas, and substantial examples in focused support files. Link them where they become relevant instead of loading them by default. - Keep official upstream documentation authoritative for volatile commands, APIs, packages, and configuration. - Preserve exact Robium-observed values with their conditions; never present one application's workaround as a universal default. ## Change and review - Git history is the normal record of live skill changes. Do not add per-skill versions, changelogs, README files, or routine archive snapshots. - Existing files under `archive/` are immutable historical snapshots. - Preserve useful examples and scripts only when they provide reusable value; validate changed executable artifacts proportionally. - Run `uv run skills/skill-author/scripts/validate_skills.py` after any live skill change. - Use trigger or task evals only when they protect a meaningful routing or behavior regression. Do not test headings or exact prose. - Regenerate `cli/src/catalog.json` after a skill name or description changes. Robium ships practical robotics knowledge and real reusable examples, not an application framework or invented DSL.