edgequake: Skill for Claude Code

.github/skills/ux-ui-analyze-single-page/SKILL.md

ux-ui-analyze-single-page is a skill for Claude Code, Codex from raphaelmansuy/edgequake. It costs 58 tokens per session (438 once invoked), scanned A, original, Apache-2.0.

Instructions for adding CopilotKit to a Next.js application. CopilotKit connects the application interface to an AI model so the model can read application state and trigger actions.

In plain words
What is it for?
Use it to add chat panels or other AI copilots to Next.js dashboards and productivity applications, including integrations with self-hosted or multiple model providers.
Why use it?
It explains how to build AI interfaces that understand what is happening in the app and can make requested changes. It also covers custom model endpoints and user approval steps.

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,091 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-analyze-single-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-analyze-single-page

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/raphaelmansuy/edgequake/ux-ui-analyze-single-page"><img src="https://agentmods.dev/badge/skills/raphaelmansuy/edgequake/ux-ui-analyze-single-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 29
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
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.00058 $0.00438
Opus 5 $0.00029 $0.00219
Sonnet 5 $0.00012 $0.00088
Haiku 4.5 $0.00006 $0.00044

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

Security

Grade A, and why

ux-ui-analyze-single-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 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.

.github/skills/ux-ui-analyze-single-page/SKILL.md · 47 lines

What it actually says

Single-Page UI Analysis (Write Immediately)

When to use

Use this skill when:

  • screenshots already exist and need describing
  • the user wants analysis written out immediately after each page capture
  • you must avoid carrying multi-page context

Inputs

  • ux_ui_map/requests/{page}.json
  • ux_ui_map/screenshots/{page}/desktop.png
  • ux_ui_map/screenshots/{page}/tablet.png
  • ux_ui_map/screenshots/{page}/mobile.png

Output

  • ux_ui_map/pages/{page}.md (created/updated immediately)

Rules

  • Descriptive only: do not judge, do not recommend, do not assign severity.
  • Focus on the hierarchy: page → regions → containers → components → elements.
  • If information is uncertain from the screenshot, say so plainly (e.g., “Text is not legible at this resolution”).
  • Do not reference previous pages unless explicitly asked.

Procedure

  1. Load the request JSON to confirm route and expected screenshot paths.
  2. Inspect desktop screenshot first (structure), then tablet/mobile (responsive changes).
  3. Write/update the page doc using the template at ux_ui_map/pages/{page}.md:
    • Overview (route/title)
    • ASCII layout diagram (approximate)
    • Screenshot table
    • Regions/containers/components
  4. Stop after writing this one page.

Example prompt that should trigger this skill

  • “Analyze the dashboard screenshots and write the page doc now.”
  • “Rewrite the corresponding analysis immediately for /documents.”
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 · 47 lines · 58 tokens per session scan A 7f33c9e17361

Subscribe to this mod's changes

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