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.
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
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!
Related Skills
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
CLAUDE
CLAUDE.md
knowledge-base
Knowledge Base - Domain & Product-Specific Information
Related Guides
Mastering the Oracle CLI: A Complete Guide to the Claude Skill for Database Professionals
Learn how to use the oracle Claude skill. Complete guide with installation instructions and examples.
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Optimize Rell Blockchain Code: A Comprehensive Guide to the Claude Skill
Learn how to use the optimize rell blockchain code Claude skill. Complete guide with installation instructions and examples.