oneworks-plugin-ui

A user-interface design guide for OneWorks client plugins. It explains which parts of a plugin page belong to the host application, such as titles, breadcrumbs, sidebars, actions, data loading, and shared interface elements.

In plain words
What is it for?
Use it when creating or changing plugin routes, sidebars, launcher pages, headers, breadcrumbs, actions, embedded components, or plugin data loading.
Why use it?
It prevents duplicated titles, navigation, refresh controls, and spacing between the host and the plugin. It also helps new pages fit the application's existing layout.

Skill for Claude CodeCodex

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 skills/oneworks-ai/app/oneworks-plugin-ui
Any agent
npx skills add oneworks-ai/app --skill oneworks-plugin-ui
Clone the repo
git clone --depth 1 https://github.com/oneworks-ai/app

Made for: Claude Code, Codex.

Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 483 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00070 $0.00483
Opus 5 $0.00035 $0.00242
Sonnet 5 $0.00014 $0.00097
Haiku 4.5 $0.00007 $0.00048

Measured 2d ago against content hash 41bf211bb23d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

oneworks-plugin-ui 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 2d 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.

.oo/skills/oneworks-plugin-ui/SKILL.md · 42 lines

How it starts

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

OneWorks Plugin UI

Read apps/client/src/plugins/AGENTS.md, the target plugin's nearest AGENTS.md, and .oo/skills/ui-design-memory/SKILL.md before editing.

Map the host before markup

Write down which layer owns each visible responsibility:

  • route identity and selected resource name: view.route.setTitle(...);
  • hierarchy and back navigation: view.route.setBreadcrumb(...);
  • collection resources and search: view.route.setSidebar(...);
  • stable collection shortcuts beside the owning sidebar entry: nav.items[].actions;
  • commands on the object currently named by the header: view.route.setActions(...);
  • focus/reconnect cache revalidation: view.data.useQuery(...);
  • embedded shared UI: view.ui.*, using flush/inset options when the route owns outer spacing.

The plugin body starts with actual content. Do not repeat a title already visible in the route header or breadcrumb. Do not place collection navigation in object actions. Do not add a refresh action when query revalidation is sufficient. Do not make both host and embedded content own the same padding.

Extend the host conservatively

If a needed placement or behavior is missing, add a structured, plugin-agnostic host contract and consume it from the plugin. Do not imitate host chrome with plugin-local DOM/CSS and do not add package-name branches to the host.

Verify the whole route

Check the root resource view and every secondary state at desktop and narrow widths. Assert:

  • one visible owner for page identity;
  • selected resource title updates in the shared header;
  • sidebar actions stay beside their owning entry and navigate without reload;
  • breadcrumbs are the only duplicate-free return path;
  • header actions operate on the current object only;
  • no redundant refresh or open-current-view action;
  • no duplicated outer padding;
  • focus/reconnect revalidation and post-mutation mutate() work.

Complete the independent revision-bound visual review required by $ui-design-memory before delivery.

Read the full file on GitHub · 42 lines

Files

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.

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. 2d ago First seen · 42 lines · 70 tokens per session scan A 41bf211bb23d

Subscribe to this mod's changes

oneworks-plugin-ui is a skill published in the GitHub repository oneworks-ai/app (18 stars, last pushed 2d ago), licensed MIT. It adds 70 tokens to every session and 483 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

spec-kitty-charter-doctrine

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…

Priivacy-ai/spec-kitty · 135 tokens

superlint

This skill describes the mandatory standard operating procedure for using our internal SuperLint tool. Use this when tasks require fixing code quality issues according to corporate standards.

mgechev/skillgrade · 0 tokens

neo4j-document-import-skill

Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…

neo4j-contrib/neo4j-skills · 187 tokens

neo4j-modeling-skill

Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…

neo4j-contrib/neo4j-skills · 152 tokens

lov-env-management

统一管理平台、账号与多组 API Key,维护有效期和启用状态,安全同步到 zsh 或用户会话环境,并提供脱敏 Dashboard;用户说“管理环境变量”“rotate API keys”时使用。.

lovstudio/skills · 53 tokens

lov-deploy-to-vercel

Deploy frontend projects to Vercel with automatic custom domain setup. Handles Vite, Next.js, CRA, and static sites. Auto-configures Cloudflare DNS CNAME records and Vercel domain aliases. Supports SPA routing via vercel.json. Trigger when user says "deploy to vercel", "部署到 vercel", "vercel deploy", or mentions a…

lovstudio/skills · 92 tokens