One-click install
npx skills add https://github.com/compozy/agh --skill agh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agh
Source: https://github.com/compozy/agh/tree/main/skills/agh
Command: npx skills add https://github.com/compozy/agh --skill agh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you operate the AGH runtime and make safe, correct contribution decisions without guessing at internal conventions or tool/skill behavior.

Core Features & Use Cases

  • Operational routing: Selects the correct AGH reference based on what you’re trying to do (sessions, daemon state, skills/tools, network, memory, tasks, capabilities/bundles, repo work, or QA).
  • Reference-first safety: Enforces STOP directives so you load the authoritative reference files before taking action.
  • Agent-manageable authority discipline: Reminds you to keep authority with the daemon and use AGH public surfaces for state changes.

Quick Start

Use the agh skill when you need to operate AGH sessions, inspect runtime state, or contribute to the agh repository, and first load the matching references via the router instructions.

Frequently Asked Questions about agh

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

FAQPage Schema
How do I manage agent runtime sessions and daemon state safely?

To manage agent runtime sessions safely, you must load the specific AGH reference documents mandated by the router before performing any session or daemon state operations to ensure correct execution.

What is the correct way to discover skills and tools in an agent runtime?

Discovering skills and tools in an agent runtime requires routing to the correct AGH reference file for tool and skill discovery, enforcing a reference-first safety check before executing any actions.

How do I coordinate network operations and manage memory for agent tasks?

Network coordination and memory management for agent tasks are handled by loading the matching AGH reference files via the router instructions, which enforces STOP directives to read authoritative documentation first.

Can I update the agent runtime repository without reading internal conventions?

No, updating the agent runtime repository safely requires reading specific reference documents before performing repo work, ensuring you follow internal conventions and pass QA verification for changes.

When should I use capabilities and bundles for task orchestration?

You should use capabilities and bundles for task orchestration when you need to manage complex agent workflows, ensuring you keep authority with the daemon and use public surfaces for state changes.