chore: Update marketplace config for v1.25.0

- Bump marketplace version: 1.24.0 → 1.25.0
- Bump skill-creator version: 1.2.2 → 1.3.0 (sanitization step)
- Add meeting-minutes-taker plugin entry
- Update skill count: 32 → 33 in all docs
- Update badges in README.md and README.zh-CN.md
- Add skill sections and use cases in both READMEs
- Update CLAUDE.md available skills list

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
daymade
2026-01-24 23:07:35 +08:00
parent 1c538567f6
commit 8d7d9e049a
5 changed files with 128 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
},
"metadata": {
"description": "Professional Claude Code skills for GitHub operations, document conversion, diagram generation, statusline customization, Teams communication, repomix utilities, skill creation, CLI demo generation, LLM icon access, Cloudflare troubleshooting, UI design system extraction, professional presentation creation, YouTube video downloading, secure repomix packaging, ASR transcription correction, video comparison quality analysis, comprehensive QA testing infrastructure, prompt optimization with EARS methodology, session history recovery, documentation cleanup, PDF generation with Chinese font support, CLAUDE.md progressive disclosure optimization, CCPM skill registry search and management, Promptfoo LLM evaluation framework, iOS app development with XcodeGen and SwiftUI, fact-checking with automated corrections, Twitter/X content fetching, intelligent macOS disk space recovery, skill quality review and improvement, GitHub contribution strategy, complete internationalization/localization setup, and plugin/skill troubleshooting with diagnostic tools",
"version": "1.24.0",
"version": "1.25.0",
"homepage": "https://github.com/daymade/claude-code-skills"
},
"plugins": [
@@ -15,7 +15,7 @@
"description": "Essential meta-skill for creating effective Claude Code skills with initialization scripts, validation, packaging, marketplace registration, and privacy best practices",
"source": "./",
"strict": false,
"version": "1.2.2",
"version": "1.3.0",
"category": "developer-tools",
"keywords": [
"skill-creation",
@@ -664,6 +664,27 @@
"skills": [
"./claude-skills-troubleshooting"
]
},
{
"name": "meeting-minutes-taker",
"description": "Transform meeting transcripts into high-fidelity, structured meeting minutes with iterative review. Use when a meeting transcript is provided and meeting minutes are requested, multiple versions need merging without content loss, or existing minutes need review against original transcript. Features evidence-based recording with speaker quotes, Mermaid diagrams for architecture discussions, multi-turn parallel generation to avoid content loss, and iterative human-in-the-loop refinement",
"source": "./",
"strict": false,
"version": "1.0.0",
"category": "productivity",
"keywords": [
"meeting",
"minutes",
"transcript",
"notes",
"documentation",
"mermaid",
"quotes",
"action-items"
],
"skills": [
"./meeting-minutes-taker"
]
}
]
}