chatgpt-vue3-light-mvp: Skill for Claude Code

.pi/skills/unocss/SKILL.md

unocss is a skill for Claude Code, Codex from pdsuwwz/chatgpt-vue3-light-mvp. It costs 43 tokens per session (1,001 once invoked), scanned A, a copy of unocss, MIT.

A guide to UnoCSS, a tool that generates small CSS utility classes from the classes used in a project. It supports Tailwind-like syntax plus custom rules, shortcuts, themes, variants, and presets.

In plain words
What is it for?
Use it when setting up UnoCSS, writing utility classes, creating reusable shortcuts, defining themes, adding responsive or dark-mode variants, or configuring presets such as Wind, Icons, and Attributify.
Why use it?
It helps developers configure the available styling rules before writing CSS utility classes. Checking the project configuration first avoids using shortcuts or advanced modes that are not enabled.

Skill for Claude CodeCodex

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

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

Reuse

Borrowing it

Nothing to install: this file belongs to pdsuwwz/chatgpt-vue3-light-mvp. 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/pdsuwwz/chatgpt-vue3-light-mvp/main/.pi/skills/unocss/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/pdsuwwz/chatgpt-vue3-light-mvp

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 unocss

README.md
[![agentmods](https://agentmods.dev/badge/skills/pdsuwwz/chatgpt-vue3-light-mvp/unocss/github.svg)](https://agentmods.dev/skills/pdsuwwz/chatgpt-vue3-light-mvp/unocss)
Your own site
<a href="https://agentmods.dev/skills/pdsuwwz/chatgpt-vue3-light-mvp/unocss"><img src="https://agentmods.dev/badge/skills/pdsuwwz/chatgpt-vue3-light-mvp/unocss/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 unocss

Your own site · 80×15
<a href="https://agentmods.dev/skills/pdsuwwz/chatgpt-vue3-light-mvp/unocss"><img src="https://agentmods.dev/badge/skills/pdsuwwz/chatgpt-vue3-light-mvp/unocss.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,001 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 100% copy Near-identical to another mod 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.00043 $0.01001
Opus 5 $0.00022 $0.00500
Sonnet 5 $0.00009 $0.00200
Haiku 4.5 $0.00004 $0.00100

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

Security

Grade A, and why

unocss 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.

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.

Origin

This is a copy

100% identical to unocss — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.pi/skills/unocss/SKILL.md · 65 lines

How it starts

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

UnoCSS is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated - all CSS utilities are provided via presets. It's a superset of Tailwind CSS, so you can reuse your Tailwind knowledge for basic syntax usage.

Important: Before writing UnoCSS code, agents should check for uno.config.* or unocss.config.* files in the project root to understand what presets, rules, and shortcuts are available. If the project setup is unclear, avoid using attributify mode and other advanced features - stick to basic class usage.

The skill is based on UnoCSS 66.x, generated at 2026-01-28.

Core

Topic Description Reference
Configuration Config file setup and all configuration options core-config
Rules Static and dynamic rules for generating CSS utilities core-rules
Shortcuts Combine multiple rules into single shorthands core-shortcuts
Theme Theming system for colors, breakpoints, and design tokens core-theme
Variants Apply variations like hover:, dark:, responsive to rules core-variants
Extracting How UnoCSS extracts utilities from source code core-extracting
Safelist & Blocklist Force include or exclude specific utilities core-safelist
Layers & Preflights CSS layer ordering and raw CSS injection core-layers

Presets

Main Presets

Topic Description Reference
Preset Wind3 Tailwind CSS v3 / Windi CSS compatible preset (most common) preset-wind3
Preset Wind4 Tailwind CSS v4 compatible preset with modern CSS features preset-wind4
Preset Mini Minimal preset with essential utilities for custom builds preset-mini

Read the full file on GitHub · 65 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. 13d ago First seen · 65 lines · 43 tokens per session scan A 8888703f85d6

Subscribe to this mod's changes

unocss is a skill published in the GitHub repository pdsuwwz/chatgpt-vue3-light-mvp (574 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 1,001 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to unocss, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

html-email

Send-ready single-file email.

asgeirtj/system_prompts_leaks · 8 tokens

cometchat-react-v7-customization

Theme and brand the React v7 UI Kit — light/dark mode, CSS custom-property design tokens, per-component style overrides. Triggers: 'change chat colors', 'dark mode chat', 'match my brand', 'customize cometchat theme', 'override message list styles'.

cometchat/cometchat-skills · 67 tokens

cometchat-angular-v5-customization

Brand and customize the CometChat Angular UI Kit — CSS variable tokens, light/dark via ThemeService, localization, date/time formats, global config, and swapping component regions with ng-template. Triggers: 'change the chat colours', 'match my brand angular', 'dark mode', 'translate the chat', 'change the date…

cometchat/cometchat-skills · 85 tokens

frontend-design

A design and coding guide for building distinctive web interfaces, including pages, dashboards, landing pages, and reusable components.

itmisx/deepx-code · 88 tokens

antd-style-to-tailwind

Migrate existing antd-style CSS-in-JS (createStyles) components to Tailwind CSS utility classes with full dark mode support, following the project's style system transition strategy. Use when the user asks to migrate, convert, or rewrite antd-style components to Tailwind, or when working on new components in files…

dtyq/magic · 76 tokens

responsive-design-advisor

Design responsive layouts with breakpoints, mobile-first approach, and flexible grids. Use when creating responsive designs, implementing breakpoints, or optimizing for multiple screen sizes.

armanzeroeight/fastagent-plugins · 37 tokens