nix-darwin/config/claude/skills/zola-blog-writer/SKILL.md
Write blog posts, life entries, and project pages for a Zola-based blog with Papaya theme. Use when user wants to create, draft, or publish content for their blog, write a new post, add a project, or create life section entries. Handles frontmatter, multilingual (en/zh), taxonomies, image shortcodes, and summaries.
npx skillsauth add nubiv/my-nome zola-blog-writerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Write content for nubiv's Zola blog (/Users/nubiv/dev/blog). See REFERENCE.md for full details.
content/<section>/<slug>/index.md (and index.zh.md if bilingual)+++
title = "Post Title"
date = YYYY-MM-DD
[taxonomies]
tags = ["tag1", "tag2"]
+++
Summary paragraph here — shown in listings and feeds.
<!-- more -->
Full content continues here...
+++
title = "Project Name"
date = YYYY-MM-DD
[taxonomies]
categories = ["category-slug"]
[extra]
repo_path = "owner/repo"
+++
Project description.
my-post-title/)YYYY-MM-DD format, required for blog/life posts<!-- more --> to split preview from full content{{ img(path="./image.jpg", alt="description") }} shortcodeindex.md, Chinese = index.zh.md (same directory)[extra] with featured_image, featured_image_alt, featured_image_extendeddevelopment
Manage devlogs (session journal entries) under the active repo's `.claude/devlogs/`. Subcommands - `write` creates a new date-stamped entry, `read` loads existing entries into context. Use when the user invokes `/devlog <subcommand>` or asks to write, save, recall, or load today's/recent devlogs.
development
Run MY_WIKI operations (ingest, query, research, lint). Use when the user wants to add sources to the wiki, ask questions against it, research new topics from the web, or audit its quality.
testing
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.