From repo-knowledge
Delete a codebase knowledge base and all its cached documentation. Removes the project cache, cloned repo, and registry entry. Use when user says 'delete knowledge base', 'remove repo', 'rk-delete', or wants to clean up a project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/repo-knowledge:rk-deleteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delete a project's knowledge base completely.
Delete a project's knowledge base completely.
Ask: "Are you sure you want to delete the knowledge base for {project-name}? This will remove all cached documentation."
rm -rf ~/.repo-knowledge/<project-name>/
Check ~/.repo-knowledge/<project-name>/_meta.md before deleting (read it first from Step 2's backup or skip if already deleted).
If type: personal or git_url: none: skip this step — there is no cloned repo.
Otherwise:
rm -rf ~/.repo-knowledge/_repos/<project-name>/
Remove the project's row from ~/.repo-knowledge/_registry.md.
Tell the user: "Knowledge base for {project-name} has been deleted."
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.
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 sixz-ai/repo-knowledge --plugin repo-knowledge