manage-post

Manage Quartz blog posts by listing, drafting, publishing, and tagging content.

1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/brennacodes/brenna-plugs --skill manage-post
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-post
Source: https://github.com/brennacodes/brenna-plugs/tree/main/plugins/mark-my-words/skills/manage-post
Command: npx skills add https://github.com/brennacodes/brenna-plugs --skill manage-post

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Quartz blog posts across drafts, published entries, and tags can be tedious and error-prone when done manually. This Skill streamlines the process by providing a guided workflow to view, organize, and publish content with consistent metadata.

Core Features & Use Cases

  • List all posts with metadata (title, date, draft status, tags) and support search.
  • Manage drafts: switch drafts to published, update dates, and maintain a clean publishing history.
  • Tag management: add, remove, or rename tags across posts to keep taxonomy consistent.
  • Use Case: A writer compiles a backlog of drafts, then publishes selected pieces with proper tags and generated metadata for resumes, interviews, and blogs.

Quick Start

Use the manage-post action to list all posts and view their metadata.

Frequently Asked Questions about manage-post

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Quartz blog drafts and publish posts with frontmatter?

Manage Quartz blog drafts and publish posts by loading configuration settings, locating content, and applying frontmatter changes to switch drafts to published status while maintaining a clean publishing history.

How do I list all Quartz posts and search by tags or draft status?

List all Quartz posts to view metadata including titles, dates, draft statuses, and tags, enabling efficient content search and curation across local or remote stores.

What is the best way to organize and rename tags across Quartz blog posts?

Organize Quartz blog tags by adding, removing, or renaming them across multiple posts to ensure taxonomy consistency and streamline content management workflows.

Does manage-post work with local Quartz content stores and git workflows?

Yes, this approach works with local or remote Quartz content stores by resolving content locations from configuration files and respecting the configured git workflow for publishing updates.

What configuration files are needed to manage Quartz posts effectively?

Managing Quartz posts requires configuration files like .claude/mark-my-words.local.md for settings and .mark-my-words-workdir for content location resolution to apply frontmatter changes consistently.

Can I update frontmatter dates when publishing Quartz drafts?

Yes, when publishing Quartz drafts, you can update frontmatter dates and switch draft status to published while applying consistent metadata changes across your content.