📦
Claudeskills
Some sharing on Claude Skills
0 installs
117 stars
29 forks
Trust: 69 — Good
Devtools
Installation
npx claudeskillsAsk AI about Claudeskills
Powered by Claude · Grounded in docs
I know everything about Claudeskills. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Geek Skills
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, andnotion-infographic(v2, PPTX + infographic pipeline). - Updated original skills from the latest matching download packages on 2026-04-21.
- Synced
deep-researchto V8.0 and added its latestevals/, observability references, and run-summary helper. - Updated
product-managerwith the latest PRD anti-translation guidance and refreshedwechat-article-writerwith 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.
- Pick a skill directory from this repository.
- Copy the whole directory into one of these locations:
- Personal:
~/.claude/skills/<skill-name>/ - Project:
.claude/skills/<skill-name>/
- Personal:
- Keep
SKILL.mdand its supporting files in the same directory.
Repository Layout
.
├── 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
skills/Geek-skills-xxx/. - Keep
SKILL.mdfocused on activation, workflow, and navigation. - Move large reference material into
references/orassets/. - Put executable helpers in
scripts/. - Keep evaluation fixtures in
evals/when the skill includes repeatable routing or quality checks. - Preserve upstream structure only when syncing external skills with minimal changes.
Curated Skills
Development & Architecture
| Skill | Path | Description |
|---|---|---|
pair-programming | skills/Geek-skills-pair-programming | Pair programming partner with automatic code review |
security-audit | skills/Geek-skills-security-audit | Comprehensive code security audit |
solution-architect | skills/Geek-skills-solution-architect | System design, tech selection, and architecture review |
threejs-performance | skills/Geek-skills-threejs-performance | Three.js performance optimization |
AI-Native Methodology
| Skill | Path | Description |
|---|---|---|
keqian-method | skills/Geek-skills-keqian-method | Keqian's AI-Native product dev methodology: single-agent, SDD, quality gates |
xuefeng-method | skills/Geek-skills-xuefeng-method | Xuefeng's AI-Native methodology for open-behavior, model-driven products |
ai-sales-champion | skills/Geek-skills-ai-sales-champion | AI sales/consulting dialogue helper — turn tech into business language |
Product & Content
| Skill | Path | Description |
|---|---|---|
product-manager | skills/Geek-skills-product-manager | PRD writing, requirement analysis, and product strategy |
wechat-article-writer | skills/Geek-skills-wechat-article-writer | Multi-style WeChat article writing |
ppt-designer | skills/Geek-skills-ppt-designer | PPT structure, layout, and visual hierarchy |
notion-infographic | skills/Geek-skills-notion-infographic | Outline → PPTX or Notion-style infographic prompts (v2 pipeline) |
podcast-generator | skills/Geek-skills-podcast-generator | Volcano Engine dual-speaker AI podcast generator |
Tools & Utilities
| Skill | Path | Description |
|---|---|---|
a-share-analyst | skills/Geek-skills-a-share-analyst | A-share technical and fundamental analysis |
c-drive-cleaner | skills/Geek-skills-c-drive-cleaner | Windows C drive cleanup and disk space management |
mineru-pdf-parser | skills/Geek-skills-mineru-pdf-parser | PDF to Markdown or JSON for LLM workflows |
seedream-imagegen | skills/Geek-skills-seedream-imagegen | Seedream 4.0 image generation |
Education & Research
| Skill | Path | Description |
|---|---|---|
deep-research | skills/Geek-skills-deep-research | Evidence-based research workflow with observability, evals, and decision briefs |
gaokao-expert | skills/Geek-skills-gaokao-expert | Gaokao question design expert |
university-exam-prep | skills/Geek-skills-university-exam-prep | University exam prep with Socratic learning |
weather-forecast-report | skills/Geek-skills-weather-forecast-report | Weather element research report generator |
Upstream-Synced Skills
| Skill | Path | Notes |
|---|---|---|
llm-wiki | llm-wiki | Preserved in original upstream layout at repo root |
License
MIT
Geek Skills(中文)
这是一个以“解包目录”形式维护的 Claude Code skills 仓库。仓库会把自维护技能统一放在 skills/ 下,同时在必要时保留少量上游技能的原始目录结构。
最近更新
- 2026-04-22 新增 5 个自维护技能:
ai-sales-champion、keqian-method、xuefeng-method、podcast-generator、notion-infographic(v2,PPTX + 信息图双模式)。 - 已按 2026-04-21 下载目录中的最新匹配包更新原有 skills。
- 已将
deep-research升级到 V8.0,并补齐最新的evals/、可观测性参考材料和 run-summary 脚本。 - 已更新
product-manager的 PRD 反翻译腔写作规范,以及wechat-article-writer的中文润色检查和语言学参考资料。
在 Claude Code 中安装
Claude Code 的 skill 以目录为单位组织:每个 skill 至少包含一个 SKILL.md 入口文件,并可按需附带参考资料、模板、示例或脚本。
- 从本仓库选择一个 skill 目录。
- 将整个目录复制到以下任一位置:
- 个人级:
~/.claude/skills/<skill-name>/ - 项目级:
.claude/skills/<skill-name>/
- 个人级:
- 保持
SKILL.md与 supporting files 在同一个目录内。
仓库结构
.
├── skills/ # 规范化维护的 Geek 技能
│ └── Geek-skills-xxx/
│ ├── SKILL.md
│ ├── references/
│ ├── assets/
│ ├── scripts/
│ └── evals/ # 可选,用于路由或质量评估资产
├── llm-wiki/ # 按上游结构保留的同步技能
│ ├── SKILL.md
│ └── references/
├── README.md
└── AGENTS.md
维护约定
- 新增自维护技能时,优先放在
skills/Geek-skills-xxx/。 SKILL.md只保留触发条件、主流程和导航信息。- 大块参考资料优先拆到
references/或assets/。 - 可执行辅助脚本放到
scripts/。 - 需要重复验证的路由或质量检查资源,放到
evals/。 - 同步外部技能时,只有在低风险情况下才做结构规范化;否则保留上游原始布局。
自维护技能
开发与架构
| 技能 | 路径 | 说明 |
|---|---|---|
pair-programming | skills/Geek-skills-pair-programming | 结对编程搭档,自动审查代码质量 |
security-audit | skills/Geek-skills-security-audit | 全面代码安全审计 |
solution-architect | skills/Geek-skills-solution-architect | 系统设计与技术选型 |
threejs-performance | skills/Geek-skills-threejs-performance | Three.js 性能优化 |
AI-Native 方法论
| 技能 | 路径 | 说明 |
|---|---|---|
keqian-method | skills/Geek-skills-keqian-method | 克谦式 AI-Native 产品开发方法论:单 Agent、SDD、质量门禁 |
xuefeng-method | skills/Geek-skills-xuefeng-method | 雪峰式 AI-Native 方法论,面向行为开放、模型驱动的产品 |
ai-sales-champion | skills/Geek-skills-ai-sales-champion | AI 销售/咨询对话助手,把技术讲成业务语言 |
产品与内容
| 技能 | 路径 | 说明 |
|---|---|---|
product-manager | skills/Geek-skills-product-manager | PRD 创作、需求分析与产品策略 |
wechat-article-writer | skills/Geek-skills-wechat-article-writer | 多风格微信公众号文章创作 |
ppt-designer | skills/Geek-skills-ppt-designer | PPT 结构设计、排版与视觉层次 |
notion-infographic | skills/Geek-skills-notion-infographic | 大纲 → PPTX 或 Notion 手绘风信息图(v2 Pipeline) |
podcast-generator | skills/Geek-skills-podcast-generator | 火山引擎双人 AI 播客生成 |
工具与效率
| 技能 | 路径 | 说明 |
|---|---|---|
a-share-analyst | skills/Geek-skills-a-share-analyst | A 股技术面与基本面分析 |
c-drive-cleaner | skills/Geek-skills-c-drive-cleaner | Windows C 盘清理与空间管理 |
mineru-pdf-parser | skills/Geek-skills-mineru-pdf-parser | 面向 LLM 工作流的 PDF 解析 |
seedream-imagegen | skills/Geek-skills-seedream-imagegen | Seedream 4.0 图像生成 |
教育与研究
| 技能 | 路径 | 说明 |
|---|---|---|
deep-research | skills/Geek-skills-deep-research | 带可观测性、评估资产和决策简报能力的深度研究流水线 |
gaokao-expert | skills/Geek-skills-gaokao-expert | 高考命题专家 |
university-exam-prep | skills/Geek-skills-university-exam-prep | 大学备考苏格拉底式学习助手 |
weather-forecast-report | skills/Geek-skills-weather-forecast-report | 天气要素研究报告生成器 |
上游同步技能
| 技能 | 路径 | 备注 |
|---|---|---|
llm-wiki | llm-wiki | 当前保留上游原始目录结构,位于仓库根目录 |
