Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Verify VexJoy Agent installation, diagnose issues, and guide first-time setup.
Verify your VexJoy Agent installation, diagnose issues, and get oriented. Use after cloning the repo and running install.sh, when something seems broken (hooks not firing, missing commands), for first-time orientation, or after a git pull to verify nothing broke.
Goal: Run deterministic health checks and report results.
Step 1: Run install-doctor.py
python3 ~/.claude/scripts/install-doctor.py check
If the script is not found at scripts/install-doctor.py, try ~/.claude/scripts/install-doctor.py.
Step 2: Interpret results
| Result | Action |
|---|---|
| All checks pass | Skip to Phase 3 (Inventory) |
~/.claude missing | Guide user to run install.sh — go to Phase 2 |
| Components missing | Guide user to run install.sh — go to Phase 2 |
| Hooks not configured | Guide user to run install.sh — go to Phase 2 |
| Broken symlinks | Symlink targets moved. Re-run install.sh --symlink --force |
| Python deps missing | Run pip install -r requirements.txt from the repo directory |
| Permissions wrong | Run chmod 755 on affected files |
npx skills add notque/vexjoy-agent --skill installHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.