Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben. Erstellt task_plan.md, findings.md und progress.md. Wird verwendet, wenn der Benutzer plant, zerlegt oder organisiert: mehrstufige Projekte, Forschungsaufgaben oder Arbeiten mit über 5 Tool-Aufrufen. Unterstützt automatische Sitzungswiederherstellung nach /clear. Auslöser: Aufgabenplanung, Projektplanung, Arbeitsplan erstellen, Aufgaben analysieren, Projekt organisieren, Fortschritt verfolgen, Mehrstufige Planung, Hilf mir bei der Planung, Projekt zerlegen
Arbeite wie Manus: Verwende persistente Markdown-Dateien als deinen „Festplatten-Arbeitsspeicher".
Bevor du irgendetwas anderes tust, prüfe, ob Planungsdateien existieren, und lies sie:
task_plan.md existiert, lies sofort task_plan.md, progress.md und findings.md.# Linux/macOS
$(command -v python3 || command -v python) ${CLAUDE_PLUGIN_ROOT}/scripts/session-catchup.py "$(pwd)"
# Windows PowerShell
& (Get-Command python -ErrorAction SilentlyContinue).Source "$env:USERPROFILE\.claude\skills\planning-with-files-de\scripts\session-catchup.py" (Get-Location)
Wenn der Wiederherstellungsbericht nicht synchronisierten Kontext meldet:
git diff --stat aus, um tatsächliche Code-Änderungen zu sehen${CLAUDE_PLUGIN_ROOT}/templates/npx skills add OthmanAdi/planning-with-files --skill planning-with-files-deHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.