Skip to content

Commit d34a3b5

Browse files
docs(plugin): improve skill descriptions and add auto-update instructions (#602)
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
1 parent d66ce16 commit d34a3b5

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

.claude-plugin/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@ AI-powered development guide for JEngine Unity framework.
55
## Installation
66

77
```bash
8-
# Add JEngine marketplace (one-time, enables auto-updates)
8+
# Add JEngine marketplace (one-time)
99
claude plugin marketplace add JasonXuDeveloper/JEngine
1010

1111
# Install plugin
1212
claude plugin install jengine@jengine-marketplace
1313
```
1414

15-
Plugin updates automatically when Claude Code starts.
15+
## Enable Auto-Updates (Recommended)
16+
17+
Third-party plugins require manual opt-in for auto-updates:
18+
19+
1. Run `/plugin` in Claude Code
20+
2. Go to **Marketplaces** tab
21+
3. Select **jengine-marketplace**
22+
4. Toggle **Enable auto-update**
23+
24+
Once enabled, plugin updates automatically when Claude Code starts.
1625

1726
## Features
1827

.claude-plugin/skills/editor-ui/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: editor-ui
3-
description: JEngine Editor UI components. Triggers on: custom inspector, editor window, Unity editor UI, UIElements, VisualElement, progress bar, status bar, breadcrumb, form field
3+
description: JEngine Editor UI component library with theming. Triggers on: custom inspector, editor window, Unity editor UI, UIElements, VisualElement, JButton, JStack, JCard, JTextField, JDropdown, design tokens, dark theme, light theme, editor styling, themed button, form layout, progress bar, status bar, toggle button, button group
44
---
55

66
# JEngine Editor UI Components

.claude-plugin/skills/jaction/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: jaction
3-
description: JAction chainable task system. Triggers on: sequential tasks, delays, timers, repeat loops, WaitUntil, async workflows, zero-allocation async
3+
description: JAction fluent chainable task system for Unity. Triggers on: sequential tasks, delay, timer, repeat loop, WaitUntil, WaitWhile, async workflow, zero-allocation async, coroutine alternative, scheduled action, timed event, polling condition, action sequence, ExecuteAsync
44
---
55

66
# JAction - Chainable Task Execution

.claude-plugin/skills/jobjectpool/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: jobjectpool
3-
description: JObjectPool thread-safe pooling. Triggers on: object pool, GC optimization, reusable instances, bullet pool, spawn pool, reduce garbage collection
3+
description: JObjectPool thread-safe object pooling for Unity. Triggers on: object pool, GC optimization, reusable instances, bullet pool, enemy pool, effect pool, spawn pool, reduce garbage collection, memory optimization, pool prewarm, Rent Return pattern, lock-free pool
44
---
55

66
# JObjectPool - Thread-Safe Object Pooling

.claude-plugin/skills/messagebox/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: messagebox
3-
description: MessageBox async dialogs. Triggers on: confirmation dialog, modal, prompt, alert, user confirmation, yes/no dialog
3+
description: MessageBox async modal dialogs for Unity with UniTask. Triggers on: confirmation dialog, modal popup, prompt, alert, user confirmation, yes/no dialog, OK/Cancel, async dialog, await user input, delete confirmation, save confirmation
44
---
55

66
# MessageBox - Async Modal Dialogs

0 commit comments

Comments
 (0)