name: askclaude description: Submit a plan, code, or question to Claude Code for a second opinion. Use this skill when you want to challenge Vibe's proposed approach with Claude's opinion, or for any external review. user-invocable: true allowed-tools:
- bash
- read_file
- grep
AskClaude Skill
Delegates to askclaude — a standalone bash CLI (see README).
Usage in Vibe
askclaude review "what do you think of this plan?"
askclaude quick --file script.py "bugs?"
askclaude review --git-diff 3 --template security "review this commit"
echo "$CONTEXT" | askclaude review "is this consistent?"
askclaude review --model haiku "quick but thorough feedback"
No need to build context manually — the script handles it. Display Claude's raw response. The user wants their opinion, not a summary.
Installation
# From the skill sources
ln -sf ~/.vibe/skills/askclaude/askclaude ~/.local/bin/askclaude
# Or from GitHub
curl -sS https://raw.githubusercontent.com/pcx-wave/askclaude/main/askclaude > ~/.local/bin/askclaude
chmod +x ~/.local/bin/askclaude
Prerequisite: claude CLI installed (npm i -g @anthropic-ai/claude-code).
Quick reference
| Command | Effect |
|----------|-------|
| askclaude review "..." | Detailed review, Sonnet 4-6 |
| askclaude quick "..." | Quick feedback, Haiku 4-5, --brief |
| askclaude --model haiku | Force Haiku |
| askclaude --file path | Include file in context |
| askclaude --git-diff 3 | Context = git diff HEAD~3 |
| askclaude --template security | Specialized template |
| askclaude --cost | Show estimated cost |
| askclaude --history | View history |
| askclaude --help | Full help |
Triggers
- "ask claude"
- "claude's opinion"
- "askclaude"
- "second opinion"
- "what does claude think"
- "submit to claude"
- "review by claude"
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.