claude-devkit v0.2.0
New tool: ask-ai (??) — ask a question in plain English, get the exact terminal command.
What's New
?? / ask-ai
?? how do I find files larger than 100MB
→ fd -S +100M -t f
?? what's using port 3000
→ lsof -i :3000
?? show git commits from last week
→ git log --since='1 week ago' --oneline
?? -r list all docker containers # runs immediatelyContext-aware — detects your project stack (Node, Python, Rust, Go, Docker, git) and gives specific answers. ?? run tests gives you npm test in a Node project and python -m pytest in a Python project.
Fast — uses Haiku by default, typical response in 1-2 seconds.
Clipboard-first — copies the command to your clipboard automatically. Use -r to run immediately instead.
Install / Update
# New install
curl -fsSL https://raw.githubusercontent.com/twitchyvr/claude-devkit/main/bin/install.sh | bash
# Existing install
cd ~/.claude-devkit && git pullAdd to ~/.zshrc for the ?? shortcut:
alias '??'='ask-ai'Full Changelog
See CHANGELOG.md