update-docs

star 35

Updates standard project documentation files (README, CODE_DOCUMENTATION, DESIGN_PHILOSOPHY) to reflect the current state of the codebase.

krishnakanthb13 By krishnakanthb13 schedule Updated 1/27/2026

name: update_docs description: Updates standard project documentation files (README, CODE_DOCUMENTATION, DESIGN_PHILOSOPHY) to reflect the current state of the codebase.

Update Documentation

This skill systematically updates the core documentation files of the project.

Inputs

  • Changes: Summary of what changed (or ask Agent to scan).
  • Docs to Update: README, CODE_DOCUMENTATION, etc.

Tooling Strategy

  • Use view_file to read current docs.
  • Use replace_file_content to update sections.

Workflow

  1. Analyze Changes: Briefly scan the recent changes in the codebase to understand what functionality has been added, modified, or removed.

  2. Update README.md:

    • Focus: "HOW TO'S".
    • Ensure installation and usage instructions are up to date.
    • Add any new features to the feature list.
    • Verify prerequisites and configuration steps.
  3. Update CODE_DOCUMENTATION.md:

    • Focus: "Code functionality - crisp, clear, and simple".
    • Describe the technical implementation of new features.
    • Update architecture diagrams or descriptions if flow has changed.
    • Keep it concise; avoid over-explaining standard boilerplate.
  4. Update DESIGN_PHILOSOPHY.md:

    • Focus: "Why and what are we trying to do - ideology".
    • Explain the reasoning behind recent major changes.
    • Re-align the document with the project's evolving goals if necessary.
    • Ensure the tone reflects the project's core values.
  5. Review: Check for consistency across all three documents.

Install via CLI
npx skills add https://github.com/krishnakanthb13/antigravity_global_skills --skill update-docs
Repository Details
star Stars 35
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator
krishnakanthb13
krishnakanthb13 Explore all skills →