| name | data8010-hw3-libero |
| description | Use for DATA8010 or similar LIBERO behavior-cloning homework projects when Codex needs to inspect LIBERO Spatial assets, train or evaluate multi-task BC baselines, structure a TeX report with Part 1, Part 2, Part 3, Bonus A, Bonus B, and reproducibility sections, package clean submission zips, or audit public-safe release artifacts. |
DATA8010 HW3 LIBERO
Purpose
Use this skill for DATA8010-style LIBERO behavior-cloning homework: inspect
LIBERO assets, train/evaluate BC baselines, structure the TeX report, package
submission zips, and audit public-safe release artifacts.
Keep this SKILL.md as a concise routing and execution entrypoint. Do not load
long examples, command catalogs, detailed checklists, or edge-case policy until
the current task needs them.
Workflow
- Confirm the user request matches this skill's frontmatter description.
- Bind the concrete target: source file, artifact, repo, device, document,
dataset, or user-facing deliverable.
- Use the smallest relevant workflow from this entrypoint first.
- Before dataset inspection, training/evaluation, report packaging, submission
zip creation, or public-safe release audit, read
references/entrypoint-details.md.
- Preserve local owner boundaries: route to a narrower skill or repo-specific
workflow when the detailed reference indicates a more specific owner.
Mutation Boundary
Do not auto-switch branches, kill jobs, delete results, overwrite final
artifacts, commit, push, or install-test the public release unless the user
explicitly asks for that action.
Detailed Reference
Read references/entrypoint-details.md for:
- Overview
- Entry Gate
- Expected Project Shape
- Evidence Rules
- Report Structure
- Package Rules
- Validation
- Public Skill Boundary
Validation
- Use the skill-specific validation or acceptance checks from the detailed
reference before declaring completion.
- When editing this skill, run
quick_validate.py on the skill directory and
verify all referenced files still exist.