onchainai: Skill for Claude Code

.agents/skills/web-design-guidelines/SKILL.md

web-design-guidelines is a skill for Claude Code from Coinyak/onchainai. It costs 143 tokens per session (2,722 once invoked), scanned A, original, MIT.

A broad review guide for judging a website or app interface. It covers layout, wording, calls to action, consistency, interaction states, mobile basics, speed signals, and accessibility basics.

In plain words
What is it for?
Use it to audit pages, dashboards, signup flows, settings screens, or marketing sites and prioritize the most important improvements.
Why use it?
It turns a general request to review a screen or user flow into a structured assessment of usability and visual quality.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

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

Reuse

Borrowing it

Nothing to install: this file belongs to Coinyak/onchainai. 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/Coinyak/onchainai/main/.agents/skills/web-design-guidelines/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Coinyak/onchainai

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 web-design-guidelines

README.md
[![agentmods](https://agentmods.dev/badge/skills/coinyak/onchainai/web-design-guidelines.svg)](https://agentmods.dev/skills/coinyak/onchainai/web-design-guidelines)
Your own site
<a href="https://agentmods.dev/skills/coinyak/onchainai/web-design-guidelines"><img src="https://agentmods.dev/badge/skills/coinyak/onchainai/web-design-guidelines.svg" alt="Measured on agentmods" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,722 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.00143 $0.02722
Opus 5 $0.00072 $0.01361
Sonnet 5 $0.00029 $0.00544
Haiku 4.5 $0.00014 $0.00272

Measured 8d ago against content hash 2789061e361a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

web-design-guidelines 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 8d 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.

.agents/skills/web-design-guidelines/SKILL.md · 274 lines

How it starts

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

Web Design Guidelines

Use this skill when the question is "how good is this interface overall, what is creating friction, and what should we fix first?"

This is the repo's broad interface audit / design-review anchor. It is not just a vendor-rule fetcher and it is not a replacement for specialized neighboring skills.

Read references/review-modes-and-categories.md before handling a broad page or flow review. Read references/handoff-boundaries.md when deciding whether the work belongs here, web-accessibility, responsive-design, ui-component-patterns, design-system, or react-best-practices. Read references/ui-audit-packet-template.md before writing a final review packet.

When to use this skill

  • Review a landing page, dashboard, signup flow, settings page, or marketing site for broad interface quality
  • Turn "review my UI" or "audit this UX" into a structured audit instead of scattered opinions
  • Judge hierarchy, clarity, spacing, consistency, component-state quality, CTA emphasis, and task friction together
  • Check whether a screen or flow is ready for implementation, release, or stakeholder review
  • Compare a page against broad interface heuristics and practical implementation guidelines
  • Convert mixed findings into one prioritized UI audit packet with explicit handoffs

When not to use this skill

  • The main task is accessibility remediation, keyboard/focus behavior, labels, semantic HTML, or manual-vs-automated WCAG verification → use web-accessibility
  • The main task is viewport adaptation, overflow, breakpoint strategy, or container-aware layout behavior → use responsive-design
  • The main task is reusable primitive / slot / variant API design or controlled-vs-uncontrolled component architecture → use ui-component-patterns
  • The main task is system-level token governance, visual language, or component-library foundations → use design-system
  • The main task is React rendering, hydration, state churn, bundle/runtime behavior, or performance debugging → use react-best-practices or performance-optimization
  • The task is only to paste automated tool output with no design judgment; run the tool directly, then return here to interpret and prioritize

Read the full file on GitHub · 274 lines

Files

What ships with it

5 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. 8d ago First seen · 274 lines · 143 tokens per session scan A 2789061e361a

Subscribe to this mod's changes

web-design-guidelines is a skill published in the GitHub repository Coinyak/onchainai (1 stars, last pushed 1mo ago), licensed MIT. It adds 143 tokens to every session and 2,722 once invoked, about $0.0007 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

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

shadcn-ui/ui · 94 tokens

magic-ui

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

magicuidesign/magicui · 56 tokens

kiranism-shadcn-dashboard

Guide for building features, pages, tables, forms, themes, and navigation in this Next.js 16 shadcn dashboard template. Use this skill whenever the user wants to add a new page, create a feature module, build a data table, add a form, configure navigation items, add a theme, set up RBAC access control, or work with…

Kiranism/next-shadcn-dashboard-starter · 142 tokens

sandbox

Visual HTML canvas sandbox for agent-driven UI and live previews.

alsk1992/CloddsBot · 13 tokens

favicon-icon-generator

Generate and validate favicon and application icon systems for web projects. Use when creating SVG icons, web manifests, framework metadata, or cross-platform favicon assets.

kennyzir/7deer_skills · 34 tokens

multi-surface-render

Multi-surface rendering with json-render — one JSON spec produces React web, Next.js, React Native, Ink terminal UIs, PDFs, emails, Remotion videos, OG images, and 3D scenes. Covers renderer target selection, registry mapping, and platform APIs (renderToBuffer, renderToStream, renderToFile). Use when generating output…

yonatangross/orchestkit · 98 tokens