Agent skill · Documentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-curator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/research-curator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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/

What's inside
Steps it walks through
  1. Definition of Success
  2. Research Directory Structure
  3. Category Selection
  4. Required Information to Gather
  5. Available Resources
  6. Entry Template
  7. Completion Checklist
  8. Output
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going