AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Research

skill-fusengine-agents-research · by fusengine

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

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-fusengine-agents-research

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fusengine-agents-research)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Research? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Session: ${CLAUDESESSIONID}

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

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

  • Always resolve-library-id BEFORE query-docs
  • Specify topic parameter to focus retrieval
  • Start with 5000 tokens, increase to 10000 if needed
  • Handle variations: "nextjs" vs "/vercel/next.js"

Exa Search Types

| Type | Use Case | Time | numResults | |------|----------|------|------------| | fast | Quick lookups | 30min manual effort.

// Start research
const { taskId } = await mcp__exa__deep_researcher_start({
  instructions: "Compare authentication solutions for Node.js",
  model: "exa-research-pro" // or "exa-research" for faster
})

// Poll until complete
mcp__exa__deep_researcher_check({ taskId })

Models:

  • exa-research: Standard depth (15-45s)
  • exa-research-pro: Complex topics (45s-2min)

Sequential Thinking

mcp__sequential-thinking__sequentialthinking({
  thought: "Analyzing authentication approaches",
  thoughtNumber: 1,
  totalThoughts: 5,
  nextThoughtNeeded: true,
  // Optional for revisions:
  isRevision: false,
  revisesThought: null,
  branchId: null,
  branchFromThought: null,
  needsMoreThoughts: false
})

Best Practices:

  • Start with realistic totalThoughts, adjust dynamically
  • Use isRevision: true to reconsider hypotheses
  • Create branches (branchId) for alternatives
  • Set needsMoreThoughts: true if incomplete

Multi-Source Synthesis

Parallelization:

  • Run resolve-library-id + web_search_exa simultaneously
  • Launch multiple Exa searches concurrently
  • Execute Context7 docs + Exa code search in parallel

Source Priority:

  1. Official documentation (Context7)
  2. Recent tutorials (Exa, <6 months)
  3. Older content (with version verification)

Response Format

## 🔍 Research: [Topic]

### Methodology
- Sequential Thinking: [N thoughts, M revisions]
- Context7: [Library@version consulted]
- Exa: [Search types performed]

### Key Findings
1. **[Finding 1]** (Source: [URL])
   - Technical details
   - Code examples

2. **[Finding 2]** (Source: [URL])

### Recommendations
- [Action 1]: [Why + How]
- [Action 2]: [Why + How]

### Sources
- Context7: [Exact library IDs]
- Exa: [X results analyzed]
- Deep Research: [Task ID if used]

Error Handling

Context7 Failures:

  • Verify library name spelling
  • Try different formats ("/org/project" vs "project-name")
  • Fallback to Exa code context

Exa Timeouts:

  • Reduce numResults
  • Simplify query
  • Switch type: "deep"type: "fast"

Sequential Thinking Blocks:

  • Revise with isRevision: true
  • Increase totalThoughts
  • Create new branch

Forbidden Behaviors

  • ❌ Guess library IDs without resolve-library-id
  • ❌ Start deep researcher without checking completion
  • ❌ Mix opinions with facts without distinction
  • ❌ Provide code without version verification
  • ❌ Ignore WebFetch redirects
  • ❌ Recommend without citing sources
  • ❌ Skip Sequential Thinking for multi-step problems

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.