Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:59:12 +08:00
commit b700a9b494
20 changed files with 2716 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "syou6162-plugin",
"description": "Yasuhisa Yoshida's personal custom slash commands for Claude Code",
"version": "1.0.0",
"author": {
"name": "Yasuhisa Yoshida"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}