BeClaude

lude-kit

New
GitHub TrendingGeneralby dimitris-di

A curated library of senior grade Agent Skills and subagents for Claude Code and OpenAI Codex. 70 skills, 30 dispatchable subagents, designed for multi agent orchestration.

First seen 5/24/2026

Summary

lude-kit provides a curated library of 70 senior-grade agent skills and 30 dispatchable subagents for Claude Code and OpenAI Codex, designed for multi-agent orchestration in creative and design workflows.

  • It enables developers to leverage pre-built, production-ready agents for complex tasks like UI generation, design system management, and creative coding, reducing the need to build agent logic from scratch.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/lude-kit.md https://raw.githubusercontent.com/dimitris-di/lude-kit/main/SKILL.md
3
Invoke in Claude Code
/lude-kit

Use Cases

Generate a complete UI component library with consistent design tokens using pre-built design agents.
Orchestrate multiple subagents to collaboratively design and code a responsive landing page.
Automate the creation of SVG illustrations or animations by dispatching specialized creative agents.
Rapidly prototype interactive prototypes by chaining design and code generation agents.
Manage and version design system assets across multiple projects using dedicated subagents.
Perform design review and generate accessibility reports by invoking senior-grade review agents.

Usage Examples

1

/lude-kit design generate landing-page --style modern --colors blue,white

2

Use lude-kit to dispatch a UI agent that creates a React component for a data table with sorting and filtering.

3

/lude-kit agent orchestrate 'design a logo, then generate CSS for a matching color scheme'

View source on GitHub
designagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is lude-kit?

lude-kit provides a curated library of 70 senior-grade agent skills and 30 dispatchable subagents for Claude Code and OpenAI Codex, designed for multi-agent orchestration in creative and design workflows. It enables developers to leverage pre-built, production-ready agents for complex tasks like UI generation, design system management, and creative coding, reducing the need to build agent logic from scratch.

How to install lude-kit?

To install lude-kit: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/lude-kit.md https://raw.githubusercontent.com/dimitris-di/lude-kit/main/SKILL.md. Finally, /lude-kit in Claude Code.

What is lude-kit best for?

lude-kit is a skill categorized under General. It is designed for: design, agent. Created by dimitris-di.

What can I use lude-kit for?

lude-kit is useful for: Generate a complete UI component library with consistent design tokens using pre-built design agents.; Orchestrate multiple subagents to collaboratively design and code a responsive landing page.; Automate the creation of SVG illustrations or animations by dispatching specialized creative agents.; Rapidly prototype interactive prototypes by chaining design and code generation agents.; Manage and version design system assets across multiple projects using dedicated subagents.; Perform design review and generate accessibility reports by invoking senior-grade review agents..