hyper-agent-skills
v0.1.6
Published
Hyper Skills for cross-agent watching, cost-aware model routing, visual planning, codebase mapping, and token-saving replies.
Maintainers
Readme
Hyper Skills
Hyper Skills is a small set of installable skills for coding agents.
It ships five Hyper-branded workflows:
/owl: watch, audit, compare, and optionally repair another coding agent's work across Codex, Claude Code, Kilo Code, OpenCode, Pi and other IDE agent hosts, PRs, branches, transcripts, and logs./hyper-agnos: discover available models, balances, quotas, and cost signals when possible, then route work to the best affordable mix of premium and cheaper models./hvisualizerr: turn implementation plans into visual review artifacts with diagrams, file maps, annotated code, open questions, UI canvases, and optional prototypes./hyper-mapper: build and query a Hyper Map codebase knowledge graph usinggraphifyy, with outputs inhmap-out/./hsave: switch agents into concise-response mode to reduce output tokens while preserving technical accuracy.
Install
Install into the current project with one command:
npm install hyper-agent-skills@latestThe package postinstall copies the Hyper skills into:
.agents/skills/For OpenCode it also creates slash-command wrappers in:
.opencode/commands/Restart OpenCode after installing so the / menu reloads the command list.
You can also retry the copy manually:
npx hyper-agent-skills@latest installList included skills:
npx hyper-agent-skills@latest listExpected output:
owl
hyper-agnos
hvisualizerr
hyper-map
hsaveSkills
/owl
Use /owl when another agent has done or is doing work and you need a careful
watcher: resolve the run, reconstruct the request, check evidence, report gaps,
track live updates, and make narrow fixes only when authorized.
/hyper-agnos
Use /hyper-agnos when you want the agent to find available models and choose
the best cost-quality balance. It keeps high-judgment work with the strongest
appropriate model and uses cheaper capable models for bounded scans, edits,
tests, logs, and summaries.
/hvisualizerr
Use /hvisualizerr for plans that deserve a review surface before
implementation. It supports document-only, canvas, canvas + prototype, and
prototype-first workflows.
/hyper-mapper
Use /hyper-mapper to map a repo or answer architecture questions from an
existing map. It uses graphifyy and writes:
hmap-out/
graph.html
GRAPH_REPORT.md
graph.jsonInstall Graphify when needed:
uv tool install graphifyyFallback:
pipx install graphifyy/hsave
Use /hsave to reduce output tokens for the current session. It keeps code,
commands, paths, URLs, error strings, API names, and symbols exact while
dropping filler and long narration.
Agent Skills Installers
Agent Skills compatible installers can also install individual folders from the repo:
npx @agent-native/skills@latest add --copy . --skill owl
npx @agent-native/skills@latest add --copy . --skill hyper-agnos
npx @agent-native/skills@latest add --copy . --skill hvisualizerr
npx @agent-native/skills@latest add --copy . --skill hyper-map
npx @agent-native/skills@latest add --copy . --skill hsaveLicense
MIT
