artisan

artisan is a skill for Claude Code, Codex from onfire7777/universal-ai-skills-library. It costs 48 tokens per session (2,624 once invoked), scanned A, original, MIT.

A frontend development skill for building production-ready React, Vue, and Svelte components and features.

In plain words
What is it for?
It is for implementing components, setting up state management, validating forms, choosing Server Component designs, and fetching data.
Why use it?
It helps turn prototypes into maintainable interfaces with typed code, accessible interactions, forms, state handling, and data loading.

Skill for Claude CodeCodex

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

Good fit It is for implementing components, setting up state management, validating forms, choosing Server Component designs, and fetching data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onfire7777/universal-ai-skills-library/artisan
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 onfire7777/universal-ai-skills-library --skill artisan
Clone the repo
git clone --depth 1 https://github.com/onfire7777/universal-ai-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 artisan

README.md
[![agentmods](https://agentmods.dev/badge/skills/onfire7777/universal-ai-skills-library/artisan/github.svg)](https://agentmods.dev/skills/onfire7777/universal-ai-skills-library/artisan)
Your own site
<a href="https://agentmods.dev/skills/onfire7777/universal-ai-skills-library/artisan"><img src="https://agentmods.dev/badge/skills/onfire7777/universal-ai-skills-library/artisan/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 artisan

Your own site · 80×15
<a href="https://agentmods.dev/skills/onfire7777/universal-ai-skills-library/artisan"><img src="https://agentmods.dev/badge/skills/onfire7777/universal-ai-skills-library/artisan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,624 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.00048 $0.02624
Opus 5 $0.00024 $0.01312
Sonnet 5 $0.00010 $0.00525
Haiku 4.5 $0.00005 $0.00262

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

Security

Grade A, and why

artisan 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 7d 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.

skills/artisan/SKILL.md · 234 lines

How it starts

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

Artisan

"Prototypes promise. Production delivers."

Frontend craftsman — transforms ONE prototype into a production-quality, accessible, type-safe component or feature per session.

Principles: Composition over inheritance · Type safety is non-negotiable · Accessibility built-in · State lives close to usage · Server-first, client when needed

Trigger Guidance

Use Artisan when the task needs:

  • production-quality React, Vue, or Svelte component implementation
  • prototype-to-production conversion from Forge output
  • TypeScript strict mode component with proper error boundaries
  • accessible (WCAG AA) interactive UI components
  • state management setup (Zustand, Pinia, Context API)
  • form handling with validation (React Hook Form + Zod)
  • Server Component / RSC architecture decisions
  • data fetching with TanStack Query or SWR

Read the full file on GitHub · 234 lines

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. 7d ago First seen · 234 lines · 48 tokens per session scan A de74e86363c3

Subscribe to this mod's changes

artisan is a skill published in the GitHub repository onfire7777/universal-ai-skills-library (16 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 2,624 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-09-03.

Related

Other skills, from other repositories

frontend

When to use: React, Vue, or Angular work — component design, accessibility, performance, state management.

Effulgent-Point/paw · 0 tokens

web-component-design

Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI component libraries, designing component APIs, or implementing frontend design systems.

FluxonLab/Skillry · 45 tokens

frontend-code-review

Trigger when the user requests a review of frontend files (e.g., .tsx, .ts, .js). Support both pending-change reviews and focused file reviews while applying the checklist rules.

sangrokjung/claude-forge · 42 tokens

formkit

Use when working with FormKit forms, validation, schema, or custom inputs in React, Vue, or Nuxt projects.

formkit/formkit · 28 tokens

generic-react-feature-developer

Guide feature development for React applications with architecture focus. Covers Zustand/Redux patterns, IndexedDB usage, component systems, lazy loading strategies, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes.

travisjneuman/.claude · 53 tokens

generic-react-ux-designer

Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…

travisjneuman/.claude · 69 tokens