Актуализация skill-документации в репозитории

documentation

atopile-skills is a Claude Code skill that defines the process for writing and maintaining `.claude/skills/*/SKILL.md` documentation files in the atopile repository. The goal is to keep future LLM edits accurate, actionable, and grounded in the actual codebase rather than drifting toward stale assumptions. The workflow covers five required steps: locating the module's source-of-truth docs, verifying claims directly in code using `rg`, fixing incorrect paths and renamed entrypoints, adding a minimal correct `## Quick Start` section of 5–20 lines, and running a validation checklist that confirms every referenced path and code identifier exists. A good skill doc is specific, invariant-driven, runnable, and traceable — any non-obvious claim must point to a file path in the repo. The skill targets contributors and AI agents responsible for keeping monorepo documentation in sync with the real API surface.