archi-brief-scan

archi-brief-scan is a skill for Claude Code from JiuNian3219/architext. It costs 42 tokens per session (1,253 once invoked), scanned A, original, MIT.

A protocol-only scanner that finds a project brief, inventories linked assets, and checks whether external references can be reached for an architecture workflow.

In plain words
What is it for?
Use it only inside the specified /archi.init protocol, where it returns structured scan results for the calling process.
Why use it?
It collects the information needed before architecture work and reports missing briefs or unreachable references without changing project files.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Good fit Use it only inside the specified /archi.init protocol, where it returns structured scan results for the calling process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jiunian3219/architext/archi-brief-scan
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 JiuNian3219/architext --skill archi-brief-scan
Clone the repo
git clone --depth 1 https://github.com/JiuNian3219/architext

Made for: Claude Code.

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 archi-brief-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/jiunian3219/architext/archi-brief-scan/github.svg)](https://agentmods.dev/skills/jiunian3219/architext/archi-brief-scan)
Your own site
<a href="https://agentmods.dev/skills/jiunian3219/architext/archi-brief-scan"><img src="https://agentmods.dev/badge/skills/jiunian3219/architext/archi-brief-scan/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for archi-brief-scan

Your own site · 80×15
<a href="https://agentmods.dev/skills/jiunian3219/architext/archi-brief-scan"><img src="https://agentmods.dev/badge/skills/jiunian3219/architext/archi-brief-scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,253 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.00042 $0.01253
Opus 5 $0.00021 $0.00626
Sonnet 5 $0.00008 $0.00251
Haiku 4.5 $0.00004 $0.00125

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

Security

Grade A, and why

archi-brief-scan 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 11d 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.

templates/en/skills/archi-brief-scan/SKILL.md · 96 lines

How it starts

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

Invocation

  • Auto-invoke: No, not triggered by model based on description.
  • Trigger location: Only explicitly called via [[SUBAGENT]] / [[NO-SUBAGENT]] in /archi.* protocols.
  • Execution context: When subagent supported must execute in independent subagent/independent context; only downgrade to inline Skill when no subagent.
  • Boundary: Only return protocol-required structured artifacts, subsequent write, confirm and signoff handled by calling protocol.

Design Conventions

  1. No Side Effects: Do not write files, do not execute commands
  2. Parse + Scan + Check Three-in-One: Brief location / Asset inventory / External reference reachability completed in one pass
  3. User Interaction Extracted: unreachable only output as field to main agent, this skill does not do [A/B/C] Gate
  4. Missing Exits: When Brief completely doesn't exist return { status: "no_brief" }, caller decides next steps

Execution Phases

step_a_locate Locate Brief

  1. If caller passes brief_path → Use that path
  2. Otherwise search in following order, take first existing non-empty file:
    • project-brief.md (project root directory)
    • [[__DOCS_DIR__]]/project-brief.md
  3. If none exist or all candidates empty → Return { status: "no_brief" } and exit

Output: brief_file_path or no_brief status.

step_b_asset_scan Asset Inventory and Reachability

Prerequisite: step_a successfully obtained brief_file_path.

b.1 brief-assets/ directory scan: Check if brief-assets/ exists in project root, if exists recursively enumerate all files, record path and type (image / pdf / json / md / schema / txt / other). Read content of readable files; binary only record meta info (type + size).

b.2 Brief full text external reference scan: Match Markdown links [text](URL) / ![alt](URL), bare URLs https?://..., relative paths ./... / ../.... For each reference determine type:

Type Determination Handling
brief-assets/ local file Path starts with ./brief-assets/ or brief-assets/ Match with b.1 results, mark [reachable-local]
Public HTTP(S) URL Accessible (no auth) Try to read, success mark [reachable-remote], failure mark [unreadable]
Auth-required link Returns 401/403 or Notion/Google Drive private link Mark [unreadable-auth-required]
Dead link 404/timeout Mark [unreadable-dead]
Pure descriptive reference Not real URL (e.g. "refer to iOS HIG guidelines") Mark [descriptive-no-access-needed]

Read the full file on GitHub · 96 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. 11d ago First seen · 96 lines · 42 tokens per session scan A fc50b392cc2e

Subscribe to this mod's changes

archi-brief-scan is a skill published in the GitHub repository JiuNian3219/architext (14 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 1,253 once invoked, about $0.0002 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

ppt-orchestrator

A dispatcher for creating presentations, slide decks, long images, and weekly reports. It chooses a visual style and output format, then sends the work to a more specialised add-on.

huangrichao2020/pretty-skills · 160 tokens

zhongguose-html-skill

An HTML-only presentation system using traditional Chinese colours and Chinese-style visual design. It helps organise source material into a report structure and produces a self-contained HTML file with its assets.

huangrichao2020/pretty-skills · 232 tokens

dashiai-ppt

A presentation-making add-on that creates an HTML slide deck from preset visual page designs. The result can open offline in a browser and can be exported as a PowerPoint or PDF file.

huangrichao2020/pretty-skills · 62 tokens

教程类H5-小红书小工具

A method for building offline, single-page course experiences for Xiaohongshu’s Mini Tools, which are interactive pages published inside the platform. It combines written lessons, generated illustrations, and JavaScript page switching in a constrained container.

huangrichao2020/pretty-skills · 110 tokens

wechat-delivery

A workflow for preparing WeChat Official Account articles, images, covers, and publishing files in Chinese. WeChat Official Accounts are channels used by organizations to publish articles to followers.

huangrichao2020/pretty-skills · 129 tokens

ai-image-to-pptx

A workflow that creates a set of related images with AI and places them into a real PowerPoint file. The resulting .pptx file can be opened and edited in PowerPoint, Keynote, or WPS.

huangrichao2020/pretty-skills · 93 tokens