用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill knowledge-sync命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | knowledge-sync |
| description | >- Use when this capability is needed. |
Keep skills and documentation in sync with codebase changes.
Announce: "I'm using knowledge-sync to update team knowledge after these changes."
/sync-knowledgeCheck recent changes:
git log --oneline -20
git diff HEAD~10 --name-only
Categorize changes by domain:
supabase/db/ changessrc/ changessupabase/functions/ changesopencode.jsonc, AGENTS.md, skill changesUse the skill-pattern map to identify affected skills:
| Code Area | Affected Skills |
|---|---|
supabase/db/game_logic/ | database-first, game-scoring, postgres-vectors, postgis-spatial |
src/composables/map/ | maplibre-camera, maplibre-layers |
src/composables/ | vue-composables |
src/stores/ | vue-composables, database-first |
supabase/functions/ | edge-functions |
src/components/ui/ | shadcn-vue |
For each affected skill, check:
If something is confusing, ASK before assuming:
I noticed [observation]. Questions:
1. [Specific question about intent]
2. [Question about whether this is a new pattern]
3. [Question about whether old pattern should be deprecated]
Please clarify before I update the skills.
Present changes in structured format:
## Skill Updates Required
### [skill-name]
**Reason:** [Why this needs updating]
**Current content (outdated):**
[snippet]
**Proposed content:**
[snippet]
---
Approve these changes?
After approval:
If a new pattern emerges that doesn't fit existing skills:
skill-name/
├── SKILL.md
└── references/
└── examples.md
See references/skill-pattern-map.md for the full mapping.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.