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:
44
README.md
44
README.md
@@ -6,15 +6,15 @@
|
||||
[](./README.zh-CN.md)
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://claude.com/code)
|
||||
[](./CONTRIBUTING.md)
|
||||
[](https://github.com/daymade/claude-code-skills/graphs/commit-activity)
|
||||
|
||||
</div>
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user