update-doc

Update documentation files in .chalk/docs and confirm the revised file path.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jerelvelarde/chalk-skills --skill update-doc-jerelvelarde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-doc
Source: https://github.com/jerelvelarde/chalk-skills/tree/main/skills/update-doc
Command: npx skills add https://github.com/jerelvelarde/chalk-skills --skill update-doc-jerelvelarde

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updating documentation is error-prone and time-consuming when users request changes across .chalk/docs. This Skill streamlines editing by locating the correct file, applying user-specified updates, and preserving structure while logging updates.

Core Features & Use Cases

  • Locate target doc by filename, path, or content within .chalk/docs.
  • Apply user instructions to modify text, headings, or sections while preserving formatting.
  • Confirm changes and report the updated file path to the user.

Quick Start

Update the specified doc in .chalk/docs to reflect the requested revision.

Frequently Asked Questions about update-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update existing markdown documentation files without breaking the formatting?

To update markdown documentation safely, this Skill locates the target file by filename, path, or content within .chalk/docs, applies your specific text or heading revisions, and preserves the original structure. It automatically updates the Last updated note and confirms the changes.

What is the best way to apply repeatable edits to docs across a project?

The best way to apply repeatable documentation edits is by targeting files within the .chalk/docs directory. This Skill processes your revision instructions, modifies the correct markdown file, maintains structural integrity, and logs the update timestamp to ensure change tracking.

Can I find and modify a specific section in .chalk/docs by searching its content?

Yes, you can locate target documentation by content within .chalk/docs. The Skill searches file contents to find the correct document, applies your requested modifications to the matching sections, and preserves the surrounding markdown formatting.

How do I ensure versioning notes are updated when I edit documentation?

To ensure versioning notes are updated during documentation edits, the Skill automatically modifies the Last updated note in the target markdown file. It applies your requested changes first, then refreshes the timestamp to accurately reflect the revision.

Does this documentation editing approach work for files stored outside .chalk/docs?

No, this documentation editing approach is designed specifically for files stored within the .chalk/docs directory. It locates target documents by filename, path, or content exclusively inside this defined folder structure to apply revisions safely.

What happens to the original file structure when updating docs with new revisions?

When updating docs with new revisions, the original file structure is fully preserved. The Skill modifies text, headings, or sections according to your instructions while maintaining the existing markdown formatting, then updates the Last updated note and reports the file path.