| name | nezam-source-library-loader |
| description | Pure-Markdown context loader for design tasks. Agents call this skill at the start of any design task to load the correct subset of reference material from docs/reference/. Equivalent to impeccable's load-context.mjs but works without Node.js — pure agent instruction. |
| license | MIT |
| metadata | {"version":"1.0.0","maintainer":"DESIGN-01: Design Intelligence Orchestrator"} |
| tier | 2 |
| version | 1.0.0 |
| updated | "2026-05-29T00:00:00.000Z" |
| breaking_changes | false |
| changelog | [{"version":"1.0.0","date":"2026-05-29T00:00:00.000Z","notes":"Initial NEZAM skill metadata for canonical .cursor/skills."}] |
Source Library Loader
Call this skill at the start of every design task before generating any UI code, components, or design specs. It tells you exactly which files to read based on the task type.
Step 1: Identify Task Profile
Answer these 4 questions from the design request:
1. Surface: dashboard | landing | component | asset | document | rtl
2. Register: brand (design IS the product) | product (design SERVES the product)
3. Aesthetic intent: [mood/style keyword, e.g. "minimal dark", "luxury", "bold colorful"]
4. Component need: [specific components, e.g. "data table", "sidebar navigation"]
Step 2: Load Base Context (Always)
Always read these files first:
DESIGN.md (repo root) — NEZAM token system, color palette, typography, components
.agents/skills/design/design-intelligence-index/SKILL.md — routing table
Then load from the impeccable skill based on register:
- Brand register →
.agents/skills/impeccable/reference/brand.md
- Product register →
.agents/skills/impeccable/reference/product.md
Step 3: Load Task-Specific References
For "Build" tasks (new feature, component, page):
.agents/skills/impeccable/reference/craft.md
.agents/skills/impeccable/reference/shape.md
docs/reference/typeui-main/skills/fundamentals/ui-principles.md
docs/reference/typeui-main/skills/fundamentals/ux-principles.md
For "Evaluate / Audit" tasks:
.agents/skills/impeccable/reference/critique.md
.agents/skills/impeccable/reference/audit.md
.agents/skills/impeccable/reference/heuristics-scoring.md
docs/reference/typeui-main/skills/fundamentals/accessibility.md
docs/reference/typeui-main/skills/fundamentals/ux-principles.md
For "Refine" tasks (polish, bolder, quieter, distill):
.agents/skills/impeccable/reference/polish.md
.agents/skills/impeccable/reference/bolder.md [if amplifying]
.agents/skills/impeccable/reference/quieter.md [if toning down]
.agents/skills/impeccable/reference/distill.md [if simplifying]
For "Typography" tasks:
.agents/skills/impeccable/reference/typeset.md
docs/reference/typeui-main/skills/fundamentals/typography-principles.md
docs/reference/skills-main/skills/frontend-design/SKILL.md
For "Motion / Animation" tasks:
.agents/skills/impeccable/reference/animate.md
.agents/skills/impeccable/reference/motion-design.md
For "Brand Asset" tasks (posters, PDFs, visual art):
docs/reference/skills-main/skills/canvas-design/SKILL.md
docs/reference/skills-main/skills/theme-factory/SKILL.md
For "RTL / Arabic" tasks:
DESIGN.md (NEZAM, always)
.cursor/agents/rtl-layout-specialist.md
.cursor/agents/rtl-specialist.md
docs/reference/typeui-main/skills/fundamentals/accessibility.md
For "Component from shadcn" tasks:
docs/reference/awesome-shadcn-ui-main/README.md
DESIGN.md (NEZAM tokens for override values)
Step 4: Load Aesthetic Reference
If the task has a specific brand style target:
- Check
docs/reference/awesome-design-md-main/design-md/<brand>/DESIGN.md
- Read the matching brand's DESIGN.md fully
If the task has an aesthetic mood (not a specific brand):
- Check
docs/reference/open-design-main/<style>/ for matching style pack
- Look for
DESIGN.md or primary markdown spec in that directory
If no specific style is requested:
- Default to NEZAM DESIGN.md (Precision Console, dark, Inter, blue accent)
- Run the AI slop test from
docs/reference/skills-main/skills/frontend-design/SKILL.md
Step 5: Confirm Anti-References
Before generating, confirm the design avoids these banned patterns from the NEZAM DESIGN.md Do's and Don'ts:
- ❌ Gradient text (
background-clip: text + gradient)
- ❌ Glassmorphism as default
- ❌ Hero-metric template (big number + stats + gradient)
- ❌ Identical card grids
- ❌ Side-stripe
border-left > 1px accent
- ❌ Bounce/elastic easing curves
- ❌ Animating layout properties (width, height, top, left)
- ❌ Modals as first resort
- ❌ Generic font choices (Inter/Roboto/Arial for brand work — use distinctive fonts)
Quick Reference: File Paths
DESIGN.md
.agents/skills/impeccable/SKILL.md
.agents/skills/design/design-intelligence-index/SKILL.md
.agents/skills/impeccable/reference/
docs/reference/typeui-main/skills/fundamentals/ui-principles.md
docs/reference/typeui-main/skills/fundamentals/ux-principles.md
docs/reference/typeui-main/skills/fundamentals/typography-principles.md
docs/reference/typeui-main/skills/fundamentals/accessibility.md
docs/reference/awesome-design-md-main/design-md/
docs/reference/open-design-main/
docs/reference/awesome-shadcn-ui-main/README.md
docs/reference/skills-main/skills/frontend-design/SKILL.md
docs/reference/skills-main/skills/canvas-design/SKILL.md
docs/reference/skills-main/skills/theme-factory/SKILL.md
docs/reference/awesome-design-skills-main/skills/agentic/SKILL.md
Validation Checklist
After loading references, confirm: