codex-skills-library: Skill for Claude Code

.agents/skills/component-inspiration-registry/SKILL.md

component-inspiration-registry is a skill for Claude Code, Codex from YankielDBC2/codex-skills-library. It costs 34 tokens per session (386 once invoked), scanned A, original, MIT.

A set of guidelines for building reusable frontend components, design patterns, variants, and showcases. It helps organize UI pieces so they can be used across a project.

In plain words
What is it for?
Use it for component libraries, landing-page sections, animated interface elements, design systems, and reusable project blocks. It also covers documenting usage and checking realistic examples.
Why use it?
It reduces one-off interface code and keeps related components consistent. It also gives developers a way to decide when to build one component, several variants, or a reusable collection.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is YankielDBC2/codex-skills-library's own configuration. It tells Claude Code and Codex how to work on codex-skills-library 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 codex-skills-library configures →

Reuse

Borrowing it

Nothing to install: this file belongs to YankielDBC2/codex-skills-library. 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/YankielDBC2/codex-skills-library/main/.agents/skills/component-inspiration-registry/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/YankielDBC2/codex-skills-library

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 component-inspiration-registry

README.md
[![agentmods](https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/component-inspiration-registry/github.svg)](https://agentmods.dev/skills/yankieldbc2/codex-skills-library/component-inspiration-registry)
Your own site
<a href="https://agentmods.dev/skills/yankieldbc2/codex-skills-library/component-inspiration-registry"><img src="https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/component-inspiration-registry/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 component-inspiration-registry

Your own site · 80×15
<a href="https://agentmods.dev/skills/yankieldbc2/codex-skills-library/component-inspiration-registry"><img src="https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/component-inspiration-registry.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 386 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.00034 $0.00386
Opus 5 $0.00017 $0.00193
Sonnet 5 $0.00007 $0.00077
Haiku 4.5 $0.00003 $0.00039

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

Security

Grade A, and why

component-inspiration-registry 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 9d 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.

.agents/skills/component-inspiration-registry/SKILL.md · 51 lines

What it actually says

Component Inspiration Registry

Goal

Make UI work reusable and memorable by organizing components as variants, patterns, and showcases instead of one-off generic sections.

When to use

Use for component libraries, landing-page sections, animated UI components, shadcn-style registries, pattern collections, design systems, or reusable client project blocks.

Workflow

  1. Inspect existing components, folders, naming patterns, and styling conventions.
  2. Identify whether the request needs a single component, a family of variants, or a showcase/registry pattern.
  3. Define the component contract: props, variants, slots, data shape, responsive behavior, and accessibility expectations.
  4. Create visual variation through layout, density, motion, texture, masks, imagery, or states, not random decoration.
  5. Keep examples realistic and aligned with the project brand instead of generic placeholder content.
  6. Avoid copying external libraries directly; use them as inspiration and implement within the project style system.
  7. Document usage when the component is intended for reuse.

Quality bar

  • Run lint/type/build or the project equivalent.
  • Verify at least one realistic usage example if practical.
  • Check accessibility basics for interactive components.

Validation

  • Components are reusable, typed, and composable.
  • Variants are meaningful, not duplicate copies with tiny style changes.
  • Showcases help future work move faster without creating template-looking UI.

Final response

  • Summarize component contract, variants created, and how to reuse them.
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. 9d ago First seen · 51 lines · 34 tokens per session scan A f188ed703f48

Subscribe to this mod's changes

component-inspiration-registry is a skill published in the GitHub repository YankielDBC2/codex-skills-library (10 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 386 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

frontend-design

Use this skill when specifying, designing, or documenting UI components, layouts, and design systems for frontend implementation. Trigger phrases: 'design this UI component', 'create a responsive layout', 'spec the CSS for', 'design system for'. Do NOT use for backend development, server-side logic, data engineering…

NickCrew/Claude-Cortex · 70 tokens

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

shadcn-ui/ui · 94 tokens

design

Use when the user wants the visual/experiential design of a product done systematically — a design system, a screen, a landing page, or a visual identity — grounded in researched real-world prior art and free of AI slop. Establishes/extends the design system, invokes the matching local taste skill, dispatches the…

jeremylongshore/tons-of-skills-marketplace · 126 tokens

ranui

Use when building UI with the ranui web-component library (elements like , , , , ) or its fluent DOM builder (ranui/builder — Div/View/Span/signal/createEffect/EventManager). Covers the import map, the full element inventory, conventions, accessibility, and where the authoritative API reference lives.

chaxus/ran · 87 tokens

dile-components

Use when building or modifying UI with the Dile Components library (@dile/ui, @dile/crud, @dile/editor, @dile/utils, @dile/lib, @dile/iconlib, @dile/icons) — a framework-agnostic, Lit-based web component catalog. Trigger when installing/importing dile- custom elements, using tags like , , , building CRUD screens…

Polydile/dile-components · 123 tokens