From carta-cc
Bootstrap a Carta knowledge-graph environment in the current repository.
npx claudepluginhub ian-q/cartaThis skill uses the workspace's default tool permissions.
Bootstrap a Carta knowledge-graph environment in the current repository.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
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.