# Create Documentation

> Create or improve documentation based on the current conversation

- Skill: `majiayu000/create-documentation-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/create-documentation-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/create-documentation-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/create-documentation-2

---


Based on the current conversation, create new or improve existing documentation files inside the `docs/` folder.

## Steps

1. Identify conventions, patterns, or decisions discussed in the conversation that should be documented.
2. Check if a relevant doc already exists in `docs/` (organized by area: `backend/`, `frontend/`, `database/`, etc.).
   - If it exists, improve it while preserving the required structure.
   - If it does not exist, create a new file in the appropriate subfolder.
3. Read `docs/documentation-standard.md` and follow its structure exactly. Every document MUST include these sections in order:

```
# 🎯 Name of the convention

## 💡 Convention
## 🏆 Benefits
## 👀 Examples (with ✅ Good and ❌ Bad subsections)
## 🧐 Real world examples
## 🔗 Related agreements
```

4. Ask the user to confirm the target file path before writing.

## Rules

- Each convention goes in its own standalone Markdown file — never bundle multiple conventions into one doc.
- Place files in the correct area subfolder (`backend/`, `frontend/`, `database/`, `testing/`, etc.).
- Include concrete good and bad examples with code blocks when applicable.
- Link to real files in the codebase that follow the convention in the "Real world examples" section.

