fix: bump claude-md-progressive-disclosurer to v1.1.0 and add version bump rule

- Bump claude-md-progressive-disclosurer 1.0.1 → 1.1.0 (missed in previous commit)
- Add mandatory "Updating Existing Skills" rule to CLAUDE.md: any commit
  that modifies a skill's files MUST bump that skill's version in marketplace.json

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
daymade
2026-02-14 04:48:53 +08:00
parent e481958195
commit 08324f8ebe
2 changed files with 18 additions and 1 deletions

View File

@@ -438,7 +438,7 @@
"description": "Optimize user CLAUDE.md files by applying progressive disclosure principles. This skill should be used when users want to reduce CLAUDE.md bloat, move detailed content to references, extract reusable patterns into skills, or improve context efficiency. Triggers include optimize CLAUDE.md, reduce CLAUDE.md size, apply progressive disclosure, or complaints about CLAUDE.md being too long",
"source": "./",
"strict": false,
"version": "1.0.1",
"version": "1.1.0",
"category": "productivity",
"keywords": [
"claude-md",

View File

@@ -156,6 +156,23 @@ The marketplace is configured in `.claude-plugin/marketplace.json`:
**Key Principle**: SKILL.md files should be timeless content focused on functionality. Versions are tracked in marketplace.json only.
### ⚠️ Updating Existing Skills (MANDATORY)
**Any commit that modifies a skill's files MUST bump that skill's version in `marketplace.json`.**
This applies when you change ANY file under a skill directory:
- `SKILL.md` (instructions, description, workflow)
- `references/` (documentation, principles, examples)
- `scripts/` (executable code)
- `assets/` (templates, resources)
**Version bump rules:**
- Content/doc updates (new sections, rewritten principles) → bump **MINOR** (1.0.1 → 1.1.0)
- Bug fixes, typo fixes → bump **PATCH** (1.0.1 → 1.0.2)
- Breaking changes (renamed commands, removed features) → bump **MAJOR** (1.0.1 → 2.0.0)
**Pre-commit check:** Before committing, run `git diff --name-only` and verify: for every `skill-name/` directory that appears, `marketplace.json` also has a version bump for that skill's `plugins[].version`.
## Available Skills
**Priority Order** (by importance):