docs: add ui-design plugin to agents, skills, and plugins documentation

This commit is contained in:
Seth Hobson
2026-01-19 17:05:57 -05:00
parent be58daee0c
commit 8d37048deb
3 changed files with 33 additions and 15 deletions

View File

@@ -116,14 +116,15 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p
## Complete Plugin Catalog
### 🎨 Development (4 plugins)
### 🎨 Development (5 plugins)
| Plugin | Description | Install |
| ------------------------------- | ------------------------------------------------- | --------------------------------------------- |
| **debugging-toolkit** | Interactive debugging and DX optimization | `/plugin install debugging-toolkit` |
| **backend-development** | Backend API design with GraphQL and TDD | `/plugin install backend-development` |
| **frontend-mobile-development** | Frontend UI and mobile development | `/plugin install frontend-mobile-development` |
| **multi-platform-apps** | Cross-platform app coordination (web/iOS/Android) | `/plugin install multi-platform-apps` |
| Plugin | Description | Install |
| ------------------------------- | ---------------------------------------------------------------- | --------------------------------------------- |
| **debugging-toolkit** | Interactive debugging and DX optimization | `/plugin install debugging-toolkit` |
| **backend-development** | Backend API design with GraphQL and TDD | `/plugin install backend-development` |
| **frontend-mobile-development** | Frontend UI and mobile development | `/plugin install frontend-mobile-development` |
| **ui-design** | UI/UX design for mobile (iOS, Android, React Native) and web | `/plugin install ui-design` |
| **multi-platform-apps** | Cross-platform app coordination (web/iOS/Android) | `/plugin install multi-platform-apps` |
### 📚 Documentation (3 plugins)