claude_coder

claude_coderは、Docker環境でのコード生成を支援するツールです。このプロジェクトは、特に開発者が迅速にアプリケーションを構築するための効率的な手段を提供します。Dockerfileを利用して、環境設定や依存関係の管理を簡素化し、開発プロセスを加速します。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

2

フォーク

0

イシュー

2

README
Claude Coder
My Typical experience developing with an LLM

Developer: "I'm getting this bug: TypeNameError: name 'pc_load_letter' is not defined; Cannot read property 'pc' of undefined load_letter; NullPointerException: Attempt to invoke method on a null object;! Can you help me out here?"

AI: "Let's start by checking if 'foo' exists before you use it. Try this code: <if (pc) { loadLetter(); }> and see if that resolves the issue."

Developer: "I tried that, but now I get 'ReferenceError: foo is not defined!'"

AI: "Looks like a syntax hiccup. Try this code: <if (typeof loadLetter() !== 'pc') { executeTask(); }>—double-check your punctuation and brackets."

... After 36 more cycles of back-and-forth copy and paste ...

Developer: "My goodness, that finally fixed it, that was rough!"

AI: "I am glad we could get this solved for you... What can I help you copy and paste next?"

Developer: "Uhhgggg!"

Developer: Thought - If we only had a system to automate all this tedious back-and-forth error-fixing...

Introducing Claude Coder: Navigate to your project directory and run claude_coder. Your current directory is safely mounted in a Docker container with Claude Coder ready to help you code faster.

Quick Start
# Clone and build
git clone git@github.com:AirspaceTechnologies/claude_coder.git
cd claude_coder
docker-compose build

# Create config file for Docker volume mounts
echo '{}' > ~/.claude-docker.json

# Install via symlink (recommended)
sudo ln -s "$(pwd)/claude_coder" /usr/local/bin/claude_coder

# Run from your project directory
cd /path/to/your/project
claude_coder
Documentation
Key Features
  • Containerized Environment: Safe, consistent development environment
  • Docker Integration: Your project mounted securely in an isolated container
  • Efficient Workflow: No permission prompts for a smoother experience
  • Development Tools: Pre-installed language runtimes and dev utilities
  • Web Search: Optional capability to access latest information (see MCP Tools)
Learn More
License

This project is licensed under the MIT License - see the LICENSE.md file for details.