什麼是 skill-creator-yashu?
創建新技能。何時使用:當使用者說「創建技能」、「新技能」、「新增技能」或「初始化技能」時。 來源:steelan9199/wechat-publisher。
創建新技能。何時使用:當使用者說「創建技能」、「新技能」、「新增技能」或「初始化技能」時。
透過命令列快速安裝 skill-creator-yashu AI 技能到你的開發環境
來源:steelan9199/wechat-publisher。
| "创建 skill" / "新建 skill" / "添加 skill" / "初始化 skill" | 按【创建模式】执行 |
| 1 | 询问需求 | 运行 AskUserQuestion 询问用户 skill 功能、使用场景和触发条件 | | 2 | 初始化目录 | 运行 RunCommand 执行 python scripts/initskill.py --path | | 3 | 读取并编辑 SKILL | 运行 Read 读取生成的 SKILL.md,运行 SearchReplace 填写功能描述和触发条件 | | 4 | 验证结构 | 运行 RunCommand 执行 python scripts/quickvalidate.py |
| 目录已存在 | mkdir 报错目录已存在 | 运行 LS 检查目录内容,如为空则继续,如有内容则询问用户是否覆盖 | | 脚本执行失败 | Python 返回非零退出码 | 检查 Python 版本、依赖安装情况,重试执行 | | 权限不足 | 文件写入被拒绝 | 检查目录权限,建议用户更换输出目录 | | skill 名称无效 | 含大写或特殊字符 | 提示用户修改为 kebab-case 格式(如 my-skill) |
創建新技能。何時使用:當使用者說「創建技能」、「新技能」、「新增技能」或「初始化技能」時。 來源:steelan9199/wechat-publisher。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu創建新技能。何時使用:當使用者說「創建技能」、「新技能」、「新增技能」或「初始化技能」時。 來源:steelan9199/wechat-publisher。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/steelan9199/wechat-publisher