oh-my-customcode 0.10.2 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/cli/index.js +100 -26
- package/dist/index.js +10 -17
- package/package.json +1 -1
- package/templates/.claude/ontology/agents.yaml +546 -0
- package/templates/.claude/ontology/graphs/agent-skill.json +101 -0
- package/templates/.claude/ontology/graphs/full-graph.json +624 -0
- package/templates/.claude/ontology/graphs/routing.json +112 -0
- package/templates/.claude/ontology/graphs/skill-rule.json +77 -0
- package/templates/.claude/ontology/rules.yaml +251 -0
- package/templates/.claude/ontology/schema.yaml +144 -0
- package/templates/.claude/ontology/skills.yaml +538 -0
|
@@ -0,0 +1,538 @@
|
|
|
1
|
+
# Auto-generated from templates/.claude/skills/
|
|
2
|
+
# Do not edit manually — regenerate with: omcustom ontology build
|
|
3
|
+
version: "1.0.0"
|
|
4
|
+
generated_at: "2026-02-12T00:00:00Z"
|
|
5
|
+
|
|
6
|
+
# Skill class hierarchy
|
|
7
|
+
classes:
|
|
8
|
+
RoutingSkill:
|
|
9
|
+
skills: [secretary-routing, dev-lead-routing, de-lead-routing, qa-lead-routing]
|
|
10
|
+
description: "Route tasks to appropriate agents"
|
|
11
|
+
|
|
12
|
+
BestPracticeSkill:
|
|
13
|
+
skills: [
|
|
14
|
+
go-best-practices, python-best-practices, rust-best-practices,
|
|
15
|
+
kotlin-best-practices, typescript-best-practices, react-best-practices,
|
|
16
|
+
fastapi-best-practices, springboot-best-practices, go-backend-best-practices,
|
|
17
|
+
docker-best-practices, aws-best-practices, postgres-best-practices,
|
|
18
|
+
redis-best-practices, supabase-postgres-best-practices,
|
|
19
|
+
airflow-best-practices, dbt-best-practices, kafka-best-practices,
|
|
20
|
+
spark-best-practices, snowflake-best-practices, pipeline-architecture-patterns
|
|
21
|
+
]
|
|
22
|
+
description: "Language/framework best practices and architecture patterns"
|
|
23
|
+
|
|
24
|
+
ManagementSkill:
|
|
25
|
+
skills: [create-agent, update-docs, update-external, audit-agents, fix-refs, claude-code-bible]
|
|
26
|
+
description: "Agent and project management"
|
|
27
|
+
|
|
28
|
+
OptimizationSkill:
|
|
29
|
+
skills: [optimize-analyze, optimize-bundle, optimize-report]
|
|
30
|
+
description: "Performance optimization"
|
|
31
|
+
|
|
32
|
+
MemorySkill:
|
|
33
|
+
skills: [memory-save, memory-recall, memory-management]
|
|
34
|
+
description: "Memory persistence operations"
|
|
35
|
+
|
|
36
|
+
PackageSkill:
|
|
37
|
+
skills: [npm-publish, npm-version, npm-audit]
|
|
38
|
+
description: "Package management"
|
|
39
|
+
|
|
40
|
+
DevelopmentSkill:
|
|
41
|
+
skills: [dev-review, dev-refactor]
|
|
42
|
+
description: "Code review and refactoring"
|
|
43
|
+
|
|
44
|
+
SystemSkill:
|
|
45
|
+
skills: [status, help, lists]
|
|
46
|
+
description: "System information and utilities"
|
|
47
|
+
|
|
48
|
+
VerificationSkill:
|
|
49
|
+
skills: [sauron-watch]
|
|
50
|
+
description: "Verification and compliance"
|
|
51
|
+
|
|
52
|
+
IntentSkill:
|
|
53
|
+
skills: [intent-detection, result-aggregation]
|
|
54
|
+
description: "Intent analysis and result processing"
|
|
55
|
+
|
|
56
|
+
DeploymentSkill:
|
|
57
|
+
skills: [vercel-deploy]
|
|
58
|
+
description: "Deployment automation"
|
|
59
|
+
|
|
60
|
+
WritingSkill:
|
|
61
|
+
skills: [writing-clearly-and-concisely, web-design-guidelines]
|
|
62
|
+
description: "Writing quality and UI/UX guidelines"
|
|
63
|
+
|
|
64
|
+
MonitoringSkill:
|
|
65
|
+
skills: [monitoring-setup]
|
|
66
|
+
description: "Monitoring configuration"
|
|
67
|
+
|
|
68
|
+
# Skill instances
|
|
69
|
+
skills:
|
|
70
|
+
airflow-best-practices:
|
|
71
|
+
class: BestPracticeSkill
|
|
72
|
+
description: "Apache Airflow best practices for DAG authoring, testing, and production deployment"
|
|
73
|
+
user_invocable: false
|
|
74
|
+
model_invocable: true
|
|
75
|
+
summary: "Best practices for Airflow DAG authoring, scheduling, testing, and production deployment"
|
|
76
|
+
keywords: [airflow, dag, scheduling, orchestration, testing, performance]
|
|
77
|
+
rule_references: []
|
|
78
|
+
|
|
79
|
+
audit-agents:
|
|
80
|
+
class: ManagementSkill
|
|
81
|
+
description: "Audit agent dependencies and references"
|
|
82
|
+
user_invocable: true
|
|
83
|
+
model_invocable: true
|
|
84
|
+
summary: "Audit agent dependencies to ensure all skill and guide references are valid"
|
|
85
|
+
keywords: [audit, dependencies, validation, references]
|
|
86
|
+
rule_references: []
|
|
87
|
+
|
|
88
|
+
aws-best-practices:
|
|
89
|
+
class: BestPracticeSkill
|
|
90
|
+
description: "AWS patterns from Well-Architected Framework"
|
|
91
|
+
user_invocable: false
|
|
92
|
+
model_invocable: true
|
|
93
|
+
summary: "AWS Well-Architected Framework patterns for scalable, secure cloud infrastructure"
|
|
94
|
+
keywords: [aws, cloud, well-architected, security, performance, cost]
|
|
95
|
+
rule_references: []
|
|
96
|
+
|
|
97
|
+
claude-code-bible:
|
|
98
|
+
class: ManagementSkill
|
|
99
|
+
description: "Fetch and verify Claude Code official documentation. Use when checking official spec compliance or updating local reference docs."
|
|
100
|
+
user_invocable: true
|
|
101
|
+
model_invocable: false
|
|
102
|
+
summary: "Maintain up-to-date local copies of Claude Code official documentation"
|
|
103
|
+
keywords: [claude-code, documentation, spec, compliance, verification]
|
|
104
|
+
rule_references: []
|
|
105
|
+
|
|
106
|
+
create-agent:
|
|
107
|
+
class: ManagementSkill
|
|
108
|
+
description: "Create a new agent with complete structure"
|
|
109
|
+
user_invocable: true
|
|
110
|
+
model_invocable: false
|
|
111
|
+
summary: "Create a new agent with complete directory structure and validation"
|
|
112
|
+
keywords: [create, agent, structure, validation]
|
|
113
|
+
rule_references: []
|
|
114
|
+
|
|
115
|
+
dbt-best-practices:
|
|
116
|
+
class: BestPracticeSkill
|
|
117
|
+
description: "dbt best practices for SQL modeling, testing, and analytics engineering workflows"
|
|
118
|
+
user_invocable: false
|
|
119
|
+
model_invocable: true
|
|
120
|
+
summary: "Best practices for dbt project structure, modeling, testing, and documentation"
|
|
121
|
+
keywords: [dbt, sql, modeling, testing, analytics-engineering]
|
|
122
|
+
rule_references: []
|
|
123
|
+
|
|
124
|
+
de-lead-routing:
|
|
125
|
+
class: RoutingSkill
|
|
126
|
+
description: "Routes data engineering tasks to the correct DE expert agent. Use when user requests data pipeline design, DAG authoring, SQL modeling, stream processing, or warehouse optimization."
|
|
127
|
+
user_invocable: false
|
|
128
|
+
model_invocable: true
|
|
129
|
+
summary: "Routes data engineering tasks to appropriate DE expert agents"
|
|
130
|
+
keywords: [routing, data-engineering, pipeline, airflow, dbt, spark, kafka, snowflake]
|
|
131
|
+
routes_to: [de-airflow-expert, de-dbt-expert, de-spark-expert, de-kafka-expert, de-snowflake-expert, de-pipeline-expert]
|
|
132
|
+
rule_references: [R009]
|
|
133
|
+
|
|
134
|
+
dev-lead-routing:
|
|
135
|
+
class: RoutingSkill
|
|
136
|
+
description: "Routes development tasks to the correct language or framework expert agent. Use when user requests code review, implementation, refactoring, or debugging."
|
|
137
|
+
user_invocable: false
|
|
138
|
+
model_invocable: true
|
|
139
|
+
summary: "Routes development tasks to appropriate language or framework expert agents"
|
|
140
|
+
keywords: [routing, development, code-review, implementation, refactoring]
|
|
141
|
+
routes_to: [
|
|
142
|
+
lang-golang-expert, lang-python-expert, lang-rust-expert, lang-kotlin-expert,
|
|
143
|
+
lang-typescript-expert, lang-java21-expert, fe-vercel-agent, fe-vuejs-agent,
|
|
144
|
+
fe-svelte-agent, be-fastapi-expert, be-springboot-expert, be-go-backend-expert,
|
|
145
|
+
be-nestjs-expert, be-express-expert, tool-npm-expert, tool-optimizer, tool-bun-expert,
|
|
146
|
+
db-supabase-expert, db-postgres-expert, db-redis-expert, arch-documenter,
|
|
147
|
+
arch-speckit-agent, infra-docker-expert, infra-aws-expert
|
|
148
|
+
]
|
|
149
|
+
rule_references: []
|
|
150
|
+
|
|
151
|
+
dev-refactor:
|
|
152
|
+
class: DevelopmentSkill
|
|
153
|
+
description: "Refactor code for better structure and patterns"
|
|
154
|
+
user_invocable: true
|
|
155
|
+
model_invocable: true
|
|
156
|
+
summary: "Refactor code using language-specific expert agents for better structure and patterns"
|
|
157
|
+
keywords: [refactor, structure, patterns, naming, complexity]
|
|
158
|
+
rule_references: []
|
|
159
|
+
|
|
160
|
+
dev-review:
|
|
161
|
+
class: DevelopmentSkill
|
|
162
|
+
description: "Review code against language-specific best practices"
|
|
163
|
+
user_invocable: true
|
|
164
|
+
model_invocable: true
|
|
165
|
+
summary: "Review code for best practices using language-specific expert agents"
|
|
166
|
+
keywords: [review, code-review, best-practices, quality]
|
|
167
|
+
rule_references: []
|
|
168
|
+
|
|
169
|
+
docker-best-practices:
|
|
170
|
+
class: BestPracticeSkill
|
|
171
|
+
description: "Docker patterns for optimized containerization"
|
|
172
|
+
user_invocable: false
|
|
173
|
+
model_invocable: true
|
|
174
|
+
summary: "Docker patterns for building optimized and secure container images"
|
|
175
|
+
keywords: [docker, container, multi-stage, security, optimization]
|
|
176
|
+
rule_references: []
|
|
177
|
+
|
|
178
|
+
fastapi-best-practices:
|
|
179
|
+
class: BestPracticeSkill
|
|
180
|
+
description: "FastAPI patterns for high-performance async APIs"
|
|
181
|
+
user_invocable: false
|
|
182
|
+
model_invocable: true
|
|
183
|
+
summary: "FastAPI patterns for building high-performance async APIs with Python"
|
|
184
|
+
keywords: [fastapi, python, async, api, performance]
|
|
185
|
+
rule_references: []
|
|
186
|
+
|
|
187
|
+
fix-refs:
|
|
188
|
+
class: ManagementSkill
|
|
189
|
+
description: "Fix broken agent references and symlinks"
|
|
190
|
+
user_invocable: true
|
|
191
|
+
model_invocable: false
|
|
192
|
+
summary: "Fix broken references, missing symlinks, and agent dependency issues"
|
|
193
|
+
keywords: [fix, references, symlinks, dependencies]
|
|
194
|
+
rule_references: []
|
|
195
|
+
|
|
196
|
+
go-backend-best-practices:
|
|
197
|
+
class: BestPracticeSkill
|
|
198
|
+
description: "Go backend patterns from Uber style and standard layout"
|
|
199
|
+
user_invocable: false
|
|
200
|
+
model_invocable: true
|
|
201
|
+
summary: "Go backend patterns for building production-ready services"
|
|
202
|
+
keywords: [go, golang, backend, uber-style, standard-layout]
|
|
203
|
+
rule_references: []
|
|
204
|
+
|
|
205
|
+
go-best-practices:
|
|
206
|
+
class: BestPracticeSkill
|
|
207
|
+
description: "Idiomatic Go patterns from Effective Go"
|
|
208
|
+
user_invocable: false
|
|
209
|
+
model_invocable: true
|
|
210
|
+
summary: "Idiomatic Go patterns and best practices from official documentation"
|
|
211
|
+
keywords: [go, golang, effective-go, formatting, naming, concurrency]
|
|
212
|
+
rule_references: []
|
|
213
|
+
|
|
214
|
+
help:
|
|
215
|
+
class: SystemSkill
|
|
216
|
+
description: "Show help information for commands and system"
|
|
217
|
+
user_invocable: true
|
|
218
|
+
model_invocable: true
|
|
219
|
+
summary: "Show help information for commands, agents, and system rules"
|
|
220
|
+
keywords: [help, documentation, commands, agents, rules]
|
|
221
|
+
rule_references: []
|
|
222
|
+
|
|
223
|
+
intent-detection:
|
|
224
|
+
class: IntentSkill
|
|
225
|
+
description: "Automatically detect user intent and route to appropriate agent"
|
|
226
|
+
user_invocable: false
|
|
227
|
+
model_invocable: true
|
|
228
|
+
summary: "Detect user intent and route to appropriate agent with transparency"
|
|
229
|
+
keywords: [intent, detection, routing, confidence, transparency]
|
|
230
|
+
rule_references: [R015]
|
|
231
|
+
|
|
232
|
+
kafka-best-practices:
|
|
233
|
+
class: BestPracticeSkill
|
|
234
|
+
description: "Apache Kafka best practices for event streaming, topic design, and producer-consumer patterns"
|
|
235
|
+
user_invocable: false
|
|
236
|
+
model_invocable: true
|
|
237
|
+
summary: "Best practices for Kafka producer-consumer patterns, topic design, and performance"
|
|
238
|
+
keywords: [kafka, streaming, event, producer, consumer, performance]
|
|
239
|
+
rule_references: []
|
|
240
|
+
|
|
241
|
+
kotlin-best-practices:
|
|
242
|
+
class: BestPracticeSkill
|
|
243
|
+
description: "Idiomatic Kotlin patterns from JetBrains conventions"
|
|
244
|
+
user_invocable: false
|
|
245
|
+
model_invocable: true
|
|
246
|
+
summary: "Idiomatic Kotlin patterns and best practices from official JetBrains documentation"
|
|
247
|
+
keywords: [kotlin, jetbrains, naming, null-safety, coroutines]
|
|
248
|
+
rule_references: []
|
|
249
|
+
|
|
250
|
+
lists:
|
|
251
|
+
class: SystemSkill
|
|
252
|
+
description: "Show all available commands"
|
|
253
|
+
user_invocable: true
|
|
254
|
+
model_invocable: true
|
|
255
|
+
summary: "Show all available commands with optional filtering and detailed information"
|
|
256
|
+
keywords: [lists, commands, categories, system]
|
|
257
|
+
rule_references: []
|
|
258
|
+
|
|
259
|
+
memory-management:
|
|
260
|
+
class: MemorySkill
|
|
261
|
+
description: "Memory persistence operations using claude-mem"
|
|
262
|
+
user_invocable: false
|
|
263
|
+
model_invocable: true
|
|
264
|
+
summary: "Provide memory persistence operations using claude-mem for session context"
|
|
265
|
+
keywords: [memory, claude-mem, persistence, session, context]
|
|
266
|
+
rule_references: [R011]
|
|
267
|
+
|
|
268
|
+
memory-recall:
|
|
269
|
+
class: MemorySkill
|
|
270
|
+
description: "Search and recall memories from claude-mem"
|
|
271
|
+
user_invocable: true
|
|
272
|
+
model_invocable: true
|
|
273
|
+
summary: "Search and recall relevant memories from claude-mem using semantic search"
|
|
274
|
+
keywords: [memory, recall, search, semantic, claude-mem]
|
|
275
|
+
rule_references: [R011]
|
|
276
|
+
|
|
277
|
+
memory-save:
|
|
278
|
+
class: MemorySkill
|
|
279
|
+
description: "Save current session context to claude-mem"
|
|
280
|
+
user_invocable: true
|
|
281
|
+
model_invocable: false
|
|
282
|
+
summary: "Save current session context to claude-mem for persistence across compaction"
|
|
283
|
+
keywords: [memory, save, session, context, claude-mem]
|
|
284
|
+
rule_references: [R011]
|
|
285
|
+
|
|
286
|
+
monitoring-setup:
|
|
287
|
+
class: MonitoringSkill
|
|
288
|
+
description: "Enable/disable OpenTelemetry console monitoring for Claude Code usage tracking"
|
|
289
|
+
user_invocable: true
|
|
290
|
+
model_invocable: true
|
|
291
|
+
summary: "Enable or disable OpenTelemetry console monitoring for usage metrics"
|
|
292
|
+
keywords: [monitoring, telemetry, otel, metrics, usage]
|
|
293
|
+
rule_references: []
|
|
294
|
+
|
|
295
|
+
npm-audit:
|
|
296
|
+
class: PackageSkill
|
|
297
|
+
description: "Audit npm dependencies for security and updates"
|
|
298
|
+
user_invocable: true
|
|
299
|
+
model_invocable: true
|
|
300
|
+
summary: "Audit npm dependencies for security vulnerabilities and outdated packages"
|
|
301
|
+
keywords: [npm, audit, security, dependencies, vulnerabilities]
|
|
302
|
+
rule_references: []
|
|
303
|
+
|
|
304
|
+
npm-publish:
|
|
305
|
+
class: PackageSkill
|
|
306
|
+
description: "Publish package to npm registry with pre-checks"
|
|
307
|
+
user_invocable: true
|
|
308
|
+
model_invocable: false
|
|
309
|
+
summary: "Publish package to npm registry with comprehensive pre-publish checks"
|
|
310
|
+
keywords: [npm, publish, package, registry, validation]
|
|
311
|
+
rule_references: []
|
|
312
|
+
|
|
313
|
+
npm-version:
|
|
314
|
+
class: PackageSkill
|
|
315
|
+
description: "Manage semantic versions for npm packages"
|
|
316
|
+
user_invocable: true
|
|
317
|
+
model_invocable: false
|
|
318
|
+
summary: "Manage semantic versions for npm packages with changelog and git integration"
|
|
319
|
+
keywords: [npm, version, semantic, changelog, git]
|
|
320
|
+
rule_references: []
|
|
321
|
+
|
|
322
|
+
optimize-analyze:
|
|
323
|
+
class: OptimizationSkill
|
|
324
|
+
description: "Analyze bundle size and performance metrics"
|
|
325
|
+
user_invocable: true
|
|
326
|
+
model_invocable: true
|
|
327
|
+
summary: "Analyze bundle size and performance metrics for web applications"
|
|
328
|
+
keywords: [optimize, analyze, bundle, performance, metrics]
|
|
329
|
+
rule_references: []
|
|
330
|
+
|
|
331
|
+
optimize-bundle:
|
|
332
|
+
class: OptimizationSkill
|
|
333
|
+
description: "Apply bundle size optimizations"
|
|
334
|
+
user_invocable: true
|
|
335
|
+
model_invocable: false
|
|
336
|
+
summary: "Apply bundle size optimizations to reduce build output and improve performance"
|
|
337
|
+
keywords: [optimize, bundle, size, performance, build]
|
|
338
|
+
rule_references: []
|
|
339
|
+
|
|
340
|
+
optimize-report:
|
|
341
|
+
class: OptimizationSkill
|
|
342
|
+
description: "Generate comprehensive optimization report"
|
|
343
|
+
user_invocable: true
|
|
344
|
+
model_invocable: true
|
|
345
|
+
summary: "Generate comprehensive optimization report with analysis, metrics, and recommendations"
|
|
346
|
+
keywords: [optimize, report, analysis, metrics, recommendations]
|
|
347
|
+
rule_references: []
|
|
348
|
+
|
|
349
|
+
pipeline-architecture-patterns:
|
|
350
|
+
class: BestPracticeSkill
|
|
351
|
+
description: "Data pipeline architecture patterns for ETL/ELT design, orchestration, and data quality frameworks"
|
|
352
|
+
user_invocable: false
|
|
353
|
+
model_invocable: true
|
|
354
|
+
summary: "Architecture patterns for ETL/ELT pipelines, orchestration, and data quality"
|
|
355
|
+
keywords: [pipeline, architecture, etl, elt, orchestration, data-quality]
|
|
356
|
+
rule_references: []
|
|
357
|
+
|
|
358
|
+
postgres-best-practices:
|
|
359
|
+
class: BestPracticeSkill
|
|
360
|
+
description: "PostgreSQL best practices for database design, query optimization, and performance tuning"
|
|
361
|
+
user_invocable: false
|
|
362
|
+
model_invocable: true
|
|
363
|
+
summary: "PostgreSQL best practices for query optimization, indexing, and performance tuning"
|
|
364
|
+
keywords: [postgres, postgresql, database, optimization, performance]
|
|
365
|
+
rule_references: []
|
|
366
|
+
|
|
367
|
+
python-best-practices:
|
|
368
|
+
class: BestPracticeSkill
|
|
369
|
+
description: "Pythonic patterns from PEP 8 and PEP 20"
|
|
370
|
+
user_invocable: false
|
|
371
|
+
model_invocable: true
|
|
372
|
+
summary: "Idiomatic Python patterns and best practices from official Python documentation"
|
|
373
|
+
keywords: [python, pep8, pep20, zen, idioms]
|
|
374
|
+
rule_references: []
|
|
375
|
+
|
|
376
|
+
qa-lead-routing:
|
|
377
|
+
class: RoutingSkill
|
|
378
|
+
description: "Coordinates QA workflow across planning, writing, and execution agents. Use when user requests testing, quality assurance, or test documentation."
|
|
379
|
+
user_invocable: false
|
|
380
|
+
model_invocable: true
|
|
381
|
+
summary: "Coordinates QA team activities by routing tasks to qa-planner, qa-writer, and qa-engineer"
|
|
382
|
+
keywords: [routing, qa, testing, quality-assurance, coordination]
|
|
383
|
+
routes_to: [qa-planner, qa-writer, qa-engineer]
|
|
384
|
+
rule_references: []
|
|
385
|
+
|
|
386
|
+
react-best-practices:
|
|
387
|
+
class: BestPracticeSkill
|
|
388
|
+
description: "React/Next.js performance optimization with 40+ rules in 8 categories"
|
|
389
|
+
user_invocable: false
|
|
390
|
+
model_invocable: true
|
|
391
|
+
summary: "React/Next.js performance optimization patterns and best practices"
|
|
392
|
+
keywords: [react, nextjs, performance, optimization, bundle]
|
|
393
|
+
rule_references: []
|
|
394
|
+
|
|
395
|
+
redis-best-practices:
|
|
396
|
+
class: BestPracticeSkill
|
|
397
|
+
description: "Redis best practices for caching, data structures, and in-memory data architecture"
|
|
398
|
+
user_invocable: false
|
|
399
|
+
model_invocable: true
|
|
400
|
+
summary: "Redis best practices for caching patterns, data structures, and performance"
|
|
401
|
+
keywords: [redis, cache, data-structures, in-memory, performance]
|
|
402
|
+
rule_references: []
|
|
403
|
+
|
|
404
|
+
result-aggregation:
|
|
405
|
+
class: IntentSkill
|
|
406
|
+
description: "Aggregate parallel agent results into concise output"
|
|
407
|
+
user_invocable: false
|
|
408
|
+
model_invocable: true
|
|
409
|
+
summary: "Aggregate and format results from multiple parallel agent executions"
|
|
410
|
+
keywords: [aggregation, parallel, batch, results, ecomode]
|
|
411
|
+
rule_references: [R009, R013]
|
|
412
|
+
|
|
413
|
+
rust-best-practices:
|
|
414
|
+
class: BestPracticeSkill
|
|
415
|
+
description: "Idiomatic Rust patterns from official guidelines"
|
|
416
|
+
user_invocable: false
|
|
417
|
+
model_invocable: true
|
|
418
|
+
summary: "Idiomatic Rust patterns and best practices from official documentation"
|
|
419
|
+
keywords: [rust, ownership, borrowing, safety, concurrency]
|
|
420
|
+
rule_references: []
|
|
421
|
+
|
|
422
|
+
sauron-watch:
|
|
423
|
+
class: VerificationSkill
|
|
424
|
+
description: "Full R017 verification (5+3 rounds) before commit"
|
|
425
|
+
user_invocable: true
|
|
426
|
+
model_invocable: false
|
|
427
|
+
summary: "Execute full R017 verification with 5 rounds of manager verification and 3 rounds of deep review"
|
|
428
|
+
keywords: [verification, r017, sync, validation, compliance]
|
|
429
|
+
rule_references: [R017]
|
|
430
|
+
|
|
431
|
+
secretary-routing:
|
|
432
|
+
class: RoutingSkill
|
|
433
|
+
description: "Routes agent management tasks to the correct manager agent. Use when user requests agent creation, updates, audits, git operations, sync checks, or verification."
|
|
434
|
+
user_invocable: false
|
|
435
|
+
model_invocable: true
|
|
436
|
+
summary: "Routes agent management tasks to appropriate manager agents"
|
|
437
|
+
keywords: [routing, management, agent-creation, git, memory, verification]
|
|
438
|
+
routes_to: [mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sync-checker, mgr-sauron, mgr-claude-code-bible, sys-memory-keeper, sys-naggy]
|
|
439
|
+
rule_references: []
|
|
440
|
+
|
|
441
|
+
snowflake-best-practices:
|
|
442
|
+
class: BestPracticeSkill
|
|
443
|
+
description: "Snowflake best practices for cloud data warehouse design, query optimization, and cost management"
|
|
444
|
+
user_invocable: false
|
|
445
|
+
model_invocable: true
|
|
446
|
+
summary: "Snowflake best practices for warehouse design, query optimization, and cost management"
|
|
447
|
+
keywords: [snowflake, warehouse, clustering, optimization, cost]
|
|
448
|
+
rule_references: []
|
|
449
|
+
|
|
450
|
+
spark-best-practices:
|
|
451
|
+
class: BestPracticeSkill
|
|
452
|
+
description: "Apache Spark best practices for PySpark and Scala distributed data processing"
|
|
453
|
+
user_invocable: false
|
|
454
|
+
model_invocable: true
|
|
455
|
+
summary: "Apache Spark best practices for performance optimization and resource management"
|
|
456
|
+
keywords: [spark, pyspark, distributed, performance, optimization]
|
|
457
|
+
rule_references: []
|
|
458
|
+
|
|
459
|
+
springboot-best-practices:
|
|
460
|
+
class: BestPracticeSkill
|
|
461
|
+
description: "Spring Boot patterns for enterprise Java applications"
|
|
462
|
+
user_invocable: false
|
|
463
|
+
model_invocable: true
|
|
464
|
+
summary: "Spring Boot patterns for enterprise Java applications with layered architecture"
|
|
465
|
+
keywords: [springboot, java, enterprise, dependency-injection, rest]
|
|
466
|
+
rule_references: []
|
|
467
|
+
|
|
468
|
+
status:
|
|
469
|
+
class: SystemSkill
|
|
470
|
+
description: "Show system status and health checks"
|
|
471
|
+
user_invocable: true
|
|
472
|
+
model_invocable: true
|
|
473
|
+
summary: "Show comprehensive system status including agents, skills, guides, and health checks"
|
|
474
|
+
keywords: [status, health, system, agents, skills]
|
|
475
|
+
rule_references: []
|
|
476
|
+
|
|
477
|
+
supabase-postgres-best-practices:
|
|
478
|
+
class: BestPracticeSkill
|
|
479
|
+
description: "PostgreSQL performance optimization guidelines from Supabase. Apply when writing SQL, designing schemas, configuring RLS, or optimizing database performance."
|
|
480
|
+
user_invocable: false
|
|
481
|
+
model_invocable: true
|
|
482
|
+
summary: "Supabase PostgreSQL best practices for query performance, RLS, and schema design"
|
|
483
|
+
keywords: [supabase, postgres, postgresql, rls, performance, security]
|
|
484
|
+
rule_references: []
|
|
485
|
+
|
|
486
|
+
typescript-best-practices:
|
|
487
|
+
class: BestPracticeSkill
|
|
488
|
+
description: "Type-safe TypeScript patterns from industry standards"
|
|
489
|
+
user_invocable: false
|
|
490
|
+
model_invocable: true
|
|
491
|
+
summary: "Type-safe TypeScript patterns and best practices from industry standards"
|
|
492
|
+
keywords: [typescript, type-safety, strict-mode, interfaces, generics]
|
|
493
|
+
rule_references: []
|
|
494
|
+
|
|
495
|
+
update-docs:
|
|
496
|
+
class: ManagementSkill
|
|
497
|
+
description: "Sync documentation with project structure"
|
|
498
|
+
user_invocable: true
|
|
499
|
+
model_invocable: false
|
|
500
|
+
summary: "Ensure documentation accurately reflects current project state and agents work together"
|
|
501
|
+
keywords: [update, documentation, sync, validation, consistency]
|
|
502
|
+
rule_references: []
|
|
503
|
+
|
|
504
|
+
update-external:
|
|
505
|
+
class: ManagementSkill
|
|
506
|
+
description: "Update agents from external sources (GitHub, docs, etc.)"
|
|
507
|
+
user_invocable: true
|
|
508
|
+
model_invocable: false
|
|
509
|
+
summary: "Update agents, skills, and guides from external sources to latest versions"
|
|
510
|
+
keywords: [update, external, github, sources, versioning]
|
|
511
|
+
rule_references: []
|
|
512
|
+
|
|
513
|
+
vercel-deploy:
|
|
514
|
+
class: DeploymentSkill
|
|
515
|
+
description: "Deploy applications to Vercel with auto-detection and preview URLs"
|
|
516
|
+
user_invocable: true
|
|
517
|
+
model_invocable: true
|
|
518
|
+
summary: "Deploy applications to Vercel with framework auto-detection and preview URLs"
|
|
519
|
+
keywords: [vercel, deploy, deployment, preview, framework]
|
|
520
|
+
rule_references: []
|
|
521
|
+
|
|
522
|
+
web-design-guidelines:
|
|
523
|
+
class: WritingSkill
|
|
524
|
+
description: "UI code review with 100+ rules for accessibility, performance, and UX"
|
|
525
|
+
user_invocable: false
|
|
526
|
+
model_invocable: true
|
|
527
|
+
summary: "UI code review guidelines for accessibility, performance, and UX best practices"
|
|
528
|
+
keywords: [ui, accessibility, ux, performance, design]
|
|
529
|
+
rule_references: []
|
|
530
|
+
|
|
531
|
+
writing-clearly-and-concisely:
|
|
532
|
+
class: WritingSkill
|
|
533
|
+
description: "Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional."
|
|
534
|
+
user_invocable: true
|
|
535
|
+
model_invocable: true
|
|
536
|
+
summary: "Apply Strunk's Elements of Style rules to improve clarity and conciseness in writing"
|
|
537
|
+
keywords: [writing, clarity, conciseness, elements-of-style, strunk]
|
|
538
|
+
rule_references: []
|