WI

Wiki-Schmied (Production)

Structured wiki article generator ensuring quality and source accountability.

Install

mkdir -p .claude/skills/wiki-schmied-production && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14230" && unzip -o skill.zip -d .claude/skills/wiki-schmied-production && rm skill.zip

Installs to .claude/skills/wiki-schmied-production

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Fähigkeit, standardisierte Wiki-Artikel zu erstellen.
53 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Structure wiki articles into predefined subfolders
  • Format wiki articles with mandatory YAML frontmatter
  • Ensure each article has a unique UUID and report_id for traceability
  • Include relative paths to original sources in the `quelle` field
  • Add mandatory sections like 'Verlinkte Themen' and 'Referenzen'
  • Manage conflicts by creating tickets for unresolvable contradictions

How it works

The skill guides the creation of wiki articles by enforcing a specific folder structure, mandatory frontmatter fields, and required sections, ensuring consistency and traceability.

Inputs & outputs

You give it
Content for a wiki article, including title, category, and source information
You get back
A standardized Markdown wiki article file with specific frontmatter and sections

When to use Wiki-Schmied (Production)

  • Create a wiki page
  • Document project lore
  • Generate category-specific documentation

About this skill

Wiki-Schmied (Skill)

Epistemischer Status: #kanon

Dieser Skill generiert die finalen Artefakte im Ordner /Siebenwind_Wiki.

Arbeitsweise

  1. Strukturierung:
    • Wähle den passenden Unterordner (00_Fundament, 01_Pantheon, 02_Geografie, 03_Gesellschaft, 04_Chronik, 05_Geschichte, 06_Erzählungen, 07_Persoenlichkeiten, 08_Bestiarium, 09_Bibliothek, 10_Archiv).
    • Bestimme den Dateinamen: Kategorie_Name.md (oder Name.md in eindeutigen Ordnern).
  2. Formatierung:
    • Method Hint (non-runtime): Artikeldatei im Editor/Host-Tooling erstellen oder aktualisieren.
    • Frontmatter: Pflicht!
      ---
      uuid: [UUID-v4, z.B. via Python: `import uuid; str(uuid.uuid4())`]
      title: [Display Title]
      category: [Persönlichkeit | Geschichte | Erzählung | Geografie | Religion | Magie]
      quelle: ../../Quellen/[Unterordner]/[Dateiname].md
      lore_trust: [0-10] # Gemäß Lore Quality Score (LQS) des Ingestion Reports
      letzter_check: [ISO-8601 Zeitstempel]
      report_id: [UUID des zugehörigen Ingestion Reports] # ZWINGEND ERFORDERLICH
      ---
      
    • Report-ID: Jeder Artikel MUSS die report_id des zugehörigen Ingestion Reports (oder Audit Reports) tragen. Dies stellt die Rechenschaftspflicht ("Chain of Custody") für jede Information sicher.
    • Quelle-Regel: Das quelle: Feld MUSS einen relativen Pfad zur Urquelle enthalten. Absolute Pfade sind verboten.
    • Kein Blindwert: quelle: UNGEKLAERT ist fuer neue Seiten kein Standardwert.
    • Inhalt: Markdown mit H1-Überschrift, die exakt dem title im Frontmatter entspricht.
    • Links: Nutze [[WikiLink]] Syntax für interne Verweise.
  3. Pflicht-Sektionen:
    • ## Verlinkte Themen — Wiki-interne Querverweise.
    • ## Referenzen — Quellenangaben mit relativen Pfaden zur Urquelle sowie Verweise auf Archiv-Reports.
    • Prüfbericht-Referenz: Falls eine report_id im Frontmatter existiert, MUSS ein Hinweis in den Referenzen stehen:
      > [!ABSTRACT] Prüfbericht verfügbar: [[2026-02-15_Quelle_Name]] (ID: [UUID])
      
    • Referenzen-Format:
      ## Referenzen
      - Primärquelle: Quellenpfad `../../Quellen/Zeitung 7w Bote/Siebenwind Bote 123.md`
      - Siehe auch: [[Siebenwind_Bote_122]]
      
  4. Konflikt-Management (Synapsen-System):
    • Proaktive Erkennung: Falls während der Erstellung ein unlösbarer Widerspruch auftritt (z.B. zwei Quellen widersprechen sich fundamental im Kanon), erstelle ein Ticket manuell anhand System/Synapse_Board/_TEMPLATE_TICKET.md.
    • Ticket-Zuweisung: Nutze das /System/Synapse_Board/_TEMPLATE_TICKET.md und speichere es als Conflict_[ID].md.
    • Frage-Format (Pflicht): Formuliere Widersprüche als konkrete Fachfrage an Spezialisten (Beobachtung -> Vermutung -> Frage) und sende sie via ./7w_wiki.py mail post.
  5. Validierung: Prüfe, ob die Datei erfolgreich erstellt wurde und alle Pflicht-Sektionen vorhanden sind.

Anti-Bridge Leitplanken (Pflicht)

  1. Rewrite first: Vor jeder Neuanlage erst kanonische Zielseite suchen und vorhandene Verweise korrigieren.
  2. Keine Placebo-Seiten: Reine Platzhaltertexte wie „Brueckenartikel zur Stabilisierung bestehender WikiLinks“ sind kein valider Output.
  3. Temporäre Brücke nur als Ausnahme:
    • bridge_mode: temporary
    • bridge_target: [[Kanonisches_Ziel_oder_TODO]]
    • bridge_ticket: MSG-YYYY-NNNN (oder Task-ID)
    • bridge_review_until: YYYY-MM-DD
  4. Verantwortungspfad: Jede temporäre Brücke braucht ein Dispatch-/Task-Ticket und einen klaren Abbauzeitpunkt.

Ziel

Erstellung eines sauberen, vernetzten, akademisch referenzierten Wikis ohne manuellen Eingriff des Nutzers.

When not to use it

  • When creating non-standard wiki articles
  • When the task does not involve generating artifacts in the `/Siebenwind_Wiki` folder
  • When the goal is to create placeholder texts or temporary bridge pages without clear purpose

Limitations

  • Every article must carry the `report_id` of the associated Ingestion Report.
  • The `quelle:` field must contain a relative path to the original source.
  • Placeholder texts are not valid output.

How it compares

This skill automates the enforcement of a strict wiki article format and content requirements, providing a standardized output with built-in traceability, unlike manual content creation.

Compared to similar skills

Wiki-Schmied (Production) side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
Wiki-Schmied (Production) (this skill)04moReviewIntermediate
ml-paper-writing486moReviewAdvanced
docs-review107moNo flagsBeginner
claude-md-improver217moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

ml-paper-writing

davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

4897

docs-review

metabase

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

1085

claude-md-improver

anthropics

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".

2167

write-docs

tldraw

Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.

665

update-docs

vercel

This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes.

2543

wiki-architect

microsoft

Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.

1144

Search skills

Search the agent skills registry