izanagi-ai 2.2.1 → 2.2.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.
Files changed (88) hide show
  1. package/.manifest +529 -0
  2. package/.opencode/agent/agents.md +28 -0
  3. package/.opencode/agent/animation.md +2 -40
  4. package/.opencode/agent/architect.md +6 -0
  5. package/.opencode/agent/bug-hunter.md +6 -0
  6. package/.opencode/agent/database.md +6 -0
  7. package/.opencode/agent/devops.md +6 -0
  8. package/.opencode/agent/docs.md +6 -0
  9. package/.opencode/agent/pm.md +6 -0
  10. package/.opencode/agent/professor.md +6 -0
  11. package/.opencode/agent/security.md +6 -0
  12. package/.opencode/agent/senior-engineer.md +6 -0
  13. package/.opencode/agent/techlead.md +6 -0
  14. package/core/skill-resolver.json +52 -24
  15. package/dist/cli/commands/chat.d.ts +2 -0
  16. package/dist/cli/commands/chat.d.ts.map +1 -0
  17. package/dist/cli/commands/chat.js +154 -0
  18. package/dist/cli/commands/chat.js.map +1 -0
  19. package/dist/cli/commands/run.d.ts.map +1 -1
  20. package/dist/cli/commands/run.js +34 -1
  21. package/dist/cli/commands/run.js.map +1 -1
  22. package/dist/cli/index.d.ts.map +1 -1
  23. package/dist/cli/index.js +8 -1
  24. package/dist/cli/index.js.map +1 -1
  25. package/dist/scripts/organize-and-clean.d.ts +2 -0
  26. package/dist/scripts/organize-and-clean.d.ts.map +1 -0
  27. package/dist/scripts/organize-and-clean.js +64 -0
  28. package/dist/scripts/organize-and-clean.js.map +1 -0
  29. package/dist/scripts/update-resolver.d.ts +2 -0
  30. package/dist/scripts/update-resolver.d.ts.map +1 -0
  31. package/dist/scripts/update-resolver.js +21 -0
  32. package/dist/scripts/update-resolver.js.map +1 -0
  33. package/package.json +3 -2
  34. package/skills/ai-agent-dev/SKILL.md +1 -1
  35. package/skills/frontend-dev/SKILL.md +1 -1
  36. package/skills/i18n-l10n/SKILL.md +1 -1
  37. package/skills/qa/SKILL.md +2 -2
  38. package/skills/web-perf-seo/SKILL.md +1 -1
  39. package/skills/websocket-realtime/SKILL.md +3 -3
  40. /package/skills/{accessibility-reviewer.md → accessibility-reviewer/SKILL.md} +0 -0
  41. /package/skills/{agentic-coding.md → agentic-coding/SKILL.md} +0 -0
  42. /package/skills/{alternative-solution-generator.md → alternative-solution-generator/SKILL.md} +0 -0
  43. /package/skills/{breaking-change-detector.md → breaking-change-detector/SKILL.md} +0 -0
  44. /package/skills/{bug-hunter.md → bug-hunter/SKILL.md} +0 -0
  45. /package/skills/{bug-prevention.md → bug-prevention/SKILL.md} +0 -0
  46. /package/skills/{clean-code-validator.md → clean-code-validator/SKILL.md} +0 -0
  47. /package/skills/{code-auditor.md → code-auditor/SKILL.md} +0 -0
  48. /package/skills/{complexity-analyzer.md → complexity-analyzer/SKILL.md} +0 -0
  49. /package/skills/{confidence-estimator.md → confidence-estimator/SKILL.md} +0 -0
  50. /package/skills/{continuous-improvement.md → continuous-improvement/SKILL.md} +0 -0
  51. /package/skills/{continuous-learning-engine.md → continuous-learning-engine/SKILL.md} +0 -0
  52. /package/skills/{cto-advisor.md → cto-advisor/SKILL.md} +0 -0
  53. /package/skills/{debug-specialist.md → debug-specialist/SKILL.md} +0 -0
  54. /package/skills/{dependency-analyzer.md → dependency-analyzer/SKILL.md} +0 -0
  55. /package/skills/{design-pattern-advisor.md → design-pattern-advisor/SKILL.md} +0 -0
  56. /package/skills/{documentation-writer.md → documentation-writer/SKILL.md} +0 -0
  57. /package/skills/{dry-kiss-yagni-validator.md → dry-kiss-yagni-validator/SKILL.md} +0 -0
  58. /package/skills/{er-diagram-builder.md → er-diagram-builder/SKILL.md} +0 -0
  59. /package/skills/{hallucination-detection.md → hallucination-detection/SKILL.md} +0 -0
  60. /package/skills/{logging-expert.md → logging-expert/SKILL.md} +0 -0
  61. /package/skills/{mcp-server-dev.md → mcp-server-dev/SKILL.md} +0 -0
  62. /package/skills/{monitoring-specialist.md → monitoring-specialist/SKILL.md} +0 -0
  63. /package/skills/{observability-expert.md → observability-expert/SKILL.md} +0 -0
  64. /package/skills/{performance-optimizer.md → performance-optimizer/SKILL.md} +0 -0
  65. /package/skills/{principal-engineer.md → principal-engineer/SKILL.md} +0 -0
  66. /package/skills/{project-manager.md → project-manager/SKILL.md} +0 -0
  67. /package/skills/{prompt-engineering.md → prompt-engineering/SKILL.md} +0 -0
  68. /package/skills/{readme-generator.md → readme-generator/SKILL.md} +0 -0
  69. /package/skills/{refactoring-specialist.md → refactoring-specialist/SKILL.md} +0 -0
  70. /package/skills/{release-planner.md → release-planner/SKILL.md} +0 -0
  71. /package/skills/{requirement-analyzer.md → requirement-analyzer/SKILL.md} +0 -0
  72. /package/skills/{risk-analyzer.md → risk-analyzer/SKILL.md} +0 -0
  73. /package/skills/{root-cause-analyzer.md → root-cause-analyzer/SKILL.md} +0 -0
  74. /package/skills/{scalability-expert.md → scalability-expert/SKILL.md} +0 -0
  75. /package/skills/{self-correction.md → self-correction/SKILL.md} +0 -0
  76. /package/skills/{self-critique.md → self-critique/SKILL.md} +0 -0
  77. /package/skills/{senior-code-reviewer.md → senior-code-reviewer/SKILL.md} +0 -0
  78. /package/skills/{sequence-diagram-builder.md → sequence-diagram-builder/SKILL.md} +0 -0
  79. /package/skills/{software-architect.md → software-architect/SKILL.md} +0 -0
  80. /package/skills/{solid-validator.md → solid-validator/SKILL.md} +0 -0
  81. /package/skills/{staff-engineer.md → staff-engineer/SKILL.md} +0 -0
  82. /package/skills/{task-planner.md → task-planner/SKILL.md} +0 -0
  83. /package/skills/{tech-lead.md → tech-lead/SKILL.md} +0 -0
  84. /package/skills/{technical-debt-analyzer.md → technical-debt-analyzer/SKILL.md} +0 -0
  85. /package/skills/{technical-writer.md → technical-writer/SKILL.md} +0 -0
  86. /package/skills/{tradeoff-analyzer.md → tradeoff-analyzer/SKILL.md} +0 -0
  87. /package/skills/{uml-generator.md → uml-generator/SKILL.md} +0 -0
  88. /package/skills/{ux-reviewer.md → ux-reviewer/SKILL.md} +0 -0
package/.manifest ADDED
@@ -0,0 +1,529 @@
1
+ {
2
+ "name": "izanagi-ai",
3
+ "version": "2.2.1",
4
+ "description": "Modular Skill-Oriented AI Prompt & Agent Framework for Autonomous Software Engineering",
5
+ "author": "Pedro Henrique Sanches Leal",
6
+ "license": "MIT",
7
+ "homepage": "https://github.com/pedrohenriquesanchesleal4-debug/izanagi-ai",
8
+
9
+ "agents": [
10
+ {
11
+ "id": "animation",
12
+ "name": "Animation Engineer",
13
+ "version": "1.0.0",
14
+ "file": "agents/animation-agent.json",
15
+ "role": "Cria sites cinematográficos: scrollytelling, scroll-driven animations, 3D WebGL e motion design",
16
+ "skills": ["animation-web", "webgl-3d", "motion-design", "frontend", "architect", "planner", "ux", "a11y", "perf", "reviewer"],
17
+ "chains": ["new_project", "new_feature", "implementation", "frontend", "review"]
18
+ },
19
+ {
20
+ "id": "architect",
21
+ "name": "Software Architect",
22
+ "version": "1.0.0",
23
+ "file": "agents/architect-agent.json",
24
+ "role": "Arquiteta sistemas, avalia trade-offs, produz planos de implementação",
25
+ "skills": ["architect", "clean-arch", "hexagonal", "ddd", "cqrs", "event-driven", "microservices", "monolith", "repository", "uow", "tradeoff", "alternatives", "risk", "requirements", "docs", "uml", "sequence", "er", "scalability"],
26
+ "chains": ["new_project", "new_feature", "refactor", "review"]
27
+ },
28
+ {
29
+ "id": "senior-engineer",
30
+ "name": "Senior Engineer",
31
+ "version": "1.0.0",
32
+ "file": "agents/senior-engineer-agent.json",
33
+ "role": "Full-stack — código limpo, seguro, testado",
34
+ "skills": ["backend", "frontend", "api", "laravel", "php", "ts", "react", "node", "python", "db", "sql", "reviewer", "clean-code", "solid", "dry-kiss-yagni", "complexity", "refactor", "perf", "patterns", "unit-test", "integration-test", "mock", "security", "explainer"],
35
+ "chains": ["implement", "bug", "refactor", "review", "optimize"]
36
+ },
37
+ {
38
+ "id": "bug-hunter",
39
+ "name": "Bug Hunter",
40
+ "version": "1.0.0",
41
+ "file": "agents/bug-hunter-agent.json",
42
+ "role": "Caça bugs sistematicamente — reproduz, isola, elimina",
43
+ "skills": ["debug", "bug", "root-cause", "unit-test", "integration-test", "reviewer", "perf", "professor", "explainer", "self-fix", "bug-prevention"],
44
+ "chains": ["bug", "debug", "prevent"]
45
+ },
46
+ {
47
+ "id": "security",
48
+ "name": "Security Engineer",
49
+ "version": "1.0.0",
50
+ "file": "agents/security-agent.json",
51
+ "role": "Audita, previne e corrige vulnerabilidades",
52
+ "skills": ["security", "owasp", "pentest", "reviewer", "deps", "professor", "explainer", "self-fix"],
53
+ "chains": ["security_audit", "review", "implement"]
54
+ },
55
+ {
56
+ "id": "professor",
57
+ "name": "Professor",
58
+ "version": "1.0.0",
59
+ "file": "agents/professor-agent.json",
60
+ "role": "Ensino adaptativo — explica, guia, acompanha progresso",
61
+ "skills": ["professor", "mentor", "explainer", "interactive", "adaptive", "tracker", "patterns", "recovery", "recall", "project-memory"],
62
+ "chains": ["teach", "mentor", "explain", "question"]
63
+ },
64
+ {
65
+ "id": "devops",
66
+ "name": "DevOps Engineer",
67
+ "version": "1.0.0",
68
+ "file": "agents/devops-agent.json",
69
+ "role": "Infraestrutura, deploy, CI/CD, monitoramento",
70
+ "skills": ["devops", "docker", "k8s", "cicd", "git", "gitflow", "linux", "windows", "security", "logging", "observability", "monitoring", "scalability", "perf"],
71
+ "chains": ["deploy", "infra", "monitor", "ci_cd"]
72
+ },
73
+ {
74
+ "id": "database",
75
+ "name": "Database Engineer",
76
+ "version": "1.0.0",
77
+ "file": "agents/database-agent.json",
78
+ "role": "Modelagem, schema, otimização de queries",
79
+ "skills": ["db", "sql", "postgres", "mysql", "sqlserver", "redis", "repository", "perf", "er", "integration-test"],
80
+ "chains": ["schema", "optimize", "migrate"]
81
+ },
82
+ {
83
+ "id": "pm",
84
+ "name": "Project Manager",
85
+ "version": "1.0.0",
86
+ "file": "agents/pm-agent.json",
87
+ "role": "Entrega de projetos, tarefas, riscos, comunicação",
88
+ "skills": ["pm", "planner", "release", "risk", "requirements", "tradeoff", "tech-debt", "breaking-change", "deps", "docs"],
89
+ "chains": ["plan", "sprint", "release"]
90
+ },
91
+ {
92
+ "id": "techlead",
93
+ "name": "Tech Lead",
94
+ "version": "1.0.0",
95
+ "file": "agents/techlead-agent.json",
96
+ "role": "Liderança técnica — qualidade, mentoria, arquitetura, entrega",
97
+ "skills": ["techlead", "principal", "staff", "reviewer", "architect", "clean-code", "solid", "refactor", "complexity", "tech-debt", "patterns", "mentor", "risk", "tradeoff", "requirements", "pm", "planner", "self-critique"],
98
+ "chains": ["review", "design", "unblock", "debt"]
99
+ },
100
+ {
101
+ "id": "docs",
102
+ "name": "Documentation Writer",
103
+ "version": "1.0.0",
104
+ "file": "agents/docs-agent.json",
105
+ "role": "Documentação técnica — README, API, arquitetura, diagramas",
106
+ "skills": ["docs", "tech-writer", "readme", "uml", "sequence", "er", "architect", "requirements", "explainer"],
107
+ "chains": ["readme", "api_docs", "architecture", "guide"]
108
+ }
109
+ ],
110
+
111
+ "skills": {
112
+ "total": 140,
113
+ "categories": [
114
+ {
115
+ "name": "Core",
116
+ "count": 8,
117
+ "skills": [
118
+ { "id": "decision-engine", "name": "Decision Engine", "version": "1.0.0", "path": "core/decision-engine.md" },
119
+ { "id": "context-engine", "name": "Context Engine", "version": "1.0.0", "path": "core/context-engine.md" },
120
+ { "id": "token-manager", "name": "Token Manager", "version": "1.0.0", "path": "core/token-manager.md" },
121
+ { "id": "compression-engine", "name": "Compression Engine", "version": "1.0.0", "path": "core/compression-engine.md" },
122
+ { "id": "reflection-engine", "name": "Reflection Engine", "version": "1.0.0", "path": "core/reflection-engine.md" },
123
+ { "id": "evolution-engine", "name": "Evolution Engine", "version": "1.0.0", "path": "core/evolution-engine.md" },
124
+ { "id": "quality-gates", "name": "Quality Gates", "version": "1.0.0", "path": "core/quality-gates.md" },
125
+ { "id": "planning-engine", "name": "Planning Engine", "version": "1.0.0", "path": "core/planning-engine.md" }
126
+ ]
127
+ },
128
+ {
129
+ "name": "Architecture",
130
+ "count": 10,
131
+ "skills": [
132
+ { "id": "architect", "name": "Software Architect", "version": "1.0.0", "path": "skills/software-architect.md" },
133
+ { "id": "clean-arch", "name": "Clean Architecture", "version": "1.0.0", "path": "architecture/clean-architecture.md" },
134
+ { "id": "hexagonal", "name": "Hexagonal Architecture", "version": "1.0.0", "path": "architecture/hexagonal-architecture.md" },
135
+ { "id": "cqrs", "name": "CQRS Specialist", "version": "1.0.0", "path": "architecture/cqrs-specialist.md" },
136
+ { "id": "event-driven", "name": "Event-Driven Architect", "version": "1.0.0", "path": "architecture/event-driven-architect.md" },
137
+ { "id": "ddd", "name": "DDD Specialist", "version": "1.0.0", "path": "architecture/ddd-specialist.md" },
138
+ { "id": "microservices", "name": "Microservices Expert", "version": "1.0.0", "path": "architecture/microservices-expert.md" },
139
+ { "id": "monolith", "name": "Monolith Expert", "version": "1.0.0", "path": "architecture/monolith-expert.md" },
140
+ { "id": "repository", "name": "Repository Pattern", "version": "1.0.0", "path": "architecture/repository-pattern.md" },
141
+ { "id": "uow", "name": "Unit of Work", "version": "1.0.0", "path": "architecture/unit-of-work.md" }
142
+ ]
143
+ },
144
+ {
145
+ "name": "Coding",
146
+ "count": 13,
147
+ "skills": [
148
+ { "id": "backend", "name": "Backend Engineer", "version": "1.0.0", "path": "coding/backend-engineer.md" },
149
+ { "id": "frontend", "name": "Frontend Engineer", "version": "1.0.0", "path": "coding/frontend-engineer.md" },
150
+ { "id": "api", "name": "API Designer", "version": "1.0.0", "path": "coding/api-designer.md" },
151
+ { "id": "laravel", "name": "Laravel Specialist", "version": "1.0.0", "path": "coding/laravel-specialist.md" },
152
+ { "id": "php", "name": "PHP Specialist", "version": "1.0.0", "path": "coding/php-specialist.md" },
153
+ { "id": "js", "name": "JavaScript Specialist", "version": "1.0.0", "path": "coding/javascript-specialist.md" },
154
+ { "id": "ts", "name": "TypeScript Specialist", "version": "1.0.0", "path": "coding/typescript-specialist.md" },
155
+ { "id": "python", "name": "Python Specialist", "version": "1.0.0", "path": "coding/python-specialist.md" },
156
+ { "id": "react", "name": "React Specialist", "version": "1.0.0", "path": "coding/react-specialist.md" },
157
+ { "id": "vue", "name": "Vue Specialist", "version": "1.0.0", "path": "coding/vue-specialist.md" },
158
+ { "id": "node", "name": "Node.js Specialist", "version": "1.0.0", "path": "coding/nodejs-specialist.md" },
159
+ { "id": "java", "name": "Java Specialist", "version": "1.0.0", "path": "coding/java-specialist.md" },
160
+ { "id": "csharp", "name": "C# Specialist", "version": "1.0.0", "path": "coding/csharp-specialist.md" }
161
+ ]
162
+ },
163
+ {
164
+ "name": "Security",
165
+ "count": 3,
166
+ "skills": [
167
+ { "id": "security", "name": "Security Engineer", "version": "1.0.0", "path": "security/security-engineer.md" },
168
+ { "id": "owasp", "name": "OWASP Auditor", "version": "1.0.0", "path": "security/owasp-auditor.md" },
169
+ { "id": "pentest", "name": "Pentest Reviewer", "version": "1.0.0", "path": "security/pentest-reviewer.md" }
170
+ ]
171
+ },
172
+ {
173
+ "name": "Quality",
174
+ "count": 12,
175
+ "skills": [
176
+ { "id": "reviewer", "name": "Senior Code Reviewer", "version": "1.0.0", "path": "skills/senior-code-reviewer.md" },
177
+ { "id": "clean-code", "name": "Clean Code Validator", "version": "1.0.0", "path": "skills/clean-code-validator.md" },
178
+ { "id": "solid", "name": "SOLID Validator", "version": "1.0.0", "path": "skills/solid-validator.md" },
179
+ { "id": "dry-kiss-yagni", "name": "DRY/KISS/YAGNI Validator", "version": "1.0.0", "path": "skills/dry-kiss-yagni-validator.md" },
180
+ { "id": "complexity", "name": "Complexity Analyzer", "version": "1.0.0", "path": "skills/complexity-analyzer.md" },
181
+ { "id": "bug-prevention", "name": "Bug Prevention", "version": "1.0.0", "path": "skills/bug-prevention.md" },
182
+ { "id": "patterns", "name": "Design Pattern Advisor", "version": "1.0.0", "path": "skills/design-pattern-advisor.md" },
183
+ { "id": "refactor", "name": "Refactoring Specialist", "version": "1.0.0", "path": "skills/refactoring-specialist.md" },
184
+ { "id": "tech-debt", "name": "Technical Debt Analyzer", "version": "1.0.0", "path": "skills/technical-debt-analyzer.md" },
185
+ { "id": "breaking-change", "name": "Breaking Change Detector", "version": "1.0.0", "path": "skills/breaking-change-detector.md" },
186
+ { "id": "perf", "name": "Performance Optimizer", "version": "1.0.0", "path": "skills/performance-optimizer.md" },
187
+ { "id": "scalability", "name": "Scalability Expert", "version": "1.0.0", "path": "skills/scalability-expert.md" }
188
+ ]
189
+ },
190
+ {
191
+ "name": "Testing",
192
+ "count": 4,
193
+ "skills": [
194
+ { "id": "unit-test", "name": "Unit Test Engineer", "version": "1.0.0", "path": "testing/unit-test-engineer.md" },
195
+ { "id": "integration-test", "name": "Integration Test Engineer", "version": "1.0.0", "path": "testing/integration-test-engineer.md" },
196
+ { "id": "e2e-test", "name": "E2E Test Engineer", "version": "1.0.0", "path": "testing/e2e-test-engineer.md" },
197
+ { "id": "mock", "name": "Mocking Specialist", "version": "1.0.0", "path": "testing/mocking-specialist.md" }
198
+ ]
199
+ },
200
+ {
201
+ "name": "Database",
202
+ "count": 6,
203
+ "skills": [
204
+ { "id": "db", "name": "Database Engineer", "version": "1.0.0", "path": "database/database-engineer.md" },
205
+ { "id": "sql", "name": "SQL Optimizer", "version": "1.0.0", "path": "database/sql-optimizer.md" },
206
+ { "id": "postgres", "name": "PostgreSQL Specialist", "version": "1.0.0", "path": "database/postgresql-specialist.md" },
207
+ { "id": "mysql", "name": "MySQL Specialist", "version": "1.0.0", "path": "database/mysql-specialist.md" },
208
+ { "id": "sqlserver", "name": "SQL Server Specialist", "version": "1.0.0", "path": "database/sqlserver-specialist.md" },
209
+ { "id": "redis", "name": "Redis Specialist", "version": "1.0.0", "path": "database/redis-specialist.md" }
210
+ ]
211
+ },
212
+ {
213
+ "name": "DevOps",
214
+ "count": 8,
215
+ "skills": [
216
+ { "id": "devops", "name": "DevOps Engineer", "version": "1.0.0", "path": "devops/devops-engineer.md" },
217
+ { "id": "docker", "name": "Docker Expert", "version": "1.0.0", "path": "devops/docker-expert.md" },
218
+ { "id": "k8s", "name": "Kubernetes Specialist", "version": "1.0.0", "path": "devops/kubernetes-specialist.md" },
219
+ { "id": "git", "name": "Git Expert", "version": "1.0.0", "path": "devops/git-expert.md" },
220
+ { "id": "gitflow", "name": "Git Flow Specialist", "version": "1.0.0", "path": "devops/git-flow-specialist.md" },
221
+ { "id": "cicd", "name": "CI/CD Specialist", "version": "1.0.0", "path": "devops/ci-cd-specialist.md" },
222
+ { "id": "linux", "name": "Linux Specialist", "version": "1.0.0", "path": "devops/linux-specialist.md" },
223
+ { "id": "windows", "name": "Windows Specialist", "version": "1.0.0", "path": "devops/windows-specialist.md" }
224
+ ]
225
+ },
226
+ {
227
+ "name": "Engineering Roles",
228
+ "count": 4,
229
+ "skills": [
230
+ { "id": "principal", "name": "Principal Engineer", "version": "1.0.0", "path": "skills/principal-engineer.md" },
231
+ { "id": "staff", "name": "Staff Engineer", "version": "1.0.0", "path": "skills/staff-engineer.md" },
232
+ { "id": "techlead", "name": "Tech Lead", "version": "1.0.0", "path": "skills/tech-lead.md" },
233
+ { "id": "cto", "name": "CTO Advisor", "version": "1.0.0", "path": "skills/cto-advisor.md" }
234
+ ]
235
+ },
236
+ {
237
+ "name": "Debugging & Root Cause",
238
+ "count": 3,
239
+ "skills": [
240
+ { "id": "bug", "name": "Bug Hunter", "version": "1.0.0", "path": "skills/bug-hunter.md" },
241
+ { "id": "debug", "name": "Debug Specialist", "version": "1.0.0", "path": "skills/debug-specialist.md" },
242
+ { "id": "root-cause", "name": "Root Cause Analyzer", "version": "1.0.0", "path": "skills/root-cause-analyzer.md" }
243
+ ]
244
+ },
245
+ {
246
+ "name": "Teaching",
247
+ "count": 6,
248
+ "skills": [
249
+ { "id": "professor", "name": "Professor Mode", "version": "1.0.0", "path": "teaching/professor-mode.md" },
250
+ { "id": "mentor", "name": "Mentor Mode", "version": "1.0.0", "path": "teaching/mentor-mode.md" },
251
+ { "id": "explainer", "name": "Code Explainer", "version": "1.0.0", "path": "teaching/code-explainer.md" },
252
+ { "id": "interactive", "name": "Interactive Teaching", "version": "1.0.0", "path": "teaching/interactive-teaching.md" },
253
+ { "id": "adaptive", "name": "Adaptive Teaching", "version": "1.0.0", "path": "teaching/adaptive-teaching.md" },
254
+ { "id": "tracker", "name": "Learning Tracker", "version": "1.0.0", "path": "teaching/learning-tracker.md" }
255
+ ]
256
+ },
257
+ {
258
+ "name": "Memory",
259
+ "count": 6,
260
+ "skills": [
261
+ { "id": "memory", "name": "Memory Manager", "version": "1.0.0", "path": "memory/memory-manager.md" },
262
+ { "id": "session-compress", "name": "Session Compression", "version": "1.0.0", "path": "memory/session-compression.md" },
263
+ { "id": "summarizer", "name": "Conversation Summarizer", "version": "1.0.0", "path": "memory/conversation-summarizer.md" },
264
+ { "id": "recovery", "name": "Context Recovery", "version": "1.0.0", "path": "memory/context-recovery.md" },
265
+ { "id": "recall", "name": "Smart Recall", "version": "1.0.0", "path": "memory/smart-recall.md" },
266
+ { "id": "project-memory", "name": "Long-Term Project Memory", "version": "1.0.0", "path": "memory/long-term-project-memory.md" }
267
+ ]
268
+ },
269
+ {
270
+ "name": "Optimization",
271
+ "count": 3,
272
+ "skills": [
273
+ { "id": "token-reduce", "name": "Token Reducer", "version": "1.0.0", "path": "optimization/token-reducer.md" },
274
+ { "id": "prompt", "name": "Prompt Optimizer", "version": "1.0.0", "path": "optimization/prompt-optimizer.md" },
275
+ { "id": "cost", "name": "Cost Optimizer", "version": "1.0.0", "path": "optimization/cost-optimizer.md" }
276
+ ]
277
+ },
278
+ {
279
+ "name": "Analysis",
280
+ "count": 5,
281
+ "skills": [
282
+ { "id": "requirements", "name": "Requirement Analyzer", "version": "1.0.0", "path": "skills/requirement-analyzer.md" },
283
+ { "id": "risk", "name": "Risk Analyzer", "version": "1.0.0", "path": "skills/risk-analyzer.md" },
284
+ { "id": "deps", "name": "Dependency Analyzer", "version": "1.0.0", "path": "skills/dependency-analyzer.md" },
285
+ { "id": "tradeoff", "name": "Trade-off Analyzer", "version": "1.0.0", "path": "skills/tradeoff-analyzer.md" },
286
+ { "id": "alternatives", "name": "Alternative Solution Generator", "version": "1.0.0", "path": "skills/alternative-solution-generator.md" }
287
+ ]
288
+ },
289
+ {
290
+ "name": "Documentation",
291
+ "count": 6,
292
+ "skills": [
293
+ { "id": "docs", "name": "Documentation Writer", "version": "1.0.0", "path": "skills/documentation-writer.md" },
294
+ { "id": "tech-writer", "name": "Technical Writer", "version": "1.0.0", "path": "skills/technical-writer.md" },
295
+ { "id": "readme", "name": "README Generator", "version": "1.0.0", "path": "skills/readme-generator.md" },
296
+ { "id": "uml", "name": "UML Generator", "version": "1.0.0", "path": "skills/uml-generator.md" },
297
+ { "id": "sequence", "name": "Sequence Diagram Builder", "version": "1.0.0", "path": "skills/sequence-diagram-builder.md" },
298
+ { "id": "er", "name": "ER Diagram Builder", "version": "1.0.0", "path": "skills/er-diagram-builder.md" }
299
+ ]
300
+ },
301
+ {
302
+ "name": "Project Management",
303
+ "count": 3,
304
+ "skills": [
305
+ { "id": "pm", "name": "Project Manager", "version": "1.0.0", "path": "skills/project-manager.md" },
306
+ { "id": "planner", "name": "Task Planner", "version": "1.0.0", "path": "skills/task-planner.md" },
307
+ { "id": "release", "name": "Release Planner", "version": "1.0.0", "path": "skills/release-planner.md" }
308
+ ]
309
+ },
310
+ {
311
+ "name": "UX & Observability",
312
+ "count": 5,
313
+ "skills": [
314
+ { "id": "ux", "name": "UX Reviewer", "version": "1.0.0", "path": "skills/ux-reviewer.md" },
315
+ { "id": "a11y", "name": "Accessibility Reviewer", "version": "1.0.0", "path": "skills/accessibility-reviewer.md" },
316
+ { "id": "logging", "name": "Logging Expert", "version": "1.0.0", "path": "skills/logging-expert.md" },
317
+ { "id": "observability", "name": "Observability Expert", "version": "1.0.0", "path": "skills/observability-expert.md" },
318
+ { "id": "monitoring", "name": "Monitoring Specialist", "version": "1.0.0", "path": "skills/monitoring-specialist.md" }
319
+ ]
320
+ },
321
+ {
322
+ "name": "Self-Improvement",
323
+ "count": 6,
324
+ "skills": [
325
+ { "id": "self-fix", "name": "Self Correction", "version": "1.0.0", "path": "skills/self-correction.md" },
326
+ { "id": "self-critique", "name": "Self Critique", "version": "1.0.0", "path": "skills/self-critique.md" },
327
+ { "id": "improvement", "name": "Continuous Improvement", "version": "1.0.0", "path": "skills/continuous-improvement.md" },
328
+ { "id": "hallucination", "name": "Hallucination Detection", "version": "1.0.0", "path": "skills/hallucination-detection.md" },
329
+ { "id": "confidence", "name": "Confidence Estimator", "version": "1.0.0", "path": "skills/confidence-estimator.md" },
330
+ { "id": "learning", "name": "Continuous Learning Engine", "version": "1.0.0", "path": "skills/continuous-learning-engine.md" }
331
+ ]
332
+ },
333
+ {
334
+ "name": "AI & Agent",
335
+ "count": 2,
336
+ "skills": [
337
+ { "id": "ai-agent", "name": "AI Agent", "version": "1.0.0", "path": "skills/ai-agent/SKILL.md", "type": "advanced" },
338
+ { "id": "ai-agent-dev", "name": "AI Agent Dev", "version": "1.0.0", "path": "skills/ai-agent-dev/SKILL.md", "type": "advanced" }
339
+ ]
340
+ },
341
+ {
342
+ "name": "Architecture Patterns",
343
+ "count": 1,
344
+ "skills": [
345
+ { "id": "architecture-patterns", "name": "Architecture Patterns", "version": "1.0.0", "path": "skills/architecture-patterns/SKILL.md", "type": "advanced" }
346
+ ]
347
+ },
348
+ {
349
+ "name": "Cloud & Infrastructure",
350
+ "count": 5,
351
+ "skills": [
352
+ { "id": "cloud-architect", "name": "Cloud Architect", "version": "1.0.0", "path": "skills/cloud-architect/SKILL.md", "type": "advanced", "status": "disabled" },
353
+ { "id": "cloud-infra", "name": "Cloud Infrastructure", "version": "1.0.0", "path": "skills/cloud-infra/SKILL.md", "type": "advanced", "status": "disabled" },
354
+ { "id": "iac-terraform", "name": "IaC & Terraform", "version": "1.0.0", "path": "skills/iac-terraform/SKILL.md", "type": "advanced", "status": "disabled" },
355
+ { "id": "serverless-edge", "name": "Serverless & Edge", "version": "1.0.0", "path": "skills/serverless-edge/SKILL.md", "type": "advanced", "status": "disabled" },
356
+ { "id": "sre-reliability", "name": "SRE & Reliability", "version": "1.0.0", "path": "skills/sre-reliability/SKILL.md", "type": "advanced", "status": "disabled" }
357
+ ]
358
+ },
359
+ {
360
+ "name": "Chaos Engineering",
361
+ "count": 1,
362
+ "skills": [
363
+ { "id": "chaos-engineering", "name": "Chaos Engineering", "version": "1.0.0", "path": "skills/chaos-engineering/SKILL.md", "type": "advanced", "status": "disabled" }
364
+ ]
365
+ },
366
+ {
367
+ "name": "Data Engineering",
368
+ "count": 2,
369
+ "skills": [
370
+ { "id": "data-engineer", "name": "Data Engineer", "version": "1.0.0", "path": "skills/data-engineer/SKILL.md", "type": "advanced", "status": "disabled" },
371
+ { "id": "data-engineering", "name": "Data Engineering", "version": "1.0.0", "path": "skills/data-engineering/SKILL.md", "type": "advanced", "status": "disabled" }
372
+ ]
373
+ },
374
+ {
375
+ "name": "Feature Flags",
376
+ "count": 1,
377
+ "skills": [
378
+ { "id": "feature-flags", "name": "Feature Flags", "version": "1.0.0", "path": "skills/feature-flags/SKILL.md", "type": "advanced", "status": "disabled" }
379
+ ]
380
+ },
381
+ {
382
+ "name": "GraphQL",
383
+ "count": 1,
384
+ "skills": [
385
+ { "id": "graphql", "name": "GraphQL", "version": "1.0.0", "path": "skills/graphql/SKILL.md", "type": "advanced", "status": "disabled" }
386
+ ]
387
+ },
388
+ {
389
+ "name": "i18n & Localization",
390
+ "count": 1,
391
+ "skills": [
392
+ { "id": "i18n-l10n", "name": "i18n & Localization", "version": "1.0.0", "path": "skills/i18n-l10n/SKILL.md", "type": "advanced", "status": "disabled" }
393
+ ]
394
+ },
395
+ {
396
+ "name": "Legacy Migration",
397
+ "count": 1,
398
+ "skills": [
399
+ { "id": "legacy-migration", "name": "Legacy Migration", "version": "1.0.0", "path": "skills/legacy-migration/SKILL.md", "type": "advanced", "status": "disabled" }
400
+ ]
401
+ },
402
+ {
403
+ "name": "Mobile Development",
404
+ "count": 2,
405
+ "skills": [
406
+ { "id": "mobile-dev", "name": "Mobile Development", "version": "1.0.0", "path": "skills/mobile-dev/SKILL.md", "type": "advanced", "status": "disabled" },
407
+ { "id": "mobile-engineer", "name": "Mobile Engineer", "version": "1.0.0", "path": "skills/mobile-engineer/SKILL.md", "type": "advanced", "status": "disabled" }
408
+ ]
409
+ },
410
+ {
411
+ "name": "Privacy & Security Extended",
412
+ "count": 2,
413
+ "skills": [
414
+ { "id": "privacy-engineer", "name": "Privacy Engineer", "version": "1.0.0", "path": "skills/privacy-engineer/SKILL.md", "type": "advanced", "status": "disabled" },
415
+ { "id": "security-privacy", "name": "Security & Privacy", "version": "1.0.0", "path": "skills/security-privacy/SKILL.md", "type": "advanced" }
416
+ ]
417
+ },
418
+ {
419
+ "name": "Quality Assurance Extended",
420
+ "count": 2,
421
+ "skills": [
422
+ { "id": "qa-checklist", "name": "QA Checklist", "version": "1.0.0", "path": "skills/qa/SKILL.md", "type": "advanced" },
423
+ { "id": "qa-engineer", "name": "QA Engineer", "version": "1.0.0", "path": "skills/qa-engineer/SKILL.md", "type": "advanced" }
424
+ ]
425
+ },
426
+ {
427
+ "name": "Token Economics",
428
+ "count": 1,
429
+ "skills": [
430
+ { "id": "economia-tokens", "name": "Economia de Tokens", "version": "1.0.0", "path": "skills/economia-tokens/SKILL.md", "type": "advanced" }
431
+ ]
432
+ },
433
+ {
434
+ "name": "Session & Memory Extended",
435
+ "count": 2,
436
+ "skills": [
437
+ { "id": "handoff-sessao", "name": "Handoff de Sessão", "version": "1.0.0", "path": "skills/handoff-sessao/SKILL.md", "type": "advanced" },
438
+ { "id": "memoria-projeto", "name": "Memória de Projeto", "version": "1.0.0", "path": "skills/memoria-projeto/SKILL.md", "type": "advanced" }
439
+ ]
440
+ },
441
+ {
442
+ "name": "Professor Mode Extended",
443
+ "count": 1,
444
+ "skills": [
445
+ { "id": "professor-modo", "name": "Modo Professor", "version": "1.0.0", "path": "skills/professor-modo/SKILL.md", "type": "advanced" }
446
+ ]
447
+ },
448
+ {
449
+ "name": "Frontend Extended",
450
+ "count": 2,
451
+ "skills": [
452
+ { "id": "frontend-tokens", "name": "Frontend Design Tokens", "version": "1.0.0", "path": "skills/frontend/SKILL.md", "type": "advanced" },
453
+ { "id": "frontend-dev", "name": "Frontend Dev", "version": "1.0.0", "path": "skills/frontend-dev/SKILL.md", "type": "advanced" }
454
+ ]
455
+ },
456
+ {
457
+ "name": "Animation & 3D",
458
+ "count": 3,
459
+ "skills": [
460
+ { "id": "animation-web", "name": "Animation Web (Scrollytelling/Cinematic)", "version": "1.0.0", "path": "skills/animation-web/SKILL.md", "type": "advanced" },
461
+ { "id": "webgl-3d", "name": "WebGL 3D (Three.js/R3F)", "version": "1.0.0", "path": "skills/webgl-3d/SKILL.md", "type": "advanced" },
462
+ { "id": "motion-design", "name": "Motion Design (GSAP/Anime.js/Motion)", "version": "1.0.0", "path": "skills/motion-design/SKILL.md", "type": "advanced" }
463
+ ]
464
+ },
465
+ {
466
+ "name": "WebAssembly",
467
+ "count": 1,
468
+ "skills": [
469
+ { "id": "wasm", "name": "WebAssembly", "version": "1.0.0", "path": "skills/wasm/SKILL.md", "type": "advanced", "status": "disabled" }
470
+ ]
471
+ },
472
+ {
473
+ "name": "Web Performance & SEO",
474
+ "count": 2,
475
+ "skills": [
476
+ { "id": "web-perf-engineer", "name": "Web Performance Engineer", "version": "1.0.0", "path": "skills/web-perf-engineer/SKILL.md", "type": "advanced", "status": "disabled" },
477
+ { "id": "web-perf-seo", "name": "Web Performance & SEO", "version": "1.0.0", "path": "skills/web-perf-seo/SKILL.md", "type": "advanced" }
478
+ ]
479
+ },
480
+ {
481
+ "name": "WebSocket & Real-Time",
482
+ "count": 1,
483
+ "skills": [
484
+ { "id": "websocket-realtime", "name": "WebSocket & Real-Time", "version": "1.0.0", "path": "skills/websocket-realtime/SKILL.md", "type": "advanced", "status": "disabled" }
485
+ ]
486
+ },
487
+ {
488
+ "name": "Agentic & Prompt",
489
+ "count": 3,
490
+ "skills": [
491
+ { "id": "agentic-coding", "name": "Agentic Coding", "version": "1.0.0", "path": "skills/agentic-coding.md" },
492
+ { "id": "mcp", "name": "MCP Server Dev", "version": "1.0.0", "path": "skills/mcp-server-dev.md" },
493
+ { "id": "prompt-eng", "name": "Prompt Engineering", "version": "1.0.0", "path": "skills/prompt-engineering.md" }
494
+ ]
495
+ },
496
+ {
497
+ "name": "Code Audit",
498
+ "count": 1,
499
+ "skills": [
500
+ { "id": "code-auditor", "name": "Code Auditor", "version": "1.0.0", "path": "skills/code-auditor.md" }
501
+ ]
502
+ }
503
+ ]
504
+ },
505
+
506
+ "packs": {
507
+ "core": { "description": "Core engines (always included)", "included": true },
508
+ "agents": { "description": "Pre-built agent definitions" },
509
+ "skills": { "description": "All specialized skills" },
510
+ "architecture": { "description": "Architecture patterns (Clean, Hexagonal, DDD, CQRS, etc.)" },
511
+ "coding": { "description": "Language & framework specialists (JS, TS, Python, PHP, React, Vue, etc.)" },
512
+ "database": { "description": "Database engineering (PostgreSQL, MySQL, Redis, SQL Server)" },
513
+ "devops": { "description": "DevOps tooling (Docker, K8s, CI/CD, Git, Linux)" },
514
+ "security": { "description": "Security & OWASP auditing" },
515
+ "testing": { "description": "Test engineering (unit, integration, E2E, mocking)" },
516
+ "memory": { "description": "Memory management & session persistence" },
517
+ "optimization": { "description": "Token reduction & cost optimization" },
518
+ "teaching": { "description": "Teaching modes & adaptive learning" }
519
+ },
520
+
521
+ "meta": {
522
+ "generated_at": "2026-07-31T14:41:00Z",
523
+ "engine": "node >= 18.0.0",
524
+ "cli": {
525
+ "bin": ["izanagi", "izanagi-ai"],
526
+ "commands": ["init", "run", "create", "compile", "list", "doctor"]
527
+ }
528
+ }
529
+ }
@@ -0,0 +1,28 @@
1
+ ---
2
+ description: "Izanagi Multi-Agent Orchestrator - Select single/multiple agents, auto-detect, or use all agents"
3
+ color: "#a855f7"
4
+ ---
5
+
6
+ Você é o **Izanagi Multi-Agent Orchestrator**, o coordenador central do framework Izanagi AI.
7
+
8
+ Quando o usuário digitar `/agents`, você deve apresentar ou ativar o **Modo de Orquestração de Agentes**, permitindo escolher entre 4 modalidades:
9
+
10
+ 1. **👤 Single Agent Mode**: Selecionar um agente específico para a tarefa (ex: `/architect`, `/senior-engineer`, `/animation`, `/security`, `/devops`, `/database`, `/bug-hunter`, `/docs`, `/pm`, `/professor`).
11
+ 2. **👥 Multi-Agent Mode**: Combinar múltiplos agentes específicos para trabalhar em conjunto (ex: `Architect + Senior Engineer + Security + Animation`).
12
+ 3. **🤖 Auto-Detection (Smart Routing)**: Analisar automaticamente o pedido do usuário e ativar os agentes mais qualificados do framework entre os 11 disponíveis.
13
+ 4. **🌐 All Agents Swarm Mode**: Engajar todos os agentes especializados do framework em colaboração paralela para arquitetar, implementar, revisar, assegurar e animar a solução completa.
14
+
15
+ **Agentes Disponíveis no Framework:**
16
+ - `/animation` — Animation Engineer (Scrollytelling, WebGL 3D, Motion Design)
17
+ - `/architect` — Software Architect (System Design, Clean Arch, DDD)
18
+ - `/senior-engineer` — Senior Engineer (Full-stack dev, Refactoring, Testing)
19
+ - `/techlead` — Tech Lead (Technical Leadership, Code Review)
20
+ - `/security` — Security Engineer (OWASP Top 10, Auth, Secure Coding)
21
+ - `/devops` — DevOps Engineer (Docker, K8s, CI/CD, IaC)
22
+ - `/database` — Database Engineer (SQL Optimization, PostgreSQL, Redis)
23
+ - `/bug-hunter` — Bug Hunter (Debugging & Root Cause Analysis)
24
+ - `/docs` — Documentation Writer (Technical Docs, READMEs)
25
+ - `/pm` — Project Manager (Planning, Risk Analysis, Milestones)
26
+ - `/professor` — Professor / Mentor (Teaching concepts, Code Explanations)
27
+
28
+ Como deseja prosseguir com a tarefa atual? Responda listando os agentes escolhidos ou deixando que o Auto-Detection / All Agents Swarm entre em ação.
@@ -1,44 +1,6 @@
1
1
  ---
2
- description: Cria sites cinematográficos com animações scroll-driven, scrollytelling, 3D WebGL e motion design. Use quando o pedido for "site animado", "efeito ao scroll", "site que parece vídeo", "3d", "scrollytelling", "animações" ou qualquer coisa que não deva ser um site estático.
3
- mode: primary
2
+ description: "Animation Engineer - Cria sites cinematográficos (scrollytelling, 3D WebGL, motion design)"
4
3
  color: "#22c55e"
5
4
  ---
6
5
 
7
- You are the **Animation Engineer** agent of Izanagi AI. You build cinematic, living websites never static ones.
8
-
9
- ## Core mission
10
-
11
- Transform the user's request into a scroll-driven, animated experience. Treat **scroll as the playhead**: frames advance, cameras move, scenes unfold as the user scrolls. When the user describes "a site that is actually a video with parts that advance as you scroll", that means scroll image sequences or scroll-driven 3D (Apple product page style).
12
-
13
- ## Skills you MUST activate
14
-
15
- Load and follow these skills via the skill tool (they contain the full playbooks and references):
16
-
17
- 1. **animation-web** — scrollytelling, scroll image sequences (canvas frame scrub), GSAP ScrollTrigger pinning/scrubbing, Lenis smooth scroll, preloaders, parallax, horizontal scroll, hero choreography.
18
- 2. **webgl-3d** — Three.js / React Three Fiber / WebGL: scroll-driven 3D scenes, particles, shaders, GLTF models, post-processing, performance budgets.
19
- 3. **motion-design** — choosing the right library (GSAP vs Anime.js v4 vs Motion vs Lottie vs CSS), timing/easing/stagger rules, micro-interactions.
20
-
21
- ## References
22
-
23
- The skill folders contain `references.md` with researched inspiration: uiprompts.app (cinematic prompt-built sites), Skiper UI (animated shadcn components), KokonutUI (dark-first animated components), Apple product pages, and award-winning scrollytelling/3D sites (Bruno Simon, The Monolith, DeepSee). Consult them for style and technique before designing.
24
-
25
- ## Workflow
26
-
27
- 1. **Storyboard first**: break the site into scenes (hero → chapters → finale). One technique + one scroll trigger per scene. Present the storyboard before coding.
28
- 2. **Pick the stack**: Lenis + GSAP ScrollTrigger for scroll control; Three.js/R3F only where real 3D earns its place; Anime.js/Motion for interface motion.
29
- 3. **Build scene by scene**, starting with the hero.
30
- 4. **Validate**: 60fps, only transform/opacity on hot paths, `prefers-reduced-motion` fallback, no-JS content visible, Core Web Vitals green.
31
- 5. **Polish**: micro-interactions (hover/tap) on key elements — magnetic buttons, tilt cards, smooth reveals.
32
-
33
- ## Rules
34
-
35
- - Never deliver a static page when the request asks for animation.
36
- - Scroll = timeline (scrub), not just one-shot triggers.
37
- - Performance is part of the design: no layout thrash, DPR caps, lazy-loaded canvases.
38
- - Respect `prefers-reduced-motion`; provide a static fallback.
39
- - Don't use WebGL for what CSS 3D can do. Don't animate without purpose.
40
- - Mobile is not a small desktop: reassess pinning and heavy 3D on small viewports.
41
-
42
- ## Output
43
-
44
- Follow Izanagi AI's output format (## Context → ## File → ## Notes) and pass the Quality Gates (Security → Style → Clarity → Conciseness → Completeness) before delivering.
6
+ Você é um Animation Engineer. Transforma sites comuns em experiências vivas: o scroll é o playhead, cada seção é uma cena, cada elemento tem propósito de movimento. Domina scroll image sequences (estilo Apple), GSAP ScrollTrigger, Three.js/React Three Fiber, Anime.js e Motion. Performance é parte do design: 60fps, sem layout thrash, reduced motion respeitado.
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "Software Architect - System design, trade-offs, Clean Arch, DDD, and implementation plans"
3
+ color: "#3b82f6"
4
+ ---
5
+
6
+ Você é um Arquiteto de Software. Nunca escreve código sem um plano. Sempre considera escalabilidade, maintainabilidade, simplicidade e separação de concerns. Domina Clean Architecture, Hexagonal, DDD, CQRS, e gera diagramas e ADRs.