archipy-plugin AGENTS.md

A set of instructions for building applications that use the ArchiPy Python package. It describes the expected project structure, code-layer boundaries, Python and uv requirements, and available commands.

In plain words
What is it for?
Scaffolding apps, domains, adapters, business logic, services, tests, helpers, health checks, and other ArchiPy-based components.
Why use it?
It helps a coding agent follow the project’s architecture and avoid using library-maintenance tools in an application project.

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/syntaxarc/archipy-plugin/agents-md
Clone the repo
git clone --depth 1 https://github.com/SyntaxArc/archipy-plugin

Made for: Codex, OpenCode.

Per session 448 This file is loaded in full into every session.
When invoked 448 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.00448 $0.00448
Opus 5 $0.00224 $0.00224
Sonnet 5 $0.00090 $0.00090
Haiku 4.5 $0.00045 $0.00045

Measured yesterday against content hash 3bc69a479595, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 37 lines

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

Read the full file on GitHub · 37 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. yesterday First seen · 37 lines · 448 tokens per session scan A 3bc69a479595

Subscribe to this mod's changes

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.

Related

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.

maksimzayats/specx · 1,697 tokens

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.

Lians-ai/Lians · 285 tokens

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.

TresorAlad/Software-Factory-MCP · 521 tokens

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.

SebastienDegodez/skraft-plugin · 2,058 tokens

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.

SebastienDegodez/skraft-plugin · 1,438 tokens

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…

SebastienDegodez/skraft-plugin · 1,002 tokens