agentic-architecture

agentic-architecture is a skill for Claude Code, Codex from Ovid/paad. It costs 65 tokens per session (124 once invoked), scanned A, original, MIT.

A guide for assessing the structural health of a software codebase before major changes. It examines how the system is organized, connected, and likely to handle future growth.

In plain words
What is it for?
Use it when onboarding to an unfamiliar repository, planning a redesign, reviewing rapid growth, or checking architecture before a major refactor. It assesses problems but does not fix them or review branch differences.
Why use it?
It helps reveal architectural strengths and risks before a redesign or refactor makes them more expensive to address. A refactor changes code structure without necessarily changing its behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when onboarding to an unfamiliar repository, planning a redesign, reviewing rapid growth, or checking architecture before a major refactor. It assesses problems but does not fix them or review branch differences.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ovid/paad/agentic-architecture
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.

Any agent
npx skills add Ovid/paad --skill agentic-architecture
Clone the repo
git clone --depth 1 https://github.com/Ovid/paad

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentic-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/ovid/paad/agentic-architecture.svg)](https://agentmods.dev/skills/ovid/paad/agentic-architecture)
Your own site
<a href="https://agentmods.dev/skills/ovid/paad/agentic-architecture"><img src="https://agentmods.dev/badge/skills/ovid/paad/agentic-architecture.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 124 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00065 $0.00124
Opus 5 $0.00032 $0.00062
Sonnet 5 $0.00013 $0.00025
Haiku 4.5 $0.00006 $0.00012

Measured 7d ago against content hash 0fe8e7080db4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

agentic-architecture 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 7d 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.

kiro_and_antigravity/skills/.agent/skills/agentic-architecture/SKILL.md · 12 lines

What it actually says

Agentic Architecture Analysis (Antigravity Wrapper)

This is a project-specific skill. The detailed checklist and procedures are in: .kiro/skills/agentic-architecture/SKILL.md

Please refer to that file for the full criteria.

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. 7d ago First seen · 12 lines · 65 tokens per session scan A 0fe8e7080db4

Subscribe to this mod's changes

agentic-architecture is a skill published in the GitHub repository Ovid/paad (110 stars, last pushed 2d ago), licensed MIT. It adds 65 tokens to every session and 124 once invoked, about $0.0003 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 skills, from other repositories

nopua

A guidance skill for coding agents that promotes patient, thorough, self-directed work instead of fear or threats.

wuji-labs/nopua · 90 tokens

nopua-lite

NoPUA Lite — core wisdom in 1.5k tokens. Drives AI with trust and inner motivation instead of fear. Same Daoist philosophy, minimal footprint. For personal use and small-context models.

wuji-labs/nopua · 46 tokens

ccg-namespace

Isolate read-only CCG search, documentation discovery, and analysis by namespace. Use when working across multiple repositories or services, preventing cross-project graph leakage, federating supported reads, or traversing materialized cross-namespace references. Do not use for graph writes or scoped updates; the user…

tae2089/code-context-graph · 73 tokens

wgm

Autonomous build skill that turns a rough request into working software through a relentless requirements interview (grill), a persistent plan, and a Ralph-style build loop (analyze → implement → validate → review → record). Use when the user runs /wgm, or asks to build, implement, prototype, or ship a feature or app…

agent-frontier/wgm · 155 tokens

rugged

Companion review skill that stress-tests a request, spec, plan, diff, or system against the operators and environment that will actually run it, not an idealized one. Runs a disciplined lifecycle (Triage -> Context -> Bottleneck decomposition -> Simplify -> Field test -> Verdict) and emits exactly one of three…

agent-frontier/wgm · 182 tokens

teach-me

Companion learning skill that makes a codebase legible fast. Surveys a repository, builds a cited map, runs a guided tour in dependency order, and finishes with a validated first change so the learner has actually moved the code. Use when the user runs /teach-me, or asks to learn, understand, onboard onto, get up to…

agent-frontier/wgm · 149 tokens