deepseek-reason

Installation
SKILL.md

Wraps DeepSeek's reasoning model so ruflo callers can get an explicit chain-of-thought back with the final answer, without having to parse it out of the message content. Same subprocess-invocation shape as the sibling deepseek-chat skill.

When to use

  • Multi-step reasoning tasks: proofs, plans, root-cause analysis, hard bug triage.
  • You want to see the model's thinking (for audit, for training data, or to sanity-check its final answer).
  • You can tolerate the higher latency and token cost of a reasoner vs deepseek-chat.

Algorithm

Implementation: scripts/reason.mjs.

Installs
25
Repository
ruvnet/ruflo
GitHub Stars
72.9K
First Seen
Aug 21, 2026
deepseek-reason — ruvnet/ruflo