Use after docs/PRD.md exists to decide architecture and create ARCH, CONTEXT, and DECISIONS docs before task breakdown.
Use before nodeflow planning for creative, feature, architecture, behavior-changing, oversized, or unclear requests that need a hard design/spec gate.
Use when turning a rough idea into docs/BRIEF.md, choosing an init profile, and bootstrapping folders before PRD, planning, or execution.
Use before fixing unclear bugs, errors, crashes, regressions, test failures, or runtime symptoms to find evidence and root cause.
Use for complex, ambiguous, high-risk, or behavior-changing existing-project requests that need a confirmed spec before implementation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Nodeflow is a skills-only workflow plugin for coding agents.
It provides one visible entry skill, nodeflow, plus focused nodeflow-* nodes for planning, execution, review, verification, release preparation, and handoff. The goal is to help the agent choose the smallest useful process for each task instead of forcing every request through the same fixed workflow.
For Codex:
codex plugin marketplace add CAI5946/Nodeflow
codex plugin add nodeflow@nodeflow
Start a new agent thread after installation, then ask:
Use $nodeflow to plan and execute this change.
The Codex and Claude Code commands in this README have been tested. The Cursor manifest validates, but Cursor installation depends on Cursor's plugin marketplace flow.
Nodeflow is not a slash-command system, MCP server, or separate UI. It is a collection of skills.
Agents can load relevant skills from their descriptions. You can also name a skill directly with $nodeflow or a specific node such as $nodeflow-review.
Register this repository as a plugin marketplace:
codex plugin marketplace add CAI5946/Nodeflow
Install the plugin:
codex plugin add nodeflow@nodeflow
Update later:
codex plugin marketplace upgrade nodeflow
codex plugin add nodeflow@nodeflow
Nodeflow includes a Claude plugin manifest:
.claude-plugin/plugin.json
Register the marketplace and install the plugin:
claude plugin marketplace add CAI5946/Nodeflow
claude plugin install nodeflow@nodeflow
Start a new Claude Code thread so Claude can discover the bundled skills.
Nodeflow includes a Cursor plugin manifest:
.cursor-plugin/plugin.json
Use Cursor's plugin installation flow for GitHub-hosted plugins. The manifest points Cursor at the root skills/ directory. The manifest has been validated, but this repository does not currently provide a verified Cursor CLI install command.
If your agent supports plain skill directories, copy the skill folders manually:
$skillsRoot = "$HOME\AgentSkills"
Copy-Item -Recurse .\skills\nodeflow* $skillsRoot
Then restart or refresh your agent so it can rescan skills.
Use the entry skill for most tasks:
Use $nodeflow to plan and execute this change.
Use a specific node when you know what you need:
Use $nodeflow-risk-assessment to classify this task before editing.
Use $nodeflow-review to review the current diff.
Use $nodeflow-verify before claiming this is done.
nodeflow routes the request.nodeflow-risk-assessment decides scope, risk, document budget, and verification needs.nodeflow-plan creates a task plan only when the work needs one.nodeflow-execute performs the work with the selected execution mode.nodeflow-review checks alignment, regressions, and missing verification.nodeflow-verify confirms results with command output or observable evidence.nodeflow-handoff summarizes changes, risks, and next steps.skills/nodeflow/: main entry skill and shared referencesskills/nodeflow-*: specialized workflow nodes.codex-plugin/plugin.json: Codex plugin manifest.agents/plugins/marketplace.json: Codex marketplace manifestplugins/nodeflow/: Codex marketplace package copy.claude-plugin/plugin.json: Claude plugin manifest.cursor-plugin/plugin.json: Cursor plugin manifestMIT
npx claudepluginhub cai5946/nodeflow --plugin nodeflowReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.