Agent skill

shipflow-research

Deep web research on any topic — multi-source investigation, structured markdown report saved to file

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill shipflow-research --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/shipflow-research/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

## Context - Current directory: !`pwd` - Project CLAUDE.md: !`head -40 CLAUDE.md 2>/dev/null || echo "no CLAUDE.md"` ## Mode detection - **`$ARGUMENTS` is provided** → Research that topic. - **`$ARGUMENTS` is empty** → Use AskUserQuestion to ask what to research. --- ## Flow ### Step 1: Parse topic If `$ARGUMENTS` is empty, use **AskUserQuestion**: - Question: "What topic should I research?" - Options: - **Library comparison** — "Compare libraries/tools for a specific need" - **Best practices** — "Current best practices for a technology or pattern" - **Migration guide** — "How to upgrade or migrate a specific tool" - **Architecture** — "Architecture patterns for a specific use case" Then ask for the specific topic via a second question. ### Step 2: Multi-source research Use multiple tools to gather comprehensive information: 1. **WebSearch** — broad search for overview, recent articles, blog posts 2. **mcp__exa__web_search_exa** — technical depth, documentation 3. **mcp__exa__get_code_context_exa** — code examples, implementations, Stack Overflow answers 4. **mcp__context7__resolve-library-id** + **mcp__context7__query-docs** — official library documentation 5. **WebFetch** — speci

What's inside
Steps it walks through
  1. Context
  2. Mode detection
  3. Flow
  4. Step 1: Parse topic
  5. Step 2: Multi-source research
  6. Step 3: Synthesize report
  7. Step 4: Save report
  8. Step 5: Report
  9. Important
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the shipflow-research skill do?

Deep web research on any topic — multi-source investigation, structured markdown report saved to file

How do I install it?

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