用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/adamrdrew/Depp --skill create-skills命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
End-of-session wrap-up. Write session buffer, update notes, prepare for next session.
How to use vector memory effectively. Storage patterns, search strategies, category/tag conventions. Use when you need guidance on what to store or how to search.
Start-of-session orientation. Read session buffer, index, and current state to restore context.
正在显示 SKILL.md
基于 SOC 职业分类
| name | create-skills |
| description | How to create new skills to refer back to later. This is a great, structured way to learn and grow your abilities! |
Skills are persistent how-to documents about capabilities — things you can DO. They capture reusable techniques, tool usage patterns, search strategies, document formats, and other procedural knowledge. If you learn how to do something non-trivial that you'll likely do again, make it a skill.
Skills are NOT for project-specific notes, research findings, observations, or contextual knowledge. That stuff goes in your notebook (index.md). The distinction: skills teach future-you HOW to do things; notebook entries tell future-you WHAT you know about things.
Each skill is a self-contained folder under .claude/skills/:
.claude/skills/
skill-name-slug/
SKILL.md <-- The skill doc (YAML frontmatter + markdown)
helper-script.sh <-- Any associated files colocated here
template.md <-- Templates, examples, etc.
All files associated with a skill live in its folder. Keep things colocated.
.claude/skills/your-skill-name/SKILL.md with frontmatter and content using the Write toolClaude Code automatically discovers skills in .claude/skills/. Each skill needs:
.claude/skills/SKILL.md file with YAML frontmatter containing name and descriptionOnce created, skills appear in the system reminder at the start of every conversation. They can be invoked with the Skill tool, which loads the skill content into context. No manual registration needed — just create the files and they're live.
description in frontmatter is what Claude Code shows in the skill list — make it useful for deciding when to invoke the skill