code-ai-installer 1.3.0 → 1.3.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/.agents/design_intake/SKILL.md +3 -2
- package/.agents/google_stitch_skill/SKILL.md +3 -2
- package/.agents/google_stitch_skill/agents/claude.json +3 -2
- package/.agents/google_stitch_skill/agents/copilot.json +3 -2
- package/.agents/google_stitch_skill/agents/gemini.json +3 -2
- package/.agents/google_stitch_skill/agents/openai.yaml +3 -2
- package/.agents/google_stitch_skill/agents/qwen.json +3 -2
- package/.agents/google_stitch_skill/agents/skill.yaml +5 -3
- package/.agents/ux_spec/SKILL.md +2 -2
- package/locales/en/.agents/design_intake/SKILL.md +4 -2
- package/locales/en/.agents/google_stitch_skill/SKILL.md +3 -1
- package/locales/en/.agents/google_stitch_skill/agents/claude.json +4 -2
- package/locales/en/.agents/google_stitch_skill/agents/copilot.json +4 -2
- package/locales/en/.agents/google_stitch_skill/agents/gemini.json +4 -2
- package/locales/en/.agents/google_stitch_skill/agents/openai.yaml +4 -2
- package/locales/en/.agents/google_stitch_skill/agents/qwen.json +4 -2
- package/locales/en/.agents/google_stitch_skill/agents/skill.yaml +6 -3
- package/locales/en/.agents/ux_spec/SKILL.md +3 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
---
|
|
1
|
+
---
|
|
2
2
|
name: design_intake
|
|
3
3
|
description: Найти и проанализировать предоставленные дизайн-материалы (файлы/ссылки), определить "источник правды" по UI и извлечь проверяемые правила (экраны, компоненты, токены, состояния).
|
|
4
4
|
---
|
|
@@ -222,4 +222,5 @@ For each Source of Truth, extract:
|
|
|
222
222
|
- `$ux_spec` — UX Spec (uses intake output)
|
|
223
223
|
- `$design_parity_review` — compare design with implementation
|
|
224
224
|
- `$ui_inventory` — component inventory
|
|
225
|
-
- `$
|
|
225
|
+
- `$google_stitch_skill` — generate screens from text
|
|
226
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
---
|
|
2
|
-
name:
|
|
1
|
+
---
|
|
2
|
+
name: google_stitch_skill
|
|
3
3
|
description: Генерация UI-экранов через Google Stitch (AI) с прямым доступом через StitchMCP. Rapid ideation после Approved UX Proposal, промпт-инжиниринг, контроль качества. Привязано к UX/UI Designer gate.
|
|
4
4
|
last_verified: 2026-03-11
|
|
5
5
|
version: 3.0
|
|
@@ -551,3 +551,4 @@ Figma-материал считается готовым к Handoff, когда:
|
|
|
551
551
|
- **SCR промпты:** `examples/scr_prompts.md`
|
|
552
552
|
- **Бюджет генераций:** `resources/budget_planner.md`
|
|
553
553
|
- **Связанные skills:** `$design_intake`, `$design_parity_review`
|
|
554
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Генерация UI-экранов через Google Stitch (AI) с прямым доступом через StitchMCP. Rapid ideation после Approved UX Proposal, промпт-инжиниринг, контроль качества. Привязано к UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Используй $
|
|
5
|
+
"default_prompt": "Используй $google_stitch_skill, когда задача относится к навыку \"Google Stitch — AI UI Generation (MCP-Integrated)\".",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,4 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Генерация UI-экранов через Google Stitch (AI) с прямым доступом через StitchMCP. Rapid ideation после Approved UX Proposal, промпт-инжиниринг, контроль качества. Привязано к UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Используй $
|
|
5
|
+
"default_prompt": "Используй $google_stitch_skill, когда задача относится к навыку \"Google Stitch — AI UI Generation (MCP-Integrated)\".",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,4 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Генерация UI-экранов через Google Stitch (AI) с прямым доступом через StitchMCP. Rapid ideation после Approved UX Proposal, промпт-инжиниринг, контроль качества. Привязано к UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Используй $
|
|
5
|
+
"default_prompt": "Используй $google_stitch_skill, когда задача относится к навыку \"Google Stitch — AI UI Generation (MCP-Integrated)\".",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,4 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
interface:
|
|
1
|
+
interface:
|
|
2
2
|
display_name: "Google Stitch — AI UI Generation (MCP-Integrated)"
|
|
3
3
|
short_description: "Генерация UI-экранов через Google Stitch (AI) с прямым доступом через StitchMCP. Rapid ideation…"
|
|
4
|
-
default_prompt: "Используй $
|
|
4
|
+
default_prompt: "Используй $google_stitch_skill, когда задача относится к навыку \"Google Stitch — AI UI Generation (MCP-Integrated)\"."
|
|
5
5
|
dependencies:
|
|
6
6
|
tools: []
|
|
7
7
|
policy:
|
|
8
8
|
allow_implicit_invocation: true
|
|
9
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Генерация UI-экранов через Google Stitch (AI) с прямым доступом через StitchMCP. Rapid ideation после Approved UX Proposal, промпт-инжиниринг, контроль качества. Привязано к UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Используй $
|
|
5
|
+
"default_prompt": "Используй $google_stitch_skill, когда задача относится к навыку \"Google Stitch — AI UI Generation (MCP-Integrated)\".",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,4 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
version: 1
|
|
2
|
-
name: "
|
|
1
|
+
version: 1
|
|
2
|
+
name: "google_stitch_skill"
|
|
3
3
|
display_name: "Google Stitch — AI UI Generation (MCP-Integrated)"
|
|
4
4
|
description: "Генерация UI-экранов через Google Stitch (AI) с прямым доступом через StitchMCP. Rapid ideation после Approved UX Proposal, промпт-инжиниринг, контроль качества. Привязано к UX/UI Designer gate."
|
|
5
|
-
default_prompt: "Используй $
|
|
5
|
+
default_prompt: "Используй $google_stitch_skill, когда задача относится к навыку \"Google Stitch — AI UI Generation (MCP-Integrated)\"."
|
|
6
6
|
triggers:
|
|
7
|
+
- "google_stitch_skill"
|
|
7
8
|
- "google_stitch"
|
|
8
9
|
- "google stitch"
|
|
9
10
|
- "Google Stitch — AI UI Generation (MCP-Integrated)"
|
|
@@ -20,3 +21,4 @@ localization:
|
|
|
20
21
|
available_locales:
|
|
21
22
|
- "ru"
|
|
22
23
|
- "en"
|
|
24
|
+
|
package/.agents/ux_spec/SKILL.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
---
|
|
1
|
+
---
|
|
2
2
|
name: ux_spec
|
|
3
3
|
description: Сформировать UX Spec — user flows, IA, список экранов, спецификация каждого экрана (действия/секции/валидации/состояния), критерии UX качества для разработки и тестирования.
|
|
4
4
|
---
|
|
@@ -279,4 +279,4 @@ Two-column: Config Panel (left, 60%) + Live Preview (right, 40%)
|
|
|
279
279
|
- `$ui_inventory` — component inventory
|
|
280
280
|
- `$a11y_baseline` — accessibility requirements
|
|
281
281
|
- `$design_intake` — analyze design materials
|
|
282
|
-
- `$
|
|
282
|
+
- `$google_stitch_skill` — generate UI screens from spec
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
---
|
|
1
|
+
---
|
|
2
2
|
name: design_intake
|
|
3
3
|
description: Find and analyze the provided designs (files/links), determine "source truth" by UI and extract verifiable rules (screens, components, tokens, states).
|
|
4
4
|
---
|
|
@@ -222,4 +222,6 @@ For each Source of Truth, extract:
|
|
|
222
222
|
- `$ux_spec` — UX Spec (uses intake output)
|
|
223
223
|
- `$design_parity_review` — compare design with implementation
|
|
224
224
|
- `$ui_inventory` — component inventory
|
|
225
|
-
- `$
|
|
225
|
+
- `$google_stitch_skill` — generate screens from text
|
|
226
|
+
|
|
227
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: google_stitch_skill
|
|
3
3
|
description: Generate UI screens with Google Stitch (AI) through direct StitchMCP access. Rapid ideation after an Approved UX Proposal, prompt engineering, and output quality control. Mapped to the UX/UI Designer gate.
|
|
4
4
|
last_verified: 2026-03-11
|
|
5
5
|
version: 3.0
|
|
@@ -551,3 +551,5 @@ Unresolved questions about layout/style.
|
|
|
551
551
|
- **SCR prompts:** `examples/scr_prompts.md`
|
|
552
552
|
- **Generation budget:** `resources/budget_planner.md`
|
|
553
553
|
- **Related skills:** `$design_intake`, `$design_parity_review`
|
|
554
|
+
|
|
555
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Generate UI screens with Google Stitch (AI) through direct StitchMCP access. Rapid ideation after an Approved UX Proposal, prompt engineering, and output quality control. Mapped to the UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Use $
|
|
5
|
+
"default_prompt": "Use $google_stitch_skill when the task matches the \"Google Stitch — AI UI Generation (MCP-Integrated)\" skill.",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,5 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Generate UI screens with Google Stitch (AI) through direct StitchMCP access. Rapid ideation after an Approved UX Proposal, prompt engineering, and output quality control. Mapped to the UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Use $
|
|
5
|
+
"default_prompt": "Use $google_stitch_skill when the task matches the \"Google Stitch — AI UI Generation (MCP-Integrated)\" skill.",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,5 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Generate UI screens with Google Stitch (AI) through direct StitchMCP access. Rapid ideation after an Approved UX Proposal, prompt engineering, and output quality control. Mapped to the UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Use $
|
|
5
|
+
"default_prompt": "Use $google_stitch_skill when the task matches the \"Google Stitch — AI UI Generation (MCP-Integrated)\" skill.",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,5 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
interface:
|
|
1
|
+
interface:
|
|
2
2
|
display_name: "Google Stitch — AI UI Generation (MCP-Integrated)"
|
|
3
3
|
short_description: "Generate UI screens with Google Stitch (AI) through direct StitchMCP access. Rapid ideation aft…"
|
|
4
|
-
default_prompt: "Use $
|
|
4
|
+
default_prompt: "Use $google_stitch_skill when the task matches the \"Google Stitch — AI UI Generation (MCP-Integrated)\" skill."
|
|
5
5
|
dependencies:
|
|
6
6
|
tools: []
|
|
7
7
|
policy:
|
|
8
8
|
allow_implicit_invocation: true
|
|
9
|
+
|
|
10
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "google_stitch",
|
|
3
3
|
"display_name": "Google Stitch — AI UI Generation (MCP-Integrated)",
|
|
4
4
|
"description": "Generate UI screens with Google Stitch (AI) through direct StitchMCP access. Rapid ideation after an Approved UX Proposal, prompt engineering, and output quality control. Mapped to the UX/UI Designer gate.",
|
|
5
|
-
"default_prompt": "Use $
|
|
5
|
+
"default_prompt": "Use $google_stitch_skill when the task matches the \"Google Stitch — AI UI Generation (MCP-Integrated)\" skill.",
|
|
6
6
|
"triggers": [
|
|
7
7
|
"google_stitch",
|
|
8
8
|
"google stitch",
|
|
@@ -16,3 +16,5 @@
|
|
|
16
16
|
"tools": [],
|
|
17
17
|
"implicit_invocation": true
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
version: 1
|
|
2
|
-
name: "
|
|
1
|
+
version: 1
|
|
2
|
+
name: "google_stitch_skill"
|
|
3
3
|
display_name: "Google Stitch — AI UI Generation (MCP-Integrated)"
|
|
4
4
|
description: "Generate UI screens with Google Stitch (AI) through direct StitchMCP access. Rapid ideation after an Approved UX Proposal, prompt engineering, and output quality control. Mapped to the UX/UI Designer gate."
|
|
5
|
-
default_prompt: "Use $
|
|
5
|
+
default_prompt: "Use $google_stitch_skill when the task matches the \"Google Stitch — AI UI Generation (MCP-Integrated)\" skill."
|
|
6
6
|
triggers:
|
|
7
|
+
- "google_stitch_skill"
|
|
7
8
|
- "google_stitch"
|
|
8
9
|
- "google stitch"
|
|
9
10
|
- "Google Stitch — AI UI Generation (MCP-Integrated)"
|
|
@@ -20,3 +21,5 @@ localization:
|
|
|
20
21
|
available_locales:
|
|
21
22
|
- "ru"
|
|
22
23
|
- "en"
|
|
24
|
+
|
|
25
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
---
|
|
1
|
+
---
|
|
2
2
|
name: ux_spec
|
|
3
3
|
description: Form UX Spec — user flows, IA, list screens, specification each screen (actions/sections/validation/states), criteria UX quality for development and testing.
|
|
4
4
|
---
|
|
@@ -279,4 +279,5 @@ Two-column: Config Panel (left, 60%) + Live Preview (right, 40%)
|
|
|
279
279
|
- `$ui_inventory` — component inventory
|
|
280
280
|
- `$a11y_baseline` — accessibility requirements
|
|
281
281
|
- `$design_intake` — analyze design materials
|
|
282
|
-
- `$
|
|
282
|
+
- `$google_stitch_skill` — generate UI screens from spec
|
|
283
|
+
|