Standardized Documentation System

VerifiedSafe

Provides commands to initialize and maintain a standardized documentation structure. Supports creating feature specs, architecture docs, changelogs, roadmaps, guides, and task tracking documents with validation for headers. Useful for teams needing consistent documentation practices.

Sby Skills Guide Bot
DocumentationBeginner
406/2/2026
Claude Code
#documentation#standards#templates#markdown

Recommended for

Our review

Creates and maintains standardized documentation with templates for various document types.

Strengths

  • Enforces consistent structure.
  • Provides templates for common document types.
  • Includes header validation.
  • Integrates with project workflow.

Limitations

  • Relies on user-defined standards.
  • May not cover all documentation needs.
  • Requires manual invocation.
When to use it

When starting a new project or need to maintain consistent documentation across a team.

When not to use it

For highly dynamic documentation requiring frequent non-standard changes or when a dedicated documentation tool is already in use.

Security analysis

Safe
Quality score75/100

The skill only uses file manipulation tools (Read, Write, Edit, Glob, Grep) for documentation tasks. There are no destructive commands, network access, or obfuscated payloads. No security risks are introduced by the skill itself.

No concerns found

Examples

Initialize documentation structure
/docs init
Create a feature specification
/docs new feature
Validate documentation headers
/docs validate

name: docs description: Documentation system with standards and templates user-invocable: true allowed-tools: Read, Write, Edit, Glob, Grep

Documentation Skill

Create and maintain standardized documentation.

Commands

  • /docs init - Initialize docs structure
  • /docs new [type] - Create new document
  • /docs status - Show docs status
  • /docs validate - Validate headers

Document Types

| Type | Folder | Purpose | |------|--------|---------| | feature | features/ | Feature specs | | arch | architecture/ | Architecture docs | | changelog | changelog/ | Progress tracking | | roadmap | roadmap/ | Planning | | guide | guides/ | How-to guides | | todo | todo/ | Task tracking |

Related skills