Clean Bundle Fixture

A well-formed multi-file skill bundle used as a SkillScope Phase B test fixture - demonstrates a clean bundle with declared permissions matching actual usage.

sepand Updated

File contents

What this does

Reads a file with Read and writes a formatted copy with Write. No network access, no shell execution.

Steps

  1. Read the target file.
  2. Format its contents with the bundled helper script.
  3. Write the result back.

sepand/SkillScope/tree/main/test_skills_dirs/clean_bundle commit a427df78dc

Frequently asked questions

npx skillmds@latest add sepand/clean-bundle-fixture