markdown-repo-curator

Inventory markdown files and apply reviewed DELETE and MOVE manifests.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/sandrasocial/sselfie-9g --skill markdown-repo-curator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-repo-curator
Source: https://github.com/sandrasocial/sselfie-9g/tree/main/skills/markdown-repo-curator
Command: npx skills add https://github.com/sandrasocial/sselfie-9g --skill markdown-repo-curator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintain clean, searchable documentation by identifying duplicate or rarely-referenced markdown files and providing a safe, manifest-driven way to move or delete them without losing important product memory.

Core Features & Use Cases

  • Inventory and hygiene scan that lists all markdown files and generates actionable recommendations.
  • Duplicate basename detection and identification of low-reference candidates for archival or deletion.
  • Manifest-driven apply workflow that requires explicit DELETE and MOVE operations, with guardrails to protect critical files such as README.md, CLAUDE.md, and AGENTS.md.
  • Use Case: Prepare a repository for public release by archiving historical docs into docs/archive/ and removing stale, unreferenced markdown.

Quick Start

Run a markdown hygiene audit, review duplicates and low-reference candidates, assemble a reviewed manifest of MOVE and DELETE operations, and then apply the manifest to archive or remove files.

Frequently Asked Questions about markdown-repo-curator

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

FAQPage Schema
How do I find and remove duplicate markdown files in a repository?

To find and remove duplicate markdown files, this Skill inventories all markdown and detects duplicate basenames, flagging low-reference candidates for safe archival or deletion via a manifest-driven workflow that requires reviewed DELETE and MOVE entries.

What is a manifest-driven workflow for markdown repo maintenance?

A manifest-driven workflow for markdown repo maintenance requires explicit DELETE and MOVE entries in a reviewed manifest, with guardrails protecting critical files like README.md and CLAUDE.md, plus re-scan verification before changes are applied.

How do I prepare a repository for public release by archiving stale markdown documentation?

To prepare a repository for public release, run a markdown hygiene audit to identify stale, unreferenced files, then assemble a reviewed manifest to archive historical docs into docs/archive/ and remove unreferenced markdown safely.

Can I safely delete markdown files without losing important product memory?

You can safely delete markdown files without losing product memory because this Skill mandates manifest-driven apply operations with guardrails that preserve critical files like README.md, CLAUDE.md, and AGENTS.md, while requiring re-scan verification.

How do I identify low-reference markdown files for archival?

To identify low-reference markdown files for archival, this Skill performs a hygiene scan that lists all markdown files and generates actionable recommendations, flagging rarely-referenced candidates for relocation or deletion.

What are the limitations of automated markdown deduplication in a code repository?

Limitations of automated markdown deduplication include the need for manual review of every manifest entry, as the workflow requires explicit DELETE and MOVE operations and re-scan verification, preventing fully autonomous file removal.