BeClaude

CodeWhale

New
38.4kGitHubGeneralby Hmbown

Open-source, community-driven agent harness

First seen 5/24/2026

Summary

CodeWhale integrates DeepSeek and MiMo models into your terminal, enabling Claude Code to execute complex coding tasks with enhanced reasoning and multi-modal capabilities.

  • It is useful for developers who want to leverage advanced AI models for code generation, debugging, and analysis directly from the command line.

Install & Usage

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

Add the configuration to .claude/agents/codewhale.md

3
Invoke with @agent-name
@codewhale

Use Cases

Generate boilerplate code for a new microservice using DeepSeek's reasoning capabilities.
Debug a complex Python script by having MiMo analyze stack traces and suggest fixes.
Refactor a legacy JavaScript codebase to modern ES6+ syntax with step-by-step explanations.
Create a Dockerfile and docker-compose setup for a multi-container application.
Analyze a dataset and generate a data visualization script using Pandas and Matplotlib.
Write unit tests for a Node.js API with edge case coverage using DeepSeek's test generation.

Usage Examples

1

/codewhale Write a Python script to scrape news headlines from BBC and save them to a CSV file.

2

/codewhale Explain the bug in this Rust function and provide a corrected version: [paste code]

3

/codewhale Generate a React component for a search bar with autocomplete using TypeScript.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is CodeWhale?

CodeWhale integrates DeepSeek and MiMo models into your terminal, enabling Claude Code to execute complex coding tasks with enhanced reasoning and multi-modal capabilities. It is useful for developers who want to leverage advanced AI models for code generation, debugging, and analysis directly from the command line.

How to install CodeWhale?

To install CodeWhale: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/codewhale.md. Finally, @codewhale in Claude Code.

What is CodeWhale best for?

CodeWhale is a agent categorized under General. It is designed for: agent. Created by Hmbown.

What can I use CodeWhale for?

CodeWhale is useful for: Generate boilerplate code for a new microservice using DeepSeek's reasoning capabilities.; Debug a complex Python script by having MiMo analyze stack traces and suggest fixes.; Refactor a legacy JavaScript codebase to modern ES6+ syntax with step-by-step explanations.; Create a Dockerfile and docker-compose setup for a multi-container application.; Analyze a dataset and generate a data visualization script using Pandas and Matplotlib.; Write unit tests for a Node.js API with edge case coverage using DeepSeek's test generation..