Hipson AGENTS.md

Project instructions for Hipson47/Hipson, including coding-agent behavior, repository workflows, and standards for planning, editing, and verification. They also describe when to use Hipson commands for routing or coordinating work.

In plain words
What is it for?
Guiding ordinary coding and review tasks, including routing work, using Hermes when needed, keeping diffs small, and testing changes.
Why use it?
They give agents a consistent way to inspect a repository, choose a workflow, make focused changes, and run appropriate checks afterward.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/hipson47/hipson/agents-md
Clone the repo
git clone --depth 1 https://github.com/Hipson47/Hipson

Made for: Codex, OpenCode.

Per session 744 This file is loaded in full into every session.
When invoked 744 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce 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

Measured 2d ago against content hash cb13669da400, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 68 lines

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. Use hipson 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, use hipson work --task "..." or hipson 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.md for subagent prompt structure.
  • Use skills/hipson-gpt/skill_agentic-rag-orchestration.md for 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.

Read the full file on GitHub · 68 lines

Changes

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.

  1. 2d ago First seen · 68 lines · 744 tokens per session scan A cb13669da400

Subscribe to this mod's changes

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.

Related

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.).

jazzyalex/agent-sessions · 319 tokens

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.

bnomei/kirby-mcp · 860 tokens

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.

tdwhere123/do-it · 873 tokens

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.

hoatv2211/GameStudio-CodexKIT · 1,547 tokens

agentic-dev-harness AGENTS.md

Instructions for kohj1018/agentic-dev-harness, covering 프로젝트 지침, 목적, 핵심 행동 규율, 단순성·yagni (구현 시 항상 적용) and claude code plan 모드.

kohj1018/agentic-dev-harness · 1,490 tokens

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.

Open-Harness/open-harness · 3,011 tokens