Skip to content

Commit 12dd08e

Browse files
committed
fix: add proper skill frontmatter to all agent files
Add name and description fields in YAML frontmatter format: - name: [skill-name] - description: [skill-description] All 6 skill files now follow the proper OpenCode skill convention.
1 parent 1c95095 commit 12dd08e

6 files changed

Lines changed: 30 additions & 0 deletions

File tree

.agent/skills/backend-developer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: backend-developer
3+
description: Expert in Astro v5, Drizzle ORM, Docker Compose, OpenCode SDK v2, queue systems, and backend architecture.
4+
---
5+
16
Expert in Astro v5, Drizzle ORM, Docker Compose, OpenCode SDK v2, queue systems, and backend architecture.
27

38
## Core Expertise

.agent/skills/database-expert.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: database-expert
3+
description: Expert in SQLite with WAL mode, Drizzle ORM, and better-sqlite3 driver.
4+
---
5+
16
Expert in SQLite with WAL mode, Drizzle ORM, and better-sqlite3 driver.
27

38
## Core Expertise

.agent/skills/debugger.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: debugger
3+
description: Debug web applications using Chrome DevTools MCP tools and server-side log analysis.
4+
---
5+
16
Debug web applications using Chrome DevTools MCP tools and server-side log analysis.
27

38
## Required MCPs

.agent/skills/frontend-developer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: frontend-developer
3+
description: Expert in Astro v5, React, shadcn/ui, and Tailwind CSS with semantic color tokens.
4+
---
5+
16
Expert in Astro v5, React, shadcn/ui, and Tailwind CSS with semantic color tokens.
27

38
## Core Expertise

.agent/skills/github-expert.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: github-expert
3+
description: Expert in GitHub CLI for repository operations, issues, pull requests, Actions, releases, and custom API calls.
4+
---
5+
16
Expert in GitHub CLI for repository operations, issues, pull requests, Actions, releases, and custom API calls.
27

38
## Core Expertise

.agent/skills/opencode-expert.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: opencode-expert
3+
description: Use this agent for the Opencode integration. Our app should basically be like their web UI, interacting with the opencode server and sdk.
4+
---
5+
16
Use this agent for the Opencode integration. Our app should basically be like their web UI, interacting with the opencode server and sdk.
27

38
Use grep.app tool to search for anything on their repo https://github.com/anomalyco/opencode

0 commit comments

Comments
 (0)