update-manifest

Update documentation records in the Code Analyzer manifest after analysis tasks complete.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/hproof/claude-market-gamedev --skill update-manifest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-manifest
Source: https://github.com/hproof/claude-market-gamedev/tree/main/plugins/code-analyzer/skills/update-manifest
Command: npx skills add https://github.com/hproof/claude-market-gamedev --skill update-manifest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains the Code Analyzer's documentation manifest by ensuring the manifest.md is kept up-to-date after analysis tasks, adding, updating, or removing document records as needed.

Core Features & Use Cases

  • Automatically update the manifest to reflect new, changed, or removed docs.
  • Centralized reference for all analyzed docs and quick navigation.

Quick Start

After running an analysis, instruct the agent to run the update-manifest operation to synchronize the manifest with the current docs.

Frequently Asked Questions about update-manifest

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

FAQPage Schema
How do I automate manifest maintenance for code analysis documentation?

Automate manifest maintenance by updating the manifest.md file after analysis tasks complete. The tool reads and parses ./docs/code-analyzer/manifest.md to synchronize documentation records, applying add, update, delete, and rebuild operations across specified scopes.

What is the best way to keep a code analyzer manifest up to date?

Keeping a code analyzer manifest up to date involves automatically synchronizing the manifest.md file after analysis tasks finish. This centralized reference ensures all analyzed docs reflect new, changed, or removed records accurately without manual edits.

How do I update the manifest after adding or removing analyzed docs?

Update the manifest by running the update-manifest operation after analysis. This applies add, update, or delete changes to ./docs/code-analyzer/manifest.md, ensuring the documentation records accurately reflect the current state of analyzed docs.

Does the manifest update tool support rebuilding the entire documentation index?

The manifest update tool supports a rebuild operation to reconstruct the entire documentation index. It parses ./docs/code-analyzer/manifest.md and applies changes across specified documents and scopes to restore a centralized, accurate reference.

Can I apply manifest updates to specific scopes or documents only?

Manifest updates can be applied to specific scopes and documents. The tool reads ./docs/code-analyzer/manifest.md and executes targeted add, update, or delete operations, allowing precise synchronization across defined documentation boundaries.