ultimate-deepseek-ultracode
NewRun Claude Code subagent/UltraCode fan-out on DeepSeek v4-flash via the Reasonix CLI — keep Claude as the main agent, route fan-out lanes to a local reasonix gateway. One-command install.
Summary
This skill configures Claude Code as the primary agent while routing computationally intensive fan-out tasks to a local Reasonix gateway running DeepSeek v4-flash.
- It enables parallel code generation, analysis, and refactoring across multiple lanes, keeping Claude responsive for orchestration and decision-making.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/ultimate-deepseek-ultracode.md
@ultimate-deepseek-ultracodeUse Cases
Usage Examples
/ultimate-deepseek-ultracode Generate unit tests for all services in the /src/services directory, fanning out to 4 parallel lanes.
/ultimate-deepseek-ultracode Review the open PRs #42, #43, and #44, each in a separate lane, and summarize issues.
Refactor all Python files in /src/utils to use async/await, distributing files across 3 lanes via DeepSeek v4-flash.
Security Audits
Frequently Asked Questions
What is ultimate-deepseek-ultracode?
This skill configures Claude Code as the primary agent while routing computationally intensive fan-out tasks to a local Reasonix gateway running DeepSeek v4-flash. It enables parallel code generation, analysis, and refactoring across multiple lanes, keeping Claude responsive for orchestration and decision-making.
How to install ultimate-deepseek-ultracode?
To install ultimate-deepseek-ultracode: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/ultimate-deepseek-ultracode.md. Finally, @ultimate-deepseek-ultracode in Claude Code.
What is ultimate-deepseek-ultracode best for?
ultimate-deepseek-ultracode is a agent categorized under General. It is designed for: agent. Created by Tatlatat.
What can I use ultimate-deepseek-ultracode for?
ultimate-deepseek-ultracode is useful for: Generate multiple unit test implementations in parallel for a large codebase using DeepSeek v4-flash.; Perform simultaneous code review across several pull requests, each handled by a separate fan-out lane.; Refactor multiple modules at once, with each lane applying a specific transformation pattern.; Run parallel linting and style fixes across a monorepo, distributing work to DeepSeek v4-flash agents.; Generate documentation for multiple API endpoints concurrently, reducing overall wait time.; Execute batch code generation tasks like creating boilerplate for new microservices in parallel..