claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

claude-engineer

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 fl…

Actively maintained
94/100
last commit 23 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/bawadou/claude-engineer

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:

OptionDescription
CE_MODELWhich Claude model to use for the conversation
ANTHROPIC_API_KEYYour Anthropic API key from console.anthropic.com. The agent will refuse to start without it.
CE_MAX_TOKENSMaximum number of tokens the model is allowed to generate in a single response. Higher values allow longer outputs but cost more.
CE_VERBOSEWhen set to 1, prints every tool invocation and its arguments as they happen. Useful for debugging the agent loop.
CE_TOOLS_DIRDirectory for tool storage

Run

python -m claude_engineer

Type /help inside the REPL to see commands.

Built-in Tools

There are some pre-built tools available in Claude Engineer.

ToolWhat it does
read_fileRead a text file from the project
create_toolCreate new tools using frameworks self-improvement core
write_fileCreate or overwrite a text file
list_dirList a directory
run_shellRun a shell command (60s timeout)
web_searchSearch the web via Anthropic's hosted tool

Project structure

├── claude_engineer/          # Main package
│   ├── __init__.py           # Package exports
│   ├── __main__.py           # Entry point for `python -m claude_engineer`
│   ├── agent.py              # Core conversation loop and tool orchestration
│   ├── cli.py                # Interactive REPL and argument parsing
│   ├── config.py             # Configuration loading and defaults
│   └── tools/                # Built-in tool implementations
│       ├── __init__.py       # Tool registry
│       ├── base.py           # Abstract tool interface
│       ├── fs.py             # File system operations
│       ├── shell.py          # Shell command execution
│       └── search.py         # Web search integration
├── tests/                    # Unit tests
├── pyproject.toml            # Package metadata and dependencies
├── requirements.txt          # Runtime dependencies
├── .env.example              # Template for environment variables
├── .gitignore
└── README.md

Contribution

Contributions are welcome. Whether it's a new tool, or a bug fix — open an issue first if the change is non-trivial, so we can align on the approach before you submit a Pull-Request.

License

MIT - Use freely, modify as needed, contribute back if you can.

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguagePython

// faq

What is claude-engineer?

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. It is open-source on GitHub.

Is claude-engineer free to use?

claude-engineer is open-source, so it is free to use.

What category does claude-engineer belong to?

claude-engineer is listed under data in the Claudeers registry of Claude-compatible tools.

0 views
512 stars
unclaimed
updated 15 days ago

// embed badge

claude-engineer on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-engineer.svg)](https://claudeers.com/claude-engineer)

// retro hit counter

claude-engineer hit counter
[![Hits](https://claudeers.com/api/counter/claude-engineer.svg)](https://claudeers.com/claude-engineer)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how claude-engineer connects across the ecosystem