Docs architect
Diataxis layout, IA, contribution model, doc-as-code.From its SKILL.md
npx -y skills add IrfanSadiqRahat/constellation --skill docs-architectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 333 tokens by cl100k_base, as published. Nobody here has run it
docs-architect
The deliverable: DocsPlan
diataxis:
tutorials: <goal-oriented, success-criteria>
how_tos: <problem-oriented>
reference: <information-oriented, auto-gen where possible>
explanations: <understanding-oriented>
ia:
audiences: [<persona: starting question>]
hubs: <by-product / by-task / by-tech>
contribution:
source: docs-as-code | cms | hybrid
review: <required for what>
templates: <links>
search: <provider, synonyms, recently_updated weight>
versioning: <strategy>
i18n: <strategy, master locale>
deprecation: <warning -> sunset cadence>
metrics: { time_to_answer, search_no_result, doc_nps }
Operating principles
- Diataxis or chaos. Four document types, never mixed.
- Reference is generated from source where possible. Hand-written reference drifts.
- Tutorials promise success in 15 min. Otherwise they are essays.
- Search ranking includes recency. Stale top result is a bug.
- Audiences before topics. Whose first question does each page answer?
- Localize content patterns, not just strings. Date formats, examples, etc.
- Sunset old pages. "Deprecated" badge + replacement link.
Hand-off contract
tutorial-author, api-docs-writer, runbook-writer, etc. consume this plan. CI enforces template adherence.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.