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 3b8b89c5ca
commit 387d82c31a
5 changed files with 393 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module "*.md" {
const content: string
export default content
}