AI Engineer Guide

Anthropic Claude Code CLI: Prompts & Tool Definitions

Anthropic has recently released Claude Code - an agentic coding tool (interactive CLI)

You can play around it by installing it in your machine

npm install -g @anthropic-ai/claude-code

But beware, It is not free and you get charged based on your token usage (Anthropic API)

This tool is not open source. And you get minified version of the CLI when you install it.

However, I recently came across a tweet by Travis Fischer where he has shared the unminified version (not complete?) which he has extracted from npm.

And the following key learning:

Code Snippet

References

Happy understanding Claude-Code!

#System-Prompt #Claude-Code #Anthropic #Travis-Fischer