Agent skill · Documentation

research

Technical research methodology using Context7, Exa, and Sequential Thinking for documentation, best practices, and complex investigations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-fusengine-agents --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-fusengine-agents/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

**Session:** ${CLAUDE_SESSION_ID} **Research Topic:** $ARGUMENTS # Research Skill ## Research Workflows ### Standard Query ``` 1. THINK → Sequential Thinking decomposition 2. RESOLVE → Context7 resolve-library-id 3. DOCUMENT → Context7 query-docs (5000-10000 tokens) 4. SUPPLEMENT → Exa code context search 5. SYNTHESIZE → Structured answer with sources ``` ### Complex Investigation ``` 1. DEEP THINK → Multi-hypothesis Sequential Thinking 2. DEEP RESEARCH → Exa deep researcher (45s-2min) 3. MONITOR → Check status until completed 4. VALIDATE → Cross-check Context7 official sources 5. REPORT → Comprehensive solution ``` ### Technology Trends ``` 1. WEB SCAN → Exa search latest developments 2. CODE PATTERNS → Exa code context for practices 3. ECOSYSTEM → Company research for key players 4. ANALYSIS → Sequential Thinking for implications 5. RECOMMENDATIONS → Actionable insights ``` ## Context7 Usage ```typescript // Step 1: Resolve library ID mcp__context7__resolve-library-id({ libraryName: "next.js", query: "App Router server actions" }) // Step 2: Query docs mcp__context7__query-docs({ libraryId: "/vercel/next.js", query: "server actions authentication" }) ``` **Best Practices**: - Alw

What's inside
Steps it walks through
  1. Research Workflows
  2. Standard Query
  3. Complex Investigation
  4. Technology Trends
  5. Context7 Usage
  6. Exa Search Types
  7. Exa Deep Research
  8. Sequential Thinking
  9. Multi-Source Synthesis
  10. Response Format
  11. Error Handling
  12. Forbidden Behaviors
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research skill do?

Technical research methodology using Context7, Exa, and Sequential Thinking for documentation, best practices, and complex investigations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-fusengine-agents --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