architecture

architecture is a skill for Claude Code, Codex from wprig/wprig. It costs 16 tokens per session (1,506 once invoked), scanned A, original, GPL-3.0.

Documentation for the file structure, components, and coding conventions of the WP Rig theme. A theme is the collection of files that controls a WordPress site's appearance and layout.

In plain words
What is it for?
Use it when building, editing, or reviewing WP Rig theme templates, components, and related files.
Why use it?
It helps developers understand how this theme is organized before changing it. It reduces confusion about where files belong and how code should be written.

Skill for Claude CodeCodex

About the project

WP Rig is a starter toolkit for developing WordPress themes with built-in practices for accessibility, mobile-first layouts, progressive enhancement, resilient design, and performance. WordPress theme developers use it as a foundation for parent or child themes.

wprig/wprig · 1,328 stars · on GitHub

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 skills/wprig/wprig/architecture
Any agent
npx skills add wprig/wprig --skill architecture
Clone the repo
git clone --depth 1 https://github.com/wprig/wprig

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 architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/wprig/wprig/architecture.svg)](https://agentmods.dev/skills/wprig/wprig/architecture)
Your own site
<a href="https://agentmods.dev/skills/wprig/wprig/architecture"><img src="https://agentmods.dev/badge/skills/wprig/wprig/architecture.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,506 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00016 $0.01506
Opus 5 $0.00008 $0.00753
Sonnet 5 $0.00003 $0.00301
Haiku 4.5 $0.00002 $0.00151

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

Security

Grade A, and why

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 5d 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.

.ai/skills/architecture/SKILL.md · 126 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 5d ago First seen · 126 lines · 16 tokens per session scan A 6a15381a38d5

Subscribe to this mod's changes

architecture is a skill published in the GitHub repository wprig/wprig (1,328 stars, last pushed 4d ago), licensed GPL-3.0. It adds 16 tokens to every session and 1,506 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-30.

Related

Other skills, from other repositories

evalscope

LLM evaluation & inference performance testing via the evalscope CLI. Translates natural language requests into evalscope commands for: (1) Model accuracy evaluation — runs 160+ benchmarks against local checkpoints or API endpoints (OpenAI-compatible, Anthropic, LiteLLM); (2) Performance stress testing — TTFT, TPOT…

modelscope/evalscope · 197 tokens

hotpath_init

Configure hotpath profiling in a Rust project. Adds the hotpath dependency with feature-gated setup, instruments main with hotpath::main, functions with measure/measureall, and wraps channels, mutexes, rwlocks, streams, futures, reqwest clients, axum routers and byte-level I/O with hotpath macros. Use when the user…

pawurb/hotpath-rs · 88 tokens

recon-sector

Parameterized sector recon using sector database.

uphiago/recon-skills · 11 tokens

wordpress-full-compromise

Use when verified WordPress findings may combine into an authorized path to administrative or server control.

uphiago/recon-skills · 23 tokens

opentelemetry-net-instrumentation

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.

Aaronontheweb/dotnet-skills · 56 tokens

hardwood-review

Review a Hardwood PR, local branch, or staged diff against the project's CLAUDE.md conventions and recurring failure modes. Use whenever the user asks to "review", "look over", "check", "audit", or "assess" a PR number, a branch, or pending changes in the hardwood-hq/hardwood repo. Also use when the user pastes a PR…

hardwood-hq/hardwood · 102 tokens