frankx-ai-components

frankx-ai-components is a command for Claude Code from frankxai/agentic-creator-os. It costs 16 tokens per session (1,677 once invoked), scanned A, original, Apache-2.0.

A workflow for creating and updating website interface components using a glass-like visual style built with Tailwind CSS. It recommends sources and approaches for accessible controls, animations, effects, and custom interactions.

In plain words
What is it for?
Building forms, dialogs, dropdowns, animated text, hero backgrounds, spotlights, 3D cards, particle effects, and custom interactions.
Why use it?
It gives component work a shared visual system and clearer choices for common interface patterns. It also distinguishes accessible UI building blocks from decorative effects and animations.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Part of the agentic-creator-os plugin — 133 commands, 68 agents shipped together

Good fit Building forms, dialogs, dropdowns, animated text, hero backgrounds, spotlights, 3D cards, particle effects, and custom interactions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/frankxai/agentic-creator-os/frankx-ai-components
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.

Clone the repo
git clone --depth 1 https://github.com/frankxai/agentic-creator-os

Made for: Claude Code.

Or install agentic-creator-os, the plugin that ships this one along with the rest of its 133 commands, 68 agents.

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 frankx-ai-components

README.md
[![agentmods](https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-components/github.svg)](https://agentmods.dev/commands/frankxai/agentic-creator-os/frankx-ai-components)
Your own site
<a href="https://agentmods.dev/commands/frankxai/agentic-creator-os/frankx-ai-components"><img src="https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-components/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 frankx-ai-components

Your own site · 80×15
<a href="https://agentmods.dev/commands/frankxai/agentic-creator-os/frankx-ai-components"><img src="https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-components.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,677 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.00016 $0.01677
Opus 5 $0.00008 $0.00839
Sonnet 5 $0.00003 $0.00335
Haiku 4.5 $0.00002 $0.00168

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

Security

Grade A, and why

frankx-ai-components 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.

.claude/commands/frankx-ai-components.md · 247 lines

How it starts

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

FrankX.AI Component Development

Components: /components/ UI Primitives: /components/ui/ Design System: Glassmorphic Aurora (Tailwind-based)

Design System Overview

Philosophy: Best components from the best libraries. Curate world-class UI.

UI Component Sources

Library Best For Install
Magic UI Animated components Copy from magicui.design
shadcn/ui Accessible primitives npx shadcn@latest add [component]
Cult UI Premium effects Copy from cult-ui.com
Aceternity UI Cinematic animations Copy from ui.aceternity.com
Framer Motion Custom animations Already installed

When to Use Each

  • Forms, Dialogs, Dropdowns → shadcn/ui (accessibility-first)
  • Hero Backgrounds, Spotlights → Magic UI or Aceternity
  • 3D Cards, Particle Effects → Cult UI
  • Text Reveals, Stagger Effects → Magic UI + Framer Motion
  • Custom Interactions → Build with Framer Motion

Color Palette

/* Core Colors */
--midnight: slate-950        /* Main background */
--aurora-cyan: cyan-500      /* Primary accent */
--aurora-purple: purple-500  /* Secondary accent */
--aurora-blue: blue-500      /* Tertiary accent */

/* Functional */
--primary: #6943ff → #422ea9
--secondary: #0ea5e9 → #075985
--accent: #de8a4a → #703c2b

Key UI Patterns

  1. Glassmorphic Cards

    • Frosted glass effect with backdrop-blur
    • Subtle border glow on hover
    • Gradient overlays
  2. Aurora Backgrounds

    • Animated radial gradients
    • Pulse and flow animations
    • Layered depth
  3. Interactions

    • Magnetic hover effects
    • Stagger animations for reveals
    • Smooth page transitions

Existing Components

UI Primitives (/components/ui/)

  • GlassmorphicCard.tsx - Base card with glass effect
  • PremiumButton.tsx - Styled button variants
  • InteractiveCard.tsx - Cards with hover states
  • AnimatedBackground.tsx - Aurora gradients
  • AdvancedAnimations.tsx - Framer Motion helpers
  • LoadingStates.tsx - Skeletons and spinners
  • badge.tsx - Labels and badges
  • primitives.tsx - Base atoms

Read the full file on GitHub · 247 lines

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 · 247 lines · 16 tokens per session scan A 3e036cd1e869

Subscribe to this mod's changes

frankx-ai-components is a command published in the GitHub repository frankxai/agentic-creator-os (10 stars, last pushed today), licensed Apache-2.0. It adds 16 tokens to every session and 1,677 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.