Head of AI at https://t.co/3TemmA7EdE | Building Claude Code SubAgents, Skills & Hooks | OSS project https://t.co/pEjytZiAFd | Powered by TS, Python & Vanilla Lattes ☕️
2 subscribers
Nov 7, 2025 • 12 tweets • 4 min read
Running Claude Code isn’t just about opening the terminal and typing the perfect prompt.
(Bookmark this post for later)
There are environment variables that can influence how Claude Code runs, connects to models, and even how its interface behaves.
🧵 Here’s a thread with all of them organized by category:
Authentication and API
Configure authentication methods for Claude Code.
These variables control API keys, authorization tokens, and custom headers used when communicating with Anthropic's services or AWS Bedrock.
Oct 13, 2025 • 7 tweets • 2 min read
I analyzed Claude Code's complete system prompt and classified the information into 5 distinct tiers.
(bookmark this to study later)
Every interaction with Claude Code processes information across these 5 layers between your project and the AI model.
🧵 Thread with simple breakdown of each tier:
TIER 1 - CRITICAL (Immutable Rules)
These are absolute. Cannot be overridden under any circumstance.
Plugins work at the Marketplace level, first you install a marketplace, then browse all its available plugins.
Let me show you how to install a marketplace and get your first plugin running 👇
Start by running /plugin in Claude Code
This opens the Plugin Management menu where you can:
- Browse & install plugins
- Manage installed plugins
- Add new marketplaces
- Manage your marketplaces
Jun 19, 2025 • 6 tweets • 2 min read
Introducing Deep Graph MCP for Claude Code 🤩
Claude Code by @AnthropicAI is excellent and arguably one of the best tools for working with code today but...
It has one major limitation, its native code search capabilities don't scale well to large repositories.
By adding Deep Graph MCP, Claude's ability to explore large codebases improves dramatically.
In this thread 🧵 I’ll show you how easy it is to connect this MCP to Claude Code.
Start by creating a CodeGPT account and uploading your repository to Code Graph.
Then, get your API key from API Connections
Jun 4, 2025 • 4 tweets • 2 min read
Free Open Source Course on MCP – Built with Knowledge Graphs!
I created a complete course on how to build an MCP Client and MCP Server using the Python SDK.
All structured via knowledge graphs extracted from the repo itself.
Let me show you what’s inside 👇 🧵 1/
Here's a demo of the first project:
A Streamlit MCP Client that connects to a local MCP Server. (SSE)
using only a few lines of code with the MCP Python SDK
🧵 2/
Feb 16, 2025 • 8 tweets • 4 min read
“My project became so big that Claude can’t understand it.”
Many developers face this problem: LLMs struggle with large codebases.
But what if your AI assistant truly understood your entire project?
I’ll show you how to build a knowledge graph of your codebase and use CodeGPT to create an AI Copilot that never forgets context. 🧵👇
Step 1: Connect GitHub to CodeGPT Studio
First, create a free account on CodeGPT Studio
➡️ Go to the Code Graph section.
➡️ Click +Add Connection and select GitHub, GitLab, or Bitbucket.
➡️ Authorize CodeGPT to access your reposcodegpt.co
Jan 23, 2025 • 4 tweets • 2 min read
Introducing DeepSeek R1:1.5b Running Locally in Cursor!
In less than 4 minutes, I set up the DeepSeek R1:1.5b model, download it, and run it locally to seamlessly work with code in Cursor
The video is shown in real-time, with the model impressively running on an Intel Core i5 😱 using Ollama and the CodeGPT extension 👇
First, Install CodeGPT in Cursor: