com um clique
set-wiki-path
Change the active wiki directory for llm-wiki-pm.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Change the active wiki directory for llm-wiki-pm.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Structured daily/weekly briefs, tag digests, and check-ins from the PM wiki. Richer output than core catch-me-up.
PM relationship CRM layer on top of the wiki. Relationship health, auto-enrichment via web search, account health tracking, and people profile maintenance. Does not replace Salesforce — tracks PM-specific context (product feedback, feature asks, strategic relationship, communication history).
Build communication persona pages and relationship maps for people in the PM wiki. Profiles how a person communicates across channels (chat, email), grounded in real message samples, plus org-chart relationship mapping.
Persistent PM knowledge base, competitive intel, customer notes, strategy, roadmap, AI market. Markdown wiki with entities, concepts, comparisons. Ingest sources, query, update with diffs, lint. Fires on "remember that / note that / don't forget / what do we know about X / what am I missing / blind spots".
Research sprints, competitive deep dives, and auto-enrichment of stub wiki pages. Delegates web fetching to worker-source-fetcher. Files all findings back into the wiki.
Orchestrates the recurring daily-maintenance loop for the PM wiki — registry-driven multi-source sweep, ingest, daily brief, brief rotation, and a health check — with explicit interactive-vs-autonomous mode handling.
| name | set-wiki-path |
| description | Change the active wiki directory for llm-wiki-pm. |
| argument-hint | ["path"] |
| disable-model-invocation | true |
| allowed-tools | Bash(python3 *) |
Update the wiki path to $ARGUMENTS.
Run:
python3 "${CLAUDE_SKILL_DIR}/scripts/set-wiki-path.py" "$ARGUMENTS"
Writes the resolved path to .wiki-path in the current directory.
That file is read by the SessionStart hook to set the wiki location for this project.
Add .wiki-path to .gitignore if the path is personal; commit it if the whole team shares the same wiki location.
Tell the user the new path and remind them to restart Claude Code. If the path does not exist yet, the SessionStart hook will create it on next start.