@kalil0321/reverse-api-engineer

by kalil0321 · v1.0.0 · prompt

Reverse API Engineer is a CLI tool that captures browser traffic (HAR files) and uses AI to automatically generate production-ready Python API clients. It supports three modes: manual browser capture,

Install

Add @kalil0321/reverse-api-engineer to Claude Code with the PolySkill CLI: polyskill add @kalil0321/reverse-api-engineer

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview Reverse API Engineer is a CLI tool that captures browser traffic (HAR files) and uses AI to automatically generate production-ready Python API clients. It supports three modes: manual browser capture, autonomous AI agent browsing, and re-engineering from previous captures. ## Core Architecture ### SDK Dispatch Pattern The project uses a **dual-SDK architecture** controlled by `config.json`: - **Claude SDK** (`engineer.py` → `ClaudeEngineer`): Uses `claude-agen…

Keywords: github, api-client-generator, har-file-analysis, python-api, browser-traffic-capture, cli-tool, automated-api, reverse-engineering, data-extraction