claudeers.
// DevOps & CI/CD

shuohao-skills

给 AI 编码 agent 用的 skill 集合,Claude Code 和 codex 都能跑。novel-characters:把小说拆成角色设定集——人物画像、卡通形象提示词、音色提示词、三视图。 | Skills for AI coding agents, working in both Claude…

// DevOps & CI/CD[ cli ][ api ][ claude ]#claude#devopsApache-2.0$open-sourceupdated 16 days ago
Actively maintained
100/100
last commit 8 days ago
last release none
releases 0
open issues 0

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 shuohao-skills (git-clone project) into my current project.
Found on https://claudeers.com/shuohao-skills
Repo: https://github.com/eternityspring/shuohao-skills
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/eternityspring/shuohao-skills
Category: devops. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/eternityspring/shuohao-skills

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseApache-2.0
Pricingopen-source
LanguageJavaScript

中文 · English

shuohao-skills

给 AI 编码 agent 用的 skill 集合。Claude Code 和 codex 都能跑。

Skill做什么
novel-characters把一篇小说拆成角色设定集:人物画像、卡通形象提示词、音色提示词、三视图

git clone https://github.com/eternityspring/shuohao-skills.git
cd shuohao-skills
./scripts/install.sh

自动检测本机装了 Claude Code 还是 codex,把所有 skill 软链过去——git pull 之后立刻生效,不用重装。

./scripts/install.sh novel-characters   # 只装某一个
./scripts/install.sh --codex            # 只装到 codex
./scripts/install.sh --uninstall        # 取消软链

不想用脚本就自己链:

ln -s "$PWD/skills/novel-characters" ~/.claude/skills/novel-characters
ln -s "$PWD/skills/novel-characters" ~/.codex/skills/novel-characters

前置条件

必需?说明
Node必需≥ 18。skill 的脚本只用标准库,没有 npm 依赖,不需要 install
模型额度必需用你当前会话的额度,不需要任何 API key
codex CLI可选出图才用得上(走内置 $imagegen)。没有就跳过出图,其余产出照常

仓库约定

每个 skill 一个目录,自包含、可以单独拷走

skills/<skill-name>/
├── SKILL.md          给 agent 读的工作流(必需)
├── README.md         给人读的说明
├── scripts/
│   ├── <name>.mjs    确定性工具,零依赖
│   └── selftest.mjs  自测,不调模型(必需)
├── references/       按需加载的详细指令
├── examples/         自带样例,同时当测试夹具
└── assets/           截图

两条硬要求:

  • 每个 skill 必须有 SKILL.md
  • 每个 skill 必须有 scripts/selftest.mjs不调用模型、不花额度,覆盖全部确定性逻辑

ci/selftest.yml 会检查这两条,但那个 workflow 还没启用——见下。)

本地跑全部自测:

for f in skills/*/scripts/selftest.mjs; do node "$f"; done

启用 CI(尚未启用)

ci/selftest.yml 是现成的 GitHub Actions workflow:Ubuntu + macOS × Node 18/22/24,自动发现 skills/*/scripts/selftest.mjs,加新 skill 不用改它。

没有放在 .github/workflows/ 下,所以现在不会运行——推送那个路径需要 token 的 workflow 权限。也就是说:目前所有测试只在 macOS + Node 24 上跑过。 启用:

gh auth refresh -h github.com -s workflow   # 授权一次
mkdir -p .github/workflows
git mv ci/selftest.yml .github/workflows/
git commit -m "ci: enable selftest workflow" && git push

License

Apache 2.0

// faq

What is shuohao-skills?

给 AI 编码 agent 用的 skill 集合,Claude Code 和 codex 都能跑。novel-characters:把小说拆成角色设定集——人物画像、卡通形象提示词、音色提示词、三视图。 | Skills for AI coding agents, working in both Claude Code and codex. novel-characters turns a novel into a character bible: profiles, cartoon-design prompts, voice prompts and turnaround sheets.. It is open-source on GitHub.

Is shuohao-skills free to use?

shuohao-skills is open-source under the Apache-2.0 license, so it is free to use.

What category does shuohao-skills belong to?

shuohao-skills is listed under devops in the Claudeers registry of Claude-compatible tools.

2 views
1,545 stars
unclaimed
updated 16 days ago

// embed badge

shuohao-skills on Claudeers
[![Claudeers](https://claudeers.com/api/badge/shuohao-skills.svg)](https://claudeers.com/shuohao-skills)

// retro hit counter

shuohao-skills hit counter
[![Hits](https://claudeers.com/api/counter/shuohao-skills.svg)](https://claudeers.com/shuohao-skills)

// reviews

// guestbook

0/500

// related in DevOps & CI/CD

🔓

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI…

// devopssansan0/Python61,486GPL-3.0[ claude ]
🔓

Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.

// devopsmusistudio/TypeScript36,683MIT[ claude ]
🔓

Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antig…

// devopslbjlaq/Rust30,371NOASSERTION[ claude ]

// built by

→ see how shuohao-skills connects across the ecosystem