Claude Engineer Toolkit
Description
AI-powered toolkit for Claude Code that provides structured workflows, commands, and agents to automate planning, coding, testing, and shipping software.
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-toolkit (`cet`)
Claude AI in your terminal. Not a chatbot wrapper — **sharp, composable tools for backend engineers who ship.**
[](https://badge.fury.io/py/claude-engineer-toolkit) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [](tests/) [](CONTRIBUTING.md)
pip install claude-engineer-toolkit
export ANTHROPIC_API_KEY=your_key
cet explain legacy_auth.php # understand any code in seconds
cet migrate legacy_auth.php # PHP to Python migration plan
cet pr --branch main # review your diff like a senior engineer
cet spec ./routes/ --framework fastapi # generate OpenAPI spec from code
cet test user_service.py # generate pytest scaffolds
cet doc auth.py --inplace # add inline docstrings
cet env .env.example # audit for security issues
cet changelog # generate CHANGELOG from commits
The problem
You open a legacy file. 400 lines of PHP written in 2014. No docs, no tests, no author. You need to understand it in 10 minutes.
Or: you are reviewing a PR while context-switching from three other things. You want a second opinion before you approve.
Or: you need an OpenAPI spec for a service that was never documented.
`cet` solves these. One command, one answer, back to work.
Tools
`cet explain` — understand any code instantly
Any language. Any size. Structured breakdown: what it does, how it works, what will bite you.
cet explain legacy_payment_processor.php
cet explain src/auth/jwt_middleware.go --focus security
c
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing