skills/amcos-config-snapshot/SKILL.md
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
npx skillsauth add emasoft/ai-maestro-chief-of-staff amcos-config-snapshotInstall 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.
Captures config state at session start, detects drift, and resolves conflicts.
amcos-memory-initialization)design/config/ (if AMOA installed)Copy this checklist and track your progress:
Trigger: Session init, after loading memory, before work.
design/config/design/memory/config-snapshot.md; record in activeContext.mdGuide: See 19-config-snapshot-creation in Resources below
Trigger: Every 30 min, before major tasks, on unexpected behavior.
activeContext.md; trigger Procedure 9 if criticalGuide: See 20-config-change-detection in Resources below
Trigger: Critical changes detected or orchestrator request.
Types: A Non-Breaking, B Breaking-Future, C Breaking-Immediate, D Irreconcilable.
Steps: Classify (A-D), apply strategy, update snapshot.
| Procedure | Result |
|-----------|--------|
| Capture Snapshot | config-snapshot.md with hashes |
| Detect Changes | Change report in activeContext.md |
| Handle Conflicts | Resolved per type, snapshot updated |
| Issue | Resolution | |-------|------------| | Config dir missing | Skip if AMOA not installed; log warning | | Snapshot corrupted | Re-capture from current configs | | Hash mismatch | Recalculate; check encoding | | Irreconcilable conflict | Stop work, escalate |
# Capture snapshot
uv run python scripts/amcos_memory_manager.py add-decision \
--decision "Config snapshot captured"
# Adopt config after Type B
uv run python scripts/amcos_memory_manager.py set-focus \
--focus "Adopting config v2.1 (Type B)"
Copy this checklist and track your progress:
data-ai
Use when managing context or patterns. Trigger with context update or compaction needs. Loaded by ai-maestro-chief-of-staff-main-agent
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 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