Skip to content

FuFicFac/design-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ekello's Design Studio

A token-efficient design skill collection for Claude. Seven focused skills that teach Claude how to design the things you actually build — websites, app UIs, videos, slide decks, long-form documents, dashboards, and social media content.

Built for Claude Code (CLI, desktop, IDE extensions) and compatible with Claude Desktop via per-skill ZIP uploads.

Why This Exists

If you paste the same design context into every session, you're paying for it every time. Skills load metadata at session start and only pull in full instructions when Claude actually needs them. Smaller sessions, lower usage, same output quality.

What's Included

Skill What it does
animation-studio Motion graphics, cinematic video, camera systems, rendering (Remotion-aware)
frontend-design Web and app UI components, layouts, interactions (React + Tailwind)
web-app-scaffold Full app bootstrapping — project structure, routing, state, deployment
presentation-design Slide decks, pitch decks, keynote talks, speaker notes
document-design Long-form reports, whitepapers, PDFs, print typography
data-visualization Chart selection, dashboard design, honest data display
social-media-design Platform specs, aspect ratios, thumb-stopping layouts

Each skill is a folder with a SKILL.md plus reference files. Claude reads the description at session start, pulls in the rest only when your request matches.

Install — Claude Code

/plugin install FuFicFac/design-studio

From a Claude Code session (CLI, desktop app, or IDE extension). All seven skills register together.

Install — Individual Skills (Any Claude Code Context)

Pick one, not all:

npx skills add FuFicFac/design-studio@animation-studio
npx skills add FuFicFac/design-studio@frontend-design
# ... etc

Install — Claude Desktop (Chat App)

Claude Desktop requires per-skill ZIP uploads via Customize → Skills. Grab the ZIPs from the latest release, then upload each one you want.

Requires code execution to be enabled in Desktop settings.

How To Use

You don't invoke these skills manually. Just describe what you want to build:

  • "Help me design a landing page for a coffee shop"frontend-design loads
  • "I need a 10-slide pitch deck for a seed round"presentation-design loads
  • "Add a camera zoom to this Remotion scene"animation-studio loads

Claude reads skill descriptions and picks the right one based on what you said.

Repo Structure

design-studio/
├── .claude-plugin/
│   └── plugin.json      # Claude Code plugin manifest
├── README.md
├── LICENSE
├── skills/              # Seven self-contained skill folders
│   ├── animation-studio/
│   ├── frontend-design/
│   ├── web-app-scaffold/
│   ├── presentation-design/
│   ├── document-design/
│   ├── data-visualization/
│   └── social-media-design/
└── dist/                # Per-skill ZIPs for Claude Desktop upload

Companion Skills

These skills from the community pair well with Design Studio and fill specific gaps:

Skill Author What it adds
Emil Design Eng @emilkowalski Motion science — exact easing curves, spring physics, gesture handling, duration rules. Goes deeper than animation-studio on craft.
Impeccable /polish @pbakaus Systematic pre-ship audit — alignment, spacing, contrast, interaction states, copy, accessibility. Run this last.
Impeccable /typeset @pbakaus Typography diagnosis — font choices, hierarchy, line length, contrast. Surgical pass on type only.
Taste (Frontend) @leonxlnx Anti-AI-slop rules — bans gradient text, neon glows, Inter-on-everything. Keeps output from looking generated.
Taste (High-End Visual) @leonxlnx Premium, minimal visual patterns — asymmetric layouts, Bento paradigm, spring motion.
Taste (Redesign) @leonxlnx Audits existing UI and upgrades without rewriting — useful for iterating on what's already built.

These are not bundled here and are not affiliated with this project. Credit to their authors.

Standing on Shoulders

This collection draws on established design principles from across the field — typography (Bringhurst, Müller-Brockmann), motion design, data visualization (Tufte), and accessibility standards (WCAG). The skill format and token-efficiency approach are specific to Claude Code's architecture. The design knowledge itself belongs to the craft.

License

MIT — do what you want. Attribution appreciated but not required.

Author

Built by Ekello Harrid. Reach out: github.com/FuFicFac

About

Token-efficient Claude Code design skills — animation, frontend, presentations, documents, data viz, social media, web-app scaffolding

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors