소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 5월 23일 22:30
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill research-summarizer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | research-summarizer |
| description | **面向非开发人员的结构化研究摘要工具** Use when this capability is needed. |
阅读更少,理解更多。正确引用。
这是一个结构化的研究摘要工作流程,能够将冗长的原始材料转化为实用的简报。专为产品经理、分析师、创业者以及所有需要阅读大量资料的人设计。
这不仅仅是一个简单的“总结”功能——而是一个可重复使用的框架,能够提取关键信息、对比不同来源的内容,并正确格式化引用。
| 命令 | 功能 |
|---|---|
/research:summarize | 将单个来源的内容总结为结构化的简报 |
/research:compare | 并排比较2-5个来源,并进行综合分析 |
/research:cite | 从文档中提取并格式化所有引用 |
当用户发出以下请求时,该技能会被激活:
如果用户有一份文档并希望获得结构化的理解,那么这个技能就非常适用。
/research:summarize — 单个来源的摘要识别来源类型
提取结构化简报
Title: [exact title]
Author(s): [names]
Date: [publication date]
Source Type: [paper | article | report | documentation]
## Key Thesis
[1-2 sentences: the central argument or finding]
## Key Findings
1. [Finding with supporting evidence]
2. [Finding with supporting evidence]
3. [Finding with supporting evidence]
## Methodology
[How they arrived at these findings — data sources, sample size, approach]
## Limitations
- [What the source doesn't cover or gets wrong]
## Actionable Takeaways
- [What to do with this information]
## Notable Quotes
> "[Direct quote]" (p. X)
评估质量
/research:compare — 多个来源的比较收集来源(2-5份文档)
使用上述单个来源的流程对每个来源进行总结
构建比较矩阵
| Dimension | Source A | Source B | Source C |
|------------------|-----------------|-----------------|-----------------|
| Central Thesis | ... | ... | ... |
| Methodology | ... | ... | ... |
| Key Finding | ... | ... | ... |
| Sample/Scope | ... | ... | ... |
| Credibility | High/Med/Low | High/Med/Low | High/Med/Low |
综合分析
生成综合简报
## Consensus Findings
[What most sources agree on]
## Contested Points
[Where sources disagree, with strongest evidence for each side]
## Gaps
[What none of the sources address]
## Recommendation
[Based on weight of evidence, what should the reader believe/do?]
/research:cite — 引用提取支持的引用格式:
scripts/extract_citations.py这是一个用于从文本中提取和格式化引用的命令行工具。
特点:
使用方法:
# Extract citations from a file (APA format, default)
python3 scripts/extract_citations.py document.txt
# Specify format
python3 scripts/extract_citations.py document.txt --format ieee
# JSON output
python3 scripts/extract_citations.py document.txt --format apa --output json
# From stdin
cat paper.txt | python3 scripts/extract_citations.py --stdin
scripts/format_summary.py这是一个用于生成结构化研究摘要的命令行工具。
特点:
使用方法:
# Generate structured summary template
python3 scripts/format_summary.py --template academic
# Brief executive summary format
python3 scripts/format_summary.py --template executive --length brief
# All templates listed
python3 scripts/format_summary.py --list-templates
# JSON output
python3 scripts/format_summary.py --template article --output json
从四个维度对每个来源进行评估:
| 维度 | 高 | 中 | 低 |
|---|---|---|---|
| 可信度 | 经过同行评审、作者知名 | 来自知名机构、作者可靠 | 博客文章、作者未知、无评审 |
| 证据 | 数据样本量大、方法严谨 | 数据量适中、方法合理 | 仅凭主观描述、无数据支持 |
| 新鲜度 | 发布时间在2年内 | 发布时间在2-5年内 | 发布时间超过5年,可能过时 |
| 客观性 | 无利益冲突、观点平衡 | 作者有部分关联关系 | 由利益相关方资助、观点片面 |
总体评分:
请参阅references/summary-templates.md:
请参阅references/citation-formats.md:
在以下情况下会自动发出提醒:
git clone https://github.com/alirezarezvani/claude-skills.git
cp -r claude-skills/product-team/research-summarizer ~/.claude/skills/
./scripts/convert.sh --skill research-summarizer --tool codex|gemini|cursor|windsurf|openclaw
clawhub install cs-research-summarizer
研究摘要工具处理定性资料,使用产品分析工具处理定量数据。研究摘要工具分析单个来源,使用竞争分析工具分析市场格局。研究摘要工具可为内容创作提供素材——先总结资料,再开始写作。研究摘要工具用于基础研究,产品发现工具用于用户研究。Source: AgentWorkers/skills — distributed by TomeVault.