claude-engineer: Automate Tasks
Claude Engineer is a command line interface tool that enables Claude to create and manage its own tools on the fly, expanding its capabilities through conversations.
- •When you need a dynamic toolset that adapts to the conversation flow
- •For creating custom tools without extensive programming knowledge
- •To leverage Claude Opus' capabilities in a command-line environment
create_tool --name 'calculator' --description 'Basic arithmetic operations' --func 'add, subtract, multiply, divide'
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/claude-engineer && curl -fsSL https://workflowstacks.com/api/skills/claude-engineer/claude-skill -o ~/.claude/skills/claude-engineer/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Claude-engineer: Automate Tasks is a medium Python project (~4.3k lines across 23 code files, plus 2 test files). Expect some technical setup — comfortable with a terminal, or ask a developer. Last commit a month ago, no license file, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2cli.pyWhere the program starts running
- 3pyproject.tomlDependencies and the commands it exposes
- 4claude_engineer/__init__.pyInside claude_engineer/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/claude-engineer && curl -fsSL https://workflowstacks.com/api/skills/claude-engineer/claude-skill -o ~/.claude/skills/claude-engineer/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More claude-skill tools founders pair with this one.