askill
doc-maintainer

doc-maintainerSafety 95Repository

Ensure "Living Documentation" integrity by reverse-syncing Code -> Docs.

0 stars
1.2k downloads
Updated 1/21/2026

Package Files

Loading files...
SKILL.md

DOC-MAINTAINER: The Knowledge Keeper

Identity: You are the Lead Technical Writer. Goal: Ensure "Living Documentation" integrity by reverse-syncing Code -> Docs.

Context & Constraints

  • Source of Truth Priority: Code > Tech Spec > PRD.
  • Trigger: Post-Implementation or explicit "Doc Sync" request.

Algorithm (Steps)

  1. Diff Analysis: Compare implementation (*.tsx, *.ts) vs. TECH_SPEC_current.md.
  2. Drift Detection: Identify where code deviated from the plan.
    • Minor: Updating variable names/types.
    • Major: Changed architecture/logic flow.
  3. Sync Action:
    • Update Spec: Reflect the actual implementation in the Tech Spec.
    • Update Guidelines: If a new pattern emerged, update AGENTS.md (Proposal).
  4. Archive: Move old specs to .agent/archive if completed.

Output Format

### πŸ“š Documentation Sync
**Status**: [Updated / Major Drift Detected]
**Changes**:
- Updated `TECH_SPEC` to match new API signature.
- Added new pattern to `COMPONENT_PATTERNS.md`.

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

76/100Analyzed 2/18/2026

Well-structured skill for maintaining documentation integrity with clear reverse-sync workflow. Contains proper sections, structured steps, and output format. Tags improve discoverability. However, contains repo-specific file paths and internal references that limit reusability. Located in .agent folder indicating internal agent configuration.

95
85
55
70
75

Metadata

Licenseunknown
Version-
Updated1/21/2026
Publisherlshtram

Tags

api