style-prompt-skill
v1.1.0
Published
30+ High-Fidelity UI Design Styles for AI Agents (Cursor, Windsurf, Claude Code)
Maintainers
Readme
Style Prompt Skill (S01-S30)
A portable "Agents Skill" providing 30 unique, production-ready UI design styles for React and Tailwind CSS.
Features
- 30 Design Styles: From "Tech Minimal" to "Aurora Borealis".
- Multi-IDE Support: One command to set up for Cursor, Windsurf, or Claude Code.
- Agentic Design: Structured for progressive disclosure and low context overhead.
Quick Start
1. Run via npx (No installation required)
Go to your project root and run:
npx style-prompt-skill init2. Manual Installation
If you prefer to keep it in your package.json:
npm install -D style-prompt-skill
# then
npx style-prompt initHow it Works
When you run init, the CLI:
- Copies the style specification library to your project's
.agents/skills/directory. - Creates the tool-specific configuration file (e.g.,
.cursor/rules/*.mdc) so your AI assistant knows about the library immediately.
Supported Tools
- Cursor AI: Automatically generates
.cursor/rules/prompt-skill.mdc. - Windsurf IDE: Automatically generates
.windsurf/rules/style-prompt.md. - Claude Code: Automatically sets up the
.claude/skills/structure.
Structure
SKILL.md: The main entry point for AI agents.references/: 30 individual markdown files containing Design DNA, tokens, and prompts.
Created for seamless AI-assisted design work.
