@champpaba/claude-agent-kit 3.6.0 → 3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
| ID | Time | T | Title | Read |
|
|
9
9
|
|----|------|---|-------|------|
|
|
10
|
+
| #277 | 11:52 PM | ✅ | Added YAML frontmatter to design-extract skill for Claude Code marketplace compatibility | ~465 |
|
|
10
11
|
| #252 | 11:38 PM | 🔵 | Git status reveals extensive refactoring with skills migration and core context reorganization | ~682 |
|
|
11
12
|
| #211 | 11:21 PM | ✅ | Standardized design-extract skill to require agent-browser CLI only | ~513 |
|
|
12
13
|
</claude-mem-context>
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: design-extract
|
|
3
|
+
description: Extract comprehensive design system data from any website using agent-browser
|
|
4
|
+
allowed-tools: Bash(agent-browser:*), Read, Write, Glob
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Design Extract Skill
|
|
2
8
|
|
|
3
9
|
Extract comprehensive design system data from any website.
|
|
@@ -7,5 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
| ID | Time | T | Title | Read |
|
|
9
9
|
|----|------|---|-------|------|
|
|
10
|
+
| #278 | 11:52 PM | 🔵 | design-setup skill provides interactive 3-round design system generation from extracted sites | ~840 |
|
|
10
11
|
| #252 | 11:38 PM | 🔵 | Git status reveals extensive refactoring with skills migration and core context reorganization | ~682 |
|
|
11
12
|
</claude-mem-context>
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: design-setup
|
|
3
|
+
description: Interactive design system setup with theme selection and AI recommendations
|
|
4
|
+
allowed-tools: Read, Write, Glob, AskUserQuestion
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Design Setup Skill
|
|
2
8
|
|
|
3
9
|
Interactive design system setup with theme selection and AI recommendations.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: page-planner
|
|
3
|
+
description: Generate visual page plans for UI - component strategy, wireframes, animation blueprints
|
|
4
|
+
allowed-tools: Read, Write, Glob, Grep
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Page Planner Skill
|
|
2
8
|
|
|
3
9
|
Generate visual page plans for UI implementation - component strategy, layout wireframes, animation blueprints.
|