docs-scaffold

docs-scaffold is a skill for Claude Code, Codex from TSS-Blue-AI-Lab/ai-lab-agent-skills. It costs 69 tokens per session (1,344 once invoked), scanned A, original, no licence file.

A method for turning unorganised project documents into a focused, linked docs/ folder with an index and a suggested AGENTS.md starting point. AGENTS.md is a project file that can hold instructions for coding agents.

In plain words
What is it for?
Use it when organising raw project documentation, creating cross-links, building an index, or preparing guidance for coding agents.
Why use it?
It makes existing documentation easier to navigate without forcing it into document types that are not already present.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when organising raw project documentation, creating cross-links, building an index, or preparing guidance for coding agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tss-blue-ai-lab/ai-lab-agent-skills/docs-scaffold
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 TSS-Blue-AI-Lab/ai-lab-agent-skills --skill docs-scaffold
Clone the repo
git clone --depth 1 https://github.com/TSS-Blue-AI-Lab/ai-lab-agent-skills

Made for: Claude Code, 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 docs-scaffold

README.md
[![agentmods](https://agentmods.dev/badge/skills/tss-blue-ai-lab/ai-lab-agent-skills/docs-scaffold/github.svg)](https://agentmods.dev/skills/tss-blue-ai-lab/ai-lab-agent-skills/docs-scaffold)
Your own site
<a href="https://agentmods.dev/skills/tss-blue-ai-lab/ai-lab-agent-skills/docs-scaffold"><img src="https://agentmods.dev/badge/skills/tss-blue-ai-lab/ai-lab-agent-skills/docs-scaffold/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 docs-scaffold

Your own site · 80×15
<a href="https://agentmods.dev/skills/tss-blue-ai-lab/ai-lab-agent-skills/docs-scaffold"><img src="https://agentmods.dev/badge/skills/tss-blue-ai-lab/ai-lab-agent-skills/docs-scaffold.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,344 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 unknown 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.00069 $0.01344
Opus 5 $0.00034 $0.00672
Sonnet 5 $0.00014 $0.00269
Haiku 4.5 $0.00007 $0.00134

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

Security

Grade A, and why

docs-scaffold 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 12d 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/docs-scaffold/SKILL.md · 123 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

7 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. 12d ago First seen · 123 lines · 69 tokens per session scan A c25d90999722

Subscribe to this mod's changes

docs-scaffold is a skill published in the GitHub repository TSS-Blue-AI-Lab/ai-lab-agent-skills (24 stars, last pushed 1mo ago), with no licence file. It adds 69 tokens to every session and 1,344 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-30.

Related

Other skills, from other repositories

documentation-patterns

Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.

yonatangross/orchestkit · 53 tokens

slides-to-pdf

Use when the user asks to convert, export, or save an HTML slide deck as a PDF ("save the slides as PDF", "export the deck to PDF", "make a PDF of the presentation"). Works on decks built by the SlideOps (slideops) skill and on any single-file HTML deck that shows one slide per URL hash (#1.

glukicov/slideops · 76 tokens

generate-readme

Generate or refresh a comprehensive, professional README.md for a repository, with architecture overview, mermaid and optional C4 diagrams, repository structure, dependencies, and API documentation. Use whenever the user asks to create, write, update, improve, or regenerate a README, project documentation, or a…

divar-ir/ai-doc-gen · 83 tokens

doc-create

Create new documentation pages for the validatedpatterns.io site. Supports learn pages and pattern page sets. Generates AsciiDoc files with correct frontmatter, structure, and style-compliant content. Use this skill whenever the user wants to write, draft, scaffold, generate, or create new documentation pages …

validatedpatterns/docs · 132 tokens

frontmatter-validation

Validate and fix YAML frontmatter metadata in markdown documentation files. Covers required fields, field formats, and schema compliance for SKILL.md and knowledge-copilot files. Use proactively when auditing documentation frontmatter, reviewing SKILL.md files, or fixing YAML metadata errors.

Everyone-Needs-A-Copilot/claude-copilot · 57 tokens

validate

Run the profile-aware DocFlow documentation readiness gate. Always blocks broken links, stale maps, and missing headings; applies native naming and section rules strictly to new scaffolds while treating established adopted structures as cleanup guidance.

MedAdemBHA/docflow · 44 tokens