feat(skill): built-in opencode-meta skill (#26617)

This commit is contained in:
Kit Langton
2026-05-09 22:05:37 -04:00
committed by GitHub
parent 79d6b10d7c
commit 10ea59066f
5 changed files with 393 additions and 0 deletions

4
packages/opencode/src/markdown.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.md" {
const content: string
export default content
}