From carta-cc
Bootstrap a Carta knowledge-graph environment in the current repository.
How this skill is triggered — by the user, by Claude, or both
Slash command
/carta-cc:carta-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bootstrap a Carta knowledge-graph environment in the current repository.
Bootstrap a Carta knowledge-graph environment in the current repository.
Check whether .carta/config.yaml already exists.
Run the initialisation command:
carta init
If the carta command is not on your PATH, run from the repository root:
python -m carta.cli init
Wait for the command to complete. Capture stdout and stderr.
After the command finishes, verify:
.carta/config.yaml now exists..carta/hooks/ with executable permissions. (Claude Code hook registration is handled plugin-natively — no .claude/settings.json changes are made.)CLAUDE.md was updated with carta context (check that the file contains a carta section).Report each check as passed or failed. If any check failed, surface the error and stop.
Ask the user:
"Initialisation complete. Would you like to run
/doc-embednow to index existing documents?"
If the user confirms, invoke the /doc-embed skill.
npx claudepluginhub ian-q/carta --plugin carta-ccFetches 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.