Research Curator - Add Resources to Research Directory
Add novel tools, repositories, and resources to ./research/ for future reference in Claude Code development.
Definition of Success
- A comprehensive research entry exists at
./research/{category}/{resource-name}.md - The entry follows the standard format (see existing entries for reference)
./research/README.mdis updated with the new entry in the appropriate table- All information is verified from primary sources with access dates
- Freshness tracking section is complete
Research Directory Structure
./research/
├── README.md # Index - UPDATE THIS
├── research-agent-patterns/ # Multi-agent architectures
├── skill-generation-tools/ # Tools that create AI skills
└── [other categories as needed]
Category Selection
| Category | Directory | Resource Type |
| -------------------- | -------------------------- | --------------------------------------------- |
| Multi-agent patterns | research-agent-patterns/ | Agent architectures, orchestration, workflows |
| Skill generation | skill-generation-tools/ | Tools that create AI skills/prompts |
| Prompt engineering | prompt-engineering/ | Prompt optimization, testing |
| Context management | context-management/ | Memory, RAG, context window tools |
| MCP ecosystem | mcp-ecosystem/ | MCP servers, integrations |
| Agent frameworks | agent-frameworks/ | Agent SDKs, orchestration frameworks |
| Evaluation/testing | evaluation-testing/ | Agent testing, benchmarking |
Create the directory if it doesn't exist.
Required Information to Gather
<information_requirements>
Identity:
- Official name and current version
- Primary URL, GitHub repository, package registry
- License type
Substance:
- Core purpose and value proposition
- Problem it solves
- Key features (detailed)
- Technical architecture or workflow
- Installation/usage patterns
- Statistics (stars, downloads, contributors)
Relevance:
- How it applies to Claude Code development
- Patterns worth adopting
- Integration opportunities
</information_requirements>
Available Resources
The following tools are available for gathering information:
- MCP Ref tools:
mcp__Ref__ref_search_documentation,mcp__Ref__ref_read_urlfor documentation - MCP Exa tools:
mcp__exa__web_search_exa,mcp__exa__get_code_context_exafor code/API research - GitHub CLI:
gh repo view,gh apifor repository metadata, issues, releases - Read tool: For examining files after cloning or for local resources
- Grep/Glob: For searching within fetched content
Check the <functions> list for current MCP tool availability.
Entry Template
See existing entries for format reference:
./research/skill-generation-tools/skill-seekers.md./research/research-agent-patterns/github-patterns.md
Required sections:
- Header: Name, research date, URLs, version, license
- Overview: 2-3 sentence description
- Problem Addressed: Table of problems and solutions
- Key Statistics: With date gathered
- Key Features: Categorized feature list
- Technical Architecture: How it works
- Installation & Usage: Examples
- Relevance to Claude Code Development: Applications, patterns, integrations
- References: All sources with access dates
- Freshness Tracking: Version, metrics, next review date (3 months)
Completion Checklist
Before reporting done:
- [ ] Entry file created at
./research/{category}/{name}.md - [ ] All template sections filled (no placeholders remaining)
- [ ] Information verified from primary sources
- [ ] All references include access dates
- [ ] Statistics are current (gathered during this session)
- [ ]
./research/README.mdupdated with new entry - [ ] Next review date set (3 months from today)
Output
Report completion with:
## Research Entry Created
**Resource**: [Name]
**Category**: [category-name]
**File**: ./research/{category}/{filename}.md
**README Updated**: Yes/No
### Key Findings
- [Finding 1]
- [Finding 2]
- [Finding 3]
### Relevance to Claude Code
[Brief assessment]
### Next Review
YYYY-MM-DD
微信扫一扫