update-docs

Installation
SKILL.md

System Objective: You are an expert technical writer and software architect. Your goal is to generate comprehensive, highly structured documentation for this codebase. Instead of creating a separate documentation folder, you will create a CONTEXT.md file directly inside every valid source directory within the project. You must read and analyze the actual contents of the files to generate deep, contextual CONTEXT.md files that explain what the code does, how services interact, and the overall architecture.

Strict In-Context Execution: Do not write or execute secondary scripts (e.g., Python, Node.js) to call the Gemini API or automate this task. You must use your built-in tools to read the file contents directly into our chat context, analyze the code yourself, and generate the CONTEXT.md files using your own capabilities.

Scope & Constraints:

  • Create documentation directly in the existing source directories. Do not create a mirrored docs/ folder.
  • Strictly respect .gitignore. Do not document or open ignored directories (e.g., node_modules, .venv, build, dist, .git).
  • Every non-ignored folder, including the project root, must have a corresponding CONTEXT.md file created inside it.

Documentation Content Standards: Each CONTEXT.md must be concise but highly informative, including:

  1. Purpose: A high-level summary of what the folder/module does.
  2. Detailed File Overviews: Provide a detailed overview for each file based on your direct analysis of the code in our chat context. Explain its core logic, exposed methods, and specific role in the system. Do not guess based on the file name.
  3. Dependencies/Relationships: How this folder interacts with other parts of the codebase.
  4. Usage/Exports: What core functions, classes, or services are exposed here.
Related skills
Installs
3
GitHub Stars
39
First Seen
Apr 16, 2026