From 8d7d9e049a144c6e71726a35bce2ecae3da5c5d9 Mon Sep 17 00:00:00 2001 From: daymade Date: Sat, 24 Jan 2026 23:07:35 +0800 Subject: [PATCH] chore: Update marketplace config for v1.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .claude-plugin/marketplace.json | 25 +++++++++++++++++-- CHANGELOG.md | 19 ++++++++++++++ CLAUDE.md | 7 +++--- README.md | 44 ++++++++++++++++++++++++++++++--- README.zh-CN.md | 44 ++++++++++++++++++++++++++++++--- 5 files changed, 128 insertions(+), 11 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1570d6d..5c99e49 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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" + ] } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 932bcc2..b5ab8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - None +## [1.25.0] - 2026-01-24 + +### Added +- **New Skill**: meeting-minutes-taker - Transform meeting transcripts into structured minutes + - Multi-pass parallel generation with UNION merge strategy + - Evidence-based recording with speaker quotes + - Mermaid diagrams for architecture discussions + - Iterative human-in-the-loop refinement workflow + - Bundled references: template and completeness checklist + +### Changed +- Updated marketplace skills count from 32 to 33 +- Updated marketplace version from 1.24.0 to 1.25.0 +- Updated skill-creator to v1.3.0: + - Added Step 5: Sanitization Review (Optional) + - New references/sanitization_checklist.md with 8 categories of content to sanitize + - Automated grep scan commands for detecting sensitive content + - 3-phase sanitization process and completion checklist + ## [1.24.0] - 2026-01-22 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index 3b7cbfc..7fd3a05 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Repository Overview -This is a Claude Code skills marketplace containing 32 production-ready skills organized in a plugin marketplace structure. Each skill is a self-contained package that extends Claude's capabilities with specialized knowledge, workflows, and bundled resources. +This is a Claude Code skills marketplace containing 33 production-ready skills organized in a plugin marketplace structure. Each skill is a self-contained package that extends Claude's capabilities with specialized knowledge, workflows, and bundled resources. **Essential Skill**: `skill-creator` is the most important skill in this marketplace - it's a meta-skill that enables users to create their own skills. Always recommend it first for users interested in extending Claude Code. @@ -134,7 +134,7 @@ Skills for public distribution must NOT contain: ## Marketplace Configuration The marketplace is configured in `.claude-plugin/marketplace.json`: -- Contains 32 plugins, each mapping to one skill +- Contains 33 plugins, each mapping to one skill - Each plugin has: name, description, version, category, keywords, skills array - Marketplace metadata: name, owner, version, homepage @@ -144,7 +144,7 @@ The marketplace is configured in `.claude-plugin/marketplace.json`: 1. **Marketplace Version** (`.claude-plugin/marketplace.json` → `metadata.version`) - Tracks the marketplace catalog as a whole - - Current: v1.23.0 + - Current: v1.25.0 - Bump when: Adding/removing skills, major marketplace restructuring - Semantic versioning: MAJOR.MINOR.PATCH @@ -192,6 +192,7 @@ The marketplace is configured in `.claude-plugin/marketplace.json`: 30. **github-contributor** - Strategic guide for becoming an effective GitHub contributor with opportunity discovery, project selection, and reputation building 31. **i18n-expert** - Complete internationalization/localization setup and auditing for UI codebases with framework support, key architecture, and parity validation 32. **claude-skills-troubleshooting** - Diagnose and resolve Claude Code plugin and skill configuration issues with diagnostic scripts and architecture documentation +33. **meeting-minutes-taker** - Transform meeting transcripts into structured minutes with multi-pass generation, speaker quotes, and iterative human review **Recommendation**: Always suggest `skill-creator` first for users interested in creating skills or extending Claude Code. diff --git a/README.md b/README.md index 647c52a..cbe8e8d 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ [![简体中文](https://img.shields.io/badge/语言-简体中文-red)](./README.zh-CN.md) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Skills](https://img.shields.io/badge/skills-32-blue.svg)](https://github.com/daymade/claude-code-skills) -[![Version](https://img.shields.io/badge/version-1.24.0-green.svg)](https://github.com/daymade/claude-code-skills) +[![Skills](https://img.shields.io/badge/skills-33-blue.svg)](https://github.com/daymade/claude-code-skills) +[![Version](https://img.shields.io/badge/version-1.25.0-green.svg)](https://github.com/daymade/claude-code-skills) [![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.13+-purple.svg)](https://claude.com/code) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/daymade/claude-code-skills/graphs/commit-activity) -Professional Claude Code skills marketplace featuring 32 production-ready skills for enhanced development workflows. +Professional Claude Code skills marketplace featuring 33 production-ready skills for enhanced development workflows. ## 📑 Table of Contents @@ -1393,6 +1393,41 @@ python3 scripts/enable_all_plugins.py daymade-skills --- +### 33. **meeting-minutes-taker** - Meeting Minutes Generator + +Transform meeting transcripts into high-fidelity, structured meeting minutes with iterative human review. + +**When to use:** +- Meeting transcript provided and minutes/notes/summaries requested +- Multiple versions of meeting minutes need merging without content loss +- Existing minutes need review against original transcript for missing items + +**Key features:** +- Multi-pass parallel generation with UNION merge strategy +- Evidence-based recording with speaker quotes +- Mermaid diagrams for architecture discussions +- Iterative human-in-the-loop refinement workflow +- Cross-AI comparison for bias reduction +- Completeness checklist for systematic review + +**Example usage:** +```bash +# Install the skill +claude plugin install meeting-minutes-taker@daymade-skills + +# Then provide a meeting transcript and request minutes +``` + +**🎬 Live Demo** + +*Coming soon* + +📚 **Documentation**: See [meeting-minutes-taker/SKILL.md](./meeting-minutes-taker/SKILL.md) for complete workflow and template guidance. + +**Requirements**: None + +--- + ## 🎬 Interactive Demo Gallery Want to see all demos in one place with click-to-enlarge functionality? Check out our [interactive demo gallery](./demos/index.html) or browse the [demos directory](./demos/). @@ -1429,6 +1464,9 @@ Use **youtube-downloader** to download YouTube videos and extract audio from vid ### For Transcription & ASR Correction Use **transcript-fixer** to correct speech-to-text errors in meeting notes, lectures, and interviews through dictionary-based rules and AI-powered corrections with automatic learning. +### For Meeting Documentation +Use **meeting-minutes-taker** to transform raw meeting transcripts into structured, evidence-based minutes. Combine with **transcript-fixer** to clean up ASR errors before generating minutes. Features multi-pass generation with UNION merge to avoid content loss. + ### For QA Testing & Quality Assurance Use **qa-expert** to establish comprehensive QA testing infrastructure with autonomous LLM execution, Google Testing Standards, and OWASP security testing. Perfect for project launches, third-party QA handoffs, and enforcing quality gates (100% execution, ≥80% pass rate, 0 P0 bugs). The master prompt enables 100x faster test execution with zero tracking errors. diff --git a/README.zh-CN.md b/README.zh-CN.md index 659ad44..855b1d8 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -6,15 +6,15 @@ [![简体中文](https://img.shields.io/badge/语言-简体中文-red)](./README.zh-CN.md) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Skills](https://img.shields.io/badge/skills-32-blue.svg)](https://github.com/daymade/claude-code-skills) -[![Version](https://img.shields.io/badge/version-1.24.0-green.svg)](https://github.com/daymade/claude-code-skills) +[![Skills](https://img.shields.io/badge/skills-33-blue.svg)](https://github.com/daymade/claude-code-skills) +[![Version](https://img.shields.io/badge/version-1.25.0-green.svg)](https://github.com/daymade/claude-code-skills) [![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.13+-purple.svg)](https://claude.com/code) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/daymade/claude-code-skills/graphs/commit-activity) -专业的 Claude Code 技能市场,提供 32 个生产就绪的技能,用于增强开发工作流。 +专业的 Claude Code 技能市场,提供 33 个生产就绪的技能,用于增强开发工作流。 ## 📑 目录 @@ -1435,6 +1435,41 @@ python3 scripts/enable_all_plugins.py daymade-skills --- +### 33. **meeting-minutes-taker** - 会议纪要生成器 + +将会议录音转写稿转换为高保真、结构化的会议纪要,支持迭代式人工审核。 + +**使用场景:** +- 提供会议转写稿,需要生成会议纪要/笔记/摘要 +- 多个版本的会议纪要需要合并且不丢失内容 +- 现有纪要需要对照原始转写稿审核是否遗漏 + +**主要功能:** +- 多轮并行生成与 UNION 合并策略 +- 基于证据的记录,附带发言者引用 +- 用于架构讨论的 Mermaid 图表 +- 迭代式人机协作优化流程 +- 跨 AI 对比以减少偏差 +- 完整性检查清单用于系统化审核 + +**示例用法:** +```bash +# 安装技能 +claude plugin install meeting-minutes-taker@daymade-skills + +# 然后提供会议转写稿并请求生成纪要 +``` + +**🎬 实时演示** + +*即将推出* + +📚 **文档**:参见 [meeting-minutes-taker/SKILL.md](./meeting-minutes-taker/SKILL.md) 了解完整的工作流程和模板指导。 + +**要求**:无 + +--- + ## 🎬 交互式演示画廊 想要在一个地方查看所有演示并具有点击放大功能?访问我们的[交互式演示画廊](./demos/index.html)或浏览[演示目录](./demos/)。 @@ -1471,6 +1506,9 @@ python3 scripts/enable_all_plugins.py daymade-skills ### 转录与 ASR 校正 使用 **transcript-fixer** 通过基于字典的规则和 AI 驱动的校正自动学习,纠正会议记录、讲座和访谈中的语音转文本错误。 +### 会议文档 +使用 **meeting-minutes-taker** 将原始会议转写稿转换为结构化、基于证据的会议纪要。与 **transcript-fixer** 结合使用可在生成纪要前清理 ASR 错误。特点是多轮生成配合 UNION 合并以避免内容丢失。 + ### QA 测试与质量保证 使用 **qa-expert** 建立具有自主 LLM 执行、Google 测试标准和 OWASP 安全测试的综合 QA 测试基础设施。非常适合项目启动、第三方 QA 交接和执行质量门禁(100% 执行、≥80% 通过率、0 个 P0 错误)。主提示可实现 100 倍更快的测试执行,零跟踪错误。