codeflow-adoption-router

codeflow-adoption-router is a skill for Claude Code from xiaojiou176-open/codeflow. It costs 32 tokens per session (350 once invoked), scanned A, original, MIT.

A routing guide for choosing the right Codeflow entry point for a coding task. It distinguishes read-only inspection, repeatable repository behavior, reusable packages, and product examples.

In plain words
What is it for?
Use it to decide whether a task should start with read-only MCP, skills, builders, or use cases. It also keeps execution limited to the defined task contract.
Why use it?
It prevents treating different tools as if they all worked the same way. This helps avoid unsupported claims about hosted services, write access, or official marketplace listings.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Part of the codeflow-coding-agent-bundle plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to decide whether a task should start with read-only MCP, skills, builders, or use cases. It also keeps execution limited to the defined task contract.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xiaojiou176-open/codeflow/openvibecoding-adoption-router
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add xiaojiou176-open/codeflow --skill openvibecoding-adoption-router
Clone the repo
git clone --depth 1 https://github.com/xiaojiou176-open/codeflow

Made for: Claude Code.

Or install codeflow-coding-agent-bundle, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codeflow-adoption-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/xiaojiou176-open/codeflow/openvibecoding-adoption-router.svg)](https://agentmods.dev/skills/xiaojiou176-open/codeflow/openvibecoding-adoption-router)
Your own site
<a href="https://agentmods.dev/skills/xiaojiou176-open/codeflow/openvibecoding-adoption-router"><img src="https://agentmods.dev/badge/skills/xiaojiou176-open/codeflow/openvibecoding-adoption-router.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 350 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00350
Opus 5 $0.00016 $0.00175
Sonnet 5 $0.00006 $0.00070
Haiku 4.5 $0.00003 $0.00035

Measured 9d ago against content hash 9c4a0c112ef1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

codeflow-adoption-router scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/coding-agents/plugin-bundles/openvibecoding-coding-agent-bundle/skills/openvibecoding-adoption-router/SKILL.md · 47 lines

What it actually says

Purpose

Use this skill when a coding-agent workflow needs the shortest honest Codeflow entrypoint.

The job is to pick the right adoption lane first instead of treating every host tool as the same kind of plugin system.

Read Order

  1. README.md
  2. docs/README.md
  3. docs/compatibility/index.html
  4. docs/integrations/index.html
  5. One deeper lane only:
    • docs/mcp/index.html
    • docs/skills/index.html
    • docs/builders/index.html
    • docs/use-cases/index.html

Use It To Choose A Lane

  • Start with read-only MCP when the first need is machine-readable inspection.
  • Start with skills when the first need is repeatable repo-owned behavior.
  • Start with builders when the first need is package-level reuse.
  • Start with use cases when the first need is proof-first product understanding.

Guardrails

  • Do not describe Codeflow as a hosted operator product.
  • Do not describe the public MCP surface as write-capable.
  • Do not claim this bundle is a published Codex or OpenClaw listing.
  • Do not describe Claude Code as if it has a Codeflow marketplace package.
  • Keep task_contract as the only execution authority.

Done Signal

The adoption path is correct only when the chosen lane matches the real job and the wording stays below official-listing or hosted-product claims.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 47 lines · 32 tokens per session scan A 9c4a0c112ef1

Subscribe to this mod's changes

codeflow-adoption-router is a skill published in the GitHub repository xiaojiou176-open/codeflow (207 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 350 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.