# @h4shed/skill-theme-factory

Design system and theme generation for consistent UI/UX across applications.

## Installation

```bash
npm install @h4shed/skill-theme-factory
```

## Tools

### `generate-theme`

Generate design system themes with colors, typography, and spacing.

## Use Cases

- 🎨 Design system creation
- 🌈 Theme generation
- 📐 Spacing/typography systems

## Implementation Status

- ✅ Tool definitions
- 📝 Theme templates
- ⏳ Full implementation (WIP)

## Usage

This package exports an MCP skill definition that can be loaded by `@h4shed/mcp-core` via the workspace skill registry.

## Development

```bash
# from repository root
npm run build --workspace=packages/skills/theme-factory
npm run test --workspace=packages/skills/theme-factory
```

## License

Apache-2.0
