# 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.

- Skill: `sepand/clean-bundle-fixture` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sepand/clean-bundle-fixture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sepand/clean-bundle-fixture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sepand (https://skillmd.com/u/sepand)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/sepand/clean-bundle-fixture

---


## 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.

