diff --git a/.claude/skills/wiki-docs.md b/.claude/skills/wiki-docs.md index 71890b4..0b580ee 100644 --- a/.claude/skills/wiki-docs.md +++ b/.claude/skills/wiki-docs.md @@ -30,12 +30,14 @@ This repository is synchronized with Wiki.js. Any markdown files created here wi description: Brief description of the page published: true date: 2026-03-15T00:00:00.000Z - tags: - - tag1 - - tag2 + tags: tag1, tag2, tag3 + editor: markdown + dateCreated: 2026-03-15T00:00:00.000Z --- ``` + **Important:** Tags must be comma-separated, not YAML array format! + ## Workflow When creating wiki documentation: @@ -95,10 +97,9 @@ title: Jellyfin Media Server description: Jellyfin configuration and usage guide published: true date: 2026-03-15T00:00:00.000Z -tags: - - homelab - - media - - jellyfin +tags: homelab, media, jellyfin +editor: markdown +dateCreated: 2026-03-15T00:00:00.000Z --- # Jellyfin Media Server @@ -121,10 +122,9 @@ title: How to Add a New Service description: Step-by-step guide for adding services to the homelab published: true date: 2026-03-15T00:00:00.000Z -tags: - - homelab - - guide - - docker +tags: homelab, guide, docker +editor: markdown +dateCreated: 2026-03-15T00:00:00.000Z --- # How to Add a New Service diff --git a/AGENTS.md b/AGENTS.md index bbe523d..c5c7369 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -929,12 +929,14 @@ title: Page Title description: Brief description published: true date: 2026-03-15T00:00:00.000Z -tags: - - tag1 - - tag2 +tags: tag1, tag2, tag3 +editor: markdown +dateCreated: 2026-03-15T00:00:00.000Z --- ``` +**Note:** Tags must be comma-separated, not YAML array format! + **Example usage:** ```bash # Create documentation for a service