izanagi-ai 2.8.0 → 2.9.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/.manifest +225 -234
- package/.opencode/agent/agents.md +11 -0
- package/AGENTS.md +1 -1
- package/agents/animation-agent.json +19 -47
- package/agents/architect-agent.json +19 -20
- package/agents/bug-hunter-agent.json +17 -19
- package/agents/database-agent.json +18 -22
- package/agents/devops-agent.json +18 -21
- package/agents/docs-agent.json +17 -20
- package/agents/form-engineer-agent.json +26 -0
- package/agents/pm-agent.json +17 -19
- package/agents/professor-agent.json +17 -21
- package/agents/qa-agent.json +19 -15
- package/agents/security-agent.json +18 -21
- package/agents/techlead-agent.json +18 -20
- package/core/skill-resolver.json +511 -480
- package/dist/cli/commands/chat.d.ts.map +1 -1
- package/dist/cli/commands/chat.js +72 -28
- package/dist/cli/commands/chat.js.map +1 -1
- package/dist/cli/commands/run.d.ts.map +1 -1
- package/dist/cli/commands/run.js +11 -7
- package/dist/cli/commands/run.js.map +1 -1
- package/package.json +1 -1
- package/references/padrao-skill-izanagi.md +69 -0
- package/references/repos-ai-agents.md +21 -0
- package/skills/INDEX.md +12 -2
- package/skills/accessibility-reviewer/SKILL.md +96 -52
- package/skills/accessibility-reviewer/references.md +10 -15
- package/skills/agentic-coding/SKILL.md +71 -45
- package/skills/anti-ai-slop/references.md +12 -24
- package/skills/api-automation/SKILL.md +105 -23
- package/skills/api-automation/references.md +18 -0
- package/skills/automation-documentation/SKILL.md +77 -23
- package/skills/automation-documentation/references.md +18 -0
- package/skills/automation-optimization/SKILL.md +103 -18
- package/skills/automation-optimization/references.md +18 -0
- package/skills/automation-planning/SKILL.md +56 -24
- package/skills/automation-planning/references.md +18 -0
- package/skills/automation-research/SKILL.md +57 -17
- package/skills/automation-research/references.md +18 -0
- package/skills/automation-security/SKILL.md +66 -17
- package/skills/automation-security/references.md +18 -0
- package/skills/browser-automation/SKILL.md +100 -29
- package/skills/browser-automation/references.md +18 -0
- package/skills/code-auditor/SKILL.md +98 -18
- package/skills/confidence-estimator/SKILL.md +43 -41
- package/skills/continuous-improvement/SKILL.md +37 -39
- package/skills/data-validation/SKILL.md +87 -21
- package/skills/data-validation/references.md +18 -0
- package/skills/defense-in-depth/SKILL.md +83 -0
- package/skills/design-directions/references.md +14 -33
- package/skills/error-recovery/SKILL.md +76 -27
- package/skills/error-recovery/references.md +18 -0
- package/skills/hallucination-detection/SKILL.md +41 -36
- package/skills/handoff-sessao/SKILL.md +62 -16
- package/skills/mcp-server-dev/SKILL.md +137 -25
- package/skills/monitoring-specialist/SKILL.md +26 -51
- package/skills/observability-expert/SKILL.md +34 -50
- package/skills/parallel-agents/SKILL.md +73 -0
- package/skills/principal-engineer/SKILL.md +34 -43
- package/skills/prompt-engineering/SKILL.md +105 -21
- package/skills/readme-generator/SKILL.md +144 -27
- package/skills/requirement-analyzer/SKILL.md +36 -54
- package/skills/self-correction/SKILL.md +37 -40
- package/skills/self-critique/SKILL.md +42 -35
- package/skills/sequence-diagram-builder/SKILL.md +42 -45
- package/skills/spreadsheet-automation/SKILL.md +131 -21
- package/skills/spreadsheet-automation/references.md +19 -0
- package/skills/staff-engineer/SKILL.md +22 -53
- package/skills/systematic-debugging/SKILL.md +83 -0
- package/skills/task-planner/SKILL.md +52 -50
- package/skills/tech-lead/SKILL.md +29 -50
- package/skills/technical-writer/SKILL.md +58 -27
- package/skills/technology-selection/SKILL.md +71 -27
- package/skills/technology-selection/references.md +20 -0
- package/skills/testing-automation/SKILL.md +108 -17
- package/skills/testing-automation/references.md +18 -0
- package/skills/ui-ux-pro-max/SKILL.md +132 -51
- package/skills/ui-ux-pro-max/data/app-interface.csv +31 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +193 -0
- package/skills/ui-ux-pro-max/data/google-fonts.csv +1924 -0
- package/skills/ui-ux-pro-max/data/icons.csv +106 -0
- package/skills/ui-ux-pro-max/data/landing.csv +35 -0
- package/skills/ui-ux-pro-max/data/motion.csv +17 -0
- package/skills/ui-ux-pro-max/data/products.csv +193 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/angular.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/astro.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/avalonia.csv +57 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/javafx.csv +76 -0
- package/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/laravel.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +71 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/threejs.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/uno.csv +60 -0
- package/skills/ui-ux-pro-max/data/stacks/uwp.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/stacks/winui.csv +60 -0
- package/skills/ui-ux-pro-max/data/stacks/wpf.csv +57 -0
- package/skills/ui-ux-pro-max/data/styles.csv +85 -0
- package/skills/ui-ux-pro-max/data/typography.csv +75 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +162 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/references/pro-rules.md +1 -1
- package/skills/ui-ux-pro-max/references/quick-reference.md +3 -3
- package/skills/ui-ux-pro-max/references.md +15 -4
- package/skills/ui-ux-pro-max/scripts/core.py +464 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +1479 -0
- package/skills/ui-ux-pro-max/scripts/search.mjs +975 -0
- package/skills/ui-ux-pro-max/scripts/search.py +162 -0
- package/skills/ui-ux-pro-max/scripts/tests/test_core.py +134 -0
- package/skills/ui-ux-pro-max/scripts/tests/test_design_system_mode.py +159 -0
- package/skills/ui-ux-pro-max/scripts/validate_data.py +114 -0
- package/skills/ux-reviewer/SKILL.md +68 -48
- package/skills/ux-reviewer/references.md +9 -15
- package/skills/web-forms/SKILL.md +146 -0
- package/skills/web-forms/references.md +17 -0
package/.manifest
CHANGED
|
@@ -1,71 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "izanagi-ai",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"description": "Izanagi AI - Modular Skill-Oriented AI Prompt & Agent Framework for Autonomous Software Engineering",
|
|
5
5
|
"author": "Pedro Henrique Sanches Leal",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/pedrohenriquesanchesleal4-debug/izanagi-ai#readme",
|
|
8
|
-
"generatedAt": "2026-08-
|
|
8
|
+
"generatedAt": "2026-08-10T16:58:17.054Z",
|
|
9
9
|
"agents": [
|
|
10
10
|
{
|
|
11
11
|
"id": "animation",
|
|
12
12
|
"name": "Animation Engineer",
|
|
13
|
-
"version": "2.
|
|
13
|
+
"version": "2.1.0",
|
|
14
14
|
"file": "agents/animation-agent.json",
|
|
15
|
-
"role": "
|
|
15
|
+
"role": "Scrollytelling imersivo, WebGL 3D (Three.js / React Three Fiber), Motion signature (GSAP / Framer Motion) e interfaces cinematográficas Awwwards-grade",
|
|
16
16
|
"skills": [
|
|
17
17
|
"animation-web",
|
|
18
18
|
"motion-design",
|
|
19
19
|
"webgl-3d",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
20
|
+
"gsap",
|
|
21
|
+
"threejs",
|
|
22
|
+
"r3f",
|
|
23
|
+
"scrollytelling",
|
|
24
|
+
"design-directions",
|
|
25
|
+
"anti-ai-slop",
|
|
26
|
+
"memoria-projeto"
|
|
26
27
|
],
|
|
27
28
|
"chains": [
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"review",
|
|
33
|
-
"refine"
|
|
29
|
+
"scrollytelling",
|
|
30
|
+
"webgl_scene",
|
|
31
|
+
"motion_signature",
|
|
32
|
+
"preloader"
|
|
34
33
|
]
|
|
35
34
|
},
|
|
36
35
|
{
|
|
37
36
|
"id": "architect",
|
|
38
37
|
"name": "Software Architect",
|
|
39
|
-
"version": "2.
|
|
38
|
+
"version": "2.1.0",
|
|
40
39
|
"file": "agents/architect-agent.json",
|
|
41
|
-
"role": "
|
|
40
|
+
"role": "System design de alto nível, Clean Architecture, DDD, CQRS, ADRs e trade-offs técnicos robustos",
|
|
42
41
|
"skills": [
|
|
43
|
-
"
|
|
44
|
-
"clean-
|
|
45
|
-
"hexagonal",
|
|
42
|
+
"architecture-patterns",
|
|
43
|
+
"clean-architecture",
|
|
46
44
|
"ddd",
|
|
47
45
|
"cqrs",
|
|
48
|
-
"
|
|
46
|
+
"adrs",
|
|
47
|
+
"system-design",
|
|
49
48
|
"microservices",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"alternatives",
|
|
55
|
-
"risk",
|
|
56
|
-
"requirements",
|
|
57
|
-
"docs",
|
|
58
|
-
"uml",
|
|
59
|
-
"sequence",
|
|
60
|
-
"er",
|
|
61
|
-
"scalability"
|
|
49
|
+
"hexagonal-architecture",
|
|
50
|
+
"security",
|
|
51
|
+
"scalability",
|
|
52
|
+
"memoria-projeto"
|
|
62
53
|
],
|
|
63
54
|
"chains": [
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"system_design"
|
|
55
|
+
"design_system",
|
|
56
|
+
"plan_adr",
|
|
57
|
+
"review_architecture",
|
|
58
|
+
"new_feature"
|
|
69
59
|
]
|
|
70
60
|
},
|
|
71
61
|
{
|
|
@@ -101,84 +91,70 @@
|
|
|
101
91
|
{
|
|
102
92
|
"id": "bug-hunter",
|
|
103
93
|
"name": "Bug Hunter",
|
|
104
|
-
"version": "2.
|
|
94
|
+
"version": "2.1.0",
|
|
105
95
|
"file": "agents/bug-hunter-agent.json",
|
|
106
|
-
"role": "
|
|
96
|
+
"role": "Debugging avançado em 6 fases, Root Cause Analysis (RCA), reprodução cirúrgica de falhas e correção com teste de regressão",
|
|
107
97
|
"skills": [
|
|
108
|
-
"
|
|
109
|
-
"bug",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"perf",
|
|
115
|
-
"professor",
|
|
116
|
-
"explainer",
|
|
117
|
-
"self-fix",
|
|
118
|
-
"bug-prevention"
|
|
98
|
+
"systematic-debugging",
|
|
99
|
+
"bug-hunter",
|
|
100
|
+
"tdd",
|
|
101
|
+
"error-recovery",
|
|
102
|
+
"self-correction",
|
|
103
|
+
"memoria-projeto"
|
|
119
104
|
],
|
|
120
105
|
"chains": [
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"regression"
|
|
106
|
+
"bug_debug",
|
|
107
|
+
"root_cause",
|
|
108
|
+
"regression_fix"
|
|
125
109
|
]
|
|
126
110
|
},
|
|
127
111
|
{
|
|
128
112
|
"id": "database",
|
|
129
113
|
"name": "Database Engineer",
|
|
130
|
-
"version": "2.
|
|
114
|
+
"version": "2.1.0",
|
|
131
115
|
"file": "agents/database-agent.json",
|
|
132
|
-
"role": "Modelagem
|
|
116
|
+
"role": "Modelagem de dados relacional e NoSQL, SQL avançado, PostgreSQL, Redis, indexação, migrações seguras e otimização de performance",
|
|
133
117
|
"skills": [
|
|
134
|
-
"
|
|
118
|
+
"data-engineering",
|
|
119
|
+
"database",
|
|
135
120
|
"sql",
|
|
136
|
-
"
|
|
137
|
-
"mysql",
|
|
138
|
-
"sqlserver",
|
|
121
|
+
"postgresql",
|
|
139
122
|
"redis",
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
123
|
+
"prisma",
|
|
124
|
+
"indexing",
|
|
125
|
+
"migrations",
|
|
126
|
+
"query-optimization",
|
|
127
|
+
"memoria-projeto"
|
|
144
128
|
],
|
|
145
129
|
"chains": [
|
|
146
|
-
"
|
|
147
|
-
"schema",
|
|
148
|
-
"optimize",
|
|
130
|
+
"model",
|
|
149
131
|
"migrate",
|
|
150
|
-
"
|
|
132
|
+
"optimize_query",
|
|
133
|
+
"review_schema"
|
|
151
134
|
]
|
|
152
135
|
},
|
|
153
136
|
{
|
|
154
137
|
"id": "devops",
|
|
155
138
|
"name": "DevOps Engineer",
|
|
156
|
-
"version": "2.
|
|
139
|
+
"version": "2.1.0",
|
|
157
140
|
"file": "agents/devops-agent.json",
|
|
158
|
-
"role": "Infraestrutura como
|
|
141
|
+
"role": "Infraestrutura como Código (Terraform), Docker, Kubernetes, CI/CD automatizado, observabilidade e deploys seguros",
|
|
159
142
|
"skills": [
|
|
143
|
+
"cloud-infra",
|
|
160
144
|
"devops",
|
|
161
145
|
"docker",
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"gitflow",
|
|
166
|
-
"linux",
|
|
167
|
-
"windows",
|
|
168
|
-
"security",
|
|
169
|
-
"logging",
|
|
146
|
+
"kubernetes",
|
|
147
|
+
"iac-terraform",
|
|
148
|
+
"ci-cd",
|
|
170
149
|
"observability",
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"perf"
|
|
150
|
+
"security-privacy",
|
|
151
|
+
"memoria-projeto"
|
|
174
152
|
],
|
|
175
153
|
"chains": [
|
|
176
|
-
"
|
|
154
|
+
"dockerize",
|
|
155
|
+
"cicd",
|
|
177
156
|
"infra",
|
|
178
|
-
"
|
|
179
|
-
"ci_cd",
|
|
180
|
-
"serverless",
|
|
181
|
-
"disaster_recovery"
|
|
157
|
+
"deploy"
|
|
182
158
|
]
|
|
183
159
|
},
|
|
184
160
|
{
|
|
@@ -222,126 +198,130 @@
|
|
|
222
198
|
{
|
|
223
199
|
"id": "docs",
|
|
224
200
|
"name": "Documentation Writer",
|
|
225
|
-
"version": "2.
|
|
201
|
+
"version": "2.1.0",
|
|
226
202
|
"file": "agents/docs-agent.json",
|
|
227
|
-
"role": "Documentação técnica
|
|
203
|
+
"role": "Documentação técnica de alto padrão, READMEs executáveis, guias Diátaxis, diagramas como código (Mermaid) e APIs",
|
|
228
204
|
"skills": [
|
|
205
|
+
"technical-writer",
|
|
206
|
+
"readme-generator",
|
|
207
|
+
"sequence-diagram-builder",
|
|
229
208
|
"docs",
|
|
230
|
-
"
|
|
231
|
-
"readme",
|
|
232
|
-
"uml",
|
|
233
|
-
"sequence",
|
|
234
|
-
"er",
|
|
235
|
-
"architect",
|
|
236
|
-
"requirements",
|
|
237
|
-
"explainer"
|
|
209
|
+
"memoria-projeto"
|
|
238
210
|
],
|
|
239
211
|
"chains": [
|
|
240
212
|
"readme",
|
|
241
|
-
"api_docs",
|
|
242
|
-
"architecture",
|
|
243
213
|
"guide",
|
|
244
|
-
"
|
|
214
|
+
"api_docs",
|
|
215
|
+
"diagram"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "form-engineer",
|
|
220
|
+
"name": "Form & UI Engineer",
|
|
221
|
+
"version": "2.1.0",
|
|
222
|
+
"file": "agents/form-engineer-agent.json",
|
|
223
|
+
"role": "Especialista em formulários web de altíssimo craft, validação estrita com Zod + React Hook Form, wizards multi-step e acessibilidade WCAG",
|
|
224
|
+
"skills": [
|
|
225
|
+
"web-forms",
|
|
226
|
+
"frontend",
|
|
227
|
+
"accessibility-reviewer",
|
|
228
|
+
"ux-reviewer",
|
|
229
|
+
"zod",
|
|
230
|
+
"react-hook-form",
|
|
231
|
+
"memoria-projeto"
|
|
232
|
+
],
|
|
233
|
+
"chains": [
|
|
234
|
+
"form_wizard",
|
|
235
|
+
"form_audit",
|
|
236
|
+
"form_implement"
|
|
245
237
|
]
|
|
246
238
|
},
|
|
247
239
|
{
|
|
248
240
|
"id": "pm",
|
|
249
241
|
"name": "Project Manager",
|
|
250
|
-
"version": "2.
|
|
242
|
+
"version": "2.1.0",
|
|
251
243
|
"file": "agents/pm-agent.json",
|
|
252
|
-
"role": "
|
|
244
|
+
"role": "Gerenciamento ágil de projetos, planejamento de épicos, definição de milestones, gestão de riscos e comunicação executiva",
|
|
253
245
|
"skills": [
|
|
246
|
+
"task-planner",
|
|
247
|
+
"requirement-analyzer",
|
|
254
248
|
"pm",
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"risk",
|
|
258
|
-
"requirements",
|
|
259
|
-
"tradeoff",
|
|
260
|
-
"tech-debt",
|
|
261
|
-
"breaking-change",
|
|
262
|
-
"deps",
|
|
263
|
-
"docs"
|
|
249
|
+
"staff-engineer",
|
|
250
|
+
"memoria-projeto"
|
|
264
251
|
],
|
|
265
252
|
"chains": [
|
|
266
|
-
"discovery",
|
|
267
253
|
"plan",
|
|
268
254
|
"sprint",
|
|
269
|
-
"
|
|
255
|
+
"risk_assessment",
|
|
256
|
+
"exec_report"
|
|
270
257
|
]
|
|
271
258
|
},
|
|
272
259
|
{
|
|
273
260
|
"id": "professor",
|
|
274
|
-
"name": "Professor",
|
|
275
|
-
"version": "2.
|
|
261
|
+
"name": "Professor / Mentor",
|
|
262
|
+
"version": "2.1.0",
|
|
276
263
|
"file": "agents/professor-agent.json",
|
|
277
|
-
"role": "Ensino adaptativo
|
|
264
|
+
"role": "Ensino adaptativo, explicações didáticas passo a passo, mentoria de código, exemplos práticos e exercícios de fixação",
|
|
278
265
|
"skills": [
|
|
266
|
+
"professor-modo",
|
|
267
|
+
"technical-writer",
|
|
279
268
|
"professor",
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"interactive",
|
|
283
|
-
"adaptive",
|
|
284
|
-
"tracker",
|
|
285
|
-
"patterns",
|
|
286
|
-
"recovery",
|
|
287
|
-
"recall",
|
|
288
|
-
"project-memory"
|
|
269
|
+
"mentoring",
|
|
270
|
+
"memoria-projeto"
|
|
289
271
|
],
|
|
290
272
|
"chains": [
|
|
291
|
-
"teach",
|
|
292
|
-
"mentor",
|
|
293
273
|
"explain",
|
|
294
|
-
"
|
|
295
|
-
"
|
|
274
|
+
"teach",
|
|
275
|
+
"review_learning",
|
|
276
|
+
"exercise"
|
|
296
277
|
]
|
|
297
278
|
},
|
|
298
279
|
{
|
|
299
280
|
"id": "qa",
|
|
300
|
-
"name": "QA
|
|
301
|
-
"version": "1.0
|
|
281
|
+
"name": "QA Engineer",
|
|
282
|
+
"version": "2.1.0",
|
|
302
283
|
"file": "agents/qa-agent.json",
|
|
303
|
-
"role": "
|
|
284
|
+
"role": "QA e Automação de Testes: testes unitários, de integração, E2E com Playwright, acessibilidade WCAG e quality gates de entrega",
|
|
304
285
|
"skills": [
|
|
305
286
|
"qa",
|
|
306
287
|
"tdd",
|
|
307
|
-
"webapp-testing",
|
|
308
288
|
"testing-automation",
|
|
289
|
+
"webapp-testing",
|
|
309
290
|
"accessibility-reviewer",
|
|
310
291
|
"error-recovery",
|
|
311
|
-
"
|
|
312
|
-
"professor",
|
|
313
|
-
"explainer",
|
|
314
|
-
"self-fix"
|
|
292
|
+
"memoria-projeto"
|
|
315
293
|
],
|
|
316
294
|
"chains": [
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
295
|
+
"unit",
|
|
296
|
+
"integration",
|
|
297
|
+
"e2e",
|
|
298
|
+
"accessibility",
|
|
299
|
+
"regression"
|
|
320
300
|
]
|
|
321
301
|
},
|
|
322
302
|
{
|
|
323
303
|
"id": "security",
|
|
324
304
|
"name": "Security Engineer",
|
|
325
|
-
"version": "2.
|
|
305
|
+
"version": "2.1.0",
|
|
326
306
|
"file": "agents/security-agent.json",
|
|
327
|
-
"role": "
|
|
307
|
+
"role": "Auditoria de segurança, OWASP Top 10, autenticação robusta, secure coding, gestão de segredos e conformidade LGPD",
|
|
328
308
|
"skills": [
|
|
329
|
-
"security",
|
|
309
|
+
"security-privacy",
|
|
310
|
+
"code-auditor",
|
|
330
311
|
"owasp",
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
312
|
+
"auth",
|
|
313
|
+
"secure-coding",
|
|
314
|
+
"secrets",
|
|
315
|
+
"lgpd",
|
|
316
|
+
"penetration-testing",
|
|
317
|
+
"defense-in-depth",
|
|
318
|
+
"memoria-projeto"
|
|
338
319
|
],
|
|
339
320
|
"chains": [
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"implement"
|
|
321
|
+
"full_audit",
|
|
322
|
+
"implement_auth",
|
|
323
|
+
"hardening",
|
|
324
|
+
"review_pr"
|
|
345
325
|
]
|
|
346
326
|
},
|
|
347
327
|
{
|
|
@@ -385,58 +365,45 @@
|
|
|
385
365
|
{
|
|
386
366
|
"id": "techlead",
|
|
387
367
|
"name": "Tech Lead",
|
|
388
|
-
"version": "2.
|
|
368
|
+
"version": "2.1.0",
|
|
389
369
|
"file": "agents/techlead-agent.json",
|
|
390
|
-
"role": "Liderança técnica
|
|
370
|
+
"role": "Liderança técnica, code review pedagógico que ensina, governança técnica, desbloqueio de engenheiros e padrões de código",
|
|
391
371
|
"skills": [
|
|
392
|
-
"
|
|
393
|
-
"principal",
|
|
394
|
-
"staff",
|
|
395
|
-
"reviewer",
|
|
396
|
-
"architect",
|
|
372
|
+
"tech-lead",
|
|
373
|
+
"principal-engineer",
|
|
374
|
+
"staff-engineer",
|
|
397
375
|
"clean-code",
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"complexity",
|
|
401
|
-
"tech-debt",
|
|
402
|
-
"patterns",
|
|
403
|
-
"mentor",
|
|
404
|
-
"risk",
|
|
405
|
-
"tradeoff",
|
|
406
|
-
"requirements",
|
|
407
|
-
"pm",
|
|
408
|
-
"planner",
|
|
409
|
-
"self-critique"
|
|
376
|
+
"qa",
|
|
377
|
+
"memoria-projeto"
|
|
410
378
|
],
|
|
411
379
|
"chains": [
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"unblock"
|
|
416
|
-
"debt"
|
|
380
|
+
"review_teach",
|
|
381
|
+
"governance",
|
|
382
|
+
"mentor",
|
|
383
|
+
"unblock"
|
|
417
384
|
]
|
|
418
385
|
}
|
|
419
386
|
],
|
|
420
387
|
"skills": [
|
|
421
388
|
{
|
|
422
389
|
"name": "Skill Library",
|
|
423
|
-
"count":
|
|
390
|
+
"count": 142,
|
|
424
391
|
"skills": [
|
|
425
392
|
{
|
|
426
393
|
"id": "a11y",
|
|
427
|
-
"name": "Accessibility Reviewer",
|
|
394
|
+
"name": "Accessibility Reviewer (WCAG 2.2 AA)",
|
|
428
395
|
"version": "1.0.0",
|
|
429
396
|
"path": "skills/accessibility-reviewer/SKILL.md"
|
|
430
397
|
},
|
|
431
398
|
{
|
|
432
399
|
"id": "accessibility-reviewer",
|
|
433
|
-
"name": "Accessibility Reviewer",
|
|
400
|
+
"name": "Accessibility Reviewer (WCAG 2.2 AA)",
|
|
434
401
|
"version": "1.0.0",
|
|
435
402
|
"path": "skills/accessibility-reviewer/SKILL.md"
|
|
436
403
|
},
|
|
437
404
|
{
|
|
438
405
|
"id": "agentic-coding",
|
|
439
|
-
"name": "
|
|
406
|
+
"name": "agentic-coding",
|
|
440
407
|
"version": "1.0.0",
|
|
441
408
|
"path": "skills/agentic-coding/SKILL.md"
|
|
442
409
|
},
|
|
@@ -472,7 +439,7 @@
|
|
|
472
439
|
},
|
|
473
440
|
{
|
|
474
441
|
"id": "api-automation",
|
|
475
|
-
"name": "API Automation
|
|
442
|
+
"name": "API Automation",
|
|
476
443
|
"version": "1.0.0",
|
|
477
444
|
"path": "skills/api-automation/SKILL.md"
|
|
478
445
|
},
|
|
@@ -490,7 +457,7 @@
|
|
|
490
457
|
},
|
|
491
458
|
{
|
|
492
459
|
"id": "automation-documentation",
|
|
493
|
-
"name": "
|
|
460
|
+
"name": "automation-documentation",
|
|
494
461
|
"version": "1.0.0",
|
|
495
462
|
"path": "skills/automation-documentation/SKILL.md"
|
|
496
463
|
},
|
|
@@ -502,25 +469,25 @@
|
|
|
502
469
|
},
|
|
503
470
|
{
|
|
504
471
|
"id": "automation-optimization",
|
|
505
|
-
"name": "
|
|
472
|
+
"name": "automation-optimization",
|
|
506
473
|
"version": "1.0.0",
|
|
507
474
|
"path": "skills/automation-optimization/SKILL.md"
|
|
508
475
|
},
|
|
509
476
|
{
|
|
510
477
|
"id": "automation-planning",
|
|
511
|
-
"name": "Automation Planning
|
|
478
|
+
"name": "Automation Planning",
|
|
512
479
|
"version": "1.0.0",
|
|
513
480
|
"path": "skills/automation-planning/SKILL.md"
|
|
514
481
|
},
|
|
515
482
|
{
|
|
516
483
|
"id": "automation-research",
|
|
517
|
-
"name": "
|
|
484
|
+
"name": "automation-research",
|
|
518
485
|
"version": "1.0.0",
|
|
519
486
|
"path": "skills/automation-research/SKILL.md"
|
|
520
487
|
},
|
|
521
488
|
{
|
|
522
489
|
"id": "automation-security",
|
|
523
|
-
"name": "
|
|
490
|
+
"name": "automation-security",
|
|
524
491
|
"version": "1.0.0",
|
|
525
492
|
"path": "skills/automation-security/SKILL.md"
|
|
526
493
|
},
|
|
@@ -544,7 +511,7 @@
|
|
|
544
511
|
},
|
|
545
512
|
{
|
|
546
513
|
"id": "browser-automation",
|
|
547
|
-
"name": "
|
|
514
|
+
"name": "Brow",
|
|
548
515
|
"version": "1.0.0",
|
|
549
516
|
"path": "skills/browser-automation/SKILL.md"
|
|
550
517
|
},
|
|
@@ -566,6 +533,12 @@
|
|
|
566
533
|
"version": "1.0.0",
|
|
567
534
|
"path": "skills/bug-prevention/SKILL.md"
|
|
568
535
|
},
|
|
536
|
+
{
|
|
537
|
+
"id": "camadas-seguranca",
|
|
538
|
+
"name": "defense-in-depth",
|
|
539
|
+
"version": "1.0.0",
|
|
540
|
+
"path": "skills/defense-in-depth/SKILL.md"
|
|
541
|
+
},
|
|
569
542
|
{
|
|
570
543
|
"id": "chaos-engineering",
|
|
571
544
|
"name": "Skill Chaos Engineering — Izanagi",
|
|
@@ -592,7 +565,7 @@
|
|
|
592
565
|
},
|
|
593
566
|
{
|
|
594
567
|
"id": "code-auditor",
|
|
595
|
-
"name": "
|
|
568
|
+
"name": "code-auditor",
|
|
596
569
|
"version": "1.0.0",
|
|
597
570
|
"path": "skills/code-auditor/SKILL.md"
|
|
598
571
|
},
|
|
@@ -610,19 +583,19 @@
|
|
|
610
583
|
},
|
|
611
584
|
{
|
|
612
585
|
"id": "confidence",
|
|
613
|
-
"name": "Confidence Estimator",
|
|
586
|
+
"name": "Confidence Estimator (Calibraçã",
|
|
614
587
|
"version": "1.0.0",
|
|
615
588
|
"path": "skills/confidence-estimator/SKILL.md"
|
|
616
589
|
},
|
|
617
590
|
{
|
|
618
591
|
"id": "confidence-estimator",
|
|
619
|
-
"name": "Confidence Estimator",
|
|
592
|
+
"name": "Confidence Estimator (Calibraçã",
|
|
620
593
|
"version": "1.0.0",
|
|
621
594
|
"path": "skills/confidence-estimator/SKILL.md"
|
|
622
595
|
},
|
|
623
596
|
{
|
|
624
597
|
"id": "continuous-improvement",
|
|
625
|
-
"name": "Continuous Improvement",
|
|
598
|
+
"name": "Continuous Improvement (Evolução Contínua e Aprendizado)",
|
|
626
599
|
"version": "1.0.0",
|
|
627
600
|
"path": "skills/continuous-improvement/SKILL.md"
|
|
628
601
|
},
|
|
@@ -646,7 +619,7 @@
|
|
|
646
619
|
},
|
|
647
620
|
{
|
|
648
621
|
"id": "data-validation",
|
|
649
|
-
"name": "Data
|
|
622
|
+
"name": "Data Va",
|
|
650
623
|
"version": "1.0.0",
|
|
651
624
|
"path": "skills/data-validation/SKILL.md"
|
|
652
625
|
},
|
|
@@ -656,6 +629,12 @@
|
|
|
656
629
|
"version": "1.0.0",
|
|
657
630
|
"path": "skills/debug-specialist/SKILL.md"
|
|
658
631
|
},
|
|
632
|
+
{
|
|
633
|
+
"id": "debug-6-fases",
|
|
634
|
+
"name": "systematic-debugging",
|
|
635
|
+
"version": "1.0.0",
|
|
636
|
+
"path": "skills/systematic-debugging/SKILL.md"
|
|
637
|
+
},
|
|
659
638
|
{
|
|
660
639
|
"id": "debug-specialist",
|
|
661
640
|
"name": "Debug Specialist",
|
|
@@ -694,7 +673,7 @@
|
|
|
694
673
|
},
|
|
695
674
|
{
|
|
696
675
|
"id": "design-system",
|
|
697
|
-
"name": "
|
|
676
|
+
"name": "ui-ux-pro-max",
|
|
698
677
|
"version": "1.0.0",
|
|
699
678
|
"path": "skills/ui-ux-pro-max/SKILL.md"
|
|
700
679
|
},
|
|
@@ -748,16 +727,28 @@
|
|
|
748
727
|
},
|
|
749
728
|
{
|
|
750
729
|
"id": "error-recovery",
|
|
751
|
-
"name": "Error Recovery
|
|
730
|
+
"name": "Error Recovery",
|
|
752
731
|
"version": "1.0.0",
|
|
753
732
|
"path": "skills/error-recovery/SKILL.md"
|
|
754
733
|
},
|
|
734
|
+
{
|
|
735
|
+
"id": "fan-out",
|
|
736
|
+
"name": "Parallel Agents (Fan-Out & Swarm Orc",
|
|
737
|
+
"version": "1.0.0",
|
|
738
|
+
"path": "skills/parallel-agents/SKILL.md"
|
|
739
|
+
},
|
|
755
740
|
{
|
|
756
741
|
"id": "feature-flags",
|
|
757
742
|
"name": "Skill Feature Flags — Izanagi",
|
|
758
743
|
"version": "1.0.0",
|
|
759
744
|
"path": "skills/feature-flags/SKILL.md"
|
|
760
745
|
},
|
|
746
|
+
{
|
|
747
|
+
"id": "form",
|
|
748
|
+
"name": "web-forms",
|
|
749
|
+
"version": "1.0.0",
|
|
750
|
+
"path": "skills/web-forms/SKILL.md"
|
|
751
|
+
},
|
|
761
752
|
{
|
|
762
753
|
"id": "frontend",
|
|
763
754
|
"name": "frontend",
|
|
@@ -772,19 +763,19 @@
|
|
|
772
763
|
},
|
|
773
764
|
{
|
|
774
765
|
"id": "hallucination",
|
|
775
|
-
"name": "Hallucination
|
|
766
|
+
"name": "Hallucination Det",
|
|
776
767
|
"version": "1.0.0",
|
|
777
768
|
"path": "skills/hallucination-detection/SKILL.md"
|
|
778
769
|
},
|
|
779
770
|
{
|
|
780
771
|
"id": "hallucination-detection",
|
|
781
|
-
"name": "Hallucination
|
|
772
|
+
"name": "Hallucination Det",
|
|
782
773
|
"version": "1.0.0",
|
|
783
774
|
"path": "skills/hallucination-detection/SKILL.md"
|
|
784
775
|
},
|
|
785
776
|
{
|
|
786
777
|
"id": "handoff-sessao",
|
|
787
|
-
"name": "
|
|
778
|
+
"name": "handoff-sessao",
|
|
788
779
|
"version": "1.0.0",
|
|
789
780
|
"path": "skills/handoff-sessao/SKILL.md"
|
|
790
781
|
},
|
|
@@ -802,7 +793,7 @@
|
|
|
802
793
|
},
|
|
803
794
|
{
|
|
804
795
|
"id": "improvement",
|
|
805
|
-
"name": "Continuous Improvement",
|
|
796
|
+
"name": "Continuous Improvement (Evolução Contínua e Aprendizado)",
|
|
806
797
|
"version": "1.0.0",
|
|
807
798
|
"path": "skills/continuous-improvement/SKILL.md"
|
|
808
799
|
},
|
|
@@ -826,13 +817,13 @@
|
|
|
826
817
|
},
|
|
827
818
|
{
|
|
828
819
|
"id": "mcp",
|
|
829
|
-
"name": "
|
|
820
|
+
"name": "mcp-server-dev",
|
|
830
821
|
"version": "1.0.0",
|
|
831
822
|
"path": "skills/mcp-server-dev/SKILL.md"
|
|
832
823
|
},
|
|
833
824
|
{
|
|
834
825
|
"id": "mcp-server-dev",
|
|
835
|
-
"name": "
|
|
826
|
+
"name": "mcp-server-dev",
|
|
836
827
|
"version": "1.0.0",
|
|
837
828
|
"path": "skills/mcp-server-dev/SKILL.md"
|
|
838
829
|
},
|
|
@@ -850,13 +841,13 @@
|
|
|
850
841
|
},
|
|
851
842
|
{
|
|
852
843
|
"id": "monitoring",
|
|
853
|
-
"name": "Monitoring Specialist",
|
|
844
|
+
"name": "Monitoring Specialist (Métricas, Alertas e SLOs",
|
|
854
845
|
"version": "1.0.0",
|
|
855
846
|
"path": "skills/monitoring-specialist/SKILL.md"
|
|
856
847
|
},
|
|
857
848
|
{
|
|
858
849
|
"id": "monitoring-specialist",
|
|
859
|
-
"name": "Monitoring Specialist",
|
|
850
|
+
"name": "Monitoring Specialist (Métricas, Alertas e SLOs",
|
|
860
851
|
"version": "1.0.0",
|
|
861
852
|
"path": "skills/monitoring-specialist/SKILL.md"
|
|
862
853
|
},
|
|
@@ -868,13 +859,13 @@
|
|
|
868
859
|
},
|
|
869
860
|
{
|
|
870
861
|
"id": "observability",
|
|
871
|
-
"name": "Observability Expert",
|
|
862
|
+
"name": "Observability Expert (Tracing Distribuído e Logs Estruturado",
|
|
872
863
|
"version": "1.0.0",
|
|
873
864
|
"path": "skills/observability-expert/SKILL.md"
|
|
874
865
|
},
|
|
875
866
|
{
|
|
876
867
|
"id": "observability-expert",
|
|
877
|
-
"name": "Observability Expert",
|
|
868
|
+
"name": "Observability Expert (Tracing Distribuído e Logs Estruturado",
|
|
878
869
|
"version": "1.0.0",
|
|
879
870
|
"path": "skills/observability-expert/SKILL.md"
|
|
880
871
|
},
|
|
@@ -898,7 +889,7 @@
|
|
|
898
889
|
},
|
|
899
890
|
{
|
|
900
891
|
"id": "planner",
|
|
901
|
-
"name": "Task Planner",
|
|
892
|
+
"name": "Task Planner (Planejamento Hierárquico de Enge",
|
|
902
893
|
"version": "1.0.0",
|
|
903
894
|
"path": "skills/task-planner/SKILL.md"
|
|
904
895
|
},
|
|
@@ -910,13 +901,13 @@
|
|
|
910
901
|
},
|
|
911
902
|
{
|
|
912
903
|
"id": "principal",
|
|
913
|
-
"name": "Principal
|
|
904
|
+
"name": "Principal Engine",
|
|
914
905
|
"version": "1.0.0",
|
|
915
906
|
"path": "skills/principal-engineer/SKILL.md"
|
|
916
907
|
},
|
|
917
908
|
{
|
|
918
909
|
"id": "principal-engineer",
|
|
919
|
-
"name": "Principal
|
|
910
|
+
"name": "Principal Engine",
|
|
920
911
|
"version": "1.0.0",
|
|
921
912
|
"path": "skills/principal-engineer/SKILL.md"
|
|
922
913
|
},
|
|
@@ -934,13 +925,13 @@
|
|
|
934
925
|
},
|
|
935
926
|
{
|
|
936
927
|
"id": "prompt-eng",
|
|
937
|
-
"name": "
|
|
928
|
+
"name": "prompt-engineering",
|
|
938
929
|
"version": "1.0.0",
|
|
939
930
|
"path": "skills/prompt-engineering/SKILL.md"
|
|
940
931
|
},
|
|
941
932
|
{
|
|
942
933
|
"id": "prompt-engineering",
|
|
943
|
-
"name": "
|
|
934
|
+
"name": "prompt-engineering",
|
|
944
935
|
"version": "1.0.0",
|
|
945
936
|
"path": "skills/prompt-engineering/SKILL.md"
|
|
946
937
|
},
|
|
@@ -952,13 +943,13 @@
|
|
|
952
943
|
},
|
|
953
944
|
{
|
|
954
945
|
"id": "readme",
|
|
955
|
-
"name": "
|
|
946
|
+
"name": "readme-generator",
|
|
956
947
|
"version": "1.0.0",
|
|
957
948
|
"path": "skills/readme-generator/SKILL.md"
|
|
958
949
|
},
|
|
959
950
|
{
|
|
960
951
|
"id": "readme-generator",
|
|
961
|
-
"name": "
|
|
952
|
+
"name": "readme-generator",
|
|
962
953
|
"version": "1.0.0",
|
|
963
954
|
"path": "skills/readme-generator/SKILL.md"
|
|
964
955
|
},
|
|
@@ -988,13 +979,13 @@
|
|
|
988
979
|
},
|
|
989
980
|
{
|
|
990
981
|
"id": "requirement-analyzer",
|
|
991
|
-
"name": "Requirement Analyzer",
|
|
982
|
+
"name": "Requirement Analyzer (Análise e Refinamento de Requisi",
|
|
992
983
|
"version": "1.0.0",
|
|
993
984
|
"path": "skills/requirement-analyzer/SKILL.md"
|
|
994
985
|
},
|
|
995
986
|
{
|
|
996
987
|
"id": "requirements",
|
|
997
|
-
"name": "Requirement Analyzer",
|
|
988
|
+
"name": "Requirement Analyzer (Análise e Refinamento de Requisi",
|
|
998
989
|
"version": "1.0.0",
|
|
999
990
|
"path": "skills/requirement-analyzer/SKILL.md"
|
|
1000
991
|
},
|
|
@@ -1048,19 +1039,19 @@
|
|
|
1048
1039
|
},
|
|
1049
1040
|
{
|
|
1050
1041
|
"id": "self-correction",
|
|
1051
|
-
"name": "Self
|
|
1042
|
+
"name": "Self-Correction (Auto-Correção em Tempo de Execução)",
|
|
1052
1043
|
"version": "1.0.0",
|
|
1053
1044
|
"path": "skills/self-correction/SKILL.md"
|
|
1054
1045
|
},
|
|
1055
1046
|
{
|
|
1056
1047
|
"id": "self-critique",
|
|
1057
|
-
"name": "Self
|
|
1048
|
+
"name": "Self-Critique (Auto-Revisão Crítica de Entrega)",
|
|
1058
1049
|
"version": "1.0.0",
|
|
1059
1050
|
"path": "skills/self-critique/SKILL.md"
|
|
1060
1051
|
},
|
|
1061
1052
|
{
|
|
1062
1053
|
"id": "self-fix",
|
|
1063
|
-
"name": "Self
|
|
1054
|
+
"name": "Self-Correction (Auto-Correção em Tempo de Execução)",
|
|
1064
1055
|
"version": "1.0.0",
|
|
1065
1056
|
"path": "skills/self-correction/SKILL.md"
|
|
1066
1057
|
},
|
|
@@ -1072,13 +1063,13 @@
|
|
|
1072
1063
|
},
|
|
1073
1064
|
{
|
|
1074
1065
|
"id": "sequence",
|
|
1075
|
-
"name": "Sequence Diagram Builder",
|
|
1066
|
+
"name": "Sequence Diagram Builder (Diagramas de Sequência via Mermaid)",
|
|
1076
1067
|
"version": "1.0.0",
|
|
1077
1068
|
"path": "skills/sequence-diagram-builder/SKILL.md"
|
|
1078
1069
|
},
|
|
1079
1070
|
{
|
|
1080
1071
|
"id": "sequence-diagram-builder",
|
|
1081
|
-
"name": "Sequence Diagram Builder",
|
|
1072
|
+
"name": "Sequence Diagram Builder (Diagramas de Sequência via Mermaid)",
|
|
1082
1073
|
"version": "1.0.0",
|
|
1083
1074
|
"path": "skills/sequence-diagram-builder/SKILL.md"
|
|
1084
1075
|
},
|
|
@@ -1108,7 +1099,7 @@
|
|
|
1108
1099
|
},
|
|
1109
1100
|
{
|
|
1110
1101
|
"id": "spreadsheet-automation",
|
|
1111
|
-
"name": "
|
|
1102
|
+
"name": "spreadsheet-automation",
|
|
1112
1103
|
"version": "1.0.0",
|
|
1113
1104
|
"path": "skills/spreadsheet-automation/SKILL.md"
|
|
1114
1105
|
},
|
|
@@ -1120,19 +1111,19 @@
|
|
|
1120
1111
|
},
|
|
1121
1112
|
{
|
|
1122
1113
|
"id": "staff",
|
|
1123
|
-
"name": "Staff Engineer",
|
|
1114
|
+
"name": "Staff Engineer (Liderança Técnica Transversal)",
|
|
1124
1115
|
"version": "1.0.0",
|
|
1125
1116
|
"path": "skills/staff-engineer/SKILL.md"
|
|
1126
1117
|
},
|
|
1127
1118
|
{
|
|
1128
1119
|
"id": "staff-engineer",
|
|
1129
|
-
"name": "Staff Engineer",
|
|
1120
|
+
"name": "Staff Engineer (Liderança Técnica Transversal)",
|
|
1130
1121
|
"version": "1.0.0",
|
|
1131
1122
|
"path": "skills/staff-engineer/SKILL.md"
|
|
1132
1123
|
},
|
|
1133
1124
|
{
|
|
1134
1125
|
"id": "task-planner",
|
|
1135
|
-
"name": "Task Planner",
|
|
1126
|
+
"name": "Task Planner (Planejamento Hierárquico de Enge",
|
|
1136
1127
|
"version": "1.0.0",
|
|
1137
1128
|
"path": "skills/task-planner/SKILL.md"
|
|
1138
1129
|
},
|
|
@@ -1150,19 +1141,19 @@
|
|
|
1150
1141
|
},
|
|
1151
1142
|
{
|
|
1152
1143
|
"id": "tech-lead",
|
|
1153
|
-
"name": "Tech Lead",
|
|
1144
|
+
"name": "Tech Lead (Liderança Técnica Operacional e Code Review Pedagógico)",
|
|
1154
1145
|
"version": "1.0.0",
|
|
1155
1146
|
"path": "skills/tech-lead/SKILL.md"
|
|
1156
1147
|
},
|
|
1157
1148
|
{
|
|
1158
1149
|
"id": "tech-writer",
|
|
1159
|
-
"name": "Technical Writer",
|
|
1150
|
+
"name": "Technical Writer (Documentação Técnica de Alto Craft)",
|
|
1160
1151
|
"version": "1.0.0",
|
|
1161
1152
|
"path": "skills/technical-writer/SKILL.md"
|
|
1162
1153
|
},
|
|
1163
1154
|
{
|
|
1164
1155
|
"id": "techlead",
|
|
1165
|
-
"name": "Tech Lead",
|
|
1156
|
+
"name": "Tech Lead (Liderança Técnica Operacional e Code Review Pedagógico)",
|
|
1166
1157
|
"version": "1.0.0",
|
|
1167
1158
|
"path": "skills/tech-lead/SKILL.md"
|
|
1168
1159
|
},
|
|
@@ -1174,19 +1165,19 @@
|
|
|
1174
1165
|
},
|
|
1175
1166
|
{
|
|
1176
1167
|
"id": "technical-writer",
|
|
1177
|
-
"name": "Technical Writer",
|
|
1168
|
+
"name": "Technical Writer (Documentação Técnica de Alto Craft)",
|
|
1178
1169
|
"version": "1.0.0",
|
|
1179
1170
|
"path": "skills/technical-writer/SKILL.md"
|
|
1180
1171
|
},
|
|
1181
1172
|
{
|
|
1182
1173
|
"id": "technology-selection",
|
|
1183
|
-
"name": "Technology Selection
|
|
1174
|
+
"name": "Technology Selection",
|
|
1184
1175
|
"version": "1.0.0",
|
|
1185
1176
|
"path": "skills/technology-selection/SKILL.md"
|
|
1186
1177
|
},
|
|
1187
1178
|
{
|
|
1188
1179
|
"id": "testing-automation",
|
|
1189
|
-
"name": "
|
|
1180
|
+
"name": "testing-automation",
|
|
1190
1181
|
"version": "1.0.0",
|
|
1191
1182
|
"path": "skills/testing-automation/SKILL.md"
|
|
1192
1183
|
},
|
|
@@ -1216,13 +1207,13 @@
|
|
|
1216
1207
|
},
|
|
1217
1208
|
{
|
|
1218
1209
|
"id": "ux",
|
|
1219
|
-
"name": "UX Reviewer",
|
|
1210
|
+
"name": "UX Reviewer (Heurísticas de Nielsen &",
|
|
1220
1211
|
"version": "1.0.0",
|
|
1221
1212
|
"path": "skills/ux-reviewer/SKILL.md"
|
|
1222
1213
|
},
|
|
1223
1214
|
{
|
|
1224
1215
|
"id": "ux-reviewer",
|
|
1225
|
-
"name": "UX Reviewer",
|
|
1216
|
+
"name": "UX Reviewer (Heurísticas de Nielsen &",
|
|
1226
1217
|
"version": "1.0.0",
|
|
1227
1218
|
"path": "skills/ux-reviewer/SKILL.md"
|
|
1228
1219
|
},
|