symfonia-ai-tools 1.4.1 → 1.4.2

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/README.md CHANGED
@@ -221,7 +221,7 @@ AI przeczyta `SKILL.md` i wykona kroki po kolei.
221
221
 
222
222
  Wszystkie skille maja prefix `smf-` (Symfonia). Konfigurator pozwala wybrac checkboxami ktore skille zainstalowac.
223
223
 
224
- ### Skills bazowe (14 skilli)
224
+ ### Skills bazowe (15 skilli)
225
225
 
226
226
  | Skill | Cel | Kiedy uzywac | Wymaga |
227
227
  |-------|-----|-------------|--------|
@@ -239,6 +239,7 @@ Wszystkie skille maja prefix `smf-` (Symfonia). Konfigurator pozwala wybrac chec
239
239
  | `smf-fill-worklogs` | Wypelnianie worklogow | Uzupelnianie godzin na bazie commitow git | Jira MCP |
240
240
  | `smf-grafana-logs` | Logi z Grafany | Debugowanie prod — query Loki, analiza bledow | Grafana MCP |
241
241
  | `smf-aws-analysis` | Analiza AWS | Dobor serwisow, architektura, koszty | Context7 MCP |
242
+ | `smf-figma-analysis` | Analiza mockupu Figma | Link do selekcji Figma → specyfikacja UI | Figma MCP |
242
243
 
243
244
  ### Skills Vue 3 + TypeScript (3 skille)
244
245
 
@@ -333,6 +334,7 @@ Skille deklaruja wymagane serwery MCP. Gdy wybierzesz np. `smf-jira-task`, Jira
333
334
  | `smf-jira-task`, `smf-jira-explorer`, `smf-fill-worklogs` | Jira Cloud |
334
335
  | `smf-grafana-logs` | Grafana |
335
336
  | `smf-aws-analysis` | Context7 |
337
+ | `smf-figma-analysis` | Figma |
336
338
 
337
339
  ### Auto-detect
338
340
 
@@ -501,7 +503,7 @@ templates/
501
503
  │ │ ├── _guidelines_header.md # Naglowek guidelines
502
504
  │ │ ├── context/ # Kontekst projektowy
503
505
  │ │ ├── prompts/ # codereview, security-review, figma, duplicates
504
- │ │ └── skills/ # 14 skilli bazowych (smf-*)
506
+ │ │ └── skills/ # 15 skilli bazowych (smf-*)
505
507
  │ ├── _claude/ # → .claude/ (permissions + deny)
506
508
  │ ├── _github/ # → .github/ (copilot pointer + PR template)
507
509
  │ ├── _cursor/ # → .cursor/
package/lib/questions.mjs CHANGED
@@ -16,6 +16,7 @@ const SKILL_MCP_DEPS = {
16
16
  'smf-fill-worklogs': ['mcpJira'],
17
17
  'smf-grafana-logs': ['mcpGrafana'],
18
18
  'smf-aws-analysis': ['mcpContext7'],
19
+ 'smf-figma-analysis': ['mcpFigma'],
19
20
  };
20
21
 
21
22
  const SKILL_CLI_DEPS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symfonia-ai-tools",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "AI tooling setup for your project - Claude Code, GitHub Copilot, Cursor, Gemini, Junie, GSD",
5
5
  "type": "module",
6
6
  "bin": {