用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SkyWalker2506/claude-config --skill project-index命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Tek bir duragan karakter gorselinden oyuna girecek sprite animasyonu uret (Wan 2.2 I2V + olc-ve-karar ver dongusu). Triggers: animate, animasyon, sprite animasyon, karakter animasyonu, idle, yuruyus, saldiri animasyonu, sprite sheet, i2v, wan, animation-creator.
Bekleyen asset-browser upload'larini incele — her biri icin onay/red karari ver, onaylananlari post-process edip runtime asset dizinine tasi, commit+push. Triggers: asset review, asset incele, bekleyenleri incele, asset review workflow, waiting review.
On-demand harness status — MCP active servers, project index, graph cache freshness, session sync health. Use when user wants to see reference info previously auto-injected each session. Triggers: harness status, harness-status, mcp active, mcp listesi, graph cache, project info, session info.
正在显示 SKILL.md
| name | project-index |
| description | Proje index'i yönet — init, show, list, update. L1 katman: on-demand proje detayı. |
| triggers | project-index, proje indexi, index init, proje özeti, proje detay |
Proje index sistemi. 3 katman:
.claude/index.md varsa PROJECT_INDEX: sinyali/project-index init [proje-adi]Mevcut dizin veya verilen proje için .claude/index.md oluştur.
Template: $(cat ~/Projects/claude-config/templates/project-index.md.template)
Adımlar:
projects.json'dan proje meta verisini oku (varsa).claude/index.md yazbash ~/Projects/claude-config/projects/scripts/project_index.sh çalıştır — PROJECT_INDEX: sinyali görünmeli/project-index show [proje-adi]Proje index'ini göster. Argüman yoksa mevcut dizin.
/project-index listTüm projelerin index durumunu göster.
$(for p in $(cat ~/Projects/ClaudeHQ/projects.json | python3 -c "import sys,json; [print(p['path'].replace('~', '/Users/musabkara')) for p in json.load(sys.stdin)['projects']]"); do echo "$p: $([ -f "$p/.claude/index.md" ] && echo '✓' || echo '—')"; done)
/project-index updateMevcut .claude/index.md dosyasını güncelle (focus alanı genellikle değişir).
CLAUDE.md veya herhangi bir hook INDEX_CREATE sinyali üretirse → mevcut proje için /project-index init çalıştır.