documentation
✓In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or explaining code organization.
Installation
SKILL.md
Documentation explains why, not what. Users can read code to see what it does. They need you to explain the reasoning.
Primary job: explain why this folder exists and the mental model.
┌─────────────┐ ┌──────────────┐ │ Field Schema│────▶│ to-arktype │────▶ Runtime validation └─────────────┘ ├──────────────┤ │ to-drizzle │────▶ SQLite columns └──────────────┘
In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or explaining code organization. Source: epicenterhq/epicenter.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/epicenterhq/epicenter --skill documentation- Source
- epicenterhq/epicenter
- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is documentation?
In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or explaining code organization. Source: epicenterhq/epicenter.
How do I install documentation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicenterhq/epicenter --skill documentation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/epicenterhq/epicenter
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-01