AI-NATIVE
nosible-ux ships Claude skills and agents alongside its React components. Install the npm package and your AI assistant instantly knows how to build, audit, and migrate brand-compliant UIs — zero extra setup.
When you install nosible-ux, the package includes a .claude/ directory with four auto-fired skills and two invocable agents. Claude Code loads them automatically from any project that has nosible-ux in its dependency tree.
Skills fire automatically when Claude detects a matching intent. Each skill embeds the full brand-bible constraints, 12-point checklist, and real file paths so the model never guesses.
nosible-ux-componentBootstrap a new brand-compliant nosible-ux component end-to-end.
nosible-ux/library/.claude/skills/nosible-ux-component/SKILL.mdnosible-ux-ad-unitScaffold a new AdUnit preset — wire AD_PRESETS, gallery story, and export pipeline.
nosible-ux/library/.claude/skills/nosible-ux-ad-unit/SKILL.mdnosible-ux-auditRun brand-lint and suggest precise fixes — target 0 critical violations.
nosible-ux/library/.claude/skills/nosible-ux-audit/SKILL.mdnosible-ux-migrateMigrate Mantine, shadcn/ui, or Radix UI components to nosible-ux primitives.
nosible-ux/library/.claude/skills/nosible-ux-migrate/SKILL.mdAgents are specialised subprocesses with their own system prompts and tool allow-lists. Invoke them explicitly or let skills delegate to them for deeper analysis.
nosible-ux-reviewerRead-only agent. Reviews component code against the 12-point checklist and brand bible. Produces a structured violation report — never edits files.
nosible-ux/library/.claude/agents/nosible-ux-reviewer.mdnosible-ux-brand-enforcerScans source for non-brand hex values, non-zero border-radius, banned fonts, and wrong motion. Proposes and optionally applies precise in-place fixes.
nosible-ux/library/.claude/agents/nosible-ux-brand-enforcer.mdThe .claude/ directory is listed in package.json#files so it publishes with every npm release. Verify with:
npm pack --dry-run -w nosible-ux/library | grep .claude
Expected output — all six files:
npm notice 4.3kB .claude/agents/nosible-ux-brand-enforcer.md npm notice 3.5kB .claude/agents/nosible-ux-reviewer.md npm notice 4.3kB .claude/skills/nosible-ux-ad-unit/SKILL.md npm notice 3.8kB .claude/skills/nosible-ux-audit/SKILL.md npm notice 5.3kB .claude/skills/nosible-ux-component/SKILL.md npm notice 4.8kB .claude/skills/nosible-ux-migrate/SKILL.md