ui-doc-maintainer

ui-doc-maintainer is a skill for Codex from Eliyce/paqad-ai. It costs 18 tokens per session (547 once invoked), scanned A, original, MIT.

A documentation maintenance process for keeping screen, component, and state records aligned with the implemented interface.

In plain words
What is it for?
It helps update canonical UI docs with component responsibilities, properties, states, variants, accessibility notes, and usage relationships.
Why use it?
It prevents UI documentation from becoming scattered or outdated after components, variants, responsibilities, or states change.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps update canonical UI docs with component responsibilities, properties, states, variants, accessibility notes, and usage relationships.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/ui-doc-maintainer
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 Eliyce/paqad-ai --skill ui-doc-maintainer
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: 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 ui-doc-maintainer

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliyce/paqad-ai/ui-doc-maintainer/github.svg)](https://agentmods.dev/skills/eliyce/paqad-ai/ui-doc-maintainer)
Your own site
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/ui-doc-maintainer"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/ui-doc-maintainer/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 ui-doc-maintainer

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/ui-doc-maintainer"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/ui-doc-maintainer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 547 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.00018 $0.00547
Opus 5 $0.00009 $0.00273
Sonnet 5 $0.00004 $0.00109
Haiku 4.5 $0.00002 $0.00055

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

Security

Grade A, and why

ui-doc-maintainer 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/find-ui-docs.sh, scripts/lint-output.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

runtime/capabilities/coding/skills/ui-doc-maintainer/SKILL.md · 69 lines

What it actually says

What It Does

Maintains the canonical UI docs for screens, components, and states so interface changes are documented as one coherent system rather than scattered notes.

Use This When

Use this after UI behavior or structure changes and before handoff closes, especially when new states, variants, or screen responsibilities were introduced.

Inputs

  • Read the affected docs/modules/*/ui/*.md files first.
  • Read the changed UI implementation and any current flow or state docs.
  • Read references/ui-doc-fields.md before editing canonical UI docs.

Procedure

  1. Run scripts/find-ui-docs.sh to enumerate canonical per-module UI docs.
  2. Identify which docs are stale relative to the change.
  3. For each new/changed component, fill assets/component-entry.template.md (Responsibility, Props, States, Variants, A11y, Used by) — never partial.
  4. Update screens, components, and states in one pass; reference shared patterns instead of duplicating prose.
  5. Format report per assets/output.template.md; validate with scripts/lint-output.sh.

Output Contract

  • Return sections named Updated UI Docs and Open UI Gaps.
  • List each changed doc file in backticks with the doc facet updated: screen, component, or state.
  • If all gaps are resolved, write Open UI Gaps: none.

Escalate / Stop Conditions

  • Ask when the intended ownership of a screen or component is unclear from the request or code.
  • Warn when the interface has visible states that cannot be documented confidently from the available evidence.
  • Do not create placeholder component contracts without props, states, or usage context.

Resources

  • references/ui-doc-fields.md
  • scripts/find-ui-docs.sh
  • scripts/lint-output.sh
  • assets/output.template.md
  • assets/component-entry.template.md
  • runtime/capabilities/coding/checklists/edge-cases-coding.md
  • agents/openai.yaml
Files

What ships with it

6 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 · 69 lines · 18 tokens per session scan A f12f806b064f

Subscribe to this mod's changes

ui-doc-maintainer is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed today), licensed MIT. It adds 18 tokens to every session and 547 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

double-diamond

A four-stage design method for understanding a problem, defining it clearly, exploring possible solutions, and choosing one to deliver.

Insajin/autopus-adk · 17 tokens

make-interfaces-feel-better

Use when building or reviewing UI polish: typography, hit areas, nested radius, optical alignment, shadows, media outlines, micro-interactions, and animation performance.

Insajin/autopus-adk · 40 tokens

frontend-skill

Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter.

Insajin/autopus-adk · 58 tokens

frontend-skill

Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter.

Insajin/autopus-adk · 58 tokens

session-investigator

Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…

evalstate/fast-agent · 68 tokens

infographics

Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Integrates research-lookup and web search for accurate data. Supports 10 infographic types, 8 industry styles, and colorblind-safe palettes.

foryourhealth111-pixel/Vibe-Skills · 55 tokens