research-intelligence
4
总安装量
4
周安装量
#52909
全站排名
安装命令
npx skills add https://github.com/spitoglou/fabric-claude-skills --skill research-intelligence
Agent 安装分布
codex
3
opencode
3
trae
2
gemini-cli
2
claude-code
2
github-copilot
2
Skill 文档
Research Intelligence
Transform research content into actionable knowledge using structured extraction patterns.
Pattern Selection
Determine the appropriate pattern based on user intent:
| Intent | Pattern | When to Use |
|---|---|---|
| Deep paper analysis | analyze_paper |
Scientific papers requiring methodology/findings assessment |
| Quick paper overview | summarize_paper |
Need key points without deep critique |
| Extract insights | extract_wisdom |
Podcasts, videos, articles, general content |
| Evaluate arguments | analyze_claims |
Content with truth claims requiring evidence analysis |
| Compile citations | extract_references |
Building bibliographies, literature reviews |
| Identify key ideas | extract_ideas |
Brainstorming, concept extraction |
| Find controversies | extract_controversial_ideas |
Identifying contested viewpoints |
Decision flow:
- Is it a scientific paper? â
analyze_paper(deep) orsummarize_paper(quick) - Does it contain claims to verify? â
analyze_claims - Need citations/references? â
extract_references - General content for insights? â
extract_wisdom
Pattern Execution
Each pattern follows the Fabric structure. Load the appropriate reference file, then apply its IDENTITY, STEPS, and OUTPUT format to the user’s content.
Core Patterns
See references/ for full pattern definitions:
- analyze_paper.md – Scientific paper deep analysis
- summarize_paper.md – Quick paper summary
- extract_wisdom.md – General insight extraction
- analyze_claims.md – Truth claim evaluation
- extract_references.md – Citation compilation
Output Guidelines
- Use bulleted lists for extracted items (not numbered)
- Never repeat ideas, insights, or quotes
- Don’t start consecutive items with the same words
- Match output verbosity to user’s apparent needs
- For papers: always note limitations and methodology quality
Chaining Patterns
Offer logical follow-ups after completing a pattern:
- After
analyze_paperâ offerextract_referencesfor bibliography - After
extract_wisdomâ offer to create flashcards or summary - After
analyze_claimsâ offer to find supporting/contradicting evidence