feat(skill-loader): add skill loader that converts skills to commands

Skills are loaded from:
- ~/.claude/skills/ (user scope)
- .claude/skills/ (project scope)

Each skill directory contains SKILL.md with frontmatter metadata.

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-09 15:48:20 +09:00
parent 557ad714d8
commit 2dd62b1d03
3 changed files with 103 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from "./types"
export * from "./loader"