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

Afc:research

skill-jhlee0409-all-for-claudecode-research · by jhlee0409

Technical research — investigate technologies, compare libraries, explore options

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

Install

$ agentstack add skill-jhlee0409-all-for-claudecode-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-jhlee0409-all-for-claudecode-research)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo 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 Afc:research? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/afc:research — Technical Research

> Investigates technical questions and summarizes conclusions. > Results are persisted to .claude/afc/memory/research/{topic}.md.

Arguments

  • $ARGUMENTS — (required) research topic (e.g., "Zustand v5 migration", "WebCodecs API comparison")

Execution Steps

1. Analyze Topic

Extract from $ARGUMENTS:

  • Core question: What do we need to know?
  • Context: Why is it needed? (relevance to the current project)
  • Scope: Depth vs breadth (specific library comparison? general technology trends?)

2. Check Existing Research

Check .claude/afc/memory/research/ directory for related prior research:

  • If found: load existing content and decide whether an update is needed
  • If not found: proceed with new research

3. Gather Information

Use Agent Teams — run independent investigations in parallel:

Task("WebSearch: {topic} official docs", subagent_type: "general-purpose")
Task("Codebase: analyze current usage patterns", subagent_type: "general-purpose")

Source priority:

  1. Official documentation (WebSearch/WebFetch)
  2. Codebase (existing patterns in the current project)
  3. Community (GitHub Issues, blogs)

3.5. Reconcile Findings

After parallel agents return, the orchestrator checks for conflicts between sources:

  1. Compare codebase agent findings (current usage patterns) against web agent findings (official docs, latest versions)
  2. If a codebase pattern conflicts with official documentation (e.g., deprecated API, changed behavior in newer version):
  • Flag the conflict explicitly in Findings rather than silently adopting one source
  • Note: "Current codebase uses {pattern} but official docs recommend {alternative} since {version/date}"
  1. If no conflicts → proceed to Summarize

4. Summarize Conclusions

# Research: {topic}

> Date: {YYYY-MM-DD}
> Related feature: {related feature or "general"}

## Core Question
{what we needed to know}

## Findings

### {subtopic 1}
{content}
**Source**: {URL} (verified {date})

### {subtopic 2}
{content}

## Option Comparison (if applicable)
| Criterion | {OptionA} | {OptionB} | {OptionC} |
|-----------|-----------|-----------|-----------|
| {criterion1} | {evaluation} | {evaluation} | {evaluation} |
| {criterion2} | {evaluation} | {evaluation} | {evaluation} |

## Conclusion
**Recommendation**: {choice or conclusion}
**Rationale**: {key reason}
**Caveats**: {pitfalls or constraints}

## Project Application
{how this can be applied in the current project}

5. Save

  • Save to .claude/afc/memory/research/{topic-kebab-case}.md
  • If the file already exists, update it (refresh the date)

6. Final Output

Research complete
├─ Topic: {topic}
├─ Saved: .claude/afc/memory/research/{filename}.md
├─ Conclusion: {one-line summary}
└─ Sources: {number of key sources}

Notes

  • Current date basis: Use WebSearch to verify up-to-date information rather than relying on knowledge cutoff.
  • Sources required: Cite sources for all technical claims.
  • Project context: Derive conclusions applicable to this project, not generic research.
  • Persistent storage: Save to .claude/afc/memory/research/ for reuse across sessions.

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.