codegraph là core tool cho mọi câu hỏi liên quan đến code trong repo này. Bạn (AI) PHẢI:
- Chạy
codegraph index .1 lần đầu session để build/refresh semantic index. - Dùng
codegraph search "<query>"thay chogrep/rg/fd/Grep/Glob. - Dùng
codegraph deps <file>thay choReadtoàn file để hiểu dependency graph. - Dùng
codegraph callers <symbol>/codegraph defs <symbol>thay cho find-references thủ công.
Lý do: ~35% rẻ hơn token, ~70% ít tool call hơn, 100% local. Dump cả file = đốt token vô ích.
Mỗi skill = 1 directory (Agent Skills open standard): SKILL.md có frontmatter name+description. Skill vendored ở agents/skills/<name>/ (bản commit trong repo, mirror từ ~/.omp/skills/). Mỗi skill liệt kê 1 lần.
/home/alexdev/Projects/su-code/agents/skills/codegraph/SKILL.md/home/alexdev/Projects/su-code/agents/skills/8sync-cli/SKILL.md/home/alexdev/Projects/su-code/agents/skills/image-routing/SKILL.md/home/alexdev/Projects/su-code/agents/skills/karpathy-guidelines/SKILL.md
last30days—agents/skills/last30days/SKILL.mdUse this skill when the user asks "what are people saying about X", "research recently", "what's trending on Reddit/X/YouTube about Y", pre-meeting/pre-call briefings, "last 30 days of Z", competitor scans, or any recency-grounded social research. It runs the/last30daysagent skill (separately installed engine) that searches Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, Bluesky and the web in parallel, scores by real engagement, and synthesizes one cited brief. Prefer it over ad-hoc WebSearch when the user wants what the community actually thinks RIGHT NOW.
codegraphFIRST cho mọi câu hỏi explore code (Step 0). Bypass = bug.- Đọc TẤT CẢ skill always-on TRƯỚC khi gọi tool đầu tiên.
- Skill on-demand: chỉ mở khi description khớp task hiện tại — đừng đọc thừa.
- Nếu skill có
scripts/→ ưu tiên invoke script đó thay vì viết lại logic. - Nếu skill có
references/→ đọc on-demand khi task chạm chủ đề. - Khi áp dụng skill, cite rõ: ví dụ
agents/skills/<name>/SKILL.md:line.