Build your own AI coding agent from scratch. Learning the patterns behind Cursor, Aider, and Cline. Tool use, agentic loops, context management, and more.
A step-by-step workshop for building an AI-powered coding assistant using TypeScript and the Anthropic Claude API.
By the end of this workshop, you'll understand how to:
You'll build 7 versions of a coding assistant, each adding more capabilities:
graph LR
subgraph "Application Progression"
A["Chapter 1<br/>Basic Chat"] --> B["Chapter 2<br/>+ File Reading"]
B --> C["Chapter 3<br/>+ Directory Listing"]
C --> D["Chapter 4<br/>Modular Framework"]
D --> E["Chapter 5<br/>Refined Toolkit"]
E --> F["Chapter 6<br/>Streaming"]
F --> G["Chapter 7<br/>Extended Thinking"]
end
subgraph "Tool Capabilities"
H["No Tools"] --> I["read_file"]
I --> J["read_file<br/>list_files"]
J --> K["read_file<br/>list_files<br/>(modular)"]
K --> L["bash, edit_file,<br/>grep (ripgrep)"]
L --> M["+ streaming<br/>+ tool visibility"]
M --> N["+ thinking blocks<br/>+ reasoning visibility"]
end
A -.-> H
B -.-> I
C -.-> J
D -.-> K
E -.-> L
F -.-> M
G -.-> N
Each agent works like this:
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource