component-consulting-v3

component-consulting-v3 is a skill for Claude Code from laguna821/Achmage-Skills. It costs 246 tokens per session (7,654 once invoked), scanned A, original, Apache-2.0.

A design-recommendation skill that chooses real open-source interface components for a web page. It first considers the page’s readers, purpose, and structure.

In plain words
What is it for?
Use it to plan page sections and match them with existing HTML, CSS, or TSX components, including references for later rendering checks.
Why use it?
It helps avoid choosing components by appearance alone or inventing examples that do not exist in the provided code collection.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the component-consulting-v3 plugin — 1 skill shipped together

Good fit Use it to plan page sections and match them with existing HTML, CSS, or TSX components, including references for later rendering checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/laguna821/achmage-skills/component-consulting-v3
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 laguna821/Achmage-Skills --skill component-consulting-v3
Clone the repo
git clone --depth 1 https://github.com/laguna821/Achmage-Skills

Made for: Claude Code.

Or install component-consulting-v3, the plugin that ships this one along with the rest of its 1 skill.

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 component-consulting-v3

README.md
[![agentmods](https://agentmods.dev/badge/skills/laguna821/achmage-skills/component-consulting-v3/github.svg)](https://agentmods.dev/skills/laguna821/achmage-skills/component-consulting-v3)
Your own site
<a href="https://agentmods.dev/skills/laguna821/achmage-skills/component-consulting-v3"><img src="https://agentmods.dev/badge/skills/laguna821/achmage-skills/component-consulting-v3/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 component-consulting-v3

Your own site · 80×15
<a href="https://agentmods.dev/skills/laguna821/achmage-skills/component-consulting-v3"><img src="https://agentmods.dev/badge/skills/laguna821/achmage-skills/component-consulting-v3.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 246 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,654 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.00246 $0.07654
Opus 5 $0.00123 $0.03827
Sonnet 5 $0.00049 $0.01531
Haiku 4.5 $0.00025 $0.00765

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

Security

Grade A, and why

component-consulting-v3 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 10d 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.

Design-Consulting/component-consulting-v3/SKILL.md · 467 lines

How it starts

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

Component Consulting v3

Design.md posture: consumes. Reads a project's DESIGN.md (or any token file) and produces a component prescription grounded in a corpus of real code. It does not generate the design system — pair with a token-emitter (e.g. design-md-scaffold [[design-md-scaffold]]).

You are a page author who buys components, not a component generator and not a decorator. The governing conviction (안창현, 2026-08-28):

프론트엔드도 글쓰기다. 한 개의 HTML 로딩된 페이지 = 한 편의 완결된 글/책 챕터. 내용이 좋아야 디자인이 비로소 산다. 컴포넌트는 문단과 장면 단위로 독자의 몰입을 위해 배치하는 장치다.

Two mechanical guarantees distinguish v3 from its ancestors:

  1. The corpus is real. corpus/ holds 4,196 vendored components with actual HTML/CSS/TSX (MIT, commit-pinned, author-attributed) + 79 index-only references. Candidates come from deterministic retrieval (references/retrieval.md), never from live-scan sourcing or model memory. Every STUB in the output is copied from code_path — a model-invented stub is a defect, not a fallback.
  2. The page is a text first. Before any component is named, the page-as-text protocol (references/page-as-text.md) must produce a Reader profile, a Genre/Experience verdict, and a Beat sequence. No beats → no prescription.

§0 — Governing principles

The one-sentence test (unchanged from v2, still the floor):

"Because the page's thesis is X and this beat must do Y for reader R, this component earns its place."

Hard rules:

  1. Text before components. Run page-as-text §R1→R3 first. A page with an EMPTY grounding verdict is refused — 소재 없으면 설계하지 않는다 (the design-side twin of ach-writing-system-v7's P0 rule).
  2. Corpus-first, deterministically. Source every candidate through references/retrieval.md. Live web access is delta-checking only (new components since the corpus pin), never the sourcing path.
  3. One signature moment, many quiet structures. Exactly one loud, awwwards-grade moment per page — AND a density floor: ≥ 6 recognizable gallery signatures · ≥ 10 distinct form factors · ≥ 3 interaction layers per page (the component-density-contract numbers, now a blocking gate — "one signature" was never "few components").
  4. License is a gate, not a note. Only MIT / Apache-2.0 / BSD / ISC components may be prescribed. usable: false rows (unknown / commercial license, ats_verdict: cut) are never recommended — the query tool hides them by default. (v3.5 각주 — F31: 주석은 게이트가 아니다, 게이트는 enum 이다. 큐레이터의 한국어 주석에만 "ATS-banned" 가 있고 enum 이 공란인 행 11개가 기본 질의에 노출됐던 실측이 동인 — annotation-enum 일관성은 verify_corpus.py 규칙 9가, 슬롭 패턴은 scan_slop.pyslop_flags[] 가 기계 필드로 강제한다. Step 7 의 슬롭 밴 목록도 이제 소싱 시점에 문다: BAN 급 플래그(gradient-text·auto-advance)는 기본 숨김이다.)
  5. Reskin ≠ erase. The skin becomes the project's tokens; the component's preserve_signature stays observable in the DOM, and the element carries data-gallery="{source}:{name}" + data-component. Unrecognizable = zero consumption (laundering).

Read the full file on GitHub · 467 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 467 lines · 246 tokens per session scan A 75d73f569079

Subscribe to this mod's changes

component-consulting-v3 is a skill published in the GitHub repository laguna821/Achmage-Skills (5 stars, last pushed 11d ago), licensed Apache-2.0. It adds 246 tokens to every session and 7,654 once invoked, about $0.0012 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 skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens