cyberarian

Installation
SKILL.md

Cyberarian - Document Lifecycle Management

This skill enforces a structured approach to documentation in Claude Code projects, ensuring consistency, discoverability, and automatic maintenance.

Core Principles

  1. Structured Organization: All persistent documentation goes in docs/ with semantic categorization
  2. No Temporary Docs in docs/: Ephemeral/scratch documents belong in /tmp or system temp, never in docs/
  3. Metadata-Driven: YAML frontmatter enables automation and lifecycle management
  4. Automatic Maintenance: Indexing and archiving happen automatically, not manually
  5. Context Efficiency: Bulk operations delegate to subagents to preserve main context

Context-Efficient Operations

The Problem

Document management operations can produce verbose output that pollutes the main agent's context:

  • Validation scripts listing many errors across files
  • Index generation scanning dozens of documents
Related skills

More from slamb2k/mad-skills

Installs
2
GitHub Stars
2
First Seen
Feb 16, 2026