CURATE DIRECTORY

Audit and normalize a target directory against style documents.

13|3|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/sddevelopment-be/quickstart_agent-augmented-development --skill curate-directory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CURATE DIRECTORY
Source: https://github.com/sddevelopment-be/quickstart_agent-augmented-development/tree/main/.claude/skills/curate-directory
Command: npx skills add https://github.com/sddevelopment-be/quickstart_agent-augmented-development --skill curate-directory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Curate Directory provides a formalized, repeatable process to audit and normalize a target directory, ensuring consistent structure, metadata, and style across project assets.

Core Features & Use Cases

  • Inventory and assess a target directory against designated STYLE_DOCS to enforce naming, layout, and metadata conventions
  • Generate a comprehensive discrepancy report with sections for Overview, Findings by Category, Recommended Minimal Corrections, Risk Flags, Next Actions
  • Produce reversible patch deltas in work/curator/PROPOSED_DELTAS.md when AUTO_FIX is enabled
  • Append a curation log entry to work/curator/CURATION_LOG.md

Quick Start

Provide the PATH to the target directory and STYLE_DOCS, then run the curator to generate a CURATION_REPORT.

Frequently Asked Questions about CURATE DIRECTORY

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

FAQPage Schema
How do I audit a project directory against a style guide for consistency?

To audit a project directory against a style guide, you provide the target path and style documents to generate a discrepancy report. This process inventories and assesses assets to enforce naming, layout, and metadata conventions.

What is directory curation and how does it normalize project assets?

Directory curation is a formalized process to audit and normalize target directories, ensuring consistent structure and metadata. It assesses project assets against designated style documents to enforce naming and layout conventions.

How do I automatically fix metadata and naming discrepancies in a repository?

You can automatically fix metadata and naming discrepancies by enabling the auto-fix feature. This generates reversible patch deltas in a proposed changes file, allowing you to review and apply corrections safely.

Can I use directory auditing tools to enforce documentation standards across multiple workspaces?

Yes, directory auditing applies to teams managing documentation, code, and artifacts across repositories, projects, or workspaces. It enables repeatable curation tasks to enforce consistent style and metadata standards.

What does a curation report include when auditing directory structure?

A curation report includes an overview, findings by category, recommended minimal corrections, risk flags, and next actions. It provides a comprehensive discrepancy assessment of the target directory against style guides.

How do I maintain a curation log for repeatable directory audits?

To maintain a curation log, the auditing process appends a log entry to a designated markdown file after each run. This ensures a historical record of repeatable curation tasks and normalizations.