edgequake: Skill for Claude Code

.github/skills/ux-ui-map-page-by-page/SKILL.md

ux-ui-map-page-by-page is a skill for Claude Code, Codex from raphaelmansuy/edgequake. It costs 63 tokens per session (680 once invoked), scanned A, original, Apache-2.0.

A page-by-page process for documenting a website's user interface and user experience, including screenshots for desktop, tablet, and mobile. It handles one website route, or page address, at a time.

In plain words
What is it for?
Capturing page screenshots, writing per-page documentation, preparing analysis requests, and maintaining an index of captured pages.
Why use it?
It prevents a large website review from becoming difficult to manage by recording each page immediately before moving on.

Skill for Claude CodeCodex

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

This is raphaelmansuy/edgequake's own configuration. It tells Claude Code and Codex how to work on edgequake 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 edgequake configures →

About the project

EdgeQuake is a Rust framework that turns documents into knowledge graphs for GraphRAG, a retrieval-and-generation approach that uses linked facts to help language models find relevant information. It is used to build applications that search and generate answers from document collections.

raphaelmansuy/edgequake · 2,092 stars · on GitHub · edgequake.com

Reuse

Borrowing it

Nothing to install: this file belongs to raphaelmansuy/edgequake. 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/raphaelmansuy/edgequake/edgequake-main/.github/skills/ux-ui-map-page-by-page/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/raphaelmansuy/edgequake

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 ux-ui-map-page-by-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/raphaelmansuy/edgequake/ux-ui-map-page-by-page/github.svg)](https://agentmods.dev/skills/raphaelmansuy/edgequake/ux-ui-map-page-by-page)
Your own site
<a href="https://agentmods.dev/skills/raphaelmansuy/edgequake/ux-ui-map-page-by-page"><img src="https://agentmods.dev/badge/skills/raphaelmansuy/edgequake/ux-ui-map-page-by-page/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 ux-ui-map-page-by-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/raphaelmansuy/edgequake/ux-ui-map-page-by-page"><img src="https://agentmods.dev/badge/skills/raphaelmansuy/edgequake/ux-ui-map-page-by-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 680 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00063 $0.00680
Opus 5 $0.00032 $0.00340
Sonnet 5 $0.00013 $0.00136
Haiku 4.5 $0.00006 $0.00068

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

Security

Grade A, and why

ux-ui-map-page-by-page 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 13d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/page_artifacts.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.github/skills/ux-ui-map-page-by-page/SKILL.md · 68 lines

How it starts

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

UX/UI Map (Page-by-Page)

When to use

Use this skill when the user asks to:

  • capture screens page by page
  • avoid “capture everything then analyze later”
  • generate/update ux_ui_map/ artifacts

Key rule (memory-safe)

Process exactly one route at a time:

  1. Navigate route
  2. Capture screenshots (desktop/tablet/mobile)
  3. Immediately write/update the page doc in ux_ui_map/pages/
  4. Immediately write/update the page request in ux_ui_map/requests/
  5. Only then move to the next route

Do not keep previous pages in working context.

Output contract

Write these files as you go:

  • ux_ui_map/pages/{page}.md (page documentation)
  • ux_ui_map/screenshots/{page}/...png (screenshots)
  • ux_ui_map/requests/{page}.json (analysis request inputs)
  • ux_ui_map/capture-index.jsonl (append-only log, one JSON object per captured route)

Templates:

Helper script:

Script usage

Scaffold the expected files/folders for one page:

node .github/skills/ux-ui-map-page-by-page/scripts/page_artifacts.mjs scaffold --page dashboard --route /

Validate that a page has its 3 required screenshots and docs:

node .github/skills/ux-ui-map-page-by-page/scripts/page_artifacts.mjs validate --page dashboard

Naming

  • {page} is a stable slug (e.g. dashboard, documents, query, graph, settings, api-explorer, login).
  • Screenshot names include viewport suffix: desktop.png, tablet.png, mobile.png.

Minimal checklist per route

  • Route loads without hard failure (HTTP/blank page)
  • 3 screenshots saved (desktop/tablet/mobile)
  • ux_ui_map/pages/{page}.md created/updated
  • ux_ui_map/requests/{page}.json created/updated
  • Capture appended to ux_ui_map/capture-index.jsonl

Example prompts that should trigger this skill

  • “Capture the UI page-by-page and write analysis immediately.”
  • “Update the UX/UI mapping, but don’t blow the context window.”
  • “Generate ux_ui_map/ artifacts for all routes.”

Read the full file on GitHub · 68 lines

Files

What ships with it

3 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. 13d ago First seen · 68 lines · 63 tokens per session scan A c43c25b1bc5f

Subscribe to this mod's changes

ux-ui-map-page-by-page is a skill published in the GitHub repository raphaelmansuy/edgequake (2,092 stars, last pushed yesterday), licensed Apache-2.0. It adds 63 tokens to every session and 680 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

rag-remember

Store a fact, decision, or observation into the personal LightRAG knowledge graph immediately.

butchokoy25/lightrag-claude-skills · 21 tokens

rag-sync

End-of-session review and sync of learnings to the personal LightRAG knowledge graph.

butchokoy25/lightrag-claude-skills · 20 tokens

langchain

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…

davila7/claude-code-templates · 79 tokens

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

Graphify-Labs/graphify · 76 tokens

browserwing-executor

Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, accessibility snapshot analysis, screenshot, JavaScript execution, and batch operations.

MemTensor/MemOS · 42 tokens

ask-user-question

Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.

MemTensor/MemOS · 44 tokens