docs

Create and maintain reference docs, ADRs, and guides from templates.

4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SergiuSavva/ai-context-docs-lifecycle --skill docs-sergiusavva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/SergiuSavva/ai-context-docs-lifecycle/tree/main/content/modules/01-foundation/skills/docs
Command: npx skills add https://github.com/SergiuSavva/ai-context-docs-lifecycle --skill docs-sergiusavva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping project knowledge current is hard; docs decay, ADRs go stale, and guidance diverges across teams without a centralized, update-friendly workflow.

Core Features & Use Cases

  • Template-driven generation for reference docs, architecture decisions, ADRs, and governance guides.
  • Documentation health: audits, freshness checks, and cross-reference validation to ensure constancy.
  • ADR integration and linking with related docs using standard references.

Quick Start

Populate the project with current reference docs by applying the templates in .agents/skills/docs/templates/docs and creating ADRs as needed.

Frequently Asked Questions about docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain reference docs and keep architecture decisions from going stale?

Template-driven generation maintains reference docs and prevents architecture decisions from going stale by applying standardized templates during creation, audits, and reviews to reflect current project signals.

What is the best way to structure architecture decision records and project guides?

Structuring architecture decision records and guides requires enforcing one-topic-per-doc with cross-references using @docs links. This centralized, update-friendly workflow prevents guidance from diverging across teams.

How do I validate cross-references and check documentation freshness?

Validate cross-references and check documentation freshness through health audits. These audits ensure constancy by verifying cross-references and confirming evergreen docs reflect current architecture, data models, and APIs.

Can I integrate ADRs with existing architecture and data model documentation?

You can integrate ADRs with existing architecture and data model documentation using standard references. The templates facilitate ADR integration and linking with related docs across architecture, APIs, and scripting documentation.

Why does project guidance diverge across teams without a centralized documentation workflow?

Project guidance diverges across teams without a centralized documentation workflow because docs decay and ADRs go stale. Template-driven generation and cross-reference validation solve this by enforcing consistent updates.