managed-content

Update delimited content sections in files using markers and timestamps.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill managed-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managed-content
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/managed-content
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill managed-content

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the management of auto-generated content within files, ensuring that dynamically updated sections are refreshed while protecting manually written content from accidental overwrites.

Core Features & Use Cases

  • Marker-Based Content Management: Uses specific comment markers to delineate sections that can be automatically regenerated.
  • Preservation of Manual Content: Guarantees that any content outside of the defined markers remains untouched during regeneration.
  • Timestamped Updates: Tracks the last update time for managed sections, allowing for freshness checks.
  • Use Case: Automatically update a skills catalog or command summary in a CLAUDE.md file without risking the loss of other important documentation.

Quick Start

Use the managed-content skill to scan all files for stale managed content sections.

Frequently Asked Questions about managed-content

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

FAQPage Schema
How do I safely update auto-generated content sections without overwriting manual documentation?

Safely update auto-generated content by using specific comment markers to delineate dynamic sections. The managed content process scans files, refreshes content within markers, and guarantees that manual documentation outside these boundaries remains untouched during regeneration.

What are delimited markers for managing auto-generated documentation?

Delimited markers are specific comment formats used to delineate auto-generated sections within documentation and configuration files. They define boundaries for dynamic content regeneration, ensuring validation and safe updates without altering static sections outside the markers.

How do I track the freshness of dynamically updated sections in a configuration file?

Track the freshness of dynamically updated sections by applying timestamped markers during content regeneration. This managed content approach records the last update time for each managed block, allowing you to perform staleness checks on configuration files.

Can I automatically update a skills catalog in a markdown file without losing other content?

Automatically update a skills catalog in a markdown file without losing other content by applying marker-based content management. This process isolates dynamic sections for regeneration while preserving manually written documentation outside the defined markers.

What is the best way to validate auto-generated content sections before regenerating files?

Validate auto-generated content sections by enforcing adherence to a specific marker format before regeneration. This managed content process scans files for correctly delimited markers, ensuring that only validated dynamic sections are refreshed and static content is protected.

When should I not use marker-based content management for documentation?

Avoid marker-based content management when files lack strictly formatted comment markers or when dynamic content requires altering static sections. Regeneration fails if marker formats are invalid, making it unsuitable for unstructured documentation without clear section boundaries.