Skip to content

Commit 092d6bd

Browse files
committed
Release v1.26.0: Add deep-research skill
1 parent 79f7f3d commit 092d6bd

12 files changed

Lines changed: 504 additions & 11 deletions

.claude-plugin/marketplace.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"email": "[email protected]"
66
},
77
"metadata": {
8-
"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",
9-
"version": "1.25.0",
8+
"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, format-controlled deep research report generation with evidence tracking, 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",
9+
"version": "1.26.0",
1010
"homepage": "https://github.com/daymade/claude-code-skills"
1111
},
1212
"plugins": [
@@ -685,6 +685,27 @@
685685
"skills": [
686686
"./meeting-minutes-taker"
687687
]
688+
},
689+
{
690+
"name": "deep-research",
691+
"description": "Generate format-controlled research reports with evidence tracking, citations, and iterative review. Use when users request research reports, literature reviews, market or industry analysis, competitive landscapes, policy or technical briefs, or strict report templates and section formatting",
692+
"source": "./",
693+
"strict": false,
694+
"version": "1.0.0",
695+
"category": "documentation",
696+
"keywords": [
697+
"research",
698+
"report",
699+
"analysis",
700+
"literature-review",
701+
"market-research",
702+
"citations",
703+
"evidence",
704+
"deepresearch"
705+
],
706+
"skills": [
707+
"./deep-research"
708+
]
688709
}
689710
]
690711
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- None
1212

13+
## [1.26.0] - 2026-01-25
14+
15+
### Added
16+
- **New Skill**: deep-research - Format-controlled research reports with evidence mapping
17+
- Report spec and format contract workflow
18+
- Multi-pass parallel drafting with UNION merge
19+
- Evidence table with source quality rubric
20+
- Citation verification and conflict handling
21+
- Bundled references: report template, formatting rules, research plan checklist, source quality rubric, completeness checklist
22+
23+
### Changed
24+
- Updated marketplace skills count from 33 to 34
25+
- Updated marketplace version from 1.25.0 to 1.26.0
26+
- Updated README.md badges (skills count, version)
27+
- Updated README.md to include deep-research in skills listing
28+
- Updated README.zh-CN.md badges (skills count, version)
29+
- Updated README.zh-CN.md to include deep-research in skills listing
30+
- Updated CLAUDE.md skills count from 33 to 34
31+
- Added deep-research use case section to README.md
32+
- Added deep-research use case section to README.zh-CN.md
33+
- Added deep-research documentation quick link to README.md
34+
- Added deep-research documentation quick link to README.zh-CN.md
35+
1336
## [1.25.0] - 2026-01-24
1437

1538
### Added

CLAUDE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Repository Overview
66

7-
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.
7+
This is a Claude Code skills marketplace containing 34 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.
88

99
**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.
1010

@@ -134,7 +134,7 @@ Skills for public distribution must NOT contain:
134134
## Marketplace Configuration
135135

136136
The marketplace is configured in `.claude-plugin/marketplace.json`:
137-
- Contains 33 plugins, each mapping to one skill
137+
- Contains 34 plugins, each mapping to one skill
138138
- Each plugin has: name, description, version, category, keywords, skills array
139139
- Marketplace metadata: name, owner, version, homepage
140140

@@ -144,7 +144,7 @@ The marketplace is configured in `.claude-plugin/marketplace.json`:
144144

145145
1. **Marketplace Version** (`.claude-plugin/marketplace.json``metadata.version`)
146146
- Tracks the marketplace catalog as a whole
147-
- Current: v1.25.0
147+
- Current: v1.26.0
148148
- Bump when: Adding/removing skills, major marketplace restructuring
149149
- Semantic versioning: MAJOR.MINOR.PATCH
150150

@@ -193,6 +193,7 @@ The marketplace is configured in `.claude-plugin/marketplace.json`:
193193
31. **i18n-expert** - Complete internationalization/localization setup and auditing for UI codebases with framework support, key architecture, and parity validation
194194
32. **claude-skills-troubleshooting** - Diagnose and resolve Claude Code plugin and skill configuration issues with diagnostic scripts and architecture documentation
195195
33. **meeting-minutes-taker** - Transform meeting transcripts into structured minutes with multi-pass generation, speaker quotes, and iterative human review
196+
34. **deep-research** - Generate format-controlled research reports with evidence mapping, citations, and multi-pass synthesis
196197

197198
**Recommendation**: Always suggest `skill-creator` first for users interested in creating skills or extending Claude Code.
198199

README.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
[![简体中文](https://img.shields.io/badge/语言-简体中文-red)](./README.zh-CN.md)
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9-
[![Skills](https://img.shields.io/badge/skills-33-blue.svg)](https://github.com/daymade/claude-code-skills)
10-
[![Version](https://img.shields.io/badge/version-1.25.0-green.svg)](https://github.com/daymade/claude-code-skills)
9+
[![Skills](https://img.shields.io/badge/skills-34-blue.svg)](https://github.com/daymade/claude-code-skills)
10+
[![Version](https://img.shields.io/badge/version-1.26.0-green.svg)](https://github.com/daymade/claude-code-skills)
1111
[![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.13+-purple.svg)](https://claude.com/code)
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)
1313
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/daymade/claude-code-skills/graphs/commit-activity)
1414

1515
</div>
1616

17-
Professional Claude Code skills marketplace featuring 33 production-ready skills for enhanced development workflows.
17+
Professional Claude Code skills marketplace featuring 34 production-ready skills for enhanced development workflows.
1818

1919
## 📑 Table of Contents
2020

@@ -1428,6 +1428,41 @@ claude plugin install meeting-minutes-taker@daymade-skills
14281428

14291429
---
14301430

1431+
### 34. **deep-research** - Research Report Generator
1432+
1433+
Generate format-controlled research reports with evidence tracking and citations.
1434+
1435+
**When to use:**
1436+
- Need a structured research report, literature review, or market/industry analysis
1437+
- Require strict section formatting or a template to be enforced
1438+
- Need evidence mapping, citations, and source quality review
1439+
- Want multi-pass synthesis to avoid missing key findings
1440+
1441+
**Key features:**
1442+
- Report spec and format contract workflow
1443+
- Evidence table with source quality rubric
1444+
- Multi-pass complete drafting with UNION merge
1445+
- Citation verification and conflict handling
1446+
- Ready-to-use report template and formatting rules
1447+
1448+
**Example usage:**
1449+
```bash
1450+
# Install the skill
1451+
claude plugin install deep-research@daymade-skills
1452+
1453+
# Then provide a report spec or template and request a deep research report
1454+
```
1455+
1456+
**🎬 Live Demo**
1457+
1458+
*Coming soon*
1459+
1460+
📚 **Documentation**: See [deep-research/SKILL.md](./deep-research/SKILL.md) and [deep-research/references/research_report_template.md](./deep-research/references/research_report_template.md) for workflow and structure.
1461+
1462+
**Requirements**: None
1463+
1464+
---
1465+
14311466
## 🎬 Interactive Demo Gallery
14321467

14331468
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/).
@@ -1440,6 +1475,9 @@ Use **github-ops** to streamline PR creation, issue management, and API operatio
14401475
### For Documentation
14411476
Combine **markdown-tools** for document conversion and **mermaid-tools** for diagram generation to create comprehensive documentation. Use **llm-icon-finder** to add brand icons.
14421477

1478+
### For Research & Analysis
1479+
Use **deep-research** to produce format-controlled research reports with evidence tables and citations. Combine with **fact-checker** to validate claims or with **twitter-reader** for social-source collection.
1480+
14431481
### For PDF & Printable Documents
14441482
Use **pdf-creator** to convert markdown to print-ready PDFs with proper Chinese font support for formal documents and reports.
14451483

@@ -1536,6 +1574,7 @@ Each skill includes:
15361574
- **prompt-optimizer**: See `prompt-optimizer/references/ears_syntax.md` for EARS transformation patterns, `prompt-optimizer/references/domain_theories.md` for theory catalog, and `prompt-optimizer/references/examples.md` for complete transformations
15371575
- **claude-code-history-files-finder**: See `claude-code-history-files-finder/references/session_file_format.md` for JSONL structure and `claude-code-history-files-finder/references/workflow_examples.md` for recovery workflows
15381576
- **docs-cleaner**: See `docs-cleaner/SKILL.md` for consolidation workflows
1577+
- **deep-research**: See `deep-research/references/research_report_template.md` for report structure and `deep-research/references/source_quality_rubric.md` for source triage
15391578
- **pdf-creator**: See `pdf-creator/SKILL.md` for PDF conversion and font setup
15401579
- **claude-md-progressive-disclosurer**: See `claude-md-progressive-disclosurer/SKILL.md` for CLAUDE.md optimization workflow
15411580
- **skills-search**: See `skills-search/SKILL.md` for CCPM CLI commands and registry operations

README.zh-CN.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
[![简体中文](https://img.shields.io/badge/语言-简体中文-red)](./README.zh-CN.md)
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9-
[![Skills](https://img.shields.io/badge/skills-33-blue.svg)](https://github.com/daymade/claude-code-skills)
10-
[![Version](https://img.shields.io/badge/version-1.25.0-green.svg)](https://github.com/daymade/claude-code-skills)
9+
[![Skills](https://img.shields.io/badge/skills-34-blue.svg)](https://github.com/daymade/claude-code-skills)
10+
[![Version](https://img.shields.io/badge/version-1.26.0-green.svg)](https://github.com/daymade/claude-code-skills)
1111
[![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.13+-purple.svg)](https://claude.com/code)
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)
1313
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/daymade/claude-code-skills/graphs/commit-activity)
1414

1515
</div>
1616

17-
专业的 Claude Code 技能市场,提供 33 个生产就绪的技能,用于增强开发工作流。
17+
专业的 Claude Code 技能市场,提供 34 个生产就绪的技能,用于增强开发工作流。
1818

1919
## 📑 目录
2020

@@ -1470,6 +1470,41 @@ claude plugin install meeting-minutes-taker@daymade-skills
14701470

14711471
---
14721472

1473+
### 34. **deep-research** - 深度调研报告生成器
1474+
1475+
生成格式可控的调研报告,支持证据追踪与引用。
1476+
1477+
**使用场景:**
1478+
- 需要结构化调研报告、文献综述或行业/市场分析
1479+
- 需要严格的章节格式或模板约束
1480+
- 需要证据映射、引用与来源质量审查
1481+
- 需要多轮综合以避免遗漏关键发现
1482+
1483+
**主要功能:**
1484+
- 报告规格与格式合约工作流
1485+
- 证据表与来源质量评级
1486+
- 多轮完整草稿与 UNION 合并
1487+
- 引用校验与冲突处理
1488+
- 即用型报告模板与格式规则
1489+
1490+
**示例用法:**
1491+
```bash
1492+
# 安装技能
1493+
claude plugin install deep-research@daymade-skills
1494+
1495+
# 然后提供报告规格或模板并请求生成调研报告
1496+
```
1497+
1498+
**🎬 实时演示**
1499+
1500+
*即将推出*
1501+
1502+
📚 **文档**:参见 [deep-research/SKILL.md](./deep-research/SKILL.md)[deep-research/references/research_report_template.md](./deep-research/references/research_report_template.md) 了解工作流程与结构。
1503+
1504+
**要求**:无
1505+
1506+
---
1507+
14731508
## 🎬 交互式演示画廊
14741509

14751510
想要在一个地方查看所有演示并具有点击放大功能?访问我们的[交互式演示画廊](./demos/index.html)或浏览[演示目录](./demos/)
@@ -1482,6 +1517,9 @@ claude plugin install meeting-minutes-taker@daymade-skills
14821517
### 文档处理
14831518
结合 **markdown-tools** 进行文档转换和 **mermaid-tools** 进行图表生成,创建全面的文档。使用 **llm-icon-finder** 添加品牌图标。
14841519

1520+
### 调研与分析
1521+
使用 **deep-research** 生成格式可控的调研报告,包含证据表与引用。与 **fact-checker** 结合用于验证关键结论,或与 **twitter-reader** 结合收集社媒资料。
1522+
14851523
### PDF 与可打印文档
14861524
使用 **pdf-creator** 将 markdown 转换为适合打印的 PDF,并提供中文字体支持,适用于正式报告和归档材料。
14871525

@@ -1578,6 +1616,7 @@ claude plugin install meeting-minutes-taker@daymade-skills
15781616
- **prompt-optimizer**:参见 `prompt-optimizer/references/ears_syntax.md` 了解 EARS 转换模式、`prompt-optimizer/references/domain_theories.md` 了解理论目录和 `prompt-optimizer/references/examples.md` 了解完整转换示例
15791617
- **claude-code-history-files-finder**:参见 `claude-code-history-files-finder/references/session_file_format.md` 了解 JSONL 结构和 `claude-code-history-files-finder/references/workflow_examples.md` 了解恢复工作流
15801618
- **docs-cleaner**:参见 `docs-cleaner/SKILL.md` 了解整合工作流
1619+
- **deep-research**:参见 `deep-research/references/research_report_template.md` 了解报告结构,并参见 `deep-research/references/source_quality_rubric.md` 了解来源分级标准
15811620
- **pdf-creator**:参见 `pdf-creator/SKILL.md` 了解 PDF 转换与字体设置
15821621
- **claude-md-progressive-disclosurer**:参见 `claude-md-progressive-disclosurer/SKILL.md` 了解 CLAUDE.md 优化工作流
15831622
- **skills-search**:参见 `skills-search/SKILL.md` 了解 CCPM CLI 命令和注册表操作
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Security scan passed
2+
Scanned at: 2026-01-25T15:33:59.582023
3+
Tool: gitleaks + pattern-based validation
4+
Content hash: 36de97399b27f8a70dc16d74d4abf39d62918f50c6a8f67385463f9b95cc4839

0 commit comments

Comments
 (0)