7 Commits
goon ... main

Author SHA1 Message Date
Goon
6623f12b40 Update project references in README.md 2026-02-12 23:11:33 +07:00
Goon
0b80349f8c Merge pull request #153 from sappan/feat/add-droid-support
docs(readme): add Droid (Factory) to documentation
2026-02-12 23:08:16 +07:00
sappan
1f10c78ca2 docs(readme): add Droid (Factory) to documentation
Add Droid (Factory) references to CLAUDE.md and README.md to match the code changes from dd12a70 (feat: add Droid (Factory) support).

CLAUDE.md:
- Add .factory/skills/ui-ux-pro-max/ to architecture diagram
- Add .factory/ to symlinks description in Sync Rules

README.md:
- Add 'uipro init --ai droid' to CLI installation commands
- Add Droid (Factory) to Skill Mode supported platforms list
- Add .factory/skills/ path note for design system commands
- Add .factory/ to platform-specific files list in Architecture section
- Add .factory/ to contributor structure overview
2026-02-10 11:49:14 +08:00
Goon
875d216631 Merge pull request #151 from nextlevelbuilder/goon
docs(readme): improve title formatting and add product attribution
2026-02-07 17:15:19 +07:00
Goon
b793f66f7a Merge pull request #150 from nextlevelbuilder/goon
feat: add Droid (Factory) platform support
2026-02-07 17:07:03 +07:00
Goon
fc8a251476 Merge pull request #144 from sappan/feat/add-droid-support
feat: add Droid (Factory) support
2026-02-07 15:48:55 +07:00
sappan
2127b8b9b0 feat: add Droid (Factory) support
Add support for Factory's Droid AI assistant, allowing users to install
the skill via 'uipro init --ai droid' to .factory/skills/ directory.

Changes:
- Add droid.json platform config (src and cli/assets)
- Add 'droid' to AIType and AI_TYPES array
- Add .factory directory detection
- Add droid to AI_TO_PLATFORM mapping

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-02-03 11:54:43 +08:00
2 changed files with 9 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ cli/ # CLI installer (uipro-cli on npm)
└── templates/ # Copy of src/ui-ux-pro-max/templates/
.claude/skills/ui-ux-pro-max/ # Claude Code skill (symlinks to src/)
.factory/skills/ui-ux-pro-max/ # Droid (Factory) skill (symlinks to src/)
.shared/ui-ux-pro-max/ # Symlink to src/ui-ux-pro-max/
.claude-plugin/ # Claude Marketplace publishing
```
@@ -67,7 +68,7 @@ When modifying files:
1. **Data & Scripts** - Edit in `src/ui-ux-pro-max/`:
- `data/*.csv` and `data/stacks/*.csv`
- `scripts/*.py`
- Changes automatically available via symlinks in `.claude/`, `.shared/`
- Changes automatically available via symlinks in `.claude/`, `.factory/`, `.shared/`
2. **Templates** - Edit in `src/ui-ux-pro-max/templates/`:
- `base/skill-content.md` - Common SKILL.md content

View File

@@ -29,8 +29,8 @@ An AI skill that provides design intelligence for building professional UI/UX ac
</p>
<p align="center">
<i>A product of</i><br>
<a href="https://nextlevelbuilder.com">Next Level Builder</a> | <a href="https://claudekit.cc">ClaudeKit</a>
<i>Other projects</i><br>
<a href="https://nextlevelbuilder.io">Next Level Builder</a> | <a href="https://claudekit.cc">ClaudeKit</a>
</p>
## What's New in v2.0
@@ -285,6 +285,7 @@ uipro init --ai trae # Trae
uipro init --ai opencode # OpenCode
uipro init --ai continue # Continue
uipro init --ai codebuddy # CodeBuddy
uipro init --ai droid # Droid (Factory)
uipro init --ai all # All assistants
```
@@ -318,7 +319,7 @@ winget install Python.Python.3.12
### Skill Mode (Auto-activate)
**Supported:** Claude Code, Cursor, Windsurf, Antigravity, Codex CLI, Continue, Gemini CLI, OpenCode, Qoder, CodeBuddy
**Supported:** Claude Code, Cursor, Windsurf, Antigravity, Codex CLI, Continue, Gemini CLI, OpenCode, Qoder, CodeBuddy, Droid (Factory)
The skill activates automatically when you request UI/UX work. Just chat naturally:
@@ -380,7 +381,7 @@ Just mention your preferred stack in the prompt, or let it default to HTML + Tai
For direct access to the design system generator:
> Note: If you installed via Continue, replace `.claude/skills/` with `.continue/skills/` in the commands below.
> Note: If you installed via Continue, replace `.claude/skills/` with `.continue/skills/` in the commands below. For Droid (Factory), use `.factory/skills/`.
```bash
# Generate design system with ASCII output
@@ -438,7 +439,7 @@ Now, generate the code...
### For Users
The codebase has been restructured to use a **template-based generation system**. All platform-specific files (`.cursor/`, `.windsurf/`, `.kiro/`, etc.) are now generated dynamically by the CLI.
The codebase has been restructured to use a **template-based generation system**. All platform-specific files (`.cursor/`, `.windsurf/`, `.kiro/`, `.factory/`, etc.) are now generated dynamically by the CLI.
**Always use the CLI to install:**
@@ -462,6 +463,7 @@ cd ui-ux-pro-max-skill
src/ui-ux-pro-max/ # Source of truth (data, scripts, templates)
cli/ # CLI installer (generates files from templates)
.claude/ # Local dev/test for Claude Code skill
.factory/ # Local dev/test for Droid (Factory) skill
# 3. Make changes in src/ui-ux-pro-max/
# - data/*.csv → Database files