Managed Content Markers

SkillDocs & knowledge

Use when regenerating auto-generated sections in documents with security markers.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Managed Content Markers skill

What this skill tells your AI

The instructions your AI receives, as published by gonzalezpazmonica/savia in .claude/skills/managed-content/SKILL.md and read by ahel’s review.

Safe regeneration pattern for auto-generated content in pm-workspace. Managed markers protect manual content while allowing automatic updates to generated sections.

Marker Format

<!-- managed-by: pm-workspace | section: {name} | updated: {ISO-date} -->
... auto-generated content ...
<!-- end-managed: {name} -->

Each managed section includes:

  • managed-by: Tool/system responsible for regeneration
  • section: Named identifier for the content block
  • updated: ISO 8601 timestamp of last regeneration

Three-Phase Workflow

Phase 1: Scan

Find all files with managed markers in the workspace. List:

  • File path
  • Section name
  • Last updated timestamp
  • Freshness status (e.g., "stale" if > 7 days old)

Phase 2: Regenerate

Re-generate content between markers while:

  • Preserving everything outside managed sections
  • Updating timestamp to current date
  • Validating marker integrity

Phase 3: Validate

Verify no content outside markers was modified. Abort if:

  • Markers are malformed
  • Content outside markers changed unexpectedly

Use Cases

FileSectionPurpose
CLAUDE.mdskills-catalogAuto-generated list of all skills
CLAUDE.mdcommands-summaryCount of commands by category
CLAUDE.mdagents-registryRegistry of all agents
pm-workflow.mdcommand-countsCategory counts with trends
plugin.jsoncapabilitiesComputed capability counts
README.mdfeature-listFeature matrix auto-generated

Safety Guarantees

  • Content outside markers is NEVER modified
  • Markers include timestamp for tracking freshness
  • Regeneration is preview-first; requires --apply flag to persist
  • Failed validation prevents write operations

Integration Points

  • managed-sync: Regenerate all marked sections
  • managed-scan: Audit all markers and freshness
  • managed-content rule: Enforcement for new auto-generated content

Signals

GitHub stars
50
Forks
12
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
managed-content-gonzalezpazmonica
Source
github.com/gonzalezpazmonica/savia