agentsclimarketplace

Frontend

Skill mj-deving/pai-skills/skills/Frontend

Frontend design and website engineering — standards, anti-slop rules, aesthetic presets, website factory, design intelligence, audit commands, and site teardown. USE WHEN building UI, HTML, frontend, design review, responsive, website factory, portfolio site, landing page, impeccable, audit, typeset, animate, colorize, critique, layout, polish, delight, harden, site teardown, clone website, redesign.From its SKILL.md

Install
npx -y skills add mj-deving/pai-skills --skill Frontend

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.
  • 0 stars0 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

7.4 KB, ~1.8k tokens by cl100k_base, as published. Nobody here has run it

Frontend

Unified skill for frontend design, website engineering, and visual quality. Covers the full spectrum from anti-slop standards through aesthetic presets to production website workflows.

Workflow Routing

Request PatternRoute To
Standards & Review
Design review, review UI, check accessibility, review frontend, anti-slop check, component architectureFrontendDesign/SKILL.md
Website Building
Build website, create website, landing page, portfolio site, deploy, netlify, quick site, premium site, generate assets, hero video, source components, 21st.dev, codepen, monae, polish, craft details, visual editor, stitch redesign, paper.design, pencil.dev, 3D website, WebGL, three.js, particles, shaderWebsiteFactory/SKILL.md
Branded page, MJ brand build, project showcase, portfolio page, career page, branded prototypeWebsiteFactory/SKILL.md → BrandedBuild
Presentations
Create slides, presentation, convert PPTX, frontend slides, slide deckfrontend-slides/SKILL.md
Design Intelligence
Design system generation, color palette, font pairing, style for industry, UX guidelines, product type design, chart design, pro maxUIUXProMax/SKILL.md
Audit & Craft Commands (Impeccable)
Impeccable, craft, teach, extract design systemImpeccable/impeccable/SKILL.md
Audit, accessibility audit, performance audit, quality checkImpeccable/audit/SKILL.md
Deep accessibility, WCAG deep dive, a11y-deep, full WCAG audit, accessibility specialistsImpeccable/a11y-deep/SKILL.md
Typography, typeset, font scale, font pairing, type hierarchyImpeccable/typeset/SKILL.md
Animate, motion, transitions, scroll animations, micro-interactionsImpeccable/animate/SKILL.md
Colorize, color system, palette, contrast, themesImpeccable/colorize/SKILL.md
Critique, design critique, review with overlayImpeccable/critique/SKILL.md
Layout, arrange, grid, flexbox, spatial compositionImpeccable/layout/SKILL.md
Polish, normalize, clean up, CSS qualityImpeccable/polish/SKILL.md
Shape, visual structure, composition, hierarchyImpeccable/shape/SKILL.md
Delight, micro-delight, surprise, premium feelImpeccable/delight/SKILL.md
Harden, production-ready, cross-browser, edge casesImpeccable/harden/SKILL.md
Optimize, performance, bundle, rendering, paintImpeccable/optimize/SKILL.md
Adapt, responsive, breakpoints, mobile, tabletImpeccable/adapt/SKILL.md
Bolder, more dramatic, stronger contrast, louderImpeccable/bolder/SKILL.md
Clarify, simplify UI, reduce noise, clean interfaceImpeccable/clarify/SKILL.md
Distill, extract tokens, design tokens, CSS variablesImpeccable/distill/SKILL.md
Overdrive, maximum polish, final pass, ship-readyImpeccable/overdrive/SKILL.md
Quieter, subtle, restrained, reduce visual noiseImpeccable/quieter/SKILL.md
Aesthetic Presets (pick ONE per project)
Premium metric-based, GSAP, ThreeJS, bento gridsAesthetics/taste-skill/SKILL.md
Luxury agency, expensive shadows, premium feelAesthetics/soft-skill/SKILL.md
Industrial raw, Swiss typography, military terminalAesthetics/brutalist-skill/SKILL.md
Editorial clean, warm monochrome, muted pastelsAesthetics/minimalist-skill/SKILL.md
Upgrade existing site, audit + fix in-placeAesthetics/redesign-skill/SKILL.md
Google Stitch design system, DESIGN.md generationAesthetics/stitch-skill/SKILL.md
Brand design reference, "like Stripe", "like Apple", design inspiration, getdesign, brand styleAesthetics/brand-references/SKILL.md

Architecture

Frontend/
├── FrontendDesign/          ← Standards hub (anti-slop, a11y, component patterns)
├── WebsiteFactory/          ← Build workflows (Quick/Premium/Assets/Deploy)
├── frontend-slides/         ← HTML presentations
├── UIUXProMax/              ← Data-driven design search (161 palettes, 57 fonts, 16 stacks)
├── Impeccable/              ← 18 audit/craft commands (typeset, animate, colorize, etc.)
│   ├── impeccable/          ← Main entry (craft/teach/extract)
│   ├── audit/               ← Technical quality checks
│   ├── typeset/             ← Typography
│   ├── animate/             ← Motion & transitions
│   ├── colorize/            ← Color systems
│   ├── critique/            ← Design critique with overlay
│   ├── layout/              ← Spatial composition
│   ├── polish/              ← CSS cleanup & normalization
│   ├── shape/               ← Visual structure
│   ├── delight/             ← Micro-interactions & premium feel
│   ├── harden/              ← Production hardening
│   ├── optimize/            ← Performance
│   ├── adapt/               ← Responsive design
│   ├── bolder/              ← Increase drama/contrast
│   ├── clarify/             ← Simplify & reduce noise
│   ├── distill/             ← Extract design tokens
│   ├── overdrive/           ← Final polish pass
│   └── quieter/             ← Reduce visual intensity
└── Aesthetics/              ← CSS-level aesthetic presets
    ├── taste-skill/
    ├── soft-skill/
    ├── brutalist-skill/
    ├── minimalist-skill/
    ├── redesign-skill/
    ├── brand-references/     ← 7 bundled + 69 fetchable brand DESIGN.md files
    └── stitch-skill/

Recommended Workflow (7-Level Progression)

Based on "7 Levels of Elite Websites with Claude Code":

  1. StandardsFrontendDesign/ anti-slop rules + plan mode (Level 1-2)
  2. Design IntelligenceUIUXProMax/ for data-driven design system generation (Level 2)
  3. Aesthetic Preset — Pick ONE from Aesthetics/ matching your project tone (Level 2)
  4. AuditImpeccable/audit/ for systematic quality check (Level 2)
  5. Visual References — Screenshots from Awwwards/Godly/Pinterest (Level 3)
  6. Site Teardown — Ctrl+U → HTML/CSS/JS extraction from reference sites (Level 4)
  7. ComponentsWebsiteFactory/ ComponentSourcing from 21st.dev, CodePen, Monae (Level 5)
  8. Custom AssetsWebsiteFactory/ GenerateAssets workflow for AI art/video (Level 5)
  9. PolishWebsiteFactory/ PolishChecklist for craft details: loading anims, counters, glassmorphism, shimmer, tickers (Level 5)
  10. IterateImpeccable/ commands for targeted refinement (Level 5)
  11. Visual Editor LoopWebsiteFactory/ VisualEditorLoop with Stitch/Paper.design/Pencil.dev (Level 6)
  12. ShipImpeccable/overdrive/ + WebsiteFactory/ DeploySite (Level 6)
  13. 3D FrontierWebsiteFactory/ WebGLFrontier for Three.js/WebGL experiences (Level 7, aspirational)

Examples

Example 1: User: "[typical request]" → Routes to appropriate sub-skill workflow

Example 2: User: "[another request]" → Routes to different sub-skill workflow

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,499. 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.