huuuuuho-skills
My personal collection of Skills — open-source tools that extend Agent's capabilities for content creation, development logging, and productivity workflows.
Skills Overview
| Skill | Description | README | Article |
|---|---|---|---|
| mp-article-writor | Generate static WeChat articles with an 11-step writing and visual-production workflow | README | Link |
| logging-session | Record and query AI coding session logs to your Obsidian vault | README | Link |
| article2ticktick | Convert tech newsletter articles to TickTick todos with auto-categorization | README | Link |
Quick Start
Install all skills at once
In Claude Code:
/plugin marketplace add balabalabalading/huuuuuuho-skills
/plugin install mp-article-writor@huuuuuuho
/plugin install logging-session@huuuuuuho
/plugin install article2ticktick@huuuuuuho
Install a single skill
/plugin install <skill-name>@huuuuuuho
Replace <skill-name> with mp-article-writor, logging-session, or article2ticktick.
mp-article-writor 2.0 recommends two optional Guizang skills for complete static covers and body illustrations. See its README for installation commands. Missing Guizang skills do not block article writing, but their visual outputs remain pending.
Image publishing is local-first. The skill generates local images and relative Markdown links by default. PicGo Desktop or PicGo Core Server can be enabled explicitly to upload through any image host already configured in PicGo; PicGo is optional and the skill never reads image-host credentials.
Branch migration
The default branch is now main. The remote master branch remains available during the migration window. If an existing clone still tracks master, run:
git fetch origin
git switch main
git branch --set-upstream-to=origin/main main
The master branch will be removed after the migration window. New clones use main automatically.
Repository Structure
huuuuuuho-skills/
├── README.md
├── LICENSE
├── .claude-plugin/
│ └── marketplace.json
└── skills/
├── mp-article-writor/
│ ├── README.md
│ ├── SKILL.md
│ └── references/
├── logging-session/
│ ├── README.md
│ ├── SKILL.md
│ ├── scripts/
│ ├── references/
│ └── evals/
└── article2ticktick/
├── README.md
├── SKILL.md
└── scripts/
License
我的 Skills 个人合集 — 扩展 Agent 在内容创作、开发日志记录、效率工作流方面的能力。
Skills 一览
| Skill | 简介 | README | 公众号文章 |
|---|---|---|---|
| mp-article-writor | 微信公众号静态图文生成:11 步写作、视觉生产和交付工作流 | README | 链接 |
| logging-session | AI 编码会话记录与查询,支持 Obsidian 集成 | README | 链接 |
| article2ticktick | 技术周报文章批量/单篇转滴答清单待办 | README | 链接 |
快速开始
一次性安装所有 Skills
在 Claude Code 中运行:
/plugin marketplace add balabalabalading/huuuuuuho-skills
/plugin install mp-article-writor@huuuuuuho
/plugin install logging-session@huuuuuuho
/plugin install article2ticktick@huuuuuuho
单独安装某个 Skill
/plugin install <skill-name>@huuuuuuho
将 <skill-name> 替换为 mp-article-writor、logging-session 或 article2ticktick。
mp-article-writor 2.0 推荐安装两个归藏 Skill,以完成单张组合封面和正文插图生产。安装命令见其 README。缺少归藏 Skill 不影响文章写作,对应视觉素材会保留为待完成项目。
图片发布默认使用本地模式,生成本地图片和相对 Markdown 链接。用户可以显式启用 PicGo Desktop 或 PicGo Core Server,让工作流通过 PicGo 中已经配置的任意图床上传图片。PicGo 属于可选集成,Skill 不读取具体图床凭据。
分支迁移
仓库默认分支已经切换为 main。迁移期间会暂时保留远程 master 分支。已有本地副本如果仍跟踪 master,请执行:
git fetch origin
git switch main
git branch --set-upstream-to=origin/main main
迁移窗口结束后会删除 master 分支,新克隆的仓库会自动使用 main。
仓库结构
huuuuuuho-skills/
├── README.md
├── LICENSE
├── .claude-plugin/
│ └── marketplace.json
└── skills/
├── mp-article-writor/
│ ├── README.md
│ ├── SKILL.md
│ └── references/
├── logging-session/
│ ├── README.md
│ ├── SKILL.md
│ ├── scripts/
│ ├── references/
│ └── evals/
└── article2ticktick/
├── README.md
├── SKILL.md
└── scripts/
No comments yet
Be the first to share your take.