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/syntaxarc/archipy-plugin/agents-mdgit clone --depth 1 https://github.com/SyntaxArc/archipy-pluginWhat 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.00448 | $0.00448 |
| Opus 5 | $0.00224 | $0.00224 |
| Sonnet 5 | $0.00090 | $0.00090 |
| Haiku 4.5 | $0.00045 | $0.00045 |
Grade A, and why
archipy-plugin 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 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 — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ArchiPy Plugin — Agent Instructions
Works in Cursor and Claude Code.
Consumer plugin for apps that depend on PyPI archipy.
Not for maintaining the ArchiPy library (no graphify, library changelog, or core monorepo tooling).
Essentials
- Python 3.14+, package manager
uv - Call flow:
services → logics (atomic UoW) → repositories → adapters → ArchiPy - Import direction:
configs ← models ← helpers ← repositories / logics / services
Prefer plugin entry points
| Need | Command / skill |
|---|---|
| New app tree | /scaffold-app |
| Full domain slice | /scaffold-domain |
| Adapter / logic / service / BDD | /scaffold-adapter, /scaffold-logic, /scaffold-service, /scaffold-bdd |
| Helpers | /scaffold-utils, /scaffold-decorator, /scaffold-interceptor |
| Redis search | /redis-search (full-text, vector, caching) |
| Health checks | /scaffold-health-checks, /docs-health-checks |
| Docs | /docs-quickstart, /docs-adapters, /docs-helpers, /docs-config, /docs-errors, /docs-testing, /docs-observability, /docs-health-checks |
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 · 37 lines · 448 tokens per session scan A 3bc69a479595
archipy-plugin AGENTS.md is an instructions file published in the GitHub repository SyntaxArc/archipy-plugin (2 stars, last pushed 8d ago), licensed MIT. It adds 448 tokens to every session, about $0.0022 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
specx AGENTS.md
Instructions for maksimzayats/specx, covering agent instructions, repository purpose, repo map, root commands and skill authoring rules.
Lians copilot-instructions.md
Instructions for Lians-ai/Lians: Lians Guard is the current-state and completion guard for AI coding agents. Keep the primary product loop focused on four results: RECOVERED, STALE, BLOCKED, and READY FOR HUMAN REVIEW.
Software-Factory-MCP AGENTS.md
AGENTS.md instructions for TresorAlad/Software-Factory-MCP, covering agents - agentic software factory mcp, available agents, recommended flow, examples and useful tools.
skraft-plugin AGENTS.md
AGENTS.md instructions for SebastienDegodez/skraft-plugin, covering graphify, skraft-framework documentation, repository structure, test placement rules and vally evaluation rules.
skraft-plugin skraft-handbook-content.instructions.md
Use when writing or editing SKRAFT handbook pages under docs/site/ (FR or EN). Enforces the Diátaxis structure, the Starbucks fil rouge, the artifact-flow connectors between phases, and FR/EN parity. Load before authoring any handbook page, phase page, catalogue page, or deep-dive.
skraft-plugin skraft-handbook-agent-chains.instructions.md
Use when adding or changing an agent, sub-agent (worker), reviewer, skill or review lens under plugins/ and the SKRAFT handbook (docs/site/) must reflect the new orchestration chain. Enforces where each agent-chain must be surfaced, FR/EN parity, no dangling derived links, and the validation gate. Load before editing…