
agent-skills
Markdown 长文渲染成小红书 3:4 图片组的 Agent Skill,全文不删减,内置 5 种风格(Cursor / Claude Code / Codex 通用)
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up agent-skills (git-clone project) into my current project. Found on https://claudeers.com/agent-skills-5 Repo: https://github.com/lampooo/agent-skills Homepage/docs: — Detected install method: git-clone → git clone https://github.com/lampooo/agent-skills Category: skills. Platforms: cli. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: unknown; community-verified: false. Confirm the source before running anything.
git clone https://github.com/lampooo/agent-skills
// compatibility
| Platforms | cli |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | CSS |
agent-skills
一组给 AI 编程 agent 用的 Agent Skill:把手里的稿子变成可以直接发出去的东西,把卡住的问题拷问出下一步。Cursor / Claude Code / Codex 均可使用。
A collection of agent skills for content creation and problem diagnosis, usable with Cursor, Claude Code, and Codex.
Skills
| Skill | 做什么 |
|---|---|
| xhs-article-images | 把 Markdown 长文渲染成小红书 3:4(1242×1656)图片组,全文文字与配图一张不漏,五种内置风格 |
| musk-principles | 用《马斯克原理》的思维工具拷问一个卡住的具体问题,跑完能说出该删什么、下一步做什么、什么情况算失败 |
xhs-article-images

不走文生图(中文大段文字会糊、会漏字),而是 Markdown → markdown-it 解析 → 套用风格 CSS → Playwright 分页截图。详细说明见 skills/xhs-article-images/README.md。
musk-principles
不讲书,只诊断。强制走书里那个不能颠倒的顺序——质疑需求 → 删除 → 简化 → 加速 → 自动化——你如果已经在聊工具和自动化,它会把你拉回第一步。中途一次只问一到两个问题,等你回答再往下走:把你的约束逐条判成事实还是假设、算白痴指数(现状 ÷ 理论下限)、超量删除、极限推演,最后出一份带失败判据的诊断书。
参考资料是原书扫描件 OCR 后蒸馏的 24 张原则卡片、11 个案例、310 条带页码金句,纯 markdown 无运行依赖。详细说明见 skills/musk-principles/README.md。
安装
用 skills CLI 一条命令安装,按提示选择要装哪些 skill、装到哪些 agent:
npx skills add lampooo/agent-skills -g
-g 表示装到用户级目录(如 ~/.cursor/skills/),去掉则装到当前项目。日后升级用 npx skills update。
只装其中一个:
npx skills add lampooo/agent-skills@xhs-article-images -g
npx skills add lampooo/agent-skills@musk-principles -g
也可以先看看这个仓库里有哪些 skill:
npx skills add lampooo/agent-skills --list
手动安装
每个 skill 就是 skills/ 下一个带 SKILL.md 入口的文件夹,clone 后把对应文件夹放(或软链)到 agent 的 skills 目录即可:
git clone https://github.com/lampooo/agent-skills.git
ln -s "$PWD/agent-skills/skills/xhs-article-images" ~/.cursor/skills/xhs-article-images
# Claude Code 用 ~/.claude/skills/,Codex 用 ~/.codex/skills/
部分 skill 有额外的运行依赖,见各自 README。
联系我
skill 的更新和更多 AI 编程实践会发在这些地方,欢迎交流:
License
// faq
What is agent-skills?
Markdown 长文渲染成小红书 3:4 图片组的 Agent Skill,全文不删减,内置 5 种风格(Cursor / Claude Code / Codex 通用). It is open-source on GitHub.
Is agent-skills free to use?
agent-skills is open-source under the MIT license, so it is free to use.
What category does agent-skills belong to?
agent-skills is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/agent-skills-5)
// retro hit counter
[](https://claudeers.com/agent-skills-5)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…