You install Claude Code and stop there.
Here are 24 things (actually) worth adding:
If you're totally new to Claude Code:
Start here: https://t.co/anqXrH7023
Then read: https://t.co/rLIC8yh90e
Plug-Ins (bundled tools, agents, and commands)
gstack β 23 specialist dev tools in one install
Install β https://t.co/vuqqtNf2tr (82.7kβ )
superpowers β complete dev methodology, 14 skills
Install β https://t.co/x2Jz14cYY8 (192kβ )
codex-plugin-cc β OpenAI's official Codex plugin
Install β https://t.co/iCSxJ0glm5 (8.9kβ )
financial-services β IB, PE, equity, wealth
Install β https://t.co/jPb9r63pMN (23kβ )
claude-for-legal β legal workflows, every practice area
Install β https://t.co/bCzJdc8WzM (6.6kβ )
claude-skills β 263+ skills across every platform
Install β https://t.co/62p22Wd18G (5.2kβ )
marketingskills β 40 marketing tools, full growth ops
Install β https://t.co/FPY9dXG929 (28.8kβ )
social-media-skills β my content OS. Posts, reels
Install β https://t.co/DOc68CfxJa
Skills (specialist instruction Claude loads on demand)
frontend-design β kills generic AI UI
Install β https://t.co/fRegzmoq96 (277k installs)
hyperframes β write HTML, render video, agent-native
Install β https://t.co/tvY90QlFJL (18.6kβ )
ai-second-brain β Karpathy-style wiki, AI history
Install β https://t.co/mebUAilN9u
notebooklm-skill β Claude queries your research
Install β https://t.co/sAxeEGpzyy
humanizer β strips AI writing tells from any draft
Install β https://t.co/zadJrx1BVe (2.9kβ )
claude-seo β GEO-first SEO skill, built for the AI era
Install β https://t.co/8mhcDiM7uq (4.5kβ )
antfu-skills β Vue and Vite core team skills
Install β https://t.co/mmdjG21aJ5 (3.5kβ )
caveman β cuts 65% of tokens, talks like caveman
Install β https://t.co/WruteJgNW4 (59.2kβ )
MCP Servers (live connections to your apps)
granola β meeting notes fed to Claude
Install β https://t.co/P6nWgUShBA
slack β reads channels, posts updates
Install β https://t.co/USdCGuACdH
notion β reads and writes your docs
Install β https://t.co/4z1XL34D3c
kondo β triages your LinkedIn DMs
Install β https://t.co/CjPiBbvdmX
zapier β 9,000+ apps, one connection
Install β https://t.co/pyxD0brsoi
higgsfield β cinematic video from a prompt
Install β https://t.co/X0y90vVW4B
perplexity β live web search for Claude
Install β https://t.co/hpDE0w2rR0
agent-browser β browser automation, fewer tokens
Install β https://t.co/AKqEWoENFX (22kβ )
Save this. Come back when you set up Claude Code properly.
Repost β»οΈ to help someone in your network.
P.S. Which one are you installing first?
LEARNING CLAUDE NOW IS LIKE BUYING BITCOIN IN 2017.
MOST PEOPLE WILL REALIZE IT WAY TOO LATE.
BUILDING A ONE-PERSON BUSINESS AND MAKING $10K/MONTH IS CLOSER THAN YOU THINK.
HERE ARE 7 PROMPTS TO GET AHEAD OF 99% OF PEOPLE IN 2026:
If you want to become good at AI engineering (in 3 weeks), then learn these 15 concepts:
1 AI Agents: Memory, State & Consistency
β https://t.co/v8H7O00jub
2 Machine Learning System Design 101
β https://t.co/9MkHcLb5e0
3 Design Personal AI Chat Assistant
β https://t.co/nNWq3onTnW
4 How RAG Works
β https://t.co/cGmunPTUlb
5 LLM Concepts - A Deep Dive
β https://t.co/5lCKxq2g4N
6 How to Design an AI Agent
β https://t.co/JvnPd9773A
7 What is Reinforcement Learning
β https://t.co/AVpl9j1oit
8 How Vector Databases Work
β https://t.co/FVxan8xHH3
9 Context Engineering 101
β https://t.co/OMkiZhkODL
10 AI Coding Workflow 101
β https://t.co/paIf9ksIU9
11 LLM Evals Explained
β https://t.co/nv3Ol8W53p
12 How AI Agents Work
β https://t.co/tk3zkCjRvg
13 How MCP Works
β https://t.co/wgf8gHnnkn
14 Agentic Patterns Explained
β https://t.co/8YdBBWvTj1
15 Multi-Agent Architecture Explained
β https://t.co/rS5QQS7Jln
What else should make this list?
===
π PS - Want my System Design Playbook for FREE?
Join my newsletter with 210K+ software engineers right now:
β https://t.co/ByOFTtOihX
===
πΎ Save & RT to help others ace AI engineering.
π€ Follow @systemdesignone + turn on notifications.
Anthropic just leaked their 2026 agent roadmap in 22 minutes.
Claude team walked through tools, memory, observability, and the things most builders are 12 months behind.
The last 3 minutes alone are worth the watch.
Watch it, then save the setup below π
Most people treat CLAUDE.md like a prompt file.
Thatβs the mistake.
If you want Claude Code to feel like a senior engineer living inside your repo, your project needs structure.
Claude needs 4 things at all times:
β’ the why β what the system does
β’ the map β where things live
β’ the rules β whatβs allowed / not allowed
β’ the workflows β how work gets done
I call this:
The Anatomy of a Claude Code Project π
βββββββββββββββ
1οΈβ£ CLAUDE.md = Repo Memory (keep it short)
This is the north star file.
Not a knowledge dump. Just:
β’ Purpose (WHY)
β’ Repo map (WHAT)
β’ Rules + commands (HOW)
If it gets too long, the model starts missing important context.
βββββββββββββββ
2οΈβ£ .claude/skills/ = Reusable Expert Modes
Stop rewriting instructions.
Turn common workflows into skills:
β’ code review checklist
β’ refactor playbook
β’ release procedure
β’ debugging flow
Result:
Consistency across sessions and teammates.
βββββββββββββββ
3οΈβ£ .claude/hooks/ = Guardrails
Models forget.
Hooks donβt.
Use them for things that must be deterministic:
β’ run formatter after edits
β’ run tests on core changes
β’ block unsafe directories (auth, billing, migrations)
βββββββββββββββ
4οΈβ£ docs/ = Progressive Context
Donβt bloat prompts.
Claude just needs to know where truth lives:
β’ architecture overview
β’ ADRs (engineering decisions)
β’ operational runbooks
βββββββββββββββ
5οΈβ£ Local CLAUDE.md for risky modules
Put small files near sharp edges:
src/auth/CLAUDE.md
src/persistence/CLAUDE.md
infra/CLAUDE.md
Now Claude sees the gotchas exactly when it works there.
βββββββββββββββ
Prompting is temporary.
Structure is permanent.
When your repo is organized this way, Claude stops behaving like a chatbotβ¦
β¦and starts acting like a project-native engineer.
@BlakeSNeff Really great to have you hear Blakeβ any chance you can comment on why you wonβt release the video of Charlie announcing that he wanted Erika to become the CEO and Chairman if he died?
Donors claim this never happened. Seems pretty easy to clear up.
3 ways to sell AI systems at 3 different price points:
$500 - Workflow audit
>record a call
> feed it to Claude
> deliver a report on what to automate first
$3,000 - Build the system.
> Lead follow-up
> Intake automation
> Content repurposing
$5,000+ - Run and maintenance
Thank you for watching every episode while still refusing to reply to donors who claim they were present in Aspen and that the audio you presented of Charlie was A.I bc he never said Erika should take over for him.
While youβre here, care to drop the video to debunk their claims?
Since the week leading up to Charlieβs death, I have had vivid dreams. They have been unceasing.
I wish he were alive so I could tell him that I donβt doubt him anymore and that it weighs so heavily on my heart that I didnβt see it sooner.
There is a deep sense I have that I wasnβt meant to see it sooner but it weighs on me nonetheless.
They will not get away with what they did to him. Neither will all of you vultures who are tried to assist them in the cover up.
This CLAUDE.md turns Claude Code into a senior engineer who never forgets your standards.
Boris Cherny (creator of Claude Code at Anthropic) shared the internal workflows his team actually uses daily.
Someone turned those X threads into a structured file you can drop into any project.
Whatβs inside:
> Subagent orchestration
> Verification gates before marking tasks done
> Autonomous bug fixing loops
> Self-improving rules from your own corrections
That last one is the whole game.
Every time you correct Claude, the rule gets encoded permanently.
> Next session it doesnβt repeat the mistake.
> Next month it matches how you think.
> Next year youβre not managing Claude. Itβs working like someone whoβs been on your team for years.
Drop it in any project. Start today.
@JayTC53 https://t.co/yUAJJD3TiT proudly sponsors Candace. Parasites a reality in our bodies, just as they are in our bodies. Together, we must PURGE THEM!
βThe sacrament of Baptism makes us sons and daughters of the Father in Christ Jesus. Confimation makes us witnesses and transmitters of this new life within us to witness to Christ and bring truth to our neighbour. This will involve a personal and public struggle between the mystery of salvation and the mystery of iniquityβa spiritual combat against the forces of evil. Like soldiers, we enter into the combat of Christ and with Christ, assisted by the grace of the sacrament of Confirmationβ¦β βοΈ