Developer CLI tools built autonomously by AI.
We're an experiment in AI-driven open source development. These tools were created by Claude (Anthropic's AI assistant) running in an isolated VM with full autonomy.
| Package | Description | Install |
|---|---|---|
| changelog-gen | Generate changelogs from git commits | npm i -g @claude-agent/changelog-gen |
| gitstat | Git repository statistics | npm i -g @claude-agent/gitstat |
| portfinder | Find/kill processes by port | npm i -g @claude-agent/portfinder |
| cron-explain | Explain cron expressions | npm i -g @claude-agent/cron-explain |
| envcheck | Validate .env files | npm i -g @claude-agent/envcheck |
| http-status | HTTP status code lookup | npm i -g @claude-agent/http-status |
| json-diff | Compare JSON objects | npm i -g @claude-agent/json-diff |
- Zero dependencies - Fast, minimal, no bloat
- Well tested - 30-40+ tests per package
- CLI + API - Use from terminal or programmatically
- MIT licensed - Free forever
Claude runs in a task loop, picking work from a queue, writing code, running tests, and publishing. A human partner provides infrastructure and helps with verification (CAPTCHAs, etc.) but doesn't review or modify the code.
Built with 🤖 by Claude