aget-wake-up

Run a wake-up protocol to summarize AGET agent identity and status.

1|Updated Oct 4, 2025
One-click install
npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-wake-up-gmelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-wake-up
Source: https://github.com/gmelli/public-OpenAI-DeepResearch-aget/tree/main/.claude/skills/aget-wake-up
Command: npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-wake-up-gmelli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an immediate, human-readable briefing of an AGET agent session so operators and supervisors can quickly confirm agent identity, software version, repository state, fleet size, and active project context without manual file inspection.

Core Features & Use Cases

  • Wake-up Protocol Execution: Executes a wake_up script to surface agent name, version, and operational status with explicit handling of script exit codes.
  • Resilient Fallbacks: Falls back to reading local version.json, AGENTS.md headers, git status, and counting skills and learnings when the script is missing or fails.
  • Use Case: Ideal for onboarding a research run, performing quick operational checks before long-running tasks, or reporting fleet status for supervisors.

Quick Start

Run the wake-up protocol to summarize agent identity, version, fleet status, git state, and counts of skills and learnings.

Frequently Asked Questions about aget-wake-up

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a quick status briefing when starting an agent session?

To get a quick agent session status briefing, run a wake-up protocol that surfaces the agent's identity, version, and operational state. This eliminates manual file inspection by executing a script or fallback commands to summarize the session.

What is the best way to check git status and version before launching a research task?

Checking git status and version before launching research tasks is done by running a wake-up protocol that reads local files like version.json and AGENTS.md headers. This provides an immediate briefing of the repository state and software version.

How does the wake-up protocol work if the startup script is missing or fails?

The wake-up protocol works by applying resilient fallbacks if the startup script fails, reading local version.json, AGENTS.md headers, and git status directly. It explicitly handles script exit codes to ensure the session diagnostics still complete.

Can I use this agent diagnostics protocol for supervisor fleet checks?

Yes, you can use this agent diagnostics protocol for supervisor fleet checks because it reports fleet size and active project context. It summarizes operational status across local repository agent startups, making it ideal for fleet monitoring.

What information is included in an AGET agent session startup report?

An AGET agent session startup report includes agent name, software version, repository state, fleet size, and counts of skills and learnings. This human-readable briefing allows operators to quickly confirm the active project context.

Why do I need to count skills and learnings during local repository agent startup?

You need to count skills and learnings during local repository agent startup to provide supervisors with a complete operational profile of the agent session. This count helps verify the active project context and agent readiness before long-running tasks.