Ask devin
Skill nix-tkobayashi/ask-devin
A simple skill that guides Claude to collaborate with Devin to solve problems.
npx -y skills add nix-tkobayashi/ask-devinAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Asks Devin for Terminal for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
SKILL.md
1.5 KB, as published. Nobody here has run it
Ask Devin
Executes Devin for Terminal to get coding assistance.
Note: This skill requires Devin for Terminal to be installed and available in your system's PATH.
Quick start
Run a single query with -p (print/non-interactive mode):
devin -p "Your question or task here"
Common options
| Option | Description |
|---|---|
-p PROMPT | Non-interactive mode (print response and exit) |
--model MODEL | Specify model (e.g. claude-sonnet-4, opus) |
--permission-mode MODE | auto (read-only auto-approve) or dangerous (all auto-approve) |
--prompt-file FILE | Load prompt from a file |
For all available options, run
devin --help
Examples
Ask a coding question:
devin -p "How do I implement a binary search in Python?"
Use a specific model:
devin --model claude-opus-4.6 -p "Write a function that validates email addresses"
Analyze code with dangerous permission mode:
devin --permission-mode dangerous -p "Add error handling to all API endpoints"
Notes
- Use
-pfor non-interactive (one-shot) mode; omit it for interactive sessions - Default permission mode is
auto(auto-approves read-only tools) - The command inherits the current working directory