copilot-kit ui-ux-pro-max.instructions.md

copilot-kit ui-ux-pro-max.instructions.md is an instructions file for GitHub Copilot from ivanshtokov/copilot-kit. It costs 2,176 tokens per session, scanned B, original, MIT.

A searchable design guide for user interfaces, covering visual styles, colour palettes, fonts, charts, product suggestions, user-experience rules, and framework-specific practices. It includes a workflow for analysing a design request and searching the relevant guidance.

In plain words
What is it for?
Use it when designing, building, reviewing, or improving a frontend such as a dashboard, online shop, SaaS product, portfolio, or landing page.
Why use it?
It gives the coding agent design references and a repeatable way to choose visual and usability details. This reduces guesswork when planning or reviewing a frontend interface.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

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.

agentmods
npx agentmods add instructions/ivanshtokov/copilot-kit/ui-ux-pro-max
Clone the repo
git clone --depth 1 https://github.com/ivanshtokov/copilot-kit

Made for: GitHub Copilot.

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 copilot-kit ui-ux-pro-max.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ivanshtokov/copilot-kit/ui-ux-pro-max.svg)](https://agentmods.dev/instructions/ivanshtokov/copilot-kit/ui-ux-pro-max)
Your own site
<a href="https://agentmods.dev/instructions/ivanshtokov/copilot-kit/ui-ux-pro-max"><img src="https://agentmods.dev/badge/instructions/ivanshtokov/copilot-kit/ui-ux-pro-max.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,176 This file is loaded in full into every session.
When invoked 2,176 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
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.02176 $0.02176
Opus 5 $0.01088 $0.01088
Sonnet 5 $0.00435 $0.00435
Haiku 4.5 $0.00218 $0.00218

Measured 5d ago against content hash 1d94807fd235, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

copilot-kit ui-ux-pro-max.instructions.md scanned grade B with 1 finding 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 5d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt update && sudo apt install python3
.github/instructions/ui-ux-pro-max.instructions.md · 232 lines

How it starts

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

UI/UX Pro Max - Design Intelligence

Searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.

Prerequisites

Check if Python is installed:

python3 --version || python --version

If Python is not installed, install it based on user's OS:

macOS:

brew install python3

Ubuntu/Debian:

sudo apt update && sudo apt install python3

Windows:

winget install Python.Python.3.12

How to Use This Workflow

When user requests UI/UX work (design, build, create, implement, review, fix, improve), follow this workflow:

Step 1: Analyze User Requirements

Extract key information from user request:

  • Product type: SaaS, e-commerce, portfolio, dashboard, landing page, etc.
  • Style keywords: minimal, playful, professional, elegant, dark mode, etc.
  • Industry: healthcare, fintech, gaming, education, etc.
  • Stack: React, Vue, Next.js, or default to html-tailwind

Step 2: Search Relevant Domains

Use search.py multiple times to gather comprehensive information. Search until you have enough context.

python3 .shared/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]

Recommended search order:

  1. Product - Get style recommendations for product type
  2. Style - Get detailed style guide (colors, effects, frameworks)
  3. Typography - Get font pairings with Google Fonts imports
  4. Color - Get color palette (Primary, Secondary, CTA, Background, Text, Border)
  5. Landing - Get page structure (if landing page)
  6. Chart - Get chart recommendations (if dashboard/analytics)
  7. UX - Get best practices and anti-patterns
  8. Stack - Get stack-specific guidelines (default: html-tailwind)

Step 3: Stack Guidelines (Default: html-tailwind)

If user doesn't specify a stack, default to html-tailwind.

python3 .shared/ui-ux-pro-max/scripts/search.py "<keyword>" --stack html-tailwind

Read the full file on GitHub · 232 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. 5d ago First seen · 232 lines · 2,176 tokens per session scan B 1d94807fd235

Subscribe to this mod's changes

copilot-kit ui-ux-pro-max.instructions.md is an instructions file published in the GitHub repository ivanshtokov/copilot-kit (2 stars, last pushed 7mo ago), licensed MIT. It adds 2,176 tokens to every session, about $0.0109 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

weapp-tailwindcss CLAUDE.md

Claude Code instructions for sonofmagic/weapp-tailwindcss, covering claude.md, project overview, monorepo structure, common development commands and build.

sonofmagic/weapp-tailwindcss · 1,259 tokens

tidyfactor-design AGENTS.md

Instructions for alwkala/tidyfactor-design, covering ⚡ skill & 24 modular slash commands (7 lifecycle stages) and critical architecture (non-negotiable).

alwkala/tidyfactor-design · 1,894 tokens

PixelPilot uiux-css-architecture.instructions.md

CSS methodology, modules, and styling strategies.

dev-lou/PixelPilot · 5,197 tokens

fern-marketing-site-template AGENTS.md

AGENTS.md instructions for fern-api/fern-marketing-site-template, covering agents.md, authoring rules, 1. design tokens, not raw values, 2. use cn() for conditional classes and 3. every page exports metadata; url structure is sacred.

fern-api/fern-marketing-site-template · 1,269 tokens

sin-frontend-design

OpenSIN-Code Skill — SOTA frontend design system + philosophy (Anthropic-compatible). Use when the user asks for design tokens, component specs (button, input, card, modal), page scaffolding, UI review, design-token extraction, WCAG a11y checks, responsive breakpoints, or Figma export. Falls back to templates if…

OpenSIN-Code/SIN-Code-Frontend-Design-Skill · 1,248 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens