dev-docs-flow

dev-docs-flow is a skill for Codex from JakubMikolajek/codex-skills-collection. It costs 59 tokens per session (668 once invoked), scanned A, original, MIT.

A workflow for producing structured engineering documentation and execution-flow artifacts from existing project context. It combines research, planning, implementation review, and validation into one documentation package.

In plain words
What is it for?
Use it when you need documentation and flow outputs, including technical-context discovery, implementation gap analysis, artifact creation, and quality checks.
Why use it?
It helps when project knowledge is spread across different notes or skills and needs to become a consistent, reviewable set of documents.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md.

Good fit Use it when you need documentation and flow outputs, including technical-context discovery, implementation gap analysis, artifact creation, and quality checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jakubmikolajek/codex-skills-collection/dev-docs-flow
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 JakubMikolajek/codex-skills-collection --skill dev-docs-flow
Clone the repo
git clone --depth 1 https://github.com/JakubMikolajek/codex-skills-collection

Made for: Codex.

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 dev-docs-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/jakubmikolajek/codex-skills-collection/dev-docs-flow/github.svg)](https://agentmods.dev/skills/jakubmikolajek/codex-skills-collection/dev-docs-flow)
Your own site
<a href="https://agentmods.dev/skills/jakubmikolajek/codex-skills-collection/dev-docs-flow"><img src="https://agentmods.dev/badge/skills/jakubmikolajek/codex-skills-collection/dev-docs-flow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dev-docs-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/jakubmikolajek/codex-skills-collection/dev-docs-flow"><img src="https://agentmods.dev/badge/skills/jakubmikolajek/codex-skills-collection/dev-docs-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 668 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.
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.00059 $0.00668
Opus 5 $0.00030 $0.00334
Sonnet 5 $0.00012 $0.00134
Haiku 4.5 $0.00006 $0.00067

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

Security

Grade A, and why

dev-docs-flow 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.

skills/dev-docs-flow/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dev Docs Flow

Generate a consistent docs package and execution flow by orchestrating existing skills. Do not duplicate guidance that already exists in other skills.

Process

Use the checklist below and track progress:

Docs-flow progress:
- [ ] Step 1: Confirm input and target output
- [ ] Step 2: Discover technical context
- [ ] Step 3: Run implementation gap analysis
- [ ] Step 4: Build docs artifact
- [ ] Step 5: Build flow artifact
- [ ] Step 6: Validate quality gates

Step 1: Confirm input and target output

  • Parse the user request or command.
  • If command is /docs-flow, treat it as a request for both artifacts:
    • Structured documentation artifact
    • Execution flow artifact
  • If the user asks only for one artifact, produce only that artifact.

Step 2: Discover technical context

  • Use technical-context-discovery to identify project instructions and existing patterns.
  • Reuse repository conventions from AGENTS.md, existing skills/*, and local templates.
  • Avoid inventing new workflow phases unless explicitly requested.

Step 3: Run implementation gap analysis

  • Use implementation-gap-analysis to classify scope into:
    • To be implemented
    • To be modified
    • To be reused
  • Use this classification as the core of planning and flow ordering.

Step 4: Build docs artifact

  • Use references/docs-template.md as the default structure.
  • Fill sections with repository-backed facts, assumptions, gaps, and acceptance criteria.
  • Keep output concise and directly actionable.

Step 5: Build flow artifact

  • Use references/flow-template.md as the default structure.
  • Provide:
    • Mermaid flowchart
    • Ordered phase checklist
    • Decision gates and dependencies
  • Ensure flow is runnable phase-by-phase.

Step 6: Validate quality gates

  • Confirm every task in the docs has a matching element in the flow.
  • Confirm each phase has explicit quality gates.
  • Confirm output is aligned with current workflow:
    • Research
    • Plan
    • Implement
    • Review

Read the full file on GitHub · 90 lines

Files

What ships with it

3 files 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 · 90 lines · 59 tokens per session scan A a2e35e9efb32

Subscribe to this mod's changes

dev-docs-flow is a skill published in the GitHub repository JakubMikolajek/codex-skills-collection (5 stars, last pushed 3d ago), licensed MIT. It adds 59 tokens to every session and 668 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens