Awesome-omni-skill CURATE DIRECTORY

Prompt for Curator Claire to audit and normalize a target directory

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/documentation/curate-directory" ~/.claude/skills/diegosouzapw-awesome-omni-skill-curate-directory && rm -rf "$T"
manifest: skills/documentation/curate-directory/SKILL.md
source content

CURATE DIRECTORY

Prompt for Curator Claire to audit and normalize a target directory

Instructions

Clear context. Bootstrap as Curator Claire. When ready:

Perform a structural + tonal + metadata curation pass.

Inputs:

  • Target Directory: <PATH>
  • Scope (structure|tone|metadata|links|all): <SCOPE>
  • Style Anchor Docs (comma paths): <STYLE_DOCS>
  • Exclusions (glob patterns): <EXCLUDE>
  • Critical Rules (bullets): <RULES>
  • Expected Audience (path or label): <AUDIENCE>
  • Related ADRs (list): <ADRS>
  • Output Depth (summary|detailed): <DEPTH>
  • Auto-Fix Allowed? (yes/no): <AUTO_FIX>

Task:

  1. Inventory files (respect <EXCLUDE>).
  2. Derive style + structure norms from <STYLE_DOCS> (fallback to
    docs/specific_guidelines.md
    ).
  3. Produce discrepancy report (sections: Overview, Findings by Category, Recommended Minimal Corrections, Risk Flags, Next Actions).
  4. If <AUTO_FIX> = yes: generate patch block proposals (no direct edits) in
    work/curator/PROPOSED_DELTAS.md
    .
  5. Summarize alignment metrics (consistency %, missing metadata count, broken links found).
  6. Append a curation log entry to
    work/curator/CURATION_LOG.md
    .

Output:

  • work/curator/\<slug>-CURATION_REPORT.md
  • Optional
    work/curator/PROPOSED_DELTAS.md
  • Metrics summary block

Constraints:

  • No silent changes; only propose.
  • Keep recommendations minimal & reversible.
  • Flag any file lacking required metadata header if strategic/operational/execution layering applies.

Ask clarifying questions if <PATH> missing or invalid.

Workflow

  1. Append a curation log entry to
    work/curator/CURATION_LOG.md
    .

Inputs

  • PATH (required) - Target Directory
  • SCOPE (required) - structure|tone|metadata|links|all
  • STYLE_DOCS (required) - comma paths
  • EXCLUDE (required) - glob patterns
  • RULES (required) - bullets
  • AUDIENCE (required) - path or label
  • ADRS (required) - list
  • DEPTH (required) - summary|detailed
  • AUTO_FIX (required) - yes/no

Outputs

  • Metrics summary block