manage-content

Coordinate content publishing and schema consistency across posts, notes, resume entries, nav items, and OG images.

3|1|Updated Mar 5, 2024
One-click install
npx skills add https://github.com/chuan-khuna/digital-garden-2024 --skill manage-content-chuan-khuna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-content
Source: https://github.com/chuan-khuna/digital-garden-2024/tree/main/project-skills/manage-content
Command: npx skills add https://github.com/chuan-khuna/digital-garden-2024 --skill manage-content-chuan-khuna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill ensures content publishing and schema alignment across posts, notes, resume entries, navigation items, and OG images, so your digital garden stays consistent.

Core Features & Use Cases

  • Content authoring guidance: provides correct frontmatter/JSON formats for all active collections, preventing field-name or type errors.
  • Schema synchronization: updates reference docs whenever a collection definition changes, maintaining live alignment with the codebase.
  • Site config governance: coordinates updates to portfolio data and site configuration to reflect changes in the live site.

Quick Start

Edit a collection definition or site config and trigger the skill to refresh the related references.

Frequently Asked Questions about manage-content

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

FAQPage Schema
How do I keep frontmatter schemas aligned when updating content collections?

To keep frontmatter schemas aligned during content edits, trigger a schema synchronization process that updates reference docs whenever collection definitions change. This enforces correct field definitions and prevents format mismatches across posts, notes, and resume entries.

What is schema synchronization for digital garden content?

Schema synchronization for a digital garden is the process of enforcing that any content collection change triggers a corresponding update to reference docs. It ensures frontmatter formats across posts, notes, and resume entries remain valid and aligned with site configuration.

How do I validate frontmatter formats across multiple content types?

To validate frontmatter formats across multiple content types, apply validation rules during content edits and collection-definition changes. This checks correct field definitions for posts, notes, resume entries, nav items, and OG images to prevent type errors.

Can I use a schema validation workflow without external dependencies?

Yes, you can run this schema validation workflow without external dependencies. It operates standalone to coordinate content publishing and schema consistency across site configuration updates and frontmatter edits without requiring additional packages.

When do I need to update reference docs for site content?

You need to update reference docs for site content whenever a collection definition changes or site configuration updates occur. This ensures the documentation stays live and aligned with the actual frontmatter field definitions in your codebase.

What's the best way to manage site configuration and portfolio data updates?

The best way to manage site configuration and portfolio data updates is to coordinate them through a governance process that reflects changes in the live site. This ensures portfolio data and nav items stay consistent with underlying collection schemas.