Test fixture skill that writes to canvas AND carries the Preflight block. Check 31 must pass.
Scanned 5/28/2026
Install to Claude Code
npx -y skills add haabe/mycelium --skill goodskill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Goodskill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/haabe-goodskill)More formats (shields.io, HTML) on the badges page.
---
name: goodskill
description: Test fixture skill that writes to canvas AND carries the Preflight block. Check 31 must pass.
---
# Good Skill
This skill writes to `.claude/canvas/purpose.yml` (Update canvas/purpose.yml).
## Preflight: Read target canvas file
Before any canvas write, this skill reads the target file first per the Read-before-Write hard rule (anti-pattern #7 instance #5 prevention).
```
Read .claude/canvas/purpose.yml (limit: 1 for Edit, full Read for Write)
```
Then proceeds with the write.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!