Skip to content

zth9/skills

Repository files navigation

中文 | English

Skills

从日常学习、工作中沉淀出来的 skills,用于构建个人 AI Workflow。

什么是 Skills?

Skills 是可复用的工具和脚本,用于增强 AI 编程助手(如 Claude Code、Cursor 等)的专业能力。每个技能都是独立的,可以轻松集成到你的工作流程中。

工作原理

Skill Architecture

当你在 Claude Code 中调用 /skill-name 命令时:

  1. 解析命令 - Claude Code 识别并解析 skill 命令和参数
  2. 加载配置 - 读取 SKILL.md 获取 skill 的元数据和入口点
  3. 检查依赖 - 验证所需的依赖是否已安装
  4. 执行脚本 - 运行 entry_point 指定的脚本(Shell 或 Python)
  5. 返回结果 - 将执行结果返回给用户

可用技能

技能 描述
mermaid-to-img 将 Mermaid 图表转换为高质量图片(PNG/JPG/SVG/PDF)
mac-notifier 当 Claude Code 完成任务或等待输入时发送 macOS 原生通知
text-to-audio 使用 ChatTTS 本地 AI 模型将文本转换为自然语音
researcher 构建并维护持久化个人知识库,专为深度技术研究设计

安装

方式一:在 Claude Code 中直接安装

  1. 添加插件市场:
/plugin marketplace add zth9/skills
  1. 安装单个技能:
/plugin install mermaid-to-img@zth9/skills

方式二:使用 openskills 工具

openskills install zth9/skills --global

方式三:手动复制

将技能文件夹复制到 Claude Code 的 skills 目录:

git clone https://github.com/zth9/skills.git
cp -r skills/mermaid-to-img ~/.claude/skills/

其他 AI 助手

每个技能都包含一个 SKILL.md 文件,其中的指令可用于任何 AI 编程助手。

许可证

MIT 许可证 - 详见 LICENSE

About

一个实用的 Agent Skill 集合,用于日常开发工作。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors