Goal
Validate that the public bambu-slicer Agent Skill actually works end-to-end after being moved from local/plugin contexts into the shared skills/ package lane.
Scope
- Confirm Pi loads
skills/bambu-slicer/SKILL.md from the global symlink and package discovery.
- Run the bundled CLI setup from
skills/bambu-slicer/scripts/cli.
- Verify
--list-profiles works.
- Slice a tiny known-good STL to 3MF using local OrcaSlicer + Bambu Studio profiles.
- Confirm security posture remains public-safe: no printer serials, access codes, LAN IPs, credentials, generated artifacts, or private paths committed.
Acceptance criteria
Goal
Validate that the public
bambu-slicerAgent Skill actually works end-to-end after being moved from local/plugin contexts into the sharedskills/package lane.Scope
skills/bambu-slicer/SKILL.mdfrom the global symlink and package discovery.skills/bambu-slicer/scripts/cli.--list-profilesworks.Acceptance criteria
pi -e .discovers the skill.cd skills/bambu-slicer/scripts/cli && bun install && bun run typecheck && bun testpasses.bun run cli.ts --list-profilesprints expected quality and filament profiles..3mfoutside the repo..3mf/.gcode/ private model files remain ignored and uncommitted.gitleaks detect --no-git --source skills/bambu-slicer --redactreports no leaks.