A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
Claude Code skill collection for writing and logging workflows
This repository is a bundle of reusable Claude Code skills rather than one finished app. It centers on three skills: article routing and production, AI coding session logging to Obsidian, and converting articles into TickTick todos. Install the marketplace entry, then add the skills you want with `/plugin install` commands.
Builders who use Claude Code and want reusable workflows for writing, session notes, and task capture.
You can add prebuilt Claude Code workflows instead of rebuilding content and productivity processes from scratch.
What it does
Article writing workflow
`mp-article-writor` routes different WeChat article types into an 11-step writing and visual-production flow.
Session logging
`logging-session` records and queries AI coding session logs for an Obsidian vault.
Article to tasks
`article2ticktick` converts tech newsletter articles into TickTick todos with auto-categorization.
Claude Code plugin install
The repo ships a marketplace config and install commands for adding the skills one by one or together.
How to get it
- 1In Claude Code
/plugin marketplace add balabalabalading/huuuuuuho-skills /plugin install mp-article-writor@huuuuuuho /plugin install logging-session@huuuuuuho /plugin install article2ticktick@huuuuuuho
- 2Run
/plugin install <skill-name>@huuuuuuho
- 3The default branch is now main. The remote master branch remains available during the…
git fetch origin git switch main git branch --set-upstream-to=origin/main main
README
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 | Route multiple WeChat article types through 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.1.0 routes software-update briefs, product reviews, workflow retrospectives, technical explainers, and narrative essays before entering the writing workflow. It 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.1.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/
许可证
Files in the repo
- .claude-plugin
- skills
- .gitignore
- LICENSE
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More collections
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.
Model Context Protocol Servers
Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.
A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.