migrate

migrate is a command for coding agents from hiromaily/docs-ssot. It costs 0 tokens per session (938 once invoked), scanned A, original, MIT.

A command that breaks large Markdown documents, such as README.md or CLAUDE.md, into reusable documentation sections. It creates page templates that assemble those sections with include directives.

In plain words
What is it for?
It helps migrate existing Markdown, categorise sections, detect duplicate content, create section and page-template files, generate configuration, and verify the rebuilt output.
Why use it?
Monolithic documentation is difficult to reuse and keep consistent across files. Splitting it into sections makes shared content easier to maintain while checking that the rebuilt documents still match the originals.

Command

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.

agentmods
npx agentmods add commands/hiromaily/docs-ssot/migrate
Clone the repo
git clone --depth 1 https://github.com/hiromaily/docs-ssot

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 migrate

README.md
[![agentmods](https://agentmods.dev/badge/commands/hiromaily/docs-ssot/migrate.svg)](https://agentmods.dev/commands/hiromaily/docs-ssot/migrate)
Your own site
<a href="https://agentmods.dev/commands/hiromaily/docs-ssot/migrate"><img src="https://agentmods.dev/badge/commands/hiromaily/docs-ssot/migrate.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 938 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00938
Opus 5 $0.00000 $0.00469
Sonnet 5 $0.00000 $0.00188
Haiku 4.5 $0.00000 $0.00094

Measured 4d ago against content hash 8d651fb054f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

migrate 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 4d 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.

template/sections/reference/commands/migrate.md · 117 lines

How it starts

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

docs-ssot migrate

Decompose existing monolithic Markdown files (e.g., README.md, CLAUDE.md) into the docs-ssot section structure.

docs-ssot migrate [files...] [flags]

This is the primary adoption command. It takes existing documentation files and converts them into modular, reusable sections with template files that reproduce the original document structure via @include directives.

What it does

  1. Splits each input file by H2 headings into candidate sections
  2. Categorises sections into directories (project/, development/, architecture/, reference/, product/, misc/) based on heading keyword heuristics
  3. Detects duplicates across input files using TF-IDF cosine similarity (reuses the check command's engine)
  4. Creates section files under template/sections/<category>/<slug>.md
  5. Creates template files under template/pages/<name>.tpl.md with @include directives
  6. Creates docsgen.yaml if it does not already exist
  7. Verifies round-trip by running build and comparing output against originals

Section categorisation

Sections are assigned to categories based on heading keywords:

Heading keywords Category
Architecture, Design, System, Pipeline architecture/
Overview, About, Introduction, Background project/
Install, Setup, Getting Started, Prerequisites development/
Test, Testing, CI development/
Lint, Format, Code Quality development/
Contributing, Contribute development/
API, Commands, CLI, Reference reference/
License, Changelog, Roadmap project/
FAQ, Troubleshooting product/
(fallback) misc/

Duplicate handling

When the same content appears in multiple input files:

  1. TF-IDF cosine similarity is computed between all cross-file section pairs
  2. Pairs scoring above the threshold are merged into a single section file
  3. Both templates reference the shared section via @include

Read the full file on GitHub · 117 lines

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. 4d ago First seen · 117 lines · 0 tokens per session scan A 8d651fb054f7

Subscribe to this mod's changes

migrate is a command published in the GitHub repository hiromaily/docs-ssot (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 938 tokens. 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.