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.
npx skills add Yashraj00700/indian-gov-ui-skills --skill gov-service-patternsgit clone --depth 1 https://github.com/Yashraj00700/indian-gov-ui-skillsWrote 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.
[](https://agentmods.dev/skills/yashraj00700/indian-gov-ui-skills/gov-service-patterns)<a href="https://agentmods.dev/skills/yashraj00700/indian-gov-ui-skills/gov-service-patterns"><img src="https://agentmods.dev/badge/skills/yashraj00700/indian-gov-ui-skills/gov-service-patterns/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.
<a href="https://agentmods.dev/skills/yashraj00700/indian-gov-ui-skills/gov-service-patterns"><img src="https://agentmods.dev/badge/skills/yashraj00700/indian-gov-ui-skills/gov-service-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00115 | $0.02098 |
| Opus 5 | $0.00057 | $0.01049 |
| Sonnet 5 | $0.00023 | $0.00420 |
| Haiku 4.5 | $0.00012 | $0.00210 |
Grade A, and why
gov-service-patterns 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Government Service Patterns (UX4G)
Overview
UX4G ships 78 documented patterns across 9 families, covering 209 distinct screen states, for Indian government citizen services. This is the part of UX4G worth the most, because the hard problem in government UX is not the button — it is the failure, expiry, lockout and partial-completion states that a citizen actually hits.
Extracted from doc.ux4g.gov.in/web/llms/patterns/ on 30 Jul 2026. Every pattern document
carries full HTML, React JSX and Angular markup for every state.
Core principle: in a government service the citizen usually has no alternative provider and often no second chance that day. Design the unhappy path first. These patterns are valuable mainly as a checklist of states you would otherwise forget.
The 9 families
| Family | Patterns | States | What it covers |
|---|---|---|---|
| Identity & Access | 9 | 61 | Sign in/up, OTP, Aadhaar auth, biometric, forgot/reset password, session timeout, operator-assisted verification |
| Feedback & Communication | 25 | 58 | Service feedback, grievance capture, contact/support, language switching, inline status communication |
| Application & Submission | 6 | 35 | Eligibility check, government forms, document upload, journey progress, save & resume, acknowledgement |
| Consent & Declaration | 6 | 13 | Data-sharing consent, declarations, consent history, withdrawal, managing consents |
| Search & Discovery | 12 | 12 | Global service discovery, autocomplete, results, no-results, service detail, slot booking, reschedule |
| Payment & Transactions | 7 | 8 | Payment method, redirect, success, failure, confirmation, fee waiver, pending tasks |
| Notifications | 4 | 12 | Notification centre, SMS & email notifications |
| Dashboard & My Applications | 5 | 6 | Overview, search & filter, batch actions, profile & preferences, empty state |
| Status & Tracking | 4 | 4 | Application tracker, grievance tracker, inspection & test slots |
What ships with it
1 file 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.
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.
- 12d ago First seen · 155 lines · 115 tokens per session scan A 4ed9a1bf0d5f
gov-service-patterns is a skill published in the GitHub repository Yashraj00700/indian-gov-ui-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 115 tokens to every session and 2,098 once invoked, about $0.0006 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.
Other skills, from other repositories
component-family-consistency
Buttons, inputs, pills, badges, calendars, and other interactive components form a visual family — they share the same border-radius, colour logic, shadow scale, border style, and spacing rhythm. Inconsistency between them breaks the sense of a coherent product. Use when building or reviewing a component library…
modular-scale-typography
Typography feels cohesive and intentional when font sizes follow a modular scale — a ratio-based sequence where every size is mathematically related to the others. Use when defining type scales, setting up design tokens, reviewing font size choices, or when typography feels inconsistent or arbitrary.
extract-design
Extract a complete design system — colors, typography, spacing, components, shadows, and W3C design tokens — from any live website using Dembrandt. Runs a headless browser against the URL and returns real computed values from the DOM. Use when you need a site's actual design tokens, want to reverse-engineer a visual…
algorithmic-color-palette
Derive a full UI colour palette algorithmically from one or two brand colours. Darker and lighter variants for interactive states, desaturated greys from the brand hue for borders and backgrounds, and semantic colours that feel coherent with the brand rather than generic. Use when building a colour system from scratch…
brand-visual-language
A brand's visual tone — playful or serious, rounded or angular — should be consistent across all UI elements. Shape language in typography, border-radius, and iconography communicates personality before a single word is read. Use when establishing a design system, choosing icon libraries, setting border-radius tokens…
data-display-and-selection
Complex data deserves multiple view modes — grid, list, table — chosen by the user based on their task. Row and item selection should use large hit areas (the whole row or card, not just a checkbox). Selected state is communicated through a subtle background colour shift. Mass actions appear when items are selected.…