Documentation

readme-writing - Claude MCP Skill

Guidelines for writing folder READMEs. Use when creating README.md files for directories.

SEO Guide: Enhance your AI agent with the readme-writing tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to guidelines for writing folder readmes. use when creating readme.md files for directories.... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟283 stars • 267 forks
📥0 downloads

Documentation

SKILL.md
# README Writing

A folder README has one job: explain **why this folder exists**.

Users can run `ls` to see what's in a folder. They need you to explain the reasoning behind the organization, the mental model, and any non-obvious context that helps them understand where things belong.

## Good README

Explains purpose, organizational logic, and helpful context:

```markdown
# Converters

Transform field schemas into format-specific representations.

Field schemas are pure JSON Schema objects with `x-component` hints. Different systems need them in different formats: ArkType for runtime validation, Drizzle for SQLite column definitions.

Each converter takes the same input (a field schema) and produces output for a specific consumer. If you need field schemas in a new format, add a converter here.
```

## Bad README

File listing that duplicates what's visible:

```markdown
# Converters

- `to-arktype.ts` - Converts to ArkType
- `to-drizzle.ts` - Converts to Drizzle
- `index.ts` - Exports
```

## Guidelines

- Explain the "why" and the mental model
- Add context that helps developers know where to put new code
- Mention relationships to other folders when relevant
- Don't list files or duplicate what's obvious from the code
- Keep it scannable; a few sentences to a short paragraph is usually enough

Exception: Root project READMEs need installation, usage, etc. This skill is for internal folder documentation.

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
EpicenterHQ/epicenter
Author
EpicenterHQ
Last Sync
1/26/2026
Repo Updated
1/26/2026
Created
1/12/2026

Reviews (0)

No reviews yet. Be the first to review this skill!