From codeindex
Refresh the codeindex section in your project's CLAUDE.md to the latest version, with project-specific suggestions. Use when user upgrades codeindex and wants their CLAUDE.md guidance updated, or asks "is my CLAUDE.md current".
How this skill is triggered — by the user, by Claude, or both
Slash command
/codeindex:update-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Refresh the codeindex-managed section in `CLAUDE.md` (project or user-global) to match the installed codeindex CLI version, with project-specific suggestions.
Refresh the codeindex-managed section in CLAUDE.md (project or user-global) to match the installed codeindex CLI version, with project-specific suggestions.
Prereq:
codeindexCLI must be on PATH. The actual update is delegated tocodeindex claude-md update— this skill is just a friendly walkthrough.
codeindex --version
Note the version for reporting.
codeindex claude-md status
This prints:
CLAUDE.md exists (project root vs ~/.claude/CLAUDE.md)If everything is current, stop here and report "CLAUDE.md is up to date (v X.Y.Z)".
# Languages
codeindex list-dirs --languages 2>/dev/null
# Existing config
cat .codeindex.yaml 2>/dev/null
# Whether scan-all has been run
find . -name "README_AI.md" -type f | wc -l
Use this to tailor the suggestions in step 5.
codeindex claude-md update --dry-run
Display the diff to the user. Do not apply without confirmation.
Based on profile from step 3, suggest extras the user may want appended to CLAUDE.md, for example:
tests/ has many subdirs and no README_AI.md → suggest adding "run codeindex scan-all to index tests".codeindex.yaml has ai_command configured → mention scan-all --ai and idempotent re-run patterncodeindex:hooks skillAfter user confirms:
codeindex claude-md update
This is idempotent and marker-based — repeated runs don't duplicate content.
For user-global ~/.claude/CLAUDE.md:
codeindex claude-md update --global
Print:
claude-md update made one)pipx upgrade ai-codeindex may bump version again; re-run this skill after upgrade--dry-run) before applying — user controls the changecodeindex claude-md update doesn't exist (older CLI), advise pipx upgrade ai-codeindexcodeindex claude-md update --yesFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub dreamlx/codeindex-claude --plugin codeindex