Are you the author? Sign in to claim
我的 Claude Code / Codex skill 合集
我的 Claude Code / Codex skill 合集
每个子目录是一个可独立安装的 skill。
| Skill | 作用 | 触发语 |
|---|---|---|
| vibe-coding-prd | 把需求 / 原始 PRD / 竞品分析提炼成可直接发给编码 Agent 的 vibe coding PRD | 「帮我写一个用来 vibe coding 的 PRD」 |
| study-notes | 把老师的课件(飞书 / PPT / PDF)整理成结构化课堂笔记,直接产出到飞书 | 「把这个课件整理成课堂笔记」 |
| ai-product-design-maintainer | 对照课件与课堂笔记,审计、更新和验证 AI 产品设计方法论 | 「审计并更新 AI 产品设计 Skill」 |
后续新增的 skill 会在这里追加一行。
git clone https://github.com/GT0698/my-claude-skills.git /tmp/my-claude-skills
cp -r /tmp/my-claude-skills/vibe-coding-prd ~/.claude/skills/ # 全局
# 或装到当前项目:
# mkdir -p .claude/skills && cp -r /tmp/my-claude-skills/vibe-coding-prd .claude/skills/
git clone https://github.com/GT0698/my-claude-skills.git /tmp/my-claude-skills
for d in /tmp/my-claude-skills/*/; do
[ -f "$d/SKILL.md" ] && cp -r "$d" ~/.claude/skills/
done
安装后可能需要新开一个 Claude Code 会话才会加载。每个 skill 的详细说明见其子目录的 README。
my-claude-skills/
├── README.md # 本文件(skill 索引)
└── vibe-coding-prd/ # 一个 skill = 一个子目录
├── SKILL.md
├── README.md
└── references/
SKILL.md(必需)+ 可选的 references/、README.md1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Agent harness performance optimization with skills, instincts, memory, and security
Design enforcement with memory — keeps your UI consistent across a project
Detects 37 AI writing patterns and rewrites text with human rhythm across 5 voice profiles