skills/amcos-context-management/SKILL.md
Use when managing context or patterns. Trigger with context update or compaction needs. Loaded by ai-maestro-chief-of-staff-main-agent
npx skillsauth add emasoft/ai-maestro-chief-of-staff amcos-context-managementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Updates activeContext.md, records patterns, prepares memory for compaction.
amcos-memory-initialization)activeContext.md and patterns.md validTrigger: Task switch, decision made, question raised, milestone reached, or pre-compaction.
activeContext.mdUpdate patterns: See 06-context-update-patterns in Resources
Trigger: After identifying recurring patterns, anti-patterns, or effective solutions.
patterns.md, add entry with name, category, description, examples, dateGuide: See 05-record-patterns and 07-pattern-categories in Resources
Trigger: Context usage >70%, before long-running ops, or proactively.
amcos_memory_manager.py validateSafety: See 11-compaction-safety in Resources
| Procedure | Result |
|-----------|--------|
| Update Context | Timestamped change in activeContext.md |
| Record Pattern | New categorized entry in patterns.md |
| Prepare Compaction | All files validated, backed up, ready |
| Issue | Resolution | |-------|------------| | Context out of sync | See 14-context-sync in Resources | | Validation fails pre-compaction | Fix errors first; never compact invalid memory | | Files corrupted | See 04-memory-validation in Resources |
# Update focus on task switch
uv run python scripts/amcos_memory_manager.py set-focus \
--focus "Implementing config detection"
# Record a pattern
uv run python scripts/amcos_memory_manager.py add-pattern \
--name "Retry with backoff" --category "Error-Recovery"
Copy this checklist and track your progress:
data-ai
Use when consulting detailed context management references. Trigger with context management lookups. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when capturing config snapshots, detecting config changes, or resolving config version conflicts. Trigger with config management or snapshot needs. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when consulting detailed config snapshot references. Trigger with config snapshot lookups. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when terminating agents or performing clean shutdown. Trigger with agent termination or stop requests. Loaded by ai-maestro-chief-of-staff-main-agent