ClaudeSkills

作者 staruhub已验证

13 curated Agent Skills for research, product decisions, decks, publishing, audits, and more — portable across skills-compatible agents.

700
Stars
130
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/staruhub/ClaudeSkills

快速入门

使用 ClaudeSkills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

en zh-CN

ClaudeSkills

ClaudeSkills is a collection of Agent Skills: 13 skill packages written in the open SKILL.md format. Each skill packages the complete process for getting something done — steps, templates, scripts, examples, and acceptance checks are all files — and installs into any client that supports Agent Skills.

A prompt lets a model do something once, then dies with the conversation; a skill keeps the method around, so it can be reused, inspected, and improved.

validate release license

Contents: Quick start · Skills · Verification · Install options · Contributing

Website · Release 1.0.1 notes · Security

Agent Skills concept: experience becomes reusable capability

Quick start

Install one and try it — deck-studio, for example:

git clone --depth 1 https://github.com/staruhub/ClaudeSkills.git && cd ClaudeSkills
python3 scripts/install_skill.py deck-studio

Then just tell your agent:

Use deck-studio to turn this quarterly review into an 8-slide consulting deck

Skills install to ~/.agents/skills/ by default, which most clients scan. For other ways to install, see Install options.

Skills

Four flagships:

SkillWhat it does
deep-researchResearch: scopes the question, gathers sources, registers each one, checks citations; hands back a report with references and limits
product-managergrill-me-to-doc: reads the repo first, asks one question per round, turns a vague idea into a product document. No code before the doc is approved; interruptions resume
deck-studioDecks: outline, per-page briefs, registered layouts, visual checks; delivers content or per-slide visuals
wechat-article-writerWeChat articles: copy, image prompts, layout HTML — solo or as a pipeline. Never publishes for you

Nine professional skills:

Show them
SkillWhat it does
pair-programmingWrites code with structured self-review aimed at common AI-code defects
security-auditReviews code and dependencies for security issues
solution-architectSystem design, tech selection, architecture review
threejs-performanceDiagnoses and tunes Three.js performance
mineru-pdf-parserTurns PDFs into Markdown or JSON with a local MinerU install
ai-sales-championExplains technical capability as business value a customer understands
keqian-methodA single-agent, SDD, quality-gated product development method
xuefeng-methodAn open-behavior, model-driven AI-native product method
c-drive-cleanerWindows C-drive cleanup, dry-run by default

Experimental ones (exam prep, weather reports, podcast generation, and friends) live in lab/. They don't count toward the curated set and skip the same checks.

Verification

Everything checkable is a script — run them yourself:

python3 scripts/validate.py                  # structure checks for the 13 curated skills
python3 scripts/run_routing_evals.py         # 91 routing cases
python3 tests/task_b/run_contract_tests.py   # 17 contract cases across the four flagships

You can also inspect the artifacts directly. deck-studio keeps its generators, rendered pages, rubrics, and review notes in the repo. Four of the 17 styles:

Bauhaus deck style preview Constructivist deck style preview Neubrutalism deck style preview Aicher deck style preview

Examples: Constructivist · Moshiro consulting report · Yinghuang bootcamp proposal · Polar Night AI Native

Self-test scores: the Constructivist example scored 7.1/10 on the repo's own rubric; a position-swapped three-judge comparison came out 42.3 to 29.7. The process and data are in the repo — rerun them yourself.

What each check proves, and what it doesn't
CheckProvesDoesn't prove
run_contract_tests.py17 fixed cases covering the success, resume, and failure paths of all four flagships; Deck additionally runs real Chrome rendering and PPTX assemblyOutput quality on a different model, real image generation, actual WeChat publishing
validate.pyDirectory structure of the 13 curated skills matches the repo contractReal-business E2E for every skill
run_routing_evals.pySchema, target, uniqueness, and conflict checks pass for 91 routing cases across 10 skillsRouting accuracy when a real model runs it
Python / Node compile checksThe repo's 13 Python files and 7 JavaScript files all parseNetwork, external tools, production availability

Full record in verification/2026-07-31/README.md.

Install options

Show them
python3 scripts/install_skill.py --list                  # list all short names
python3 scripts/install_skill.py deep-research           # install any skill
python3 scripts/install_skill.py deep-research --project # current project only
python3 scripts/install_skill.py deep-research --client claude-code # Claude Code's directory
cp -r skills/Geek-skills-deep-research ~/.agents/skills/deep-research # manual copy; the directory name is the skill name
git pull && python3 scripts/install_skill.py deck-studio --force   # update
rm -rf ~/.agents/skills/deck-studio                                # uninstall

FAQ:

  • Installed but not found: check whether your client scans .agents/skills/; if not, use its native directory.
  • No automatic trigger: name the skill in your request. Triggers vary by client — some match natural language, others want slash commands.
  • Re-install after git pull — installed skills are copies.

Contributing

Found a bug or built something with a skill? Open an issue with redacted input, output, and repro steps. To add a skill, read CONTRIBUTING.md: new work starts in lab/ and graduates after passing the checks.

If it saved you time, leave a star. The WeChat promo image and ready-to-send copy are in assets/social/ — take them.

Security

What each skill reads, whether it touches the network, runs commands, or handles credentials — per skill in SECURITY.md.

License

MIT

常见问题

What is ClaudeSkills?

ClaudeSkills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by staruhub. 13 curated Agent Skills for research, product decisions, decks, publishing, audits, and more — portable across skills-compatible agents. It has 700 GitHub stars.

Is ClaudeSkills safe to use?

Yes. ClaudeSkills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ClaudeSkills?

Clone the repository with "git clone https://github.com/staruhub/ClaudeSkills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ClaudeSkills written in?

ClaudeSkills is primarily written in Python. It is open-source under staruhub on GitHub, so you can review or fork the full source.

Are there alternatives to ClaudeSkills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ClaudeSkills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情