export-readme

Solid

The readme is the source of truth: sections land on skill tops, styles and scripts, the file on plugin roots.

Data & Documents 1 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Instructions ## the shape the readme's mapped sections are the source of truth for every managed region: - a skill section is one bare invocation fence, one ```yaml fence, then the preamble markdown after it - the yaml fence's inner `--- ... ---` becomes the skill's frontmatter, verbatim - everything after the yaml fence, to the next heading, becomes the skill's preamble, verbatim - the invocation fence is readme display sugar and never lands in a skill file - `.claude/skills/export-readme/map.json` is one flat object: exact heading line -> target path - a value may be a list, so one section lands in every copy that has to agree byte for byte - a skill's managed region runs from line 1 to its first `# ` or `## ` body heading; the body below that heading belongs to the skill and is never touched ## the output style `### Output Style` maps to one `output-styles/operator.md` per plugin and `### Subagent Style` to one `subagent-styles/operator.md`; the copies exist so each plugin reaches its own `CLAUDE_PLUGIN_ROOT`: - a style file carries no body heading, so its managed region is the whole file - it earns `name` and `description` and nothing else; kind, license and the listing cap route an invocation a style never has - `name:` must match the file, not a folder, since a style owns a file rather than a directory - full runs sweep `plugins/*/output-styles/*.md` and its `subagent-styles/` sibling; an unmapped copy is an ERROR, since drifting unseen is the exact failure ...

Details

Author
MaisonDeVolonte
Repository
MaisonDeVolonte/construct
Created
4 weeks ago
Last Updated
2 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category