Building awesome-agentic-stack — a ₹0 agentic coding stack
Most awesome lists curate by existence. If a tool is popular, it goes in. This one curates by constraint: every tool runs on a free tier with zero payment method or credit card required, with exceptions explicitly flagged.
The list ships 96 tools across CLI, agent skills, and config templates, organized by workflow.
Why it exists
Solo vibe coders and indie hackers work under tight constraints — low hardware, tight token budgets, no money for tooling. Most lists assume you have a cloud budget and a beefy machine. This one doesn't.
Workflow first, not taxonomy
Organized by when you use it in a session, not by category. Workflow beats taxonomy — a list grouped by "string manipulation" is useless when you're mid-flow and need the right CLI now.
One-command install
Everything installs in one command:
curl -fsSL https://raw.githubusercontent.com/AkashPriyadarshii/awesome-agentic-stack/main/install.sh | bash
or for Windows:
irm https://raw.githubusercontent.com/AkashPriyadarshii/awesome-agentic-stack/main/install.ps1 | iex
CLI tools, agent skills, config templates — one shot. Also ships as npx awesome-agentic-stack.
The tradeoff
96 tools is a big number to maintain. The rejected list needs the same attention as the kept one, and the free-tier floor means the list changes as products change their pricing. It's a living list, not a one-time dump.
What's next
The 96 need freshness checks — a tool that adds a paid tier should be flagged the week it happens.
96 tools. ₹0 enforced. Free-tier floor.
More Essays
Building c2proof: C to Rust Migration with Verification
A verifier-first c2rust wrapper. Give it a flat C repo, and it outputs a compiling Rust port PR alongside a mathematical proof artifact.
systemsBuilding code2paper: Turn Any Codebase into an Academic Paper
A stdlib Python CLI and Claude Agent Skill to convert an entire codebase into a readable academic paper in Typst, LaTeX, PDF, and HTML.
projectsBuilding Kharcha: India's Zero-Friction UPI Expense Tracker
How I built a native Android expense tracker that automatically captures UPI payments from GPay, PhonePe, and Paytm with zero AI and 100% data ownership.