.claude/skills/aget-wake-up/SKILL.md
Initialize AGET session with status briefing
npx skillsauth add aget-framework/template-executive-aget aget-wake-upInstall 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.
Initialize an AGET agent session. This skill runs the wake-up protocol to display agent identity, version, fleet status, and session context.
When this skill is invoked:
Run the wake-up script:
python3 scripts/wake_up.py
If the script succeeds, summarize the key information:
planning/)If the script fails or is not found, fall back to manual wake-up:
.aget/version.json for version infoAGENTS.md header for agent identitygit status for current statels .claude/skills/ 2>/dev/null | wc -lls .aget/evolution/L*.md 2>/dev/null | wc -lPresent a concise briefing:
[Agent Name] v[version] ready
- Fleet: [N] agents (if supervisor)
- Location: [current directory]
- Git: [branch] ([clean/dirty])
- Skills: [N] | Learnings: [N]
- Active: [project name] (if any)
scripts/wake_up.py returns exit code 1: Report validation warningsscripts/wake_up.py returns exit code 2: Report configuration errortesting
End AGET session with state capture and sanity checks
development
Research a topic across the knowledge base before implementation. Searches L-docs, patterns, PROJECT_PLANs, SOPs, and governance for relevant context.
development
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.
testing
Mid-flight review of active project plans. Assesses gate progress, V-test completion, blockers, and recommendations. Use to evaluate project health.