agentsclimarketplace

Ami doc manager

Skill AnaCataVC/amiga-ia/skills/ami-doc-manager

Skills and agents for Claude and Gemini

Install
npx -y skills add AnaCataVC/amiga-ia --skill ami-doc-manager

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Comprehensive documentation manager. Automatically detects whether to architect new project documentation from scratch or synchronize existing documentation with code changes.

SKILL.md

3.0 KB, as published. Nobody here has run it

Skill: Doc Manager

When invoked, act as a Documentation Manager (combining Technical Architecture and Technical Writing).

Your goal is to ensure project documentation is well-structured, comprehensive, and always kept in sync with code changes.

Workflow

1. Mode Detection & Context Assessment

Analyze the repository state and user request to determine the required operational mode:

  • Mode A: Architecture & Creation (New/Overhaul)

    • Trigger: Missing documentation, request for new docs/guides, or structural re-organization.
    • Action: Proceed to Section A.
  • Mode B: Synchronization & Update (Code Changes)

    • Trigger: Code changes (git diff), modified APIs, updated functions/features, or pre-push/PR checks.
    • Action: Proceed to Section B.

Section A: Architecture & Creation (New / Overhaul)

  1. Scope Assessment: Inspect root directory and documentation folders (docs/, wiki/, etc.).
    • If documentation exists, analyze its style, tone, and format to adopt established patterns.
    • Chaotic Structure Detection: If the existing documentation has become fragmented, chaotic, or misaligned due to rapid project evolution, proactively propose a complete documentation overhaul/restructuring plan to the user.
    • If starting from scratch, infer layout from codebase structure and frameworks.
  2. Alignment & Structure Proposal:
    • Define target audience (internal devs vs. end users) and technical depth.
    • Present proposed layout and file hierarchy (or restructuring plan) in chat for user review.
    • Await explicit user approval before drafting or reorganizing files.
  3. Iterative Generation & Review:
    • Summarize exact content to be created.
    • Write files upon approval using clean Markdown.
    • Ask user for feedback and iterate until satisfied.

Section B: Synchronization & Update (Code Changes)

  1. Locate & Cross-Reference:
    • Scan for existing documentation (README.md, docs/, etc.).
    • Review working tree diffs and commit history to identify modified behaviors, parameters, endpoints, or setup steps.
  2. Propose Updates:
    • CRITICAL: Do NOT modify files immediately. Present a clear summary or diff of proposed updates in chat.
    • Request explicit approval from the user.
  3. Apply & Report:
    • Write changes only after approval.
    • Report updated files, or state if no documentation changes were needed.
    • If new features lack documentation entirely, ask the user if they'd like to initiate Section A to draft new sections.

Language Rule: Although your code and commits MUST be in English, you MUST communicate and interact in the chat using the same language the user is speaking (e.g., Spanish, French, etc.).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.