micro-interactions

micro-interactions is a skill for Claude Code from soumyachk101/VibeLens. It costs 86 tokens per session (2,966 once invoked), scanned A, original, MIT.

A checklist for reviewing how webpage controls behave in different states, such as hover, focus, loading, errors and disabled mode. It also checks feedback speed, confirmations, validation and touch target size.

In plain words
What is it for?
Use it to review forms, checkout buttons, table rows, toggles and other controls in a local webpage.
Why use it?
It helps find interaction problems that a still screenshot cannot show, while distinguishing code-defined states from states that were actually observed.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the vibelens plugin — 12 skills, 4 agents, 1 hook shipped together

Good fit Use it to review forms, checkout buttons, table rows, toggles and other controls in a local webpage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/soumyachk101/vibelens/micro-interactions
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 soumyachk101/VibeLens --skill micro-interactions
Clone the repo
git clone --depth 1 https://github.com/soumyachk101/VibeLens

Made for: Claude Code.

Or install vibelens, the plugin that ships this one along with the rest of its 12 skills, 4 agents, 1 hook.

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 micro-interactions

README.md
[![agentmods](https://agentmods.dev/badge/skills/soumyachk101/vibelens/micro-interactions/github.svg)](https://agentmods.dev/skills/soumyachk101/vibelens/micro-interactions)
Your own site
<a href="https://agentmods.dev/skills/soumyachk101/vibelens/micro-interactions"><img src="https://agentmods.dev/badge/skills/soumyachk101/vibelens/micro-interactions/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 micro-interactions

Your own site · 80×15
<a href="https://agentmods.dev/skills/soumyachk101/vibelens/micro-interactions"><img src="https://agentmods.dev/badge/skills/soumyachk101/vibelens/micro-interactions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,966 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.00086 $0.02966
Opus 5 $0.00043 $0.01483
Sonnet 5 $0.00017 $0.00593
Haiku 4.5 $0.00009 $0.00297

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

Security

Grade A, and why

micro-interactions 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 9d 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.

plugin/skills/micro-interactions/SKILL.md · 209 lines

How it starts

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

Micro-interaction audit

Target: $ARGUMENTS (if empty, ask for the URL, and ask which controls matter most — a form, a checkout button, a table row, a toggle).

What this skill can and cannot do

inspect_localhost_ui is read-only. It cannot hover, click, focus, type or scroll, and it returns a single still frame of the default state. You will never see a hover state, a focus ring or a pressed button in a capture you take unaided. Do not write a report that implies you did.

Verification therefore has exactly two routes, and every finding must name which one it came from:

  1. Read the state classes out of simplifiedDOM. A state that is styled is declared in the markup: hover:, active:, focus:, focus-visible:, focus-within:, disabled:, aria-disabled:, data-[state=...]:, group-hover:, peer-checked:, aria-* attributes, and the disabled attribute itself. If a variant is absent from the class list, the state does not exist — that is a real finding, provable without seeing it. Plain-CSS projects declare the same thing as :hover, :active, :focus-visible and :disabled rules; find the selector in the stylesheet by the class you read.

  2. Ask the user to render the state and hold it, then capture. This is the only way to see a state. Be specific and batch the requests so they do it once:

    Hover the primary CTA and keep the pointer on it, then tell me and I will capture. After that: press Tab until the focus ring is on the email input and leave it there. Then submit the form empty so the error state renders.

    If a state is reachable by other means, prefer that — it is repeatable and you can capture it yourself without waiting: a Storybook story per state, a ?state=loading dev query parameter, a temporary disabled prop, or a route that renders the error page directly. Ask for one of these when a state takes several steps to reach.

Behaviour in time — how fast a control acknowledges a click, whether an update is optimistic, whether validation fires per keystroke — is not observable at all from a still frame. Read it from the source: event handlers, onChange versus onBlur, isPending/isLoading flags, mutation callbacks. Report it as a code-read finding, not a visual one.

Read the full file on GitHub · 209 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. 9d ago First seen · 209 lines · 86 tokens per session scan A 6bdcd9f48523

Subscribe to this mod's changes

micro-interactions is a skill published in the GitHub repository soumyachk101/VibeLens (0 stars, last pushed 3d ago), licensed MIT. It adds 86 tokens to every session and 2,966 once invoked, about $0.0004 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

frontend-ui-engineering

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

addyosmani/agent-skills · 58 tokens

21st-ui

Find, install, and generate UI with 21st.dev. Use when the user asks for a UI component (pricing table, hero, navbar, dashboard, form, etc.), wants design inspiration, needs a brand logo as an SVG component, or wants to generate new UI from a prompt.

21st-dev/magic-mcp · 63 tokens

ui-designer

Elite UI/UX Design Lead & Frontend Architect. Generates distinctive, non-templated interfaces with opinionated aesthetics, deliberate typography, and exact UX copy. Triggers on UI design, frontend styling, or layout creation.

GulajavaMinistudio/awesome-copilot-id · 49 tokens

impeccable

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

GulajavaMinistudio/awesome-copilot-id · 189 tokens

shadcnui

Skill "shadcnui" from G1Joshi/Agent-Skills, covering shadcn/ui, when to use, core concepts, copy/paste and radix ui.

G1Joshi/Agent-Skills · 21 tokens

bootstrap

Bootstrap CSS framework for responsive design. Use for quick styling.

G1Joshi/Agent-Skills · 14 tokens