Managed Content Markers
SkillDocs & knowledgeUse when regenerating auto-generated sections in documents with security markers.
Available today. Use it from your connected AI after setup.
No other account needed.
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
| File | Section | Purpose |
|---|---|---|
| CLAUDE.md | skills-catalog | Auto-generated list of all skills |
| CLAUDE.md | commands-summary | Count of commands by category |
| CLAUDE.md | agents-registry | Registry of all agents |
| pm-workflow.md | command-counts | Category counts with trends |
| plugin.json | capabilities | Computed capability counts |
| README.md | feature-list | Feature matrix auto-generated |
Safety Guarantees
- Content outside markers is NEVER modified
- Markers include timestamp for tracking freshness
- Regeneration is preview-first; requires
--applyflag to persist - Failed validation prevents write operations
Integration Points
managed-sync: Regenerate all marked sectionsmanaged-scan: Audit all markers and freshnessmanaged-contentrule: Enforcement for new auto-generated content
Signals
- GitHub stars
- 50
- Forks
- 12
- Last commit
- Sep 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
managed-content-gonzalezpazmonica- Source
- github.com/gonzalezpazmonica/savia