compozycompozyOfficial·72 Agent Skills Included

agh

Runs coding CLIs as durable, networked background sessions

Runs coding CLIs like Claude Code, OpenClaw, and Hermes as durable background sessions managed by a single Go daemon. Stores every event in local SQLite and exposes the same state through CLI, HTTP, UDS, and a web UI, eliminating lost terminal sessions and manual process juggling. Connects sessions on an open network so they discover peers, share capabilities, and close work with receipts.
npx skills add compozy/agh --all -g -y
Available:

Gives the AI agent the project's operating rules: mandatory verification gates, architecture boundaries, security invariants, QA procedures, and how to route work to the correct sub-skill before writing code.

All Skills in This Repository (72)

Pure Emerald Level Indicators
📦 In Repo
compozycompozy

website-to-hyperframes

Convert a website URL into a HyperFrames video workflow with design tokens and storyboard.

Official
Advanced
📦 In Repo
compozycompozy

agent-browser

Automate browser interactions, extract page data, and capture screenshots.

Official
Intermediate
📦 In Repo
compozycompozy

ship-pr

Generate documentation impact notes, release notes, and a GitHub PR description, then commit and open the PR.

Official
Advanced
📦 In Repo
compozycompozy

cy-spec-preflight

Load canonical playbook context and run phase-specific structural validation before spec authoring.

Official
Advanced
📦 In Repo
compozycompozy

fumadocs

Configure and troubleshoot Fumadocs documentation sites across React framework adapters.

Official
Advanced
📦 In Repo
compozycompozy

mermaid-diagrams

Create software diagrams from Mermaid text definitions.

Official
Basic
📦 In Repo
compozycompozy

qmd

Retrieve relevant markdown content using hybrid BM25 and vector search.

Official
Intermediate
📦 In Repo
compozycompozy

cy-spec-peer-review

Runs an Opus peer review on approved AGH TechSpecs via compozy exec.

Official
Advanced
📦 In Repo
compozycompozy

seo-audit

Audit websites for crawlability, indexation, technical, and on-page SEO issues.

Official
Advanced
📦 In Repo
compozycompozy

copywriting

Write conversion-focused marketing copy with headlines, CTAs, and benefits.

Official
Intermediate
📦 In Repo
compozycompozy

impeccable

Designs and refines web/app UI with attention to UX quality and accessibility.

Official
Advanced
📦 In Repo
compozycompozy

handoff

Generate a compact handoff document summarizing conversation context for a new agent.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install AGH?

Run `npx skills add compozy/agh --all -g -y` in your terminal to install all skills in this suite globally.

What does AGH actually do?

AGH is a local-first daemon that runs coding CLIs as durable, inspectable sessions with memory, automation, and peer networking. Sessions survive terminal closures and are controllable via CLI, HTTP, UDS, or the web UI.

Which coding runtimes does AGH support?

It spawns Claude Code, OpenClaw, Hermes, and other ACP-compatible runtimes as managed subprocesses over JSON-RPC. Each session persists events in SQLite for full replay and inspection.

Is the AGH repository still maintained?

No. AGH merged into CompozyOS and this repository is frozen; development continues at github.com/compozy/compozy. The skills and guides here remain usable as reference material.

Can I use these skills without the AGH daemon?

Yes. The bundled skills (debugging, QA, code review, React, Go, SEO, and more) follow the universal SKILL.md standard and work standalone in Claude Code, Cursor, and similar runtimes.

Related Repositories in Software Engineering

View All in Software Engineering