create-doc

Capture repository knowledge and decisions as durable Markdown documents.

113|15|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/avibebuilder/claude-prime --skill create-doc-avibebuilder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-doc
Source: https://github.com/avibebuilder/claude-prime/tree/main/.claude/skills/create-doc
Command: npx skills add https://github.com/avibebuilder/claude-prime --skill create-doc-avibebuilder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers and teams lose institutional knowledge in conversations and ad-hoc notes; this Skill captures decisions, runbooks, onboarding steps, and architecture knowledge as durable, discoverable files so others don't have to rediscover it.

Core Features & Use Cases

  • Identify document job: decide type (runbook, ADR, postmortem, onboarding, API doc), audience, and whether to update or create a file.
  • Grounding from sources: read repository files, existing docs, PRs, and tickets to avoid guessing and to surface open questions.
  • Choose canonical destination and author file: prefer existing docs/ locations, follow repo conventions, and create timestamped files for event records.
  • Structured output and reporting: generate a scannable markdown file with required sections and report the created/updated path, assumptions, and gaps.

Quick Start

Create or update a repository doc by asking the agent: "Write a concise onboarding guide for new contributors covering setup, tests, and deployment with links to existing configs and commands."

Frequently Asked Questions about create-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an onboarding guide for new developers from existing repo files?

To create an onboarding guide, the agent reads repository files and configurations to generate a structured Markdown file covering setup, tests, and deployment. It selects a canonical destination like the docs/ directory and prompts you for any missing details to ensure accuracy.

What is the best way to document architecture decisions in a repository?

Documenting architecture decisions is best handled by generating an Architecture Decision Record (ADR). The agent grounds its output by reading repository files and PRs, then authors a structured Markdown file in your docs/ directory while surfacing open questions and assumptions.

How do I write a postmortem document after an incident?

To write a postmortem document, the agent captures event details from your conversation or repository sources and creates a timestamped Markdown file in a canonical location. It prompts for missing incident details to ensure a complete and structured record.

Can I update an existing runbook instead of creating a new Markdown file?

Yes, you can update an existing runbook. The agent identifies the document job, checks existing docs/ locations and repository conventions, and updates the current Markdown file with required sections rather than creating a duplicate, while reporting any gaps or assumptions.

Does generating API documentation require existing repo context to work?

Generating API documentation relies on reading existing repository context and references to avoid guessing. You need repository files, existing docs, PRs, or tickets as input sources so the agent can ground the Markdown output and accurately prompt for missing details.