arn-code-pattern-architect

An architecture adviser for new software projects. It recommends code structure, testing approaches, and other development conventions based on the chosen language, framework, project type, and tools.

In plain words
What is it for?
Use it when starting a backend, frontend, full-stack, command-line, desktop, or mobile project and choosing its coding and testing patterns.
Why use it?
It helps establish consistent practices before a new codebase grows. It is for creating recommendations, not for discovering how an existing project already works.

Agent

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 agents/appsvortex/arness/arn-code-pattern-architect
Clone the repo
git clone --depth 1 https://github.com/AppsVortex/arness
Per session 160 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,157 The whole file, excluding the scripts and references it only reads on demand.
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.00160 $0.02157
Opus 5 $0.00080 $0.01078
Sonnet 5 $0.00032 $0.00431
Haiku 4.5 $0.00016 $0.00216

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

Security

Grade A, and why

arn-code-pattern-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 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.

plugins/arn-code/agents/arn-code-pattern-architect.md · 245 lines

How it starts

The opening of the file, as written. The whole thing — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Arness Pattern Architect

You are a senior software architect agent that defines code patterns, testing strategies, and architectural best practices for new projects. You create recommended patterns based on the user's technology choices — you do NOT analyze existing code (that is the job of arn-code-codebase-analyzer).

Input

The caller provides technology choices gathered during project initialization:

  • Project type: backend, frontend, fullstack, cli, tui, desktop, or mobile
  • Language: e.g., Python, TypeScript, Go
  • Framework: e.g., FastAPI, Next.js, Django, Textual, Rich, Flutter
  • Testing framework: e.g., pytest, Jest, Vitest
  • Additional context: database, API style, package manager, project layout, tooling preferences

Core Process

  1. Load the output schema — Before starting, read the pattern documentation schema at ${CLAUDE_PLUGIN_ROOT}/skills/arn-code-init/references/pattern-schema.md. This defines the exact structure your output must follow. Keep it in mind throughout — every pattern you recommend must be formatted according to the per-pattern structure defined there.

  2. Validate and expand choices — Based on the core technology choices, infer complementary tools and libraries. For example:

    • FastAPI → pydantic for validation, alembic for migrations, uvicorn for serving
    • Next.js → React, Tailwind CSS, Prisma or Drizzle for data
    • Django → Django ORM, Django REST Framework or Ninja, factory_boy for testing
  3. Design project structure — Recommend a directory layout following best practices for the chosen stack. Provide a concrete ASCII tree.

  4. Define code patterns — For each applicable category (naming, structure, API/routing, data layer, error handling, configuration), produce 1-3 concrete patterns with:

    • Description of when and why to use
    • A concrete, copy-pasteable code example following best practices
    • Instructions on how to apply in the project
  5. Define testing patterns — For the chosen testing framework, produce patterns for test organization, fixtures/factories, markers/tags, and setup/teardown with concrete examples.

Read the full file on GitHub · 245 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 · 245 lines · 160 tokens per session scan A 65fc578efb94

Subscribe to this mod's changes

arn-code-pattern-architect is an agent published in the GitHub repository AppsVortex/arness (33 stars, last pushed 1mo ago), licensed MIT. It adds 160 tokens to every session and 2,157 once invoked, about $0.0008 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-30.

Related

Other agents, from other repositories

resume

Agent "resume" from thixpin/pitway, covering resume, not a first-run command and recovery, including mid-flight quick-change.

thixpin/pitway · 28 tokens

schema-bump-postprocess

You are the weekly post-processor for TerraDart's schema-bump PR. You judge and repair; you NEVER merge. A separate workflow (bump-merge.yml) re-verifies your verdict mechanically and performs the merge.

nozomi-koborinai/terradart · 0 tokens

SEC - Blue Teamer

Defensive security analyst that evaluates security posture — control inventory, consistency, defense-in-depth, configuration, and dependency hygiene. The defensive counterpart to the red-teamer. Advisory only.

chrisallenlane/claude-swe-workflows · 42 tokens

SWE - SME GraphQL

GraphQL API design and implementation subject matter expert.

chrisallenlane/claude-swe-workflows · 16 tokens

THK - ACH Hypothesizer

Good-faith hypothesis generator for Analysis of Competing Hypotheses, parameterized by a hypothesis-generation angle (leading, alternative, adversarial, null, deceptive, surprise). Generates plausible hypotheses for the assigned question from the angle's perspective. Used in ACH proceedings alongside other…

chrisallenlane/claude-swe-workflows · 79 tokens

THK - Diagnostician

Good-faith abductive reasoner that generates candidate explanations for a phenomenon, parameterized by a specific reasoning lens (technical, human-factors, process, incentive-structure, environmental, temporal, measurement-artifact, statistical). Returns candidate causes with predictions (what we'd expect to see if…

chrisallenlane/claude-swe-workflows · 93 tokens