📚
WritingPython

Create Docs

by markmdev

Create Docs is a Writing skill for Claude Code, published by markmdev in meridian.

183 stars22 forkson markmdev/meridianAdded 2026/09/06+1% in starsRepository updated 2026/03/11
ai-agentsanthropicautomationclaudeclaude-codedeveloper-toolsdeveloper-workflownextjsnodejsopen-sourceproductivitysoftware-engineeringtask-runnertddtypescriptworkflow-automationzero-config
Install in seconds
Install Create Docs
Copy Create Docs into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/markmdev/meridian/tree/main/skills/create-docs ~/.claude/skills/create-docs

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/markmdev/meridian.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/create-docs/SKILL.md in markmdev/meridian
Installs to
~/.claude/skills/create-docs
Collection
One of 6 skills cataloged from this repository
Category
Writing1279 skills

What Create Docs does

Create Docs writes or updates .meridian/docs knowledge files for a module or directory. Use it when you need reference docs that help future agents understand code and route context.

Create Docs is cataloged under Writing on DirSkills. Create Docs comes from a repository tagged ai-agents, anthropic, automation, claude and claude-code.

Documentation

README

Docs

Document a module so future agents (and humans) understand it without re-reading the code. Every doc must be worth the context window space it occupies.

Process

1. Scope

Identify the module or directory the user specified. Verify it exists. If ambiguous, clarify before proceeding.

2. Check existing docs

Search .meridian/docs/ for docs already covering this area — grep for the module name, read matches. Understand what's documented, what's missing, what's stale.

3. Explore the module

Launch Explore agents to build deep understanding:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Create Docs

  • What else does markmdev publish alongside Create Docs?

    Create Docs is one of 6 skills that DirSkills catalogs from markmdev/meridian, the repository it ships in. Its siblings there include Add Frontmatter, Error Audit and Observability Audit. Each one is a separate skill with its own page in this directory, installs the same way Create Docs does, and is maintained by markmdev in that same repository. The rest of the collection is listed on the markmdev/meridian page.

  • How does Create Docs compare to other Writing skills?

    Create Docs ranks #1109 by stars among the 1279 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create Docs against them. Open each page to compare what they document and how they install.