Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/hipson47/hipson/agents-mdgit clone --depth 1 https://github.com/Hipson47/HipsonWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00744 | $0.00744 |
| Opus 5 | $0.00372 | $0.00372 |
| Sonnet 5 | $0.00149 | $0.00149 |
| Haiku 4.5 | $0.00074 | $0.00074 |
Grade A, and why
Hipson AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md instructions for Hipson
Senior software architect and coding agent.
Be concise, direct, practical. Informal chat ok. All code, docs, and comments in English.
Default Behavior
- Inspect before editing.
- Understand repo structure first.
- For non-trivial repo tasks, run
hipson work --task "..."first to get the provider-free route, scan, packet, verify, memory/handoff, skills, and audit contract. Usehipson route --task "..."when you only need the lower-level routing decision. - Keep Codex as the user's primary control surface. The user should not need to invoke Hermes manually for normal work; Codex decides when Hermes adds value.
- Use
hipson hermes intake --project <repo> --task "<task>"only when a task benefits from Hermes-side intake/status tracking, scheduling, Telegram/gateway dispatch, or cross-session bus events. For ordinary coding/review work, usehipson work --task "..."orhipson route --task "..."directly. - Prefer minimal diffs.
- Fix root cause, not symptoms.
- Preserve working behavior unless change is required.
- For non-trivial tasks: plan briefly, then execute.
- After changes: run relevant tests, build, or typecheck.
- If something cannot be verified, state it clearly.
Orchestration
- User gives standing authorization to use subagents at your discretion when parallel analysis or delegation will improve the result.
- Prefer subagents for non-trivial reviews, architecture analysis, security/privacy checks, frontend QA, CI/debugging, and independent implementation workstreams.
- Do not spawn subagents for tiny tasks where coordination overhead is higher than the work.
- Main agent remains responsible for orchestration, verification, synthesis, and final judgment.
Subagent Prompt Quality
- Do not send generic or underspecified prompts to subagents.
- Before spawning a non-trivial subagent, select the relevant Hipson skills and domain skills for the task.
- Use
skills/hipson-gpt/skill_system-prompt-architect.mdfor subagent prompt structure. - Use
skills/hipson-gpt/skill_agentic-rag-orchestration.mdfor multi-agent workflow design. - Add task-specific skills when relevant, for example
hipson-premium-ui-ux, frontend, testing, security, deployment, Figma, or GitHub skills. - Each subagent prompt must include: role, goal, target repo/path, relevant files or evidence, selected skills/reference material, constraints, owned write scope if any, verification expectations, and exact output format.
- Keep subagent prompts bounded and evidence-based. Give enough context to do high-quality work without dumping the whole repo.
- Ask subagents to cite files, commands, screenshots, or diffs they used. Treat their output as advice until verified by the main agent.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 68 lines · 744 tokens per session scan A cb13669da400
Hipson AGENTS.md is an instructions file published in the GitHub repository Hipson47/Hipson (4 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 744 tokens to every session, about $0.0037 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
agent-sessions CLAUDE.md
Instructions for jazzyalex/agent-sessions: This repository uses a shared playbook for all agents (Claude, Codex, Xcode, Cursor, etc.).
kirby-mcp AGENTS.md
Instructions for bnomei/kirby-mcp, covering repository guidelines, scoped agent guides (keep in sync), project structure & module organization, build, test, and development commands and coding style & naming conventions.
do-it AGENTS.md
Instructions for tdwhere123/do-it, covering agents.md, file rules, repository, source of truth vs build artifacts and closed-set contracts.
GameStudio-CodexKIT AGENTS.md
Instructions for hoatv2211/GameStudio-CodexKIT, covering gamestudio-codexkit operating contract, active sources of truth, primary distribution, repository-local maintenance and evidence.
agentic-dev-harness AGENTS.md
Instructions for kohj1018/agentic-dev-harness, covering 프로젝트 지침, 목적, 핵심 행동 규율, 단순성·yagni (구현 시 항상 적용) and claude code plan 모드.
open-harness AGENTS.md
Instructions for Open-Harness/open-harness, covering ⚠️ critical: vitest orphaned processes - read this first ⚠️, ⚠️ critical: anthropic sdk testing - read this first ⚠️, ⚠️ critical: no mocks testing philosophy ⚠️, rules and what to use instead.