What problem does it solve?
It solves the problem of onboarding agents and new contributors by keeping a single, authoritative AGENTS.md (a.k.a. CLAUDE.md) document at the repository root that explains how to navigate, build, and contribute to the project.
Core Features & Use Cases
- Deterministic doc generation: Produces an up-to-date AGENTS.md that matches the contract expected by the repo’s host executor for onboarding.
- Repo-aware orientation: Summarizes the project, highlights entry points and the runtime loop/public API, and points to the most relevant files.
- Contributor-ready setup: Provides first-time setup and canonical build commands so an agent can start executing quickly and correctly.
Use case: When an agent is dropped into the repo, run init to generate an AGENTS.md that tells it exactly where to look and what commands to run to build and understand the system.
Quick Start
Ask the assistant to run the init skill to generate a correct AGENTS.md at the repository root for the dhnt project.