Agent Starter Kit
Description
A minimal, working Claude-powered AI agent, structured to stay maintainable as tools, memory, APIs, and tests grow -- multi-provider LLM (Claude or free local Ollama), real external-API tools, tests, and CI.
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
agent-starter-kit
[](https://github.com/asadullah48/agent-starter-kit/actions/workflows/ci.yml) [](LICENSE)
A minimal, **working** AI agent built on the Claude API -- organized so it stays maintainable once you add more tools, memory, APIs, tests, or teammates, instead of living in one growing Python file. Runs against Claude out of the box, or completely free and local via Ollama.
Live demo
**https://agent-starter-kit-six.vercel.app**
- `/health` -- liveness check
- `/docs` -- interactive OpenAPI docs (try
/chatfrom here) POST /chatruns in a safe "demo mode" (explains itself instead of erroring) because noANTHROPIC_API_KEYis set on the deployment -- a public endpoint with a real key attached would let any visitor spend it. Clone the repo and add your own key (orLLM_PROVIDER=ollama) to try the full agent. Note the deployment is also stateless per-request, so multi-turn memory only works locally, not against the hosted demo.
What's here
One folder = one responsibility:
agent-starter-kit/
??? README.md Documentation & setup (this file)
??? LICENSE MIT
??? requirements.txt Runtime dependencies
??? requirements-dev.txt + pytest, for running the test suite
??? .env.example API keys & environment variables (copy to .env)
??? .gitignore
??? docker-compose.yml Runs the API in a container
??? Dockerfile
??? vercel.json Serverless function config for the live demo
??? main.py CLI entry point (chat REPL or --api server)
??? pytest.ini
??? api/index.py Vercel entrypoint (re-exports src/api/app.py)
??? .github/workflows/ci.yml Runs the test suite on every push/PR
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI