# Docs Alignment

> Documentation alignment rules for AriaCore. Trigger: Any code or workflow change that affects user or contributor behavior.

- Skill: `itechdev-mx/docs-alignment` (Agent Skill)
- Install (CLI): `npx skillmds@latest add itechdev-mx/docs-alignment`
- Raw SKILL.md: https://api.skillmd.com/api/skills/itechdev-mx/docs-alignment/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: Apache-2.0
- Author: ITECHDEV-MX (https://skillmd.com/u/itechdev-mx)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/itechdev-mx/docs-alignment

---


## When to Use

Use this skill when:
- Changing APIs, setup flows, or plugin behavior
- Updating CLI commands or examples
- Writing contributor guidance

---

## Alignment Rules

1. Docs must describe current behavior, not intended behavior.
2. Update docs in the same PR as the code change.
3. Validate examples before publishing.
4. Remove references to deprecated files, endpoints, or scripts.

---

## Verification

- [ ] Endpoint names match server routes
- [ ] Script names match repository paths
- [ ] Command examples execute as documented
- [ ] Cross-agent notes are still accurate

