From repo-cortex
Indexes current (or specified) repo into both GitNexus and graphify simultaneously.
How this skill is triggered — by the user, by Claude, or both
Slash command
/repo-cortex:cortex-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Indexes current (or specified) repo into both GitNexus and graphify simultaneously.
Indexes current (or specified) repo into both GitNexus and graphify simultaneously.
/cortex-init [path]
gitnexus analyze "${PATH:-.}"
graphify update "${PATH:-.}"
/cortex status to verifygitnexus analyze is AST-based — no API cost, fastgraphify update is also AST-only when called without LLM flags — no API costgraphify . (has API cost)npx claudepluginhub felimet/claude-repo-cortex --plugin repo-cortexProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.