How this command is triggered — by the user, by Claude, or both
Slash command
/cubic:wiki page-nameThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# cubic Wiki Browse the AI-generated wiki documentation for the current repository. ## Arguments If a page name was provided: $ARGUMENTS ## Instructions 1. **Detect the repository**: Run `git remote get-url origin` to extract the owner and repo name. 2. **If a page name was provided**: Call `list_wiki_pages` with the owner and repo, find the page matching the argument, then call `get_wiki_page` with its pageRef. 3. **If no page name was provided**: Call `list_wiki_pages` with the owner and repo. Present the list of available pages with their titles and descriptions so the user can ch...
Browse the AI-generated wiki documentation for the current repository.
If a page name was provided: $ARGUMENTS
Detect the repository: Run git remote get-url origin to extract the owner and repo name.
If a page name was provided: Call list_wiki_pages with the owner and repo, find the page matching the argument, then call get_wiki_page with its pageRef.
If no page name was provided: Call list_wiki_pages with the owner and repo. Present the list of available pages with their titles and descriptions so the user can choose one.
Display the content: When showing a wiki page, format it clearly with the page title as a header and the full content below.
If no wiki exists: Tell the user that no wiki has been generated yet for this repository and suggest they set one up in the cubic dashboard.
npx claudepluginhub mrge-io/skills --plugin cubic/crispGenerates a fast, concise wiki for the current repository as a complete VitePress site (5-8 pages) without building. Scans structure minimally and parallelizes page creation.
/docs-updateSyncs documentation across README files and wiki articles by locating wiki repo, analyzing main repo changes, interactively confirming updates, and committing to both.
/llm-wiki-statusShows the current project's wiki status: lists pages from index.md, recent log entries, status summary, wiki check failures, and stale pages if applicable.
/genGenerates wiki documentation for the current repository from its code structure. Supports generating only a table of contents, building from an existing TOC, or doing incremental updates.
/searchSearches the Repowise wiki using natural language, full-text, or symbol search. Supports --mode and --limit flags.