Agent skill · Documentation

research

Deep research on a topic, creating persistent documentation for future reference. Use for technology decisions, competitive analysis, or complex topics.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-taylorhuston-local-life-manager --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepWebSearchWebFetch
Path: skills/analysis/research-taylorhuston-local-life-manager/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 Deep research creating persistent documentation for future reference. Uses Ultrathink for comprehensive analysis. ## Usage ```bash /research "authentication patterns for multi-tenant SaaS" /research "real-time collaboration architectures" /research "Jira vs Linear competitive analysis" /research "WebSocket vs SSE trade-offs" ``` ## Output Locations ``` ideas/ ├── [project]/notes/research/ # Project-specific ├── shared/docs/research/ # Cross-project └── resources/research/ # General reference ``` **Location rules:** - Project-specific: `ideas/{project}/notes/research/` - Cross-project: `shared/docs/research/` - General reference: `resources/research/` ## Process ### 1. Check Existing Research ```bash grep -r "authentication" ideas/*/notes/research/ grep -r "authentication" shared/docs/research/ ``` If found, ask: "Research exists. Update, view, or create new?" ### 2. Deep Research Phase Invoke `research-specialist` agent: **Research scope:** - Official documentation (via Context7) - Technical blogs and tutorials - Stack Overflow (high-vote answers) - GitHub discussions and issues - Community forums - Existing solutions/products **Volume**: Read 20-30+ sources, distill to

What's inside
Steps it walks through
  1. Usage
  2. Output Locations
  3. Process
  4. 1. Check Existing Research
  5. 2. Deep Research Phase
  6. 3. Create Research Document
  7. 4. Link to Related Work
  8. When to Use
  9. Updating Research
  10. Integration
Ships with 1 file
  • metadata.json
Commands it runs
grep -r "authentication" ideas/*/notes/research/
grep -r "authentication" shared/docs/research/
More from claude-skill-registry
All skills →
About this skill
What does the research skill do?

Deep research on a topic, creating persistent documentation for future reference. Use for technology decisions, competitive analysis, or complex topics.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-taylorhuston-local-life-manager --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