用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/LangeVC/skillweave --skill skillweave-repo-health命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Create structured PRD (Product Requirements Document) through guided interview. Adapts Ralph Loop concepts for multi-agent AI development. Creates blueprint for promptchain and releasechain workflows.
Multi-Model LLM Council — Deliberation, Peer Review, and Chairman Synthesis with Web Search and Faigate Routing
Analyze design briefs, derive UX principles and design tokens, and evaluate implementation quality.
| facade | true |
| experimental | true |
| name | skillweave-repo-health |
| description | Assess repository health, classify files, detect duplicates, and produce safe cleanup plans. |
| argument-hint | command="[scan|report|classify|archive|duplicates|cleanup|manifest]" path="[path]" |
Canonical metadata is English. User-facing artifacts follow the output language setting.
Repo Assessment & Cleanup — Inventory-Scan, 5-Class-Klassifikation, Duplikatserkennung, Archivierung, Hygiene-Report.
| Klasse | Bedeutung |
|---|---|
| Active Core | Aktiv genutzte Kern-Dateien (src/, tests/, config) |
| Consolidation | .gitkeep, readme, Doku — kann zusammengelegt werden |
| Legacy | Alte Build-Artefakte, Backup-Dateien, migrations/ |
| Deprecated | pycache, .DS_Store, node_modules (sollte in .gitignore) |
| Needs Review | Nicht klassifizierbar — menschliche Prüfung nötig |
| Command | Beschreibung |
|---|---|
scan | Inventory erstellen (alle Dateien + Metadaten) |
classify | 5-Category Klassifikation auf Inventory |
duplicates | Duplikate via MD5/Fuzzy finden |
archive | Pfade nach archive/ verschieben |
restore | Aus Manifest restaurieren |
cleanup | Trocken (default) oder echt ausführen |
report | Hygiene-Score A–F + Empfehlungen |
dry_run=true ist Default — keine Änderungen ohne Genehmigungcleanup erfordert explizite --apply Flagarchive erstellt immer ein manifest.json für Restorescan + classify — Inventory korrekt, Klassifikation plausibelduplicates — MD5-Exact-Treffer, Fuzzy-Ähnlichkeitarchive + restore — Roundtrip (Datei→archiv→zurück)report — Score-Berechnung A–F, alle 5 Klassen repräsentiertInvoke the skill by its name with a command and path argument. The skill is
host-neutral; no executable prefix is required — route it through any host on
any supported transport (Markdown or MCP).
skillweave-repo-health command="scan" path="./src"
skillweave-repo-health command="classify" path="."
skillweave-repo-health command="report" path="."
# Dry-run cleanup (default)
skillweave-repo-health command="cleanup" path="."
# Archive duplicates
skillweave-repo-health command="duplicates" path="."
skillweave-repo-health command="archive" path="."
# Restore from manifest
skillweave-repo-health command="restore" path="./archive"
Host-specific invocation examples (non-binding adapters) live in
references/adapters/.