@nockdev/awf 6.2.4 → 6.2.6
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/.agent/config.yaml +2 -2
- package/.agent/core/AGENT_BEHAVIOR.md +1 -1
- package/.agent/core/AUDIT_POLICY.md +1 -1
- package/.agent/core/CACHE.md +1 -1
- package/.agent/core/DATA_SAFETY.md +1 -1
- package/.agent/core/MEMORY_PATHS.yaml +2 -2
- package/.agent/core/PERMISSIONS.md +1 -1
- package/.agent/core/README.md +1 -1
- package/.agent/core/VERSION.yaml +4 -4
- package/.agent/core/archive/ACTIVE_MEMORY.yaml +2 -2
- package/.agent/core/archive/CHECKPOINT.yaml +2 -2
- package/.agent/core/archive/CLEANUP_ENGINE.yaml +2 -2
- package/.agent/core/archive/CONTEXT_INJECTOR.yaml +2 -2
- package/.agent/core/archive/CONTEXT_LOADER.yaml +1 -1
- package/.agent/core/archive/CONTEXT_OPTIMIZATION.yaml +1 -1
- package/.agent/core/archive/CONTEXT_PRIORITY.yaml +2 -2
- package/.agent/core/archive/FLOW_ENGINE.yaml +1 -1
- package/.agent/core/archive/GRAPH_MEMORY.yaml +1 -1
- package/.agent/core/archive/HYBRID_ROUTER.yaml +1 -1
- package/.agent/core/archive/INTENT_DETECTION.yaml +1 -1
- package/.agent/core/archive/MEMORY_CONSOLIDATION.yaml +3 -3
- package/.agent/core/archive/MEMORY_ENGINE.yaml +2 -2
- package/.agent/core/archive/MEMORY_UTILS.yaml +1 -1
- package/.agent/core/archive/REFLECTION_ENGINE.yaml +1 -1
- package/.agent/core/archive/ROUTER.yaml +4 -4
- package/.agent/core/archive/SCORING_FORMULA.yaml +2 -2
- package/.agent/core/archive/SEMANTIC_ENGINE.yaml +1 -1
- package/.agent/core/archive/SKILLS_FLOW.yaml +1 -1
- package/.agent/core/archive/STATE_MACHINE.yaml +1 -1
- package/.agent/core/archive/SUMMARIZATION_ENGINE.yaml +2 -2
- package/.agent/core/archive/TOKEN_BUDGETS.yaml +2 -2
- package/.agent/core/archive/TOKEN_LOADING.yaml +2 -2
- package/.agent/core/archive/TOKEN_SUMMARY.yaml +2 -2
- package/.agent/core/reference/CODING_STYLES.yaml +1 -1
- package/.agent/core/reference/LIBRARY_REGISTRY.yaml +1 -1
- package/.agent/core/reference/MCP_TOOLS.yaml +2 -2
- package/.agent/core/reference/PATTERNS.yaml +1 -1
- package/.agent/core/reference/SKILL_SCHEMA.yaml +1 -1
- package/.agent/i18n/en.yaml +6 -6
- package/.agent/i18n/vi.yaml +6 -6
- package/.agent/ide/README.md +1 -1
- package/.agent/ide/amazonq.json +1 -1
- package/.agent/ide/amp.json +1 -1
- package/.agent/ide/antigravity.json +1 -1
- package/.agent/ide/augment.json +1 -1
- package/.agent/ide/claude.json +1 -1
- package/.agent/ide/cline.json +1 -1
- package/.agent/ide/cody.json +1 -1
- package/.agent/ide/continue.json +1 -1
- package/.agent/ide/cursor.json +1 -1
- package/.agent/ide/gemini.json +1 -1
- package/.agent/ide/jetbrains.json +1 -1
- package/.agent/ide/kiro.json +1 -1
- package/.agent/ide/opencode.json +1 -1
- package/.agent/ide/roo.json +1 -1
- package/.agent/ide/tabnine.json +1 -1
- package/.agent/ide/trae.json +1 -1
- package/.agent/ide/vscode.json +1 -1
- package/.agent/ide/windsurf.json +2 -3
- package/.agent/ide/zed.json +1 -1
- package/.agent/manifest.yaml +1 -1
- package/.agent/personas/README.md +1 -1
- package/.agent/personas/architect.md +1 -1
- package/.agent/personas/auditor.md +1 -1
- package/.agent/personas/debugger.md +1 -1
- package/.agent/personas/developer.md +1 -1
- package/.agent/personas/devops.md +1 -1
- package/.agent/personas/documenter.md +1 -1
- package/.agent/personas/orchestrator.md +1 -1
- package/.agent/personas/persona.schema.yaml +1 -1
- package/.agent/personas/planner.md +1 -1
- package/.agent/personas/researcher.md +1 -1
- package/.agent/personas/security.md +1 -1
- package/.agent/personas/tester.md +1 -1
- package/.agent/rules/README.md +1 -1
- package/.agent/rules/archive/constitutional/tier-0-core.yaml +5 -5
- package/.agent/rules/archive/constitutional/tier-1-safety.yaml +5 -5
- package/.agent/rules/archive/constitutional/tier-2-execution.yaml +6 -6
- package/.agent/rules/archive/context-management.yaml +1 -1
- package/.agent/rules/archive/duplication-prevention.md +1 -1
- package/.agent/rules/archive/evidence.yaml +1 -1
- package/.agent/rules/archive/project-detection.md +1 -1
- package/.agent/rules/archive/reflection.yaml +1 -1
- package/.agent/rules/archive/versioning.yaml +5 -5
- package/.agent/rules/data/build-systems.yaml +57 -2
- package/.agent/rules/modules/agent-delegation.yaml +2 -2
- package/.agent/rules/modules/edit-verification.yaml +1 -1
- package/.agent/rules/modules/git-workflow.yaml +1 -1
- package/.agent/rules/modules/language.yaml +1 -1
- package/.agent/rules/modules/online-research.yaml +1 -1
- package/.agent/rules/modules/performance-optimization.yaml +2 -2
- package/.agent/rules/modules/quality.yaml +1 -1
- package/.agent/rules/modules/stop-conditions.yaml +1 -1
- package/.agent/rules/modules/terminal-safety.yaml +1 -1
- package/.agent/rules/modules/yagni.yaml +1 -1
- package/.agent/rules/validation-framework.md +1 -1
- package/.agent/skills/README.md +1 -1
- package/.agent/skills/_categories.yaml +2 -2
- package/.agent/skills/core/api-design/META.yaml +1 -1
- package/.agent/skills/core/authentication/META.yaml +1 -1
- package/.agent/skills/core/error-handling/META.yaml +1 -1
- package/.agent/skills/core/logging/META.yaml +1 -1
- package/.agent/skills/core/observability/META.yaml +1 -1
- package/.agent/skills/core/security/META.yaml +1 -1
- package/.agent/skills/core/security/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/accessibility/META.yaml +1 -1
- package/.agent/skills/cross-cutting/audit-pro/META.yaml +1 -1
- package/.agent/skills/cross-cutting/bun/META.yaml +1 -1
- package/.agent/skills/cross-cutting/bun/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/coding-rules/META.yaml +1 -1
- package/.agent/skills/cross-cutting/database/META.yaml +1 -1
- package/.agent/skills/cross-cutting/database/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/deno/META.yaml +1 -1
- package/.agent/skills/cross-cutting/deno/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/domyh-design/META.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/desktop-colors.yaml +1 -1
- package/.agent/skills/cross-cutting/seo/META.yaml +1 -1
- package/.agent/skills/cross-cutting/sql/META.yaml +1 -1
- package/.agent/skills/cross-cutting/sql/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/tailwind/META.yaml +1 -1
- package/.agent/skills/cross-cutting/tailwind/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/tdd-workflow/META.yaml +1 -1
- package/.agent/skills/cross-cutting/testing/META.yaml +1 -1
- package/.agent/skills/cross-cutting/testing/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/testing/data/frameworks.yaml +1 -1
- package/.agent/skills/cross-cutting/web-perf/META.yaml +1 -1
- package/.agent/skills/cross-cutting/web-perf/SKILL.md +1 -1
- package/.agent/skills/devops/aws/META.yaml +1 -1
- package/.agent/skills/devops/ci-cd/META.yaml +1 -1
- package/.agent/skills/devops/docker/META.yaml +1 -1
- package/.agent/skills/devops/kubernetes/META.yaml +1 -1
- package/.agent/skills/frameworks/angular/META.yaml +1 -1
- package/.agent/skills/frameworks/angular/SKILL.md +1 -1
- package/.agent/skills/frameworks/flutter/META.yaml +1 -1
- package/.agent/skills/frameworks/flutter/SKILL.md +1 -1
- package/.agent/skills/frameworks/nextjs/META.yaml +1 -1
- package/.agent/skills/frameworks/nextjs/SKILL.md +1 -1
- package/.agent/skills/frameworks/nuxt/META.yaml +1 -1
- package/.agent/skills/frameworks/nuxt/SKILL.md +1 -1
- package/.agent/skills/frameworks/react/META.yaml +1 -1
- package/.agent/skills/frameworks/react/SKILL.md +1 -1
- package/.agent/skills/frameworks/react-native/META.yaml +1 -1
- package/.agent/skills/frameworks/react-native/SKILL.md +1 -1
- package/.agent/skills/frameworks/svelte/META.yaml +1 -1
- package/.agent/skills/frameworks/svelte/SKILL.md +1 -1
- package/.agent/skills/frameworks/vue/META.yaml +1 -1
- package/.agent/skills/frameworks/vue/SKILL.md +1 -1
- package/.agent/skills/index.json +438 -100
- package/.agent/skills/languages/asm/META.yaml +1 -1
- package/.agent/skills/languages/asm/SKILL.md +1 -1
- package/.agent/skills/languages/c/META.yaml +1 -1
- package/.agent/skills/languages/c/SKILL.md +1 -1
- package/.agent/skills/languages/clojure/META.yaml +1 -1
- package/.agent/skills/languages/clojure/SKILL.md +1 -1
- package/.agent/skills/languages/cpp/META.yaml +1 -1
- package/.agent/skills/languages/cpp/SKILL.md +1 -1
- package/.agent/skills/languages/crystal/META.yaml +1 -1
- package/.agent/skills/languages/crystal/SKILL.md +1 -1
- package/.agent/skills/languages/csharp/META.yaml +1 -1
- package/.agent/skills/languages/csharp/SKILL.md +1 -1
- package/.agent/skills/languages/elixir/META.yaml +1 -1
- package/.agent/skills/languages/elixir/SKILL.md +1 -1
- package/.agent/skills/languages/fsharp/META.yaml +1 -1
- package/.agent/skills/languages/fsharp/SKILL.md +1 -1
- package/.agent/skills/languages/go/META.yaml +1 -1
- package/.agent/skills/languages/go/SKILL.md +1 -1
- package/.agent/skills/languages/haskell/META.yaml +1 -1
- package/.agent/skills/languages/haskell/SKILL.md +1 -1
- package/.agent/skills/languages/java/META.yaml +1 -1
- package/.agent/skills/languages/java/SKILL.md +1 -1
- package/.agent/skills/languages/javascript/META.yaml +1 -1
- package/.agent/skills/languages/javascript/SKILL.md +1 -1
- package/.agent/skills/languages/julia/META.yaml +1 -1
- package/.agent/skills/languages/julia/SKILL.md +1 -1
- package/.agent/skills/languages/kotlin/META.yaml +1 -1
- package/.agent/skills/languages/kotlin/SKILL.md +1 -1
- package/.agent/skills/languages/lua/META.yaml +1 -1
- package/.agent/skills/languages/lua/SKILL.md +3 -3
- package/.agent/skills/languages/nim/META.yaml +1 -1
- package/.agent/skills/languages/nim/SKILL.md +1 -1
- package/.agent/skills/languages/ocaml/META.yaml +1 -1
- package/.agent/skills/languages/ocaml/SKILL.md +1 -1
- package/.agent/skills/languages/perl/META.yaml +1 -1
- package/.agent/skills/languages/perl/SKILL.md +1 -1
- package/.agent/skills/languages/php/META.yaml +1 -1
- package/.agent/skills/languages/php/SKILL.md +1 -1
- package/.agent/skills/languages/python/META.yaml +1 -1
- package/.agent/skills/languages/python/SKILL.md +1 -1
- package/.agent/skills/languages/r/META.yaml +1 -1
- package/.agent/skills/languages/r/SKILL.md +1 -1
- package/.agent/skills/languages/ruby/META.yaml +1 -1
- package/.agent/skills/languages/ruby/SKILL.md +1 -1
- package/.agent/skills/languages/rust/META.yaml +1 -1
- package/.agent/skills/languages/rust/SKILL.md +1 -1
- package/.agent/skills/languages/scala/META.yaml +1 -1
- package/.agent/skills/languages/scala/SKILL.md +1 -1
- package/.agent/skills/languages/solidity/META.yaml +1 -1
- package/.agent/skills/languages/solidity/SKILL.md +1 -1
- package/.agent/skills/languages/swift/META.yaml +1 -1
- package/.agent/skills/languages/swift/SKILL.md +1 -1
- package/.agent/skills/languages/typescript/META.yaml +1 -1
- package/.agent/skills/languages/typescript/SKILL.md +1 -1
- package/.agent/skills/languages/zig/META.yaml +1 -1
- package/.agent/skills/languages/zig/SKILL.md +1 -1
- package/.agent/templates/README.md +2 -2
- package/.agent/templates/debug-report.md +1 -1
- package/.agent/templates/deploy-plan.md +1 -1
- package/.agent/templates/doc-template.md +1 -1
- package/.agent/templates/index.yaml +1 -1
- package/.agent/templates/migrate-plan.md +1 -1
- package/.agent/templates/phase-template.md +1 -1
- package/.agent/templates/tasks/audit.yaml +1 -1
- package/.agent/templates/tasks/bug_fix.yaml +1 -1
- package/.agent/templates/tasks/code_implementation.yaml +1 -1
- package/.agent/templates/tasks/refactor.yaml +1 -1
- package/.agent/templates/test-report.md +1 -1
- package/.agent/workflows/ap.md +4 -4
- package/.agent/workflows/code.md +1 -1
- package/.agent/workflows/plan.md +3 -3
- package/.agent/workflows/recap.md +1 -1
- package/dist/constants/ide-install-specs.js +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
- package/.agent/memory/active_memories.json +0 -35
- package/.agent/memory/archive/.gitkeep +0 -0
- package/.agent/memory/audit_summary.json +0 -58
- package/.agent/memory/cleanup_log.json +0 -34
- package/.agent/memory/consolidated.md +0 -75
- package/.agent/memory/core_memory/persona.json +0 -30
- package/.agent/memory/core_memory/project.json +0 -25
- package/.agent/memory/core_memory/rules.json +0 -29
- package/.agent/memory/core_memory/user.json +0 -24
- package/.agent/memory/decisions.md +0 -40
- package/.agent/memory/graph/knowledge_graph.json +0 -12
- package/.agent/memory/insights.md +0 -52
- package/.agent/memory/metrics.json +0 -48
- package/.agent/memory/patterns/errors.json +0 -11
- package/.agent/memory/patterns/successes.json +0 -10
- package/.agent/memory/session.md +0 -64
- package/.agent/memory/session_rules.json +0 -19
- package/.agent/memory/state.json +0 -81
- package/.agent/memory/vectors/README.md +0 -129
- package/.agent/private/README.md +0 -74
- package/.agent/private/_index.yaml +0 -23
- package/.agent/private/_template/META.yaml +0 -38
- package/.agent/private/_template/SKILL.md +0 -43
- package/.agent/private/_template/data/.gitkeep +0 -0
- package/.agent/private/autodomyh-api/META.yaml +0 -48
- package/.agent/private/autodomyh-api/SKILL.md +0 -141
- package/.agent/private/autodomyh-api/data/conventions.yaml +0 -107
package/.agent/skills/index.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.2.
|
|
2
|
+
"version": "6.2.6",
|
|
3
3
|
"changelog": [
|
|
4
|
-
"v6.2.
|
|
4
|
+
"v6.2.6: Added 15 new skills across 2 new categories (tooling, ai-ml)",
|
|
5
5
|
"Migrated prompt-engineering + rag-patterns from cross-cutting → ai-ml",
|
|
6
6
|
"New: mcp, api-protocols, ide-extension, cli-dev, browser-agent (tooling)",
|
|
7
7
|
"New: ai-agents, vector-search, gemini-media-gen, gemini-tts, gemini-live (ai-ml)",
|
|
@@ -27,7 +27,14 @@
|
|
|
27
27
|
"priority": 0,
|
|
28
28
|
"always_load": true,
|
|
29
29
|
"count": 6,
|
|
30
|
-
"skills": [
|
|
30
|
+
"skills": [
|
|
31
|
+
"security",
|
|
32
|
+
"api-design",
|
|
33
|
+
"error-handling",
|
|
34
|
+
"logging",
|
|
35
|
+
"observability",
|
|
36
|
+
"authentication"
|
|
37
|
+
]
|
|
31
38
|
},
|
|
32
39
|
"languages": {
|
|
33
40
|
"description": "Programming languages",
|
|
@@ -35,10 +42,34 @@
|
|
|
35
42
|
"priority": 1,
|
|
36
43
|
"count": 28,
|
|
37
44
|
"skills": [
|
|
38
|
-
"python",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
45
|
+
"python",
|
|
46
|
+
"go",
|
|
47
|
+
"typescript",
|
|
48
|
+
"javascript",
|
|
49
|
+
"rust",
|
|
50
|
+
"cpp",
|
|
51
|
+
"c",
|
|
52
|
+
"java",
|
|
53
|
+
"kotlin",
|
|
54
|
+
"csharp",
|
|
55
|
+
"ruby",
|
|
56
|
+
"php",
|
|
57
|
+
"swift",
|
|
58
|
+
"perl",
|
|
59
|
+
"lua",
|
|
60
|
+
"asm",
|
|
61
|
+
"nim",
|
|
62
|
+
"crystal",
|
|
63
|
+
"zig",
|
|
64
|
+
"haskell",
|
|
65
|
+
"elixir",
|
|
66
|
+
"scala",
|
|
67
|
+
"clojure",
|
|
68
|
+
"fsharp",
|
|
69
|
+
"ocaml",
|
|
70
|
+
"r",
|
|
71
|
+
"julia",
|
|
72
|
+
"solidity"
|
|
42
73
|
]
|
|
43
74
|
},
|
|
44
75
|
"frameworks": {
|
|
@@ -46,127 +77,434 @@
|
|
|
46
77
|
"path": "skills/frameworks/",
|
|
47
78
|
"priority": 2,
|
|
48
79
|
"count": 8,
|
|
49
|
-
"skills": [
|
|
80
|
+
"skills": [
|
|
81
|
+
"react",
|
|
82
|
+
"vue",
|
|
83
|
+
"angular",
|
|
84
|
+
"svelte",
|
|
85
|
+
"nextjs",
|
|
86
|
+
"nuxt",
|
|
87
|
+
"flutter",
|
|
88
|
+
"react-native"
|
|
89
|
+
]
|
|
50
90
|
},
|
|
51
91
|
"devops": {
|
|
52
92
|
"description": "Infrastructure, deployment, and cloud platforms",
|
|
53
93
|
"path": "skills/devops/",
|
|
54
94
|
"priority": 3,
|
|
55
95
|
"count": 7,
|
|
56
|
-
"skills": [
|
|
96
|
+
"skills": [
|
|
97
|
+
"docker",
|
|
98
|
+
"kubernetes",
|
|
99
|
+
"aws",
|
|
100
|
+
"ci-cd",
|
|
101
|
+
"terraform",
|
|
102
|
+
"gcp",
|
|
103
|
+
"azure"
|
|
104
|
+
]
|
|
57
105
|
},
|
|
58
106
|
"cross-cutting": {
|
|
59
107
|
"description": "Cross-cutting concerns and utilities",
|
|
60
108
|
"path": "skills/cross-cutting/",
|
|
61
109
|
"priority": 4,
|
|
62
110
|
"count": 21,
|
|
63
|
-
"skills": [
|
|
111
|
+
"skills": [
|
|
112
|
+
"testing",
|
|
113
|
+
"database",
|
|
114
|
+
"sql",
|
|
115
|
+
"tailwind",
|
|
116
|
+
"electron",
|
|
117
|
+
"coding-rules",
|
|
118
|
+
"domyh-design",
|
|
119
|
+
"web-perf",
|
|
120
|
+
"deno",
|
|
121
|
+
"bun",
|
|
122
|
+
"audit-pro",
|
|
123
|
+
"tdd-workflow",
|
|
124
|
+
"accessibility",
|
|
125
|
+
"seo",
|
|
126
|
+
"microservices",
|
|
127
|
+
"monorepo",
|
|
128
|
+
"event-driven",
|
|
129
|
+
"tauri",
|
|
130
|
+
"real-time",
|
|
131
|
+
"wasm",
|
|
132
|
+
"playwright"
|
|
133
|
+
]
|
|
64
134
|
},
|
|
65
135
|
"tooling": {
|
|
66
136
|
"description": "Developer tooling: MCP, API protocols, IDE extensions, CLI, browser agent",
|
|
67
137
|
"path": "skills/tooling/",
|
|
68
138
|
"priority": 5,
|
|
69
139
|
"count": 5,
|
|
70
|
-
"skills": [
|
|
140
|
+
"skills": [
|
|
141
|
+
"mcp",
|
|
142
|
+
"api-protocols",
|
|
143
|
+
"ide-extension",
|
|
144
|
+
"cli-dev",
|
|
145
|
+
"browser-agent"
|
|
146
|
+
]
|
|
71
147
|
},
|
|
72
148
|
"ai-ml": {
|
|
73
149
|
"description": "AI/ML: agents, prompt engineering, RAG, vector search, Gemini APIs",
|
|
74
150
|
"path": "skills/ai-ml/",
|
|
75
151
|
"priority": 6,
|
|
76
152
|
"count": 7,
|
|
77
|
-
"skills": [
|
|
153
|
+
"skills": [
|
|
154
|
+
"ai-agents",
|
|
155
|
+
"prompt-engineering",
|
|
156
|
+
"rag-patterns",
|
|
157
|
+
"vector-search",
|
|
158
|
+
"gemini-media-gen",
|
|
159
|
+
"gemini-tts",
|
|
160
|
+
"gemini-live"
|
|
161
|
+
]
|
|
78
162
|
}
|
|
79
163
|
},
|
|
80
164
|
|
|
81
165
|
"skills": [
|
|
82
|
-
{
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
{
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
{
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
{
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
{
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
{
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
{"id": "
|
|
125
|
-
{
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
{
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
{"id": "
|
|
136
|
-
{"id": "
|
|
137
|
-
{"id": "
|
|
138
|
-
{"id": "
|
|
139
|
-
{
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
{
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
{"id": "
|
|
150
|
-
{"id": "
|
|
151
|
-
{
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
{"id": "
|
|
158
|
-
{"id": "
|
|
159
|
-
{"id": "
|
|
160
|
-
{
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
{"id": "
|
|
166
|
-
{
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
166
|
+
{
|
|
167
|
+
"id": "security",
|
|
168
|
+
"path": "skills/core/security/",
|
|
169
|
+
"category": "core",
|
|
170
|
+
"always_load_meta": true
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "api-design",
|
|
174
|
+
"path": "skills/core/api-design/",
|
|
175
|
+
"category": "core",
|
|
176
|
+
"always_load_meta": true
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "error-handling",
|
|
180
|
+
"path": "skills/core/error-handling/",
|
|
181
|
+
"category": "core",
|
|
182
|
+
"always_load_meta": true
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"id": "logging",
|
|
186
|
+
"path": "skills/core/logging/",
|
|
187
|
+
"category": "core",
|
|
188
|
+
"always_load_meta": true
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "observability",
|
|
192
|
+
"path": "skills/core/observability/",
|
|
193
|
+
"category": "core",
|
|
194
|
+
"always_load_meta": true
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "authentication",
|
|
198
|
+
"path": "skills/core/authentication/",
|
|
199
|
+
"category": "core",
|
|
200
|
+
"always_load_meta": true
|
|
201
|
+
},
|
|
202
|
+
|
|
203
|
+
{
|
|
204
|
+
"id": "python",
|
|
205
|
+
"path": "skills/languages/python/",
|
|
206
|
+
"category": "languages"
|
|
207
|
+
},
|
|
208
|
+
{ "id": "go", "path": "skills/languages/go/", "category": "languages" },
|
|
209
|
+
{
|
|
210
|
+
"id": "typescript",
|
|
211
|
+
"path": "skills/languages/typescript/",
|
|
212
|
+
"category": "languages"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "javascript",
|
|
216
|
+
"path": "skills/languages/javascript/",
|
|
217
|
+
"category": "languages"
|
|
218
|
+
},
|
|
219
|
+
{ "id": "rust", "path": "skills/languages/rust/", "category": "languages" },
|
|
220
|
+
{ "id": "cpp", "path": "skills/languages/cpp/", "category": "languages" },
|
|
221
|
+
{ "id": "c", "path": "skills/languages/c/", "category": "languages" },
|
|
222
|
+
{ "id": "java", "path": "skills/languages/java/", "category": "languages" },
|
|
223
|
+
{
|
|
224
|
+
"id": "kotlin",
|
|
225
|
+
"path": "skills/languages/kotlin/",
|
|
226
|
+
"category": "languages"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "csharp",
|
|
230
|
+
"path": "skills/languages/csharp/",
|
|
231
|
+
"category": "languages"
|
|
232
|
+
},
|
|
233
|
+
{ "id": "ruby", "path": "skills/languages/ruby/", "category": "languages" },
|
|
234
|
+
{ "id": "php", "path": "skills/languages/php/", "category": "languages" },
|
|
235
|
+
{
|
|
236
|
+
"id": "swift",
|
|
237
|
+
"path": "skills/languages/swift/",
|
|
238
|
+
"category": "languages"
|
|
239
|
+
},
|
|
240
|
+
{ "id": "perl", "path": "skills/languages/perl/", "category": "languages" },
|
|
241
|
+
{ "id": "lua", "path": "skills/languages/lua/", "category": "languages" },
|
|
242
|
+
{ "id": "asm", "path": "skills/languages/asm/", "category": "languages" },
|
|
243
|
+
{ "id": "nim", "path": "skills/languages/nim/", "category": "languages" },
|
|
244
|
+
{
|
|
245
|
+
"id": "crystal",
|
|
246
|
+
"path": "skills/languages/crystal/",
|
|
247
|
+
"category": "languages"
|
|
248
|
+
},
|
|
249
|
+
{ "id": "zig", "path": "skills/languages/zig/", "category": "languages" },
|
|
250
|
+
{
|
|
251
|
+
"id": "haskell",
|
|
252
|
+
"path": "skills/languages/haskell/",
|
|
253
|
+
"category": "languages"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": "elixir",
|
|
257
|
+
"path": "skills/languages/elixir/",
|
|
258
|
+
"category": "languages"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "scala",
|
|
262
|
+
"path": "skills/languages/scala/",
|
|
263
|
+
"category": "languages"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"id": "clojure",
|
|
267
|
+
"path": "skills/languages/clojure/",
|
|
268
|
+
"category": "languages"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": "fsharp",
|
|
272
|
+
"path": "skills/languages/fsharp/",
|
|
273
|
+
"category": "languages"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "ocaml",
|
|
277
|
+
"path": "skills/languages/ocaml/",
|
|
278
|
+
"category": "languages"
|
|
279
|
+
},
|
|
280
|
+
{ "id": "r", "path": "skills/languages/r/", "category": "languages" },
|
|
281
|
+
{
|
|
282
|
+
"id": "julia",
|
|
283
|
+
"path": "skills/languages/julia/",
|
|
284
|
+
"category": "languages"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "solidity",
|
|
288
|
+
"path": "skills/languages/solidity/",
|
|
289
|
+
"category": "languages"
|
|
290
|
+
},
|
|
291
|
+
|
|
292
|
+
{
|
|
293
|
+
"id": "react",
|
|
294
|
+
"path": "skills/frameworks/react/",
|
|
295
|
+
"category": "frameworks"
|
|
296
|
+
},
|
|
297
|
+
{ "id": "vue", "path": "skills/frameworks/vue/", "category": "frameworks" },
|
|
298
|
+
{
|
|
299
|
+
"id": "angular",
|
|
300
|
+
"path": "skills/frameworks/angular/",
|
|
301
|
+
"category": "frameworks"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"id": "svelte",
|
|
305
|
+
"path": "skills/frameworks/svelte/",
|
|
306
|
+
"category": "frameworks"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "nextjs",
|
|
310
|
+
"path": "skills/frameworks/nextjs/",
|
|
311
|
+
"category": "frameworks"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"id": "nuxt",
|
|
315
|
+
"path": "skills/frameworks/nuxt/",
|
|
316
|
+
"category": "frameworks"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"id": "flutter",
|
|
320
|
+
"path": "skills/frameworks/flutter/",
|
|
321
|
+
"category": "frameworks"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "react-native",
|
|
325
|
+
"path": "skills/frameworks/react-native/",
|
|
326
|
+
"category": "frameworks"
|
|
327
|
+
},
|
|
328
|
+
|
|
329
|
+
{ "id": "docker", "path": "skills/devops/docker/", "category": "devops" },
|
|
330
|
+
{
|
|
331
|
+
"id": "kubernetes",
|
|
332
|
+
"path": "skills/devops/kubernetes/",
|
|
333
|
+
"category": "devops"
|
|
334
|
+
},
|
|
335
|
+
{ "id": "aws", "path": "skills/devops/aws/", "category": "devops" },
|
|
336
|
+
{ "id": "ci-cd", "path": "skills/devops/ci-cd/", "category": "devops" },
|
|
337
|
+
{
|
|
338
|
+
"id": "terraform",
|
|
339
|
+
"path": "skills/devops/terraform/",
|
|
340
|
+
"category": "devops"
|
|
341
|
+
},
|
|
342
|
+
{ "id": "gcp", "path": "skills/devops/gcp/", "category": "devops" },
|
|
343
|
+
{ "id": "azure", "path": "skills/devops/azure/", "category": "devops" },
|
|
344
|
+
|
|
345
|
+
{
|
|
346
|
+
"id": "testing",
|
|
347
|
+
"path": "skills/cross-cutting/testing/",
|
|
348
|
+
"category": "cross-cutting"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"id": "database",
|
|
352
|
+
"path": "skills/cross-cutting/database/",
|
|
353
|
+
"category": "cross-cutting"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"id": "sql",
|
|
357
|
+
"path": "skills/cross-cutting/sql/",
|
|
358
|
+
"category": "cross-cutting"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"id": "tailwind",
|
|
362
|
+
"path": "skills/cross-cutting/tailwind/",
|
|
363
|
+
"category": "cross-cutting"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "electron",
|
|
367
|
+
"path": "skills/cross-cutting/electron/",
|
|
368
|
+
"category": "cross-cutting"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "coding-rules",
|
|
372
|
+
"path": "skills/cross-cutting/coding-rules/",
|
|
373
|
+
"category": "cross-cutting"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"id": "domyh-design",
|
|
377
|
+
"path": "skills/cross-cutting/domyh-design/",
|
|
378
|
+
"category": "cross-cutting"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "web-perf",
|
|
382
|
+
"path": "skills/cross-cutting/web-perf/",
|
|
383
|
+
"category": "cross-cutting"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"id": "deno",
|
|
387
|
+
"path": "skills/cross-cutting/deno/",
|
|
388
|
+
"category": "cross-cutting"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"id": "bun",
|
|
392
|
+
"path": "skills/cross-cutting/bun/",
|
|
393
|
+
"category": "cross-cutting"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "audit-pro",
|
|
397
|
+
"path": "skills/cross-cutting/audit-pro/",
|
|
398
|
+
"category": "cross-cutting"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"id": "tdd-workflow",
|
|
402
|
+
"path": "skills/cross-cutting/tdd-workflow/",
|
|
403
|
+
"category": "cross-cutting"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"id": "accessibility",
|
|
407
|
+
"path": "skills/cross-cutting/accessibility/",
|
|
408
|
+
"category": "cross-cutting"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": "seo",
|
|
412
|
+
"path": "skills/cross-cutting/seo/",
|
|
413
|
+
"category": "cross-cutting"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"id": "microservices",
|
|
417
|
+
"path": "skills/cross-cutting/microservices/",
|
|
418
|
+
"category": "cross-cutting"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"id": "monorepo",
|
|
422
|
+
"path": "skills/cross-cutting/monorepo/",
|
|
423
|
+
"category": "cross-cutting"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "event-driven",
|
|
427
|
+
"path": "skills/cross-cutting/event-driven/",
|
|
428
|
+
"category": "cross-cutting"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"id": "tauri",
|
|
432
|
+
"path": "skills/cross-cutting/tauri/",
|
|
433
|
+
"category": "cross-cutting"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"id": "real-time",
|
|
437
|
+
"path": "skills/cross-cutting/real-time/",
|
|
438
|
+
"category": "cross-cutting"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "wasm",
|
|
442
|
+
"path": "skills/cross-cutting/wasm/",
|
|
443
|
+
"category": "cross-cutting"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "playwright",
|
|
447
|
+
"path": "skills/cross-cutting/playwright/",
|
|
448
|
+
"category": "cross-cutting"
|
|
449
|
+
},
|
|
450
|
+
|
|
451
|
+
{ "id": "mcp", "path": "skills/tooling/mcp/", "category": "tooling" },
|
|
452
|
+
{
|
|
453
|
+
"id": "api-protocols",
|
|
454
|
+
"path": "skills/tooling/api-protocols/",
|
|
455
|
+
"category": "tooling"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"id": "ide-extension",
|
|
459
|
+
"path": "skills/tooling/ide-extension/",
|
|
460
|
+
"category": "tooling"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"id": "cli-dev",
|
|
464
|
+
"path": "skills/tooling/cli-dev/",
|
|
465
|
+
"category": "tooling"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "browser-agent",
|
|
469
|
+
"path": "skills/tooling/browser-agent/",
|
|
470
|
+
"category": "tooling"
|
|
471
|
+
},
|
|
472
|
+
|
|
473
|
+
{
|
|
474
|
+
"id": "ai-agents",
|
|
475
|
+
"path": "skills/ai-ml/ai-agents/",
|
|
476
|
+
"category": "ai-ml"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"id": "prompt-engineering",
|
|
480
|
+
"path": "skills/ai-ml/prompt-engineering/",
|
|
481
|
+
"category": "ai-ml"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"id": "rag-patterns",
|
|
485
|
+
"path": "skills/ai-ml/rag-patterns/",
|
|
486
|
+
"category": "ai-ml"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"id": "vector-search",
|
|
490
|
+
"path": "skills/ai-ml/vector-search/",
|
|
491
|
+
"category": "ai-ml"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "gemini-media-gen",
|
|
495
|
+
"path": "skills/ai-ml/gemini-media-gen/",
|
|
496
|
+
"category": "ai-ml"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"id": "gemini-tts",
|
|
500
|
+
"path": "skills/ai-ml/gemini-tts/",
|
|
501
|
+
"category": "ai-ml"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"id": "gemini-live",
|
|
505
|
+
"path": "skills/ai-ml/gemini-live/",
|
|
506
|
+
"category": "ai-ml"
|
|
507
|
+
}
|
|
170
508
|
],
|
|
171
509
|
|
|
172
510
|
"aliases": {
|