Claude Skill
staruhub/ClaudeSkills
一个用于分享Claude Skill相关知识和资源的GitHub仓库,使用Python实现。包含社区贡献和学习材料。
概览
仓库信息
安装这个 Skill
git clone https://github.com/staruhub/ClaudeSkills.gitRegistry 信息
项目简介
一个用于分享Claude Skill相关知识和资源的仓库,使用Python实现。
Some sharing on Claude Skills
要点
- Claude Skill知识分享
- Python实现
- 社区资源收集
使用场景
- 学习Claude Skill
- 分享Claude Skill资源
- 社区知识交流
README 摘要
# Geek Skills [English](#english) | [中文](#中文) A curated repository of unpacked Claude Code skills. This repo keeps normalized in-house skills under `skills/` and preserves selected upstream imports when they are synced in their original layout. ## Recent Updates - Added five new curated skills on 2026-04-22: `ai-sales-champion`, `keqian-method`, `xuefeng-method`, `podcast-generator`, and `notion-infographic` (v2, PPTX + infographic pipeline). - Updated original skills from the latest matching download packages on 2026-04-21. - Synced `deep-research` to V8.0 and added its latest `evals/`, observability references, and run-summary helper. - Updated `product-manager` with the latest PRD anti-translation guidance and refreshed `wechat-article-writer` with stronger Chinese polish checks plus new linguistic reference material. ## Install in Claude Code Claude Code skills are directory-based: each skill needs a `SKILL.md` entrypoint and can include supporting files such as references, templates, examples, and scripts. 1. Pick a skill directory from this repository. 2. Copy the whole directory into one of these locations: - Personal: `~/.claude/skills/<skill-name>/` - Project: `.claude/skills/<skill-name>/` 3. Keep `SKILL.md` and its supporting files in the same directory. ## Repository Layout ```text . ├── skills/ # Curated, normalized Geek skills │ └── Geek-skills-xxx/ │ ├── SKILL.md │ ├── references/ │ ├── assets/ │ ├── scripts/ │ └── evals/ # Optional, when a skill ships evaluation assets ├── llm-wiki/ # Upstream-synced skill kept in original layout │ ├── SKILL.md │ └── references/ ├── README.md └── AGENTS.md ``` ### Layout Rules - Add new curated skills under
话题
暂无话题