
from code-abyss238
Scans directory structures to detect missing documentation and ensures synchronization between code and design documents.
This skill acts as a quality gate for software modules, ensuring that no module is considered 'done' without proper documentation. It verifies the existence and quality of essential files like README.md and DESIGN.md, preventing the 'documentation debt' that occurs when new features are implemented without updated guides.
Use this skill during the following scenarios:
module_scanner.js for automated directory scanning and report generation (JSON output for CI integration).Designed for high-capability coding agents like Claude Code, Codex, Gemini CLI, and OpenClaw that have access to filesystem tools and shell execution.
This skill has not been reviewed by our automated audit pipeline yet.
Documentation Generator
Generates README.md and DESIGN.md scaffolds from a module's code and structure to accelerate project documentation.
Building Agent Systems
Reference guide for designing single- and multi-agent LLM systems, RAG pipelines, security hardening, and prompt engineering for production agents.