lude-kit
NewA 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.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/lude-kit.md https://raw.githubusercontent.com/dimitris-di/lude-kit/main/SKILL.md/lude-kitUse Cases
Usage Examples
/lude-kit design generate landing-page --style modern --colors blue,white
Use lude-kit to dispatch a UI agent that creates a React component for a data table with sorting and filtering.
/lude-kit agent orchestrate 'design a logo, then generate CSS for a matching color scheme'
Security Audits
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..