Use when raw inbox material (image, voice transcript, telegram note, link) in wiki/raw/ should be promoted into a curated wiki page with proper frontmatter, sources, and cross-links. Trigger phrases - "curate this raw file", "promote raw to wiki", "kuratiere die raw datei", "ins wiki ueberfuehren", "raw inbox aufraeumen", "/wiki curate". The skill writes a NEW wiki page; the raw file stays untouched. Skip when the user wants only to read raw content without producing a wiki artifact, or when the source is not in wiki/raw/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-workflow-suite:raw-inbox-curatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ueberfuehrt Material aus `wiki/raw/` in eine kuratierte Wiki-Seite. Output: eine neue Datei in `wiki/concepts/`, `wiki/patterns/`, `wiki/queries/`, `wiki/sources/` oder `wiki/todos/` (je nach Inhalt) plus Updates in `wiki/index.md` und `wiki/log.md`.
Ueberfuehrt Material aus wiki/raw/ in eine kuratierte Wiki-Seite. Output: eine neue Datei in wiki/concepts/, wiki/patterns/, wiki/queries/, wiki/sources/ oder wiki/todos/ (je nach Inhalt) plus Updates in wiki/index.md und wiki/log.md.
wiki/raw/ (Bild, MD, Voice-Transkript) soll ins kuratierte Wiki.Nicht nutzen wenn:
wiki/raw/.private-export-gate-Hook konsultieren.concept (Wissen), pattern (Ablauf), query (Frage), source (externe Quelle), todo (Auftrag).type, status, tags, applies_to, source (Pfad zur Raw-Datei). Mindestens "Beobachtung", "Ableitung" und "Quellen"-Sektionen.wiki/index.md bekommt einen Eintrag, wiki/log.md eine Zeile mit Datum.Drei Dateien aendern, eine schreiben:
created:
- wiki/<klasse>/YYYY-MM-DD-<slug>.md
modified:
- wiki/index.md # neuer Eintrag
- wiki/log.md # eine Zeile
unchanged:
- <raw-pfad> # explizit erwaehnen, dass nicht angefasst
type: concept | pattern | query | source | todo
status: seed | active
created: YYYY-MM-DD
updated: YYYY-MM-DD
tags: [...]
source: <raw-pfad>
applies_to: [...]
type, status, created, tags, source).wiki/index.md enthaelt einen neuen Link.wiki/log.md hat eine Zeile mit dem heutigen Datum.raw/. Wenn versucht wird, blockt raw-write-guard-Hook.private-export-gate auf Bestaetigung warten lassen.seed, spaeter Upgrade nach Review.Existierender Skill obsidian-sync (in agentic-os) deckt verwandte Funktionen ab — fokussiert auf Session-Wiki-Sync, nicht Raw-Inbox-Kuratierung. Beide koexistieren absichtlich.
npx claudepluginhub dynamic-dome/claude-plugins-marketplace --plugin agentic-workflow-suiteGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.