From weave
Verifies whether the Weave Claude Code plugin is correctly installed, configured, and running. Provides actionable fixes for common setup issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/weave:weave-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the current installation and configuration status of the Weave Claude Code plugin.
Check the current installation and configuration status of the Weave Claude Code plugin.
Run:
weave-claude-code status
Each status line indicates one of three states:
✓ — component is present and correctly configured✗ — component is missing or misconfigured (action required)- — component is absent but not an error (e.g., daemon not yet started)Common issues and fixes:
| Symptom | Fix |
|---|---|
✗ Configuration: not found | Run /weave:weave-install to complete installation |
✗ CLI: not found in PATH | Run npm install -g weave-claude-code in a terminal |
✗ Weave project: not configured | Run /weave:weave-config set weave_project ENTITY/PROJECT |
- Daemon socket: not running | Normal if no Claude Code session is active; daemon starts automatically on next hook event |
- Log file: not created yet | Normal before first session; no action needed |
Summarize the status to the user. If all required items are ✓, confirm the plugin is ready and sessions will be traced automatically. If any ✗ items exist, provide the specific fix steps.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub wandb/weave-claude-code --plugin weave