agentsclimarketplace

Atelier data

Skill luminary19/atelier/skills/atelier-data

On-demand reference DATA for the Atelier suite — a local, searchable (BM25) library of per-industry color palettes, font pairings, UI-style definitions, product-type design reasoning, landing-page patterns, chart guidance, and current Next.js / React / shadcn / Vue / Three.js do-and-don't tables. Use it to look up STARTING POINTS and cross-checks (e.g. "a starting palette/fonts/style for a fintech dashboard", "what does shadcn recommend for forms", "design reasoning for a SaaS product type", "search the design dataset"), or to feed a rubric into a review. It is a lookup tool, NOT a decision-maker: defer final craft to atelier-direction / atelier-foundations / atelier-typography / atelier-layout / atelier-components, and the compliance gate to atelier-perf-a11y / atelier-review. Do not use it as a token engine (it emits raw hex, not OKLCH) or as a code auditor (it cannot read your files).From its SKILL.md

Install
npx -y skills add luminary19/atelier --skill atelier-data

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

6.0 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it

atelier-data — searchable design reference

A curated, local dataset + a tiny BM25 search engine. It answers "give me a vetted starting point / cross-check" fast, without spending model context on the whole corpus. It is the data layer of the Atelier suite; the other atelier-* skills remain the authorities that make the actual design decisions.

Provenance. Harvested and cleaned from UI/UX Pro Max v2.5.0 (© 2024 Next Level Builder, MIT). See references/PROVENANCE.md and ../../THIRD-PARTY-LICENSES/ui-ux-pro-max-MIT.txt. Content is curated-opinion (some generated), not a cited standard — treat it as informed starting material, not ground truth.

When to use (and when not)

Use it for: a fast per-industry palette/type/style starting point; product-type design reasoning (pattern + anti-patterns) during planning; a current do/don't lookup for Next.js / React / shadcn / Vue / Three.js while implementing or refactoring; a UX-heuristic rubric to hand a reviewer; a Google-Fonts metadata lookup.

Do not use it for: building the real token system (use atelier-foundations — its colors here are raw Tailwind hex stops, not OKLCH, and some fail AA); final font choice (use atelier-typography — this set still contains common defaults); auditing real code (use atelier-review — it cannot read your files); or as an always-on rule source (query it on demand only).

How to query (Windows: use python, not python3)

cd $CLAUDE_CONFIG_DIR/skills/atelier-data/scripts
python search.py "<query>" --domain <domain> [-n 3]
python search.py "<query>" --stack <stack>  [-n 3]
python search.py "<query>"                     # auto-detect domain

Keep -n small (≤5) and avoid --json for large domains — results enter the model's context, and --json bypasses the per-field 300-char truncation. Python is stdlib-only; no network calls.

Datasets → which Atelier skill owns the decision

Domain / fileGives youDecision owner
--domain productproducts.csv (161)Per-product-type style / landing / dashboard recommendationsatelier-direction, atelier-ux (planning)
--domain reasoningui-reasoning.csv (161)Per-product-type recommended pattern, style priority, color/type mood, key effects, anti-patternsatelier-direction, atelier-ux (planning)
--domain stylestyles.csv (67 web; Mobile rows removed)Style definitions, CSS-var stubs, AI-prompt keywords, framework scoresatelier-direction, atelier-components
--domain colorcolors.csv (161)shadcn-token palette per product type — scaffold onlyatelier-foundations (rebuild in OKLCH + re-check contrast)
--domain typographytypography.csv (71; broken rows removed)Font pairings w/ ready @import + Tailwind configatelier-typography (authority on escaping defaults)
--domain google-fontsgoogle-fonts.csv (1,923)Font metadata: category, axes, subsets, popularityatelier-typography
--domain landinglanding.csv (34; uncited stats stripped)Section-order patterns, CTA placement, color strategyatelier-ux, atelier-layout
--domain chartcharts.csv (25)Chart-type → library/a11y guidanceatelier-dataviz
--domain uxux-guidelines.csv (89 web/all)Do/don't UX + a11y heuristics w/ code examplesatelier-perf-a11y, atelier-review (rubric feed)
--domain reactreact-performance.csv (44)RSC / React 18+ / Next 15 perf patternsatelier-components
--stack nextjs|react|shadcn|vue|threejsCurrent per-stack do/don't tables w/ doc URLsatelier-components (threejs → atelier-webgl)

Honest caveats (read before trusting a result)

  • Colors are Tailwind hex stops, partially a11y-checked. Use as a seed, then rebuild in OKLCH via atelier-foundations and verify contrast via atelier-perf-a11y. Never paste Secondary/Accent as body text without a contrast check.
  • Typography still includes common pairings (Inter/Playfair etc.). atelier-typography is the authority and deliberately steers away from defaults — treat rows as options, not endorsements.
  • ui-reasoning style picks can misfire (its Style_Priority can override better matches; the Decision_Rules JSON is advisory, not executed). Sanity-check against atelier-direction.
  • landing.csv conversion %-claims were removed (they were uncited). The section-order/CTA advice remains.
  • Counts/labels in the source's own marketing were inflated; the numbers above are the actual cleaned row counts.

What was deliberately left behind

The design-system generator (design_system.py), colors→hardcoded-CSS output, the MASTER.md/page-override generator, all mobile-native rows/stacks, html-tailwind (it was Tailwind v3), and the npm CLI — all conflicted with this stack or with Atelier. This skill is data + search only.

What ships with it: 19 files

1186.5 KB alongside SKILL.md, 2 of them executable

references/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.