create-doc

Create sequential Markdown documentation files under .chalk/docs.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GeneralJerel/chalk-skills --skill create-doc-generaljerel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-doc
Source: https://github.com/GeneralJerel/chalk-skills/tree/main/skills/create-doc
Command: npx skills add https://github.com/GeneralJerel/chalk-skills --skill create-doc-generaljerel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new documentation files can be tedious and error-prone when coordinating across product, AI, and engineering docs. This feature automates the generation of Markdown docs placed under .chalk/docs, matching the project's structure and conventions.

Core Features & Use Cases

  • Sequential doc creation: determines the next available number and creates a properly named Markdown file in the appropriate vertical directory.
  • Content scaffolding: generates a complete doc outline from user input, following the standard structure and style guidelines.
  • Confirmation & traceability: returns the file path and a brief summary to verify placement and intent.

Quick Start

Tell me the target vertical and a slug, and I will create the next sequential doc under .chalk/docs.

Frequently Asked Questions about create-doc

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

FAQPage Schema
How do I automatically create new markdown documentation files in a specific project directory?

Automated markdown documentation file creation places new docs in the .chalk/docs directory by reading existing files to determine the next sequential number and writing the new file in the correct vertical directory.

What is the best way to generate sequential numbering for product and engineering docs?

Sequential numbering for product and engineering docs is generated by reading existing documentation files in the target vertical directory to find the next available number and applying it to the new markdown file name.

Can I scaffold a complete markdown doc outline from a simple text prompt?

Yes, content scaffolding generates a complete markdown documentation outline from user input, following standard structure and style guidelines to ensure consistent formatting across product, AI, and engineering workflows.

Do I need to manually organize documentation into vertical directories when automating file generation?

No, automated documentation file generation handles vertical routing internally, placing the new markdown file into the correct vertical directory based on the target vertical you specify during creation.

How does automated doc creation confirm where the new file was placed?

Automated doc creation confirms placement by returning the full file path and a brief summary to the user, ensuring traceability and verifying the new markdown file was written to the correct location.