A skill for writing and maintaining technical documentation using the Diátaxis framework.
This skill provides instructions for creating, maintaining, and structuring technical documentation within this repository. It enforces a clear separation between Developer Facing documentation and User Facing documentation, following the Diátaxis framework.
These files reside in the repository root and target contributors, developers, and AI agents.
| File | Purpose | Audience |
| :--- | :--- | :--- |
| README.md | Project Entry Point. High-level overview, quick start, installation, and links to user documentation. | Everyone |
| ARCHITECTURE.md | System Design. Explains core technologies, interfaces, data flow, and architectural decisions. | Developers, Architects |
| DEVELOPMENT.md | Contribution Guide. Instructions for setting up the dev environment, running tests, and submitting PRs. | Contributors |
| AGENTS.md | Agent Context. Specific instructions or context for AI agents (e.g., skill locations, specialized workflows). | AI Agents |
docs/) - The Diátaxis FrameworkUser-facing documentation must be located in the docs/ directory and structured according to the four Diátaxis quadrants. This structure ensures compatibility with mkdocs.
docs/tutorials/)docs/how-to/)docs/reference/)docs/explanation/)ARCHITECTURE.md.DEVELOPMENT.md.Documentation is not an optional afterthought. A task is considered complete only when:
README, ARCHITECTURE, DEVELOPMENT) are updated.tutorials, how-to, reference, explanation) are updated if user-facing behavior changed.Review Requirement: Pull Requests must include documentation updates. If no documentation was needed, the PR description should explicitly state why.
[Link](../how-to/guide.md)).mkdocs (e.g., start with an index.md in docs/ and subdirectories).npx skills add andrewhowdencom/documentation下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer