In this course, you build a small npm tool called counselors. It sends one prompt to many AI agents at once. You then collect their replies in a clear and simple format.
What You Will Build
You create a CLI tool that can call local AI agents. These agents may be Claude, Codex, Gemini, Amp, or any custom tool you add. The CLI runs each agent with the same prompt. It then saves all replies in a neat folder.
How You Will Build It
You write the tool in TypeScript and Node.js. You set up a clean command layout with Commander. You add tests with Vitest. You also use Biome for linting and formatting. Last, you automate checks and builds with GitHub Actions.
What You Will Learn
You design a simple and clear CLI project. You handle command calls, file output, and process flow. You test your code and keep it safe with CI. When you finish, you have a working open-source npm package and hands-on experience with real tooling.