Claude Engineer banner
bawadou bawadou

Claude Engineer

Development community

Description

A version of command line interface(CLI) that leverages the power of Claude Opus(3-4.7). This framework lets Claude create and manage its own tools on the fly, continuously growing its capabilities through the course of a conversation

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Engineer

An interactive self imporving AI coding agent for creating and using AI tools with Claude.At its core, Claude Engineer introduces a dynamic tool ecosystem where the AI can autonomously create, manage, and execute its own tools during conversations. This allows the system to continuously expand its capabilities, adapting to user needs in real time and becoming more effective the more it is used.

Features

  • Dynamic tool creation and loading
  • Dynamic expansion of capabilities during interactions
  • Smart management of tool dependencies
  • Adaptation based on tool usage patterns
  • Automated generation of tool code
  • Integrates with Claude of any model
  • Real-time display of tool execution
  • Token usage tracking via Anthropic API
  • Continuous refinement of existing tools
  • Improves reliability with enhanced error handling and debugging
  • Dynamic module importing system

Requirements🧷

  • Windows or Mac OS
  • Python 3.6+
  • Anthropic API Key
  • Required packages from requirements.txt

Installation

Windows

git clone https://github.com/bawadou/claude-engineer
cd claude-engineer
python -m venv venv
venv\Scripts\activate.bat

pip install -r requirements.txt
# or
pip install -e .

python main.py

MacOS / Linux

git clone https://github.com/bawadou/claude-engineer
cd claude-engineer
python3 -m venv venv
source venv/bin/activate

pip install -r requirements.txt
# or
pip install -e

python3 main.py

Configuration⚙

Create .env file and copy `.env.example` to `.env` and fill in your key:

ANTHROPIC_API_KEY=sk-ant-...

The agent supports configuration options through the Config class:

Option Description
CE_MODEL Which Claude model to use for the conversation
ANTHROPIC_API_KEY Your Anthropic API key from console.anthropic.com. The agent will re