What is skill-creator-yashu?
创建新 skill。何时使用:当用户说"创建 skill"、"新建 skill"、"添加 skill"、"初始化 skill"时。 Source: steelan9199/wechat-publisher.
创建新 skill。何时使用:当用户说"创建 skill"、"新建 skill"、"添加 skill"、"初始化 skill"时。
Quickly install skill-creator-yashu AI skill to your development environment via command line
Source: 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) |
创建新 skill。何时使用:当用户说"创建 skill"、"新建 skill"、"添加 skill"、"初始化 skill"时。 Source: steelan9199/wechat-publisher.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu创建新 skill。何时使用:当用户说"创建 skill"、"新建 skill"、"添加 skill"、"初始化 skill"时。 Source: steelan9199/wechat-publisher.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/steelan9199/wechat-publisher