Skip to content

diggerhq/design-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

DesignBase — Skill Library for Agentic Design

A curated collection of reusable skills for AI design agents. Each skill is a structured markdown file that describes a discrete design operation — from laying out grids to generating accessible color palettes.

How it works

Skills are loaded by design agents at runtime. An agent reads the skill file, understands the operation, its inputs and constraints, and executes it against the current canvas or design file.

For platform customers: fork this repo, tweak existing skills or add your own, and connect it to your workspace. Your agents will pick up the changes automatically.

Repository structure

skills/
├── layout/          Spatial arrangement, grids, auto-layout, spacing
├── styling/         Color, fills, shadows, effects, theming
├── typography/      Type scales, text styles, font pairing
├── components/      Component creation, variants, slots, overrides
├── accessibility/   Contrast checks, ARIA annotations, readability
├── export/          Design-to-code, asset export, handoff
└── prototyping/     Interactions, transitions, micro-animations

Skill file format

Every skill is a single .md file with these sections:

Section Purpose
Title & description What the skill does in plain language
Parameters Inputs the agent needs (with types and defaults)
Behavior Step-by-step instructions the agent follows
Constraints Guardrails, edge cases, things to avoid
Examples Concrete before/after or input/output samples

Writing your own skills

  1. Pick the right category folder (or create a new one).
  2. Copy an existing skill as a starting template.
  3. Be explicit about defaults — agents should never have to guess.
  4. Include at least one example with concrete values.
  5. Keep each skill focused on a single operation.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published