-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopencode-catalog.json
More file actions
333 lines (333 loc) · 20 KB
/
Copy pathopencode-catalog.json
File metadata and controls
333 lines (333 loc) · 20 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
{
"agents": [
{
"name": "code-analyst",
"description": "Analyzes complex code to explain architecture, logic, data flow, and design patterns. Use when you need to understand unfamiliar codebases, trace execution paths, or decode intricate algorithms."
},
{
"name": "database-architect",
"description": "Database Architect - Data modeling, schema design, query optimization, migration strategy, and polyglot persistence decisions across the stack"
},
{
"name": "developer-fast",
"description": "Developer Fast - High-speed implementation agent for scoped, single-file, boilerplate, and high-volume tasks. Receives specs from SolutionArchitect and executes with minimal latency."
},
{
"name": "developer-prime",
"description": "Developer Prime - Full-stack implementation agent for complex, multi-file, long-context, and frontend tasks. Receives specs from SolutionArchitect and design specs from UI/UX Designer."
},
{
"name": "devops-engineer",
"description": "DevOps Engineer - Infrastructure, CI/CD pipelines, containerization, deployment strategies, and operational tooling across Python, Go, and Node.js services"
},
{
"name": "orchestrix",
"description": ">"
},
{
"name": "performance-engineer",
"description": "Performance Optimization & Efficiency Specialist - Focus on profiling, benchmarking, algorithm optimization, and performance analysis"
},
{
"name": "principal-architect",
"description": "Principal Architect - Responsible for high-level system strategy, cross-service architectural decisions, long-horizon design, and technical governance across the entire stack"
},
{
"name": "security-expert",
"description": "Security & Cryptography Specialist - Focus on security audits, threat modeling, cryptography, authentication, authorization, and secure coding practices"
},
{
"name": "solution-architect",
"description": "Solution Architect - Translates principal-level architectural decisions into concrete, implementable designs across Python, Go, and Node.js services"
},
{
"name": "test-engineer",
"description": "Test Engineer - Unit, integration, contract, and e2e test design and implementation across Python, Go, and Node.js services"
},
{
"name": "ui-ux-designer",
"description": "UI/UX Designer - Produces design specs, component definitions, interaction flows, and visual guidelines for implementation agents. Does not write code."
}
],
"skills": [
{
"name": "agent-configuration",
"description": "This skill should be used when the user asks to configure agents, create a custom agent, set up agent permissions, customize agent behavior, switch agents, or needs guidance on OpenCode agent system."
},
{
"name": "alembic",
"description": "This skill should be used when the user asks to set up Alembic migrations, create a database migration, run alembic upgrade, configure alembic autogenerate, or needs guidance on SQLAlchemy schema versioning and migration best practices."
},
{
"name": "alpinejs",
"description": "This skill should be used when the user asks to add Alpine.js, create Alpine component, use Alpine directives, build interactive UI with Alpine, or needs guidance on Alpine.js development patterns and best practices."
},
{
"name": "bash-shell",
"description": "This skill should be used when the user asks to write a bash script, follow shell style guide, format shell scripts, create shell utilities, or needs guidance on Bash/shell scripting best practices and conventions."
},
{
"name": "capacitor",
"description": "This skill should be used when the user asks to build a Capacitor app, add Capacitor to a web project, use Capacitor plugins, configure Capacitor for iOS or Android, or needs guidance on Capacitor best practices, security, storage, deep links, or the development workflow."
},
{
"name": "claude-agent-sdk",
"description": "This skill should be used when the user asks to build an AI agent with Claude, use the Claude Agent SDK, integrate claude-agent-sdk into a project, set up an autonomous agent with tools, or needs guidance on the Anthropic Claude Agent SDK best practices for Python and TypeScript."
},
{
"name": "command-creation",
"description": "This skill should be used when the user asks to create a command, add a custom command, make a slash command, create /command, or needs guidance on creating custom commands in OpenCode."
},
{
"name": "conventional-git-commit",
"description": "This skill MUST be loaded on every git commit without exception. It should also be used when the user asks to write a conventional commit, format a commit message, follow conventional commits spec, create a semantic commit, make a commit, commit changes, or git commit. Every commit message produced in this project MUST conform to this specification."
},
{
"name": "copilot-sdk",
"description": "This skill should be used when the user asks to integrate GitHub Copilot into an app, use the Copilot SDK, build a Copilot-powered agent, embed Copilot in a service, or needs guidance on the GitHub Copilot SDK for Python, TypeScript, Go, or .NET."
},
{
"name": "css",
"description": "Apply Google CSS style guide conventions to CSS code"
},
{
"name": "eslint",
"description": "This skill should be used when the user asks to set up ESLint, configure ESLint rules, fix ESLint errors, migrate to flat config, or needs guidance on JavaScript/TypeScript linting best practices."
},
{
"name": "git-hooks",
"description": "This skill should be used when the user asks to create git hooks, set up pre-commit hooks, configure git hooks, add commit validation, implement pre-push hooks, or needs guidance on Git hooks implementation, validation scripts, or hook best practices."
},
{
"name": "github-actions",
"description": "This skill should be used when the user asks to create a GitHub Actions workflow, set up CI/CD, configure GitHub Actions, add automated testing, deploy with GitHub Actions, or needs guidance on GitHub Actions workflows, syntax, or automation."
},
{
"name": "go-testing",
"description": "This skill should be used when the user asks to write Go unit tests, add tests to a Go package, use the testing package, write table-driven tests in Go, or needs guidance on Go test patterns, subtests, benchmarks, and test helpers."
},
{
"name": "go",
"description": "Apply Go style guide conventions to code"
},
{
"name": "golangci-lint",
"description": "This skill should be used when the user asks to set up golangci-lint, add linting to a Go project, configure golangci-lint, fix golangci-lint errors, or needs guidance on Go code quality and linting best practices."
},
{
"name": "google-adk",
"description": "This skill should be used when the user asks to build an agent with Google ADK, use the Agent Development Kit, create a Google ADK agent, set up ADK tools, or needs guidance on Google's Agent Development Kit best practices, multi-agent systems, or agent evaluation."
},
{
"name": "html",
"description": "Apply Google HTML style guide conventions to HTML code"
},
{
"name": "htmx",
"description": "Provides guidance for building dynamic interactive web applications using htmx library with AJAX requests and dynamic content swapping"
},
{
"name": "interactive-questions",
"description": "This skill should be used when the user asks to ask questions interactively, use the question tool, present choices to the user, avoid yes/no prompts, use interactive confirmations, or needs guidance on asking structured questions with selectable options instead of free-text prompts."
},
{
"name": "javascript",
"description": "This skill should be used when the user asks to \\write JavaScript code\\, \\follow JavaScript style guide\\, \\format JS files\\, \\create Node.js scripts\\, or needs guidance on JavaScript/Node.js coding standards and best practices."
},
{
"name": "json-style",
"description": "This skill should be used when the user asks to format JSON, design JSON API, write JSON response, structure JSON data, or needs guidance on JSON naming conventions and best practices based on Google's JSON Style Guide."
},
{
"name": "markdown",
"description": "This skill should be used when the user asks to format markdown, write markdown documentation, follow markdown style guide, apply markdown conventions, or needs guidance on markdown best practices."
},
{
"name": "nextjs-react",
"description": "This skill should be used when the user asks to write a Next.js app, follow React best practices, optimize a Next.js application, build with the App Router, or needs guidance on modern React and Next.js patterns for 2025."
},
{
"name": "numpy",
"description": "This skill should be used when the user asks to use NumPy, write NumPy code, optimize NumPy arrays, vectorize with NumPy, or needs guidance on NumPy best practices, array operations, broadcasting, memory management, or scientific computing with Python."
},
{
"name": "nuxt",
"description": "This skill should be used when the user asks to build a Nuxt app, optimize Nuxt performance, configure Nuxt rendering, follow Nuxt best practices, or needs guidance on Nuxt 4 development patterns, hybrid rendering, or Core Web Vitals optimization."
},
{
"name": "pandas",
"description": "This skill should be used when the user asks to use pandas, analyze data with pandas, work with DataFrames, clean data with pandas, or needs guidance on pandas best practices, data manipulation, performance optimization, or common pandas patterns."
},
{
"name": "pandera",
"description": "This skill should be used when the user asks to validate a DataFrame with pandera, write a pandera schema, use pandera DataFrameModel, add data validation to a pipeline, or needs guidance on pandera best practices for data quality."
},
{
"name": "perfectcode-zen-evaluation",
"description": "This skill should be used when the user asks to evaluate an implementation, run the zen evaluation workflow, check if the plan was properly implemented, review implementation against a plan, or needs to assess implementation quality and surface improvement suggestions after a zen build cycle."
},
{
"name": "perfectcode-zen-ideation",
"description": "This skill should be used when the user asks to ideate a feature together, zen ideation, let's think through this together, help me shape this idea, collaborative ideation session, or needs a structured framework for LLM-user co-creation where both parties actively contribute, challenge, and build toward the best possible idea."
},
{
"name": "perfectcode-zen-implement",
"description": "This skill should be used when the user asks to implement a zen plan, execute the zen workflow, run parallel agent implementation, build from an opencode plan, or needs to execute a written plan from .opencode/plans/ using parallel engineering agents with quality gates."
},
{
"name": "perfectcode-zen-plan",
"description": "This skill should be used when the user asks to plan a feature, run the zen planning workflow, consult all senior agents on a plan, create a structured plan with agent consultation, or needs a thorough multi-agent planning phase before building anything."
},
{
"name": "playwright-cli",
"description": "Automate browser interactions, test web pages and work with Playwright tests."
},
{
"name": "pydantic",
"description": "This skill should be used when the user asks to validate data with pydantic, create a pydantic model, use pydantic best practices, write pydantic validators, or needs guidance on pydantic v2 patterns, serialization, configuration, or performance optimization."
},
{
"name": "pytest",
"description": "This skill should be used when the user asks to write pytest tests, set up pytest best practices, configure pytest, write fixtures, or needs guidance on pytest testing patterns and project structure."
},
{
"name": "python-aiomysql",
"description": "This skill should be used when the user asks to connect to MySQL with asyncio, use aiomysql, set up an async MySQL connection pool, query MySQL asynchronously in Python, or needs guidance on aiomysql best practices, connection lifecycle, transactions, or cursor types."
},
{
"name": "python-bandit",
"description": "This skill should be used when the user asks to scan Python code for security issues, set up Bandit, configure bandit security linting, fix bandit warnings, or needs guidance on Python static security analysis with Bandit."
},
{
"name": "python-bigquery-sdk",
"description": "This skill should be used when the user asks to query BigQuery with Python, use the google-cloud-bigquery SDK, load data into BigQuery, define a BigQuery schema, or needs guidance on best practices for the Python BigQuery client library."
},
{
"name": "python-dependency-injection",
"description": "This skill should be used when the user asks to implement dependency injection in Python, use the dependency-injector library, decouple Python components, write testable Python services, or needs guidance on Inversion of Control, DI containers, provider types, and wiring in Python applications."
},
{
"name": "python-flet",
"description": "This skill should be used when the user asks to build a Flet app, create a Python GUI, use Flet framework, write a Flet control, or needs guidance on cross-platform Python UI development with Flet."
},
{
"name": "python-mcp",
"description": "This skill should be used when the user asks to build an MCP server, create an MCP tool, expose resources with MCP, write an MCP client, or needs guidance on the Model Context Protocol Python SDK best practices, transports, server primitives, or LLM context integration."
},
{
"name": "python-mypy",
"description": "This skill should be used when the user asks to add mypy to a project, set up static type checking, fix mypy errors, configure mypy, annotate Python code with types, or needs guidance on Python type checking best practices with mypy."
},
{
"name": "python-pip-audit",
"description": "This skill should be used when the user asks to audit Python dependencies for vulnerabilities, scan requirements.txt for CVEs, set up pip-audit, fix vulnerable Python packages, or needs guidance on Python dependency security scanning with pip-audit."
},
{
"name": "python-pymysql",
"description": "This skill should be used when the user asks to connect to MySQL with PyMySQL, use PyMySQL in Python, query a MySQL database with Python, set up PyMySQL, or needs guidance on PyMySQL best practices, transactions, parameterized queries, or cursor types."
},
{
"name": "python-ruff",
"description": "This skill should be used when the user asks to configure ruff, set up ruff linting, use ruff formatter, replace flake8 with ruff, or needs guidance on Python code quality with Ruff linting and formatting best practices."
},
{
"name": "python-uv",
"description": "This skill should be used when the user asks to set up a Python project with uv, manage dependencies with uv, create a uv project, use uv for Python package management, or needs guidance on uv workflows, pyproject.toml configuration, lockfiles, and development dependency groups."
},
{
"name": "python",
"description": "Apply Python style guide conventions to code"
},
{
"name": "rules-creation",
"description": "This skill should be used when the user asks to create rules, add custom instructions, set up AGENTS.md, configure project rules, add global rules, or needs guidance on customizing OpenCode behavior with custom instructions."
},
{
"name": "seo-best-practices",
"description": "This skill should be used when the user asks to optimize a website for SEO, improve search engine rankings, apply SEO best practices, do on-page SEO, or needs guidance on technical SEO, keyword research, content optimization, or link building strategies."
},
{
"name": "skill-creation",
"description": "This skill should be used when the user asks to create a skill, write a new skill, add a skill, SKILL.md format, skill frontmatter, or needs guidance on skill structure, progressive disclosure, or OpenCode skill development."
},
{
"name": "sqlmodel",
"description": "This skill should be used when the user asks to use SQLModel, define SQLModel models, connect SQLModel with FastAPI, set up a database with SQLModel, or needs guidance on SQLModel best practices, relationships, or session management."
},
{
"name": "tailwind-css",
"description": "This skill should be used when the user asks to use Tailwind CSS, install Tailwind, style with Tailwind, add Tailwind utilities, create responsive design with Tailwind, or needs guidance on Tailwind CSS utility-first styling and configuration."
},
{
"name": "turso-libsql",
"description": "This skill should be used when the user asks to connect to Turso, use libSQL, set up a Turso database, query Turso with TypeScript, or needs guidance on Turso Cloud, embedded replicas, or vector search with libSQL."
},
{
"name": "typescript-style",
"description": "This skill should be used when the user asks to write TypeScript code, format TypeScript, follow TypeScript style guide, TypeScript best practices, or needs guidance on Google's TypeScript coding conventions."
},
{
"name": "unit-testing",
"description": "This skill should be used when the user asks to write unit tests, follow unit testing best practices, improve test quality, structure test cases, or needs guidance on unit testing concepts, patterns, and principles."
}
],
"commands": [
{
"name": "create-agent",
"description": "Create a new OpenCode agent with interactive configuration"
},
{
"name": "create-command",
"description": "Create a new OpenCode command with interactive requirements gathering"
},
{
"name": "create-rule",
"description": "Add a MUST FOLLOW rule to AGENTS.md"
},
{
"name": "create-skill",
"description": "Create a new OpenCode skill with proper structure and frontmatter"
},
{
"name": "evaluate",
"description": "Evaluate whether an implementation matches its plan"
},
{
"name": "git-commit",
"description": "Commit staged changes with a conventional commit message"
},
{
"name": "git-push",
"description": "Push committed changes to remote — never stages or commits anything"
},
{
"name": "ideate",
"description": "Start an ideation session with the Ideation Expert"
},
{
"name": "implement",
"description": "Execute implementation plan with specialized engineering agents"
},
{
"name": "install-perfect-tools",
"description": "Discover and install perfect agents/skills/commands for your project"
},
{
"name": "plan",
"description": "Gather requirements, analyze code, and create implementation plan"
},
{
"name": "recommend-perfect-tool",
"description": "Analyze current project and recommend uninstalled agents/skills/commands"
},
{
"name": "sync-perfect-configs",
"description": "Sync local opencode.json with the canonical remote version"
},
{
"name": "update-perfect-tools",
"description": "Update already-installed perfect tools to their latest versions"
}
],
"generated_at": "2026-04-28T09:19:52Z"
}