MCP HubMCP Hub
Zurück zu Fähigkeiten

repo-cleanup

vamseeachanta
Aktualisiert Yesterday
10 Ansichten
3
2
3
Auf GitHub ansehen
Andere

Über

Die Repo-Cleanup-Fähigkeit entfernt systematisch Repository-Unordnung wie Build-Artefakte, temporäre Dateien und Duplikate und konsolidiert verstreute Verzeichnisse. Sie ist für die Repository-Wartung konzipiert, führt sichere Bereinigungsvorgänge durch und aktualisiert .gitignore-Dateien. Entwickler sollten sie nutzen, um nicht verfolgte Dateien zu bereinigen und die Projektstruktur zu organisieren.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add vamseeachanta/workspace-hub
Plugin-BefehlAlternativ
/plugin add https://github.com/vamseeachanta/workspace-hub
Git CloneAlternativ
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/repo-cleanup

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

Repo Cleanup

When to Use

  • Repository has accumulated build artifacts and temp files
  • Multiple agent/coordination directories scattered in root
  • Log files and coverage reports cluttering the workspace
  • Need to consolidate prototype code and test outputs
  • Preparing for a clean commit or release
  • After major refactoring work

Related Skills

References


Version History

  • 2.2.0 (2026-01-20): Added Benchmark Cleanup and Plan File Archival patterns
    • Added Benchmark Artifacts section for handling benchmark directories
    • Added Plan Files section for archiving completed specifications
    • Added benchmark patterns to .gitignore recommendations
    • Updated checklist with benchmark and plan archival items
  • 2.1.0 (2026-01-20): Added Final Cleanup Checklist and README Update Checklist
    • Added Final Cleanup Checklist with verified DELETE/CONSOLIDATE/KEEP tables
    • Confirmed .drcode/ as safe to delete (legacy AI config)
    • Added .slash-commands/ consolidation to .claude/docs/commands/
    • Added .git-commands/ consolidation to scripts/git/
    • Added .benchmarks/ as safe to delete if empty
    • Added README Update Checklist for structure documentation
    • Added example README structure section template
    • Added references to remove checklist
  • 2.0.0 (2026-01-20): Major update with hidden folder cleanup learnings
    • Added Hidden Folder Cleanup section with legacy AI folder patterns
    • Added Consolidation Merge Strategies for conflict resolution
    • Added File Count Verification for tracking consolidation progress
    • Updated Cleanup Checklist with hidden folder review items
    • Documented patterns for .agent-os, .ai, .agent-runtime, .common, .specify, .drcode, .slash-commands
  • 1.0.0 (2025-01-20): Initial release based on digitalmodel repository cleanup session

Sub-Skills

Sub-Skills

GitHub Repository

vamseeachanta/workspace-hub
Pfad: .claude/skills/_internal/meta/repo-cleanup

Verwandte Skills