reqwise-figma-mcp: Skill for Claude Code

.claude/skills/figma-sitemap/SKILL.md

figma-sitemap is a skill for Claude Code from hoangpm96/reqwise-figma-mcp. It costs 46 tokens per session (3,335 once invoked), scanned A, original, MIT.

A Figma diagram of a product's information architecture: every page and the page that contains it. It shows the product's structure before individual screens are designed.

In plain words
What is it for?
Use it to map a product's pages, check a user flow against the page structure, and identify information-architecture questions before screen design.
Why use it?
It prevents missing pages and unclear parent-child relationships, such as whether a detail page belongs under a section or sits beside it. It can also expose screens used in a flow that have no place in the structure.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

This is hoangpm96/reqwise-figma-mcp's own configuration. It tells Claude Code how to work on reqwise-figma-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything reqwise-figma-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hoangpm96/reqwise-figma-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hoangpm96/reqwise-figma-mcp/main/.claude/skills/figma-sitemap/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hoangpm96/reqwise-figma-mcp

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 figma-sitemap

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangpm96/reqwise-figma-mcp/figma-sitemap/github.svg)](https://agentmods.dev/skills/hoangpm96/reqwise-figma-mcp/figma-sitemap)
Your own site
<a href="https://agentmods.dev/skills/hoangpm96/reqwise-figma-mcp/figma-sitemap"><img src="https://agentmods.dev/badge/skills/hoangpm96/reqwise-figma-mcp/figma-sitemap/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 figma-sitemap

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangpm96/reqwise-figma-mcp/figma-sitemap"><img src="https://agentmods.dev/badge/skills/hoangpm96/reqwise-figma-mcp/figma-sitemap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,335 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.00046 $0.03335
Opus 5 $0.00023 $0.01667
Sonnet 5 $0.00009 $0.00667
Haiku 4.5 $0.00005 $0.00333

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

Security

Grade A, and why

figma-sitemap 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 4d 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.

.claude/skills/figma-sitemap/SKILL.md · 246 lines

How it starts

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

/figma-sitemap — What the product is made of

Read ../reqwise-diagram-rules.md first — connection gate, the four levels of correct, the findings loop, frame placement, verification. This file carries only what is specific to a sitemap.

Goal

Answer the question a screen-drawing session assumes an answer to and almost never has one for: which pages exist, and where does each one live? A spec names screens as it happens to need them; nothing in it says whether "Chi tiết liên hệ" is under "Liên hệ" or beside it, or whether "Báo cáo" is a page or just a menu heading.

Output: one Figma frame Sitemap · <title>, plus the IA questions the tree exposed — and, if a userflow is on the same page, the screens the flow walks through that the architecture has no page for.

Constraints

Hard rules — never violate

  • An edge is CONTAINMENT, not navigation. parent means "this page lives under that one". It does not mean "the user came from there". This is the rule the whole kind rests on, and the tool enforces it structurally: there is no edges array, no arrow token in the compact form, and no arrow heads on the drawn lines. If you want an arrow, you want /figma-userflow — a different diagram, drawn separately.
  • One page appears ONCE. A tree has one parent per node. A page genuinely reachable from two places is navigation, and belongs in a flow; the tool drops the second declaration and says so.
  • Use the user's words for label. It is the word in the nav, not the route or the component name. contacts-list is an id; "Danh sách liên hệ" is a label.
  • section only for a heading with no page behind it. If clicking it shows something, it is a page with children.
  • Never invent a page to fill a gap in the tree. A branch with one child is a finding about the IA, not a missing box.

Write it in the compact form

text instead of pages, at roughly a third of the tokens. Indentation is the model — the same shape the nav has on screen and a folder tree has on disk, so the thing that says "contains" is the thing every reader already uses to say it:

Read the full file on GitHub · 246 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. 4d ago First seen · 246 lines · 46 tokens per session scan A 0cd49110f6f4

Subscribe to this mod's changes

figma-sitemap is a skill published in the GitHub repository hoangpm96/reqwise-figma-mcp (65 stars, last pushed 3d ago), licensed MIT. It adds 46 tokens to every session and 3,335 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-09-18.

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 $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 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