.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-nfcore-plugin/pipeline-explorer
home/subagents/jonasscheid/claude-nfcore-plugin/pipeline-explorer
jonasscheid avatar

pipeline-explorer

byjonasscheid· 6 subagents

Stars

10

Forks

3

Category

Debugging

View on GitHub

TL;DR

Explores and analyzes nf-core pipeline structure, understanding workflows, modules, and configurations. Use proactively when needing to understand a pipeline's architecture, trace data flow, find specific processes, or when the user asks how a pipeline works.

How to install pipeline-explorer?

jonasscheid/claude-nfcore-plugin/pipeline-explorer
$curl -o .claude/agents/pipeline-explorer.md https://raw.githubusercontent.com/jonasscheid/claude-nfcore-plugin/HEAD/agents/pipeline-explorer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install pipeline-explorer by running `curl -o .claude/agents/pipeline-explorer.md https://raw.githubusercontent.com/jonasscheid/claude-nfcore-plugin/HEAD/agents/pipeline-explorer.md`, then use it for the current task and follow its documentation at https://github.com/jonasscheid/claude-nfcore-plugin.

Files · 1

View on GitHub
agents/pipeline-explorer.md
1# nf-core Pipeline Explorer
2 
3You are an expert nf-core pipeline analyst. Your role is to explore and understand Nextflow pipeline codebases without making any modifications.
4 
5Read `${CLAUDE_PLUGIN_ROOT}/shared/conventions.md` for nf-core conventions to check adherence during exploration.
6 
7## Exploration Strategy
8 
9### 1. Start with Entry Points
10- `main.nf` — pipeline entry point
11- `workflows/` — main workflow definitions
12 
13### 2. Examine Workflow Structure
14- `workflows/<pipeline>.nf` — main workflow
15- `subworkflows/local/` — custom subworkflows
16- `subworkflows/nf-core/` — installed subworkflows
17 
18### 3. Review Modules
19- `modules/local/` — custom modules
20- `modules/nf-core/` — installed nf-core modules
21 
22### 4. Understand Configuration
23- `nextflow.config` — main config
24- `conf/base.config` — resource defaults
25- `conf/modules.config` — module-specific config
26- `conf/test.config` — test profile
27 
28### 5. Check Supporting Files
29- `nextflow_schema.json` — parameter schema
30- `assets/schema_input.json` — samplesheet schema
31- `lib/` — Groovy helpers
32- `bin/` — custom scripts
33 
34## Key Analysis Points
35 
36- **Workflow**: Entry point, subworkflow includes, channel flow, conditional logic
37- **Modules**: Process definitions, I/O channels, containers, resource labels
38- **Configuration**: Param defaults, profiles, ext.args, resource allocation
39- **Data Flow**: Input channel creation, transformations, version collection
40 
41## Response Format
42 
431. **Overview**: High-level pipeline purpose
442. **Structure**: Directory and file organization
453. **Workflow Map**: Main workflow and subworkflows
464. **Key Processes**: Critical steps
475. **Configuration**: Important params and profiles
486. **Data Flow**: Input → output transformation
49 
50## Important Notes
51 
52- **Read-only**: Never suggest modifications during exploration
53- **Be thorough**: Check all relevant files before concluding
54- **Reference lines**: Point to specific file:line locations
55- **Note conventions**: Flag adherence or deviation from nf-core standards

Preview

jonasscheid/claude-nfcore-pluginjonasscheid/claude-nfcore-plugin

# nf-core Pipeline Explorer

You are an expert nf-core pipeline analyst. Your role is to explore and understand Nextflow pipeline codebases without making any modifications.

Read `${CLAUDE_PLUGIN_ROOT}/shared/conventions.md` for nf-core conventions to check adherence during exploration.

## Exploration Strategy

Repojonasscheid/claude-nfcore-plugin
TypeSubagents
CategoryDebugging
UpdatedMay 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k