UI/UX design plugin for AI coding agents.
Stark helps agents choose the right product flow, platform idiom, visual direction, motion, assets, and design-token strategy before writing code. The goal is simple: fewer generic template clones, more usable product-specific interfaces.
- Plans UX flows, IA, onboarding, checkout, forms, dashboards, states, recovery paths, and repeated-use ergonomics.
- Routes UI work across web, Windows, Apple, Android, and cross-platform stacks.
- Forces non-generic decisions: desktop archetypes, concept seeds, layout sketches, design recipes, and anti-default rewrites.
- Chooses frontend tracks and motion tools by job: static HTML, Vite React, Next, Astro, CSS, Motion, GSAP, native scroll CSS, Lenis, or no motion.
- Plans assets and references without copying shipped products.
- Generates, audits, and exports W3C DTCG tokens to Tailwind, CSS, Compose, SwiftUI, and WinUI.
Use this repository as a Codex plugin source. The Codex manifest lives at:
.codex-plugin/plugin.json
After installation, restart or reload Codex so the skills are indexed.
Ask naturally:
Design a landing page for a type foundry that does not look like generic SaaS.
Make a Win11 app shell with NavigationView and Mica.
Build an iOS 26 settings screen with Liquid Glass.
Create a Compose Material 3 Expressive workout screen.
Improve the onboarding UX so users reach first value faster.
Design the empty, loading, error, and success states for this dashboard.
Translate this iOS settings screen into a Windows app.
Audit this React hero section for UX problems and AI design slop.
Export these DTCG tokens to Tailwind and SwiftUI.
If the platform is ambiguous, Stark asks which target to use instead of silently defaulting to web.
The repo keeps proof as screenshots instead of full generated app folders, so the plugin stays small and installable.
| Project | Desktop | Mobile |
|---|---|---|
| Operator Console | ![]() |
![]() |
| BuildDesk | ![]() |
![]() |
| Artifact Labs | ![]() |
![]() |
| Area | Stark covers |
|---|---|
| UX | flows, IA, state design, onboarding, checkout, dashboards, forms, recovery |
| Web | landing pages, apps, dashboards, docs, React/Vite/Next/Astro, motion, assets |
| Windows | WinUI 3, branded Fluent, Tauri, Electron, Mica/Acrylic, desktop archetypes |
| Apple | SwiftUI, Liquid Glass, HIG, iOS/iPadOS/macOS/watchOS/visionOS, desktop shells |
| Android | Compose, Material 3 Expressive, React Native, Flutter, Compose Multiplatform |
| Cross-platform | Tauri, Electron, React Native, Flutter, CMP, Uno, Avalonia, MAUI |
| Tokens | W3C DTCG, Tailwind, CSS variables, Compose, SwiftUI, WinUI |
stark/
.codex-plugin/plugin.json Codex plugin manifest
skills/ routing, UX, web, platform, cross-platform, tokens
references/ design, platform, UX, web, and UI-pattern guidance
assets/logo/ Stark logo SVGs
assets/screenshots/ curated screenshot proof
assets/tokens/ DTCG token bundles
scripts/ platform detection and token export helpers
docs/ usage, review contract, roadmap, public-readiness notes
- Codex usage
- Review contract
- Next-level design roadmap
- Design quality measurement
- Reference governance
- Public plugin readiness
- Logo usage
python scripts/detect_platform.py --text "Build a Settings screen for Win11 with Mica"
python scripts/token_export.py --input assets/tokens/fluent-2.json --target winui --output Resources.xamlnpx agent-skillforge lint . --format text
npx agent-skillforge smoke .
python -m unittest discover -s testsCI also runs marketplace lint, token export smoke checks, and public-readiness checks.
- Codex reads
.codex-plugin/plugin.jsonandskills/*/SKILL.md. - Other SKILL.md-compatible agent environments can reuse the same skill text and references.
Apache 2.0. See LICENSE and NOTICE.





