template-documentation-creation
SolidAuthor or refresh AGENTS.md and README.md for template directories — accurate commands, Mermaid where helpful, link _generated/active_projects.md. USE WHEN folder needs AGENTS, README audit, doc contract fix, or signposting after code change — even without documentation_creation prompt.
Data & Documents 18 stars
1 forks Updated today Apache-2.0
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Documentation creation
## Natural invoke
- "Write AGENTS.md for projects/templates/template_code_project/scripts/"
- "README and AGENTS for new infrastructure package"
- "Fix stale commands in docs/prompts AGENTS.md"
## Inputs to confirm
- **Directory** — path to document.
- **Audience** — AGENTS (technical/API) vs README (quick nav).
## Workflow
1. **Read live code** — list modules, entrypoints, tests; do not invent APIs.
2. **AGENTS.md** — purpose, layout diagram, public functions/signatures or pointers, verification commands, see-also links.
3. **README.md** — short index, quick commands, link to AGENTS.
4. **Cross-links** — relative paths; active project names → [`docs/_generated/active_projects.md`](../../_generated/active_projects.md).
5. **Tone** — understated; show not tell; trim non-semantic adjectives.
6. **Validate** — `uv run python scripts/audit/lint_docs.py` when touching many md files.
## Deliverables
- Updated AGENTS.md + README.md (and SKILL.md if agent-routable folder)
## Verification commands
```bash
uv run python scripts/audit/lint_docs.py
# Spot-check links mentioned in docs resolve
```
## When NOT to use
- **Full repo audit** → [comprehensive-assessment](../comprehensive-assessment/SKILL.md)
- **Manuscript prose** → manuscript skills
## References
- [`docs/rules/documentation_standards.md`](../../rules/documentation_standards.md)
Details
- Author
- docxology
- Repository
- docxology/template
- Created
- 11 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-docs-writing
Use when reading, creating, or updating agent documentation, module docs, roadmaps, or AGENTS.md. Understands the full .augment/, agents/, and copilot-instructions structure.
7 Updated today
event4u-app AI & Automation Listed
docs
Use this agent when you need to create comprehensive technical and user documentation for approved features, tests, or debugged issues.
10 Updated 1 weeks ago
samibs AI & Automation Listed
create-agentsmd
Prompt for generating an AGENTS.md file for a repository
8 Updated today
mouadja02