一键导入
writing-posts-in-zenobius
Use when planning, drafting, or revising zenobi.us posts and you need repository-native writing style, start-middle-end structure, MDX-safe formatting, and miniproject-based planning artifacts.
菜单
Use when planning, drafting, or revising zenobi.us posts and you need repository-native writing style, start-middle-end structure, MDX-safe formatting, and miniproject-based planning artifacts.
Use when composing Conventional Commit messages in this repo. Prioritizes commit prefixes by changed-file paths.
Use when publishing or scheduling posts in zenobi.us. Verifies stage behavior from code, updates frontmatter safely, and confirms visibility implications before merge.
Use when working with Remix routing in this repository as a static site generator (SSG). Covers file-based routing, dynamic segments, layout groups, and best practices.
Use when building React components with Tailwind CSS in this codebase. Covers token usage, tv() patterns, and component structure.
| name | writing-posts-in-zenobius |
| description | Use when planning, drafting, or revising zenobi.us posts and you need repository-native writing style, start-middle-end structure, MDX-safe formatting, and miniproject-based planning artifacts. |
Use this skill to create posts that match the tone and structure used in
content/posts/.
This skill is opinionated:
miniproject for planning artifacts.Before planning any post, invoke the miniproject skill and create planning
artifacts in .memory/.
Minimum requirement:
outline and draft..memory/todo.md.If you need a direct helper command to locate memory:
MEMORY_DIR=$(/home/zenobius/.pi/agent/skills/projectmanagement/miniproject/scripts/get-memory-dir.sh --create)
Define 3-6 concepts the post must teach.
Output:
Map concepts into start / middle / end:
Create stepwise intent for every section:
Produce a proposal before drafting body copy:
Draft section-by-section using the approved proposal.
Every draft must use at least two modes from this list:
nomnoml code fence)For technical deep-dives, prefer three modes.
.memory/ artifacts existReference files:
./style-pointers.md./mdx-capabilities.mdUse this output shape when asked to draft:
## TL;DR (or equivalent overview)## headings)## Summary## Next steps or ## AppendixBefore finalizing, verify:
miniproject first?