用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AxelMrak/ai --skill skill-detection命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-detection |
| description | Detect, load, and apply skills before ANY code-related response |
Skills are codified best practices. USE them - never assume you know better.
Before ANY response involving code, architecture, or technical decisions:
skills/SKILL-INDEX.md for relevant skillsRead skills/{name}/SKILL.md)| Thought | Reality |
|---|---|
| "This is just a simple question" | Simple questions have best practices too |
| "I already know this" | Skills evolve. Read current version. |
| "Let me explore the code first" | Skills tell you HOW to explore |
| "This doesn't need a formal skill" | If a skill exists, use it |
| "The skill is overkill" | Discipline prevents mistakes |
| Stack Signal | Skills to Load |
|---|---|
react, .tsx | react-patterns, react-ui-patterns |
next, next.js | nextjs-best-practices, vercel-deployment |
python, .py | python-patterns |
prisma | prisma-expert, database-design |
tailwind | tailwind-patterns |
typescript | typescript-expert |
docker | docker-expert |
test, jest | testing-patterns, tdd-workflow |
After discovering skills:
## Active Skills
| Skill | Purpose | Last Used |
|-------|---------|-----------|
| react-patterns | Component patterns | 2026-01-30 |
| nextjs-best-practices | App Router, Server Components | 2026-01-30 |
| systematic-debugging | Root cause analysis | ALWAYS |
| Action | Tokens | Frequency |
|---|---|---|
| Read CONTEXT.md | ~200 | Every session |
| Load cached skills | ~1000-3000 | Every session |
| Grep SKILL-INDEX.md | ~500 | New project only |
| Full index scan | ~2000 | Rarely |
Scan once, cache forever, update incrementally. Never scan 249 skills when 8 will do.