From feature-memory
Removes changelog entries whose every path is a .md file (documentation-only commits that don't represent feature behavior changes). Use when the user says "purge md entries", "remove doc-only entries", "clean up md changelog entries", or "/changelog-purge-md".
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-memory:feature-memory-changelog-purge-mdThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User says "purge .md entries", "remove doc-only entries", "clean up markdown entries"
/changelog-purge-mdScans all entries in changelog.json and deletes any where every stored path
is a .md file. Entries with a mix of .md and code paths are kept.
Future backfills and session hooks already skip .md-only changes automatically
(as of v0.5.0). This command cleans up older entries from before that fix.
python plugin/hooks/fm_backfill.py --purge-md-only
Parse output and report:
Example:
Purged 12 entries with only .md paths (of 47 total). 35 entries remain.
Future backfills will skip .md-only commits automatically.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub h5kk/llm-fm --plugin feature-memory