Skip to content
BeClaude

ultimate-deepseek-ultracode

New
15GitHub TrendingGeneralby Tatlatat

Run 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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/ultimate-deepseek-ultracode.md

3
Invoke with @agent-name
@ultimate-deepseek-ultracode

Use Cases

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.

Usage Examples

1

/ultimate-deepseek-ultracode Generate unit tests for all services in the /src/services directory, fanning out to 4 parallel lanes.

2

/ultimate-deepseek-ultracode Review the open PRs #42, #43, and #44, each in a separate lane, and summarize issues.

3

Refactor all Python files in /src/utils to use async/await, distributing files across 3 lanes via DeepSeek v4-flash.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..