astryx

astryx is a skill for Claude Code, Codex from greedychipmunk/agent-skills. It costs 98 tokens per session (3,774 once invoked), scanned A, original, MIT.

A skill for building React 19 interfaces with Astryx, a design system containing reusable UI components, themes, layouts, and command-line tools.

In plain words
What is it for?
Use it when creating or extending Astryx components and themes, building React pages, migrating from shadcn or Radix, or using Astryx’s CLI and component discovery.
Why use it?
It explains how to install, style, theme, scaffold, migrate, and validate Astryx-based interfaces.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is astryx theme build ./src/themes/ocean.ts # compile for production.

Good fit Use it when creating or extending Astryx components and themes, building React pages, migrating from shadcn or Radix, or using Astryx’s CLI and component discovery.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/greedychipmunk/agent-skills
agentmods
npx agentmods add skills/greedychipmunk/agent-skills/astryx

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 astryx

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/greedychipmunk/agent-skills/astryx"><img src="https://agentmods.dev/badge/skills/greedychipmunk/agent-skills/astryx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,774 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 85
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 319
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 369
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00098 $0.03774
Opus 5 $0.00049 $0.01887
Sonnet 5 $0.00020 $0.00755
Haiku 4.5 $0.00010 $0.00377

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

Security

Grade A, and why

astryx 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

astryx/SKILL.md · 407 lines

How it starts

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

Astryx

A React 19 design system by Meta. Accessible, themeable components with built-in spacing, dark mode, and StyleX styling. This skill covers installation, theming, styling, layout, CLI usage, AI integration, and migration.

When to Use

  • Building React UIs with Astryx components from @astryxdesign/core
  • Creating or customizing themes with defineTheme
  • Styling components via StyleX (xstyle prop), Tailwind, or className
  • Scaffolding pages from CLI templates
  • Migrating existing Tailwind/shadcn/Radix apps to Astryx
  • Using the Astryx CLI for component docs, tokens, and templates
  • Connecting to the Astryx MCP server for AI-powered component discovery
  • Validating Astryx code against system conventions

Packages at a Glance

Package Purpose
@astryxdesign/core Component library (React 19, StyleX, dark mode)
@stylexjs/stylex Atomic CSS-in-JS (peer dependency)
@astryxdesign/cli CLI: component docs, templates, themes, codemods
@astryxdesign/theme-neutral Muted minimal theme (good starting point)
@astryxdesign/theme-butter Golden buttery surfaces, blue accents
@astryxdesign/theme-chocolate Warm brown tones, cozy beige
@astryxdesign/theme-gothic Dark-only atmospheric theme
@astryxdesign/theme-matcha Earthy green theme
@astryxdesign/theme-stone Warm stone and slate tones
@astryxdesign/theme-y2k Playful Y2K pop, periwinkle + holographic

Quick Start

Install core, StyleX, a theme, and the CLI:

npm install @astryxdesign/core @stylexjs/stylex @astryxdesign/theme-neutral @astryxdesign/cli

Add theme CSS to your global stylesheet:

@import '@astryxdesign/core/reset.css';
@import '@astryxdesign/core/astryx.css';
@import '@astryxdesign/theme-neutral/theme.css';

Wrap your app in Theme and add a component:

import {Theme} from '@astryxdesign/core';
import {neutralTheme} from '@astryxdesign/theme-neutral';
import {Button} from '@astryxdesign/core/Button';
import {VStack} from '@astryxdesign/core/Layout';

function App() {
  return (
    <Theme theme={neutralTheme}>
      <VStack gap={2}>
        <Button label="Hello Astryx" onClick={() => alert('Hi!')} />
      </VStack>
    </Theme>
  );
}

Read the full file on GitHub · 407 lines

Files

What ships with it

10 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. 9d ago First seen · 407 lines · 98 tokens per session scan A 43ef90ec1481

Subscribe to this mod's changes

astryx is a skill published in the GitHub repository greedychipmunk/agent-skills (17 stars, last pushed 17d ago), licensed MIT. It adds 98 tokens to every session and 3,774 once invoked, about $0.0005 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

cobejs

Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).

MengTo/Skills · 31 tokens

stitch::react-components

Converts Stitch designs into modular Vite and React components, or syncs/updates existing React components to align with the latest Stitch designs, using system-level networking and AST-based validation.

google-labs-code/stitch-skills · 43 tokens

seed-design

An integration guide for SEED Design, covering shared component specifications and foundations plus React and Lynx implementation guidance.

daangn/seed-design · 33 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens