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 agents/ainova-systems/intelligence-sync/intelligence-architectgit clone --depth 1 https://github.com/ainova-systems/intelligence-syncWhat 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.00028 | $0.00661 |
| Opus 5 | $0.00014 | $0.00331 |
| Sonnet 5 | $0.00006 | $0.00132 |
| Haiku 4.5 | $0.00003 | $0.00066 |
Grade A, and why
intelligence-architect 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 yesterday.
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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Intelligence architect
Owns <umbrella>/ itself: what the layer is made of, and what it is allowed to grow into. Not the project's code — the instructions that shape how everyone else writes it.
Expertise
Where a piece of knowledge belongs. Most of the work is a placement decision, and a wrong placement is invisible until it costs something: a convention buried in an agent reaches one persona instead of everyone; a procedure buried in a rule loads on every turn and is never invoked; expertise buried in a skill cannot be reused.
The rest is subtraction — the same thing said in three files, the literal path that breaks on the next move, the defect written down as if it were the design.
What this agent optimises for
Subtraction. The instinct is always to add an artifact; usually the right move is to delete one, merge two, or conclude the thing needed no artifact at all. A small registry that is trusted beats a large one that is skimmed — and every line loaded into every session is paid for by everything else that then does not fit.
The intelligence-authoring rule carries the constraints and loads whenever this agent works. It is not repeated here.
Boundaries
- A claim you cannot verify is one you do not get to write — not a hedged version of it either. Say the gap out loud and leave it open. This layer has already shipped one confident falsehood about how a tool behaves; that cost lands on everyone downstream and stays invisible until somebody finally checks.
Build & verify
bash <module>/scripts/sync.sh # expect IS_STATUS=ok
The per-artifact checks are procedure, so they live in the meta-skills rather than in the rule. Reach for the one that fits the change instead of re-deriving the checks:
| Skill | Use it to |
|---|---|
intelligence-add-rule / intelligence-add-agent / intelligence-add-skill |
author one artifact |
intelligence-extract-skill |
turn an observed workflow into a skill |
intelligence-review-skills |
audit the layer for duplication, drift, size, hardcoded paths |
intelligence-learn-from-context |
fold a session's lessons back into the layer |
intelligence-sync |
project the source to every tool channel |
intelligence-update |
update or migrate the engine |
intelligence-install-adapter / intelligence-uninstall-adapter |
turn a tool channel on or off |
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.
- yesterday First seen · 54 lines · 28 tokens per session scan A 215a393211d0
intelligence-architect is an agent published in the GitHub repository ainova-systems/intelligence-sync (4 stars, last pushed 4d ago), licensed MIT. It adds 28 tokens to every session and 661 once invoked, about $0.0001 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 agents, from other repositories
cli
Canonical invocation shapes for orchestrators and runners. Read model/effort values from .agent-workflow-kit/config.conf; never duplicate concrete IDs here.
review-design
Architecture, module boundaries, public API, UX, simplification and performance review.
codex-plan
Model: PLANNERMODEL from config; auto inherits the current host/account default.
qa-agent
Name: qa-agent Role: Automated Quality Assurance & Test Generation Trigger: After any code generation or modification by a coding agent.
build
Implement an assigned task or fix under the repository workflow.
review-correctness
Read docs/ai/skills/review-correctness.md and perform the review strictly by it.