research-curator
Add new resources to the research directory with comprehensive documentation. Use when user provides a URL, repository, or tool to research and document for future reference. Triggers on phrases like "add to research", "document this tool", "research this", or when given URLs to novel agentic development resources.
npx skills add majiayu000/claude-skill-registry --skill research-curator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 1. A comprehensive research entry exists at `./research/{category}/{resource-name}.md` 2. The entry follows the standard format (see existing entries for reference) 3. `./research/README.md` is updated with the new entry in the appropriate table 4. All information is verified from primary sources with access dates 5. Freshness tracking section is complete --- ## Research Directory Structure ```text ./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/
- Definition of Success
- Research Directory Structure
- Category Selection
- Required Information to Gather
- Available Resources
- Entry Template
- Completion Checklist
- Output
What does the research-curator skill do?
Add new resources to the research directory with comprehensive documentation. Use when user provides a URL, repository, or tool to research and document for future reference. Triggers on phrases like "add to research", "document this tool", "research this", or when given URLs to novel agentic development resources.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-curator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
