Loading...
Loading...
Manage project knowledge base. Use "init" to setup, or provide a topic to research.
npx skill4agent add amoscicki/aromatt docs-researcherinitinitundefined
2. Check if `CLAUDE.md` exists (at project root):
- If exists: Read it and append the knowledge base section if not already present
- If not exists: Create it with the knowledge base section
**Append/create this section in CLAUDE.md:**
```markdown
## Knowledge Base
This project uses `.claude/skills/project-knowledge-base/` for documentation.
**Before coding unfamiliar patterns:**
1. Load the `project-knowledge-base` skill to see available references
2. If topic not covered, use `/docs-researcher <technology> <topic> for <context>`
Always consult the knowledge base when clarification is needed.User: /docs-researcher init
Actions:
1. Bash(node ${CLAUDE_PLUGIN_ROOT}/scripts/init.js .)
2. Read CLAUDE.md (if exists, at project root)
3. Write updated CLAUDE.md with knowledge base section
Response: Report what was created/updateddocs-researcherTask(
subagent_type: "docs-researcher",
description: "Research documentation",
prompt: "{user's research request}"
).claude/skills/project-knowledge-base/references/User: /docs-researcher TanStack Router beforeLoad for authentication guards
Action: Task(subagent_type: "docs-researcher", prompt: "TanStack Router beforeLoad for authentication guards")
Response: Agent's research results