Agent skill

aget-wind-down

End AGET session with state capture and sanity checks

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill aget-wind-down-aget-framework-template-operator-ag --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Glob
Path: skills/agent/aget-wind-down-aget-framework-template-operator-ag/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# aget-wind-down End an AGET agent session properly. This skill runs the wind-down protocol to capture session state, run sanity checks, and prepare handoff notes. ## Instructions When this skill is invoked: 1. Run the wind-down script: ```bash python3 scripts/wind_down.py ``` 2. The script will: - Run sanity checks (housekeeping protocol) - Capture session duration and activity - Scan for pending work in `planning/` - Generate session summary - Suggest commit message if changes exist 3. If user provides notes, pass them to the script: ```bash python3 scripts/wind_down.py --notes "User provided notes here" ``` 4. Create session record file at `sessions/SESSION_YYYY-MM-DD_descriptive_title.md`: - Use YAML frontmatter with Session Metadata Standard v1.0 fields (date, duration_minutes, objectives, outcomes) - Include optional fields: learnings, commits, files_changed, pain_points, next_steps - Add session body sections: Objectives, Deliverables, Outcomes, Lessons, Blockers, Files Changed - Capture wind-down state in the file: sanity result, pending work, git diff stats - Reference schema: `.aget/schemas/session_metadata_v1.0.yaml` - Reference exemplar: `sessions/SESSION_2025-12-03_kb_

What's inside
Steps it walks through
  1. Instructions
  2. Required Outputs
  3. Output Format
  4. Error Handling
  5. Options
  6. Related
Ships with 1 file
  • metadata.json
Commands it runs
python3 scripts/wind_down.py
python3 scripts/wind_down.py --notes "User provided notes here"
More from claude-skill-registry
All skills →
About this skill
What does the aget-wind-down skill do?

End AGET session with state capture and sanity checks

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill aget-wind-down-aget-framework-template-operator-ag --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going