agentsclimarketplace

Ask devin

Skill nix-tkobayashi/ask-devin

A simple skill that guides Claude to collaborate with Devin to solve problems.

Install
npx -y skills add nix-tkobayashi/ask-devin

Assembled 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

OptionDescription
-p PROMPTNon-interactive mode (print response and exit)
--model MODELSpecify model (e.g. claude-sonnet-4, opus)
--permission-mode MODEauto (read-only auto-approve) or dangerous (all auto-approve)
--prompt-file FILELoad 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 -p for 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.