repoforge: Skill for Claude Code

.claude/skills/main/docs_prompts/SKILL.md

get-chapter-prompts is a skill for Claude Code from JNZader/repoforge. It costs 28 tokens per session (431 once invoked), scanned A, original, MIT.

Guidance for shared prompts that create documentation indexes and overviews. An index lists the chapters or sections, while an overview summarizes the documentation.

In plain words
What is it for?
Use it when generating structured documentation, chapter indexes, and overview summaries.
Why use it?
It helps documentation workflows produce a consistent structure and quick summary instead of assembling these prompts repeatedly.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is JNZader/repoforge's own configuration. It tells Claude Code how to work on repoforge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything repoforge configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python repoforge/cli.py generate-docs.

Reuse

Borrowing it

Nothing to install: this file belongs to JNZader/repoforge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/JNZader/repoforge/main/.claude/skills/main/docs_prompts/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/JNZader/repoforge

Made for: Claude Code.

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 get-chapter-prompts

README.md
[![agentmods](https://agentmods.dev/badge/skills/jnzader/repoforge/docs_prompts.svg)](https://agentmods.dev/skills/jnzader/repoforge/docs_prompts)
Your own site
<a href="https://agentmods.dev/skills/jnzader/repoforge/docs_prompts"><img src="https://agentmods.dev/badge/skills/jnzader/repoforge/docs_prompts.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 431 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.00028 $0.00431
Opus 5 $0.00014 $0.00216
Sonnet 5 $0.00006 $0.00086
Haiku 4.5 $0.00003 $0.00043

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

Security

Grade A, and why

get-chapter-prompts 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 8d 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.

.claude/skills/main/docs_prompts/SKILL.md · 82 lines

What it actually says

get-chapter-prompts

This skill covers the generation of chapter prompts for documentation.

Trigger: When integrating shared system prompts in documentation workflows.

Quick Reference

Task Pattern
Generate index prompt index_prompt
Generate overview prompt overview_prompt

Critical Patterns (Summary)

  • Generate index prompt: Use index_prompt to create an index for documentation.
  • Generate overview prompt: Use overview_prompt to provide an overview of the documentation.

Critical Patterns (Detailed)

Generate index prompt

Use index_prompt to create an index for documentation, ensuring all chapters are listed.

from repoforge.docs_prompts import index_prompt

index = index_prompt()

Generate overview prompt

Use overview_prompt to provide an overview of the documentation, summarizing key points.

from repoforge.docs_prompts import overview_prompt

overview = overview_prompt()

When to Use

  • When creating structured documentation for a project.
  • When needing to summarize key sections of documentation for quick reference.

Commands

python repoforge/cli.py generate-docs

Anti-Patterns

Don't: Hardcode prompts

Hardcoding prompts reduces flexibility and maintainability of documentation.

# BAD
index = "1. Introduction\n2. Overview\n3. Conclusion"
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. 8d ago First seen · 82 lines · 28 tokens per session scan A 141d56c9c872

Subscribe to this mod's changes

get-chapter-prompts is a skill published in the GitHub repository JNZader/repoforge (5 stars, last pushed 14d ago), licensed MIT. It adds 28 tokens to every session and 431 once invoked, about $0.0001 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

liteparse

Use this skill when the user asks to parse, perform multi-format document conversion or spatially extract text from an unstructured file (PDF, DOCX, PPTX, XLSX, images, etc.) locally without cloud dependencies.

synthetic-sciences/openscience · 49 tokens

treatment-plans

Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based…

synthetic-sciences/openscience · 86 tokens

markitdown

Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.

synthetic-sciences/openscience · 53 tokens

knowledge-base-from-vault

Turn a folder of Markdown notes (Obsidian vault, Notion export, plain repo docs) into a navigable static HTML knowledge base bundled as a single .zip file. Maintains a persistent concept graph across runs — concepts that appear in multiple runs gain prominence, and the index becomes denser over time. Use when given a…

skrun-dev/skrun · 91 tokens

csv-to-executive-report

Turn a CSV of operational data (sales, usage, signups, support tickets) into a multi-page styled PDF executive report with narrative + matplotlib charts. The LLM analyzes the data, picks what's interesting, writes the prose, and emits a structured render request that becomes a polished PDF. Use when given a CSV and…

skrun-dev/skrun · 81 tokens

docutranslate

Use when translating documents locally via LLM — PDF, Word, Excel, Markdown, SRT subtitles with format preservation. DocuTranslate: LLM-powered multi-format local file translation tool with MCP server support.

znlgis/opengis-skills · 47 tokens