Claude: Ecosystem & Tools

CLAUDE: ECOSYSTEM & TOOLS

79 SRC

79 sources Updated July 16, 2026

Claude: Ecosystem & Tools

Claude Code revenue runs at $2.5B annually with 4% of all GitHub commits. Anthropic is moving upstream into Platform: Claude Managed Agents (PaaS, $2.58 fulfillment cost per $1k service, Linear SDK), the Advisor Strategy (Opus advisor + Sonnet/Haiku executor as first-class pattern), Monitor tool (event-driven background scripts replacing polling), and official claude-code-setup plugin recommending hooks, skills, MCPs, subagents, automations. First-party documentation spans a 14-minute video guide and 33-page Skills guide. Skill distribution formalized: gstack packages dotfiles-for-AI, ByteRover unifies scattered knowledge into queryable index, claude-smart adds cross-project learning, self-improving skills grade against binary eval criteria. NVIDIA hosts ~80 free models via APIs (DeepSeek, Kimi, GLM). Enterprise adoption is real: Intercom built 13 plugins with 100+ skills, $1M+ customers 40x'd to 500+. GitHub plugin marketplace auto-installs across team instances. Evo (open-source) turns codebases into self-instrumenting research loops. Tolaria's MCP server lets Claude natively edit vaults (100K+ LOC, 85% test coverage). LibreChat's native MCP support extends ecosystem through self-hosted wrappers. Claude Ads audits 250+ checks, cuts waste 35%. Anthropic employees share internal methods for tracking Claude development publicly.

Guides

Insights

  • Growing ecosystem of GitHub repos: Superbase CLI, Skill Creator, Get Shit Done, Notebooklm-py, Obsidian.md — curated list of repos that extend Claude Code capabilities. (from claude code github repos)

  • Skill Creator: Notable tool for building Claude Code skills programmatically. (from claude code github repos)

  • Obsidian integration is a recognized community pattern: Obsidian + Claude Code is repeatedly mentioned as the go-to second brain stack. (from claude code github repos)

  • Demand for productivity/execution frameworks: The "Get Shit Done" repo signals that people want structured execution workflows around Claude Code, not just chat. (from claude code github repos)

  • gstack is MIT-licensed and open source at github.com/garrytan/gstack, freely forkable for Claude Code skill development (from gstack open source garrytan)

  • Garry Tan (YC president) personally uses Claude Code skills as his primary development workflow, signaling mainstream adoption among top-tier founders (from gstack open source garrytan)

  • SkyPilot agent skill enables Claude Code to autonomously manage GPU clusters — provisioning 16 GPUs on Kubernetes, submitting jobs, checking logs (from parallel gpu autoresearch skypilot)

  • Skills that teach coding agents to manage infrastructure are a new paradigm — SkyPilot skill lets Claude handle GPU provisioning end-to-end (from parallel gpu autoresearch skypilot)

  • shadcn/ui has official Claude Code skill at ui.shadcn.com/docs/skills — works out of the box, Claude picks it up and correctly uses shadcn components (from shadcn skill claude code)

  • @trq212 maintains a pinned thread cataloging Claude Code technical writing, cross-posted to official Claude blog — blog becoming destination for in-depth Claude Code guides from X (from thariq technical writing thread)

  • Community-curated resource repos for Claude Code and Codex (docs, workflows, video tutorials) are forming, confirming a maturing practitioner community (from claude code codex resource list)

  • The Claude skill-creator now includes built-in test generation to measure and optimize skill trigger rate — the rate at which a skill is correctly invoked when it should be (from claude skill creator test generation)

  • Skills are portable across three Claude surfaces: Claude Code (plugin), desktop app, and Cowork — meaning skill investments aren't locked to one product (from claude skill creator test generation)

  • shadcn/cli v4 adds presets, dry-run mode, and monorepo support alongside "shadcn/skills," giving teams safer automation in CI/agent-driven pipelines (from shadcn cli v4 skills)

  • "Agent councils" — groups of agents reviewing PRs and app performance — represent a new organizational pattern where AI agents collaborate on quality assurance (from chintan agent first engineering)

  • Building a "deep library of agents + skills" as reusable components is the agent-era equivalent of internal libraries — the compounding asset is now prompt/skill infrastructure (from chintan agent first engineering)

  • Agent-first teams generate internal tooling at dramatically higher rates because the cost of building a tool drops to near-zero — 30+ tools in weeks (from chintan agent first engineering)

  • The "underrated tools" question for Claude Code generated 188 replies (45% reply-to-like ratio), indicating a deep feature surface with non-obvious power-user techniques ripe for community knowledge sharing (from underrated claude code tools)

  • Garry Tan publicly released gstack as an installable skill pack (6.4K likes), demonstrating massive demand for pre-configured Claude Code setups — skill packs are becoming a "dotfiles for AI" culture (from garry tan gstack skill pack)

  • The cf-crawl skill uses Cloudflare's /crawl endpoint to batch-crawl documentation sites in one shot, outputting markdown; installable via npx claude-code-templates@latest --skill utilities/cf-crawl, establishing a package-manager pattern for skill distribution (from cf crawl scheduled knowledge base)

  • Intercom built an internal plugin system with 13 plugins, 100+ skills, and hooks, demonstrating enterprise-scale investment in Claude Code as a "full-stack engineering platform" (from intercom claude code plugin system)

  • 100+ skills across 13 plugins at a single company suggests skill libraries grow rapidly once teams adopt the plugin pattern, reinforcing the need for skill organization and management tooling (from intercom claude code plugin system)

  • Karpathy's autoresearch tool can be repurposed to iteratively tune AI agent skills by running automated research loops in the background — combined with Hamel Husain's evals-skills framework, it creates "auto-evals" for skill quality (from autoresearch skill tuning evals)

  • Tuning 190+ skills requires automated pipelines rather than manual prompt engineering — running autoresearch "all day in the background" as a continuous skill improvement loop is an emerging pattern (from autoresearch skill tuning evals)

  • Josh Pigford released an open-source macOS app for organizing and editing AI agent skills, confirming that managing large SKILL.md collections is a recognized workflow problem warranting purpose-built GUI tooling (from shpigford macos markdown skills apps)

  • The emergence of standalone skill organizer apps mirrors how ecosystems form around developer platforms — rapid open-source tooling filling gaps the platform doesn't address (from shpigford macos markdown skills apps)

  • Role-specific loop patterns expand Claude Code beyond engineering: recruiters monitoring open roles, teachers flagging struggling students, real estate agents watching MLS for niche listings (from claude code loop business use cases)

  • Anthropic reached $14B annualized revenue run rate ($0 to $14B in 3 years); Claude Code alone is at $2.5B run rate in under one year, with $1M+ customers 40x'd year-over-year to 500+ (from anthropic 14b revenue run rate)

  • Claude Code now accounts for 4% of all GitHub commits, indicating meaningful penetration of the global developer workflow (from anthropic 14b revenue run rate)

  • Claude Code + Obsidian is described as "insanely powerful" and uniquely enabled by Obsidian's local markdown files — Notion and Apple Notes cannot replicate this because they lack direct filesystem access (from claude code obsidian power)

  • A curated list of daily-use Claude Code plugins generated 2.3K likes and 207 retweets, indicating strong demand for plugin discovery and curation in the ecosystem (from best claude code plugins)

  • Claude Code has unreleased features discovered via binary inspection: "Penguin Mode" (fast mode), "Grove" (privacy/data), "Amber Flint" (agent teams), "Marble Anvil" (thinking edits) — agent teams being built as a first-party feature (from claude code unreleased features)

  • A comprehensive guide to building skills for coding agents (619 likes) suggests skill-authoring patterns are mature enough for canonical documentation, with architectures converging across agent platforms (from building coding agent skills)

  • X's revamped API enabled a Claude Code skill for real-time social search, modeled after the native research agent pattern — skills are expanding Claude Code beyond development into live intelligence monitoring (from claude code x search skill)

  • A self-learning Claude Code skill that observes usage patterns and automatically creates new skills achieves meta-programming where the agent's capability set grows through use (2.5K likes) (from self learning claude code skills)

  • CodexBar tracks token usage in Claude Code, addressing the need for real-time AI spend monitoring; 1.3K likes signals cost management is a widespread pain point (from codexbar token tracking)

  • Anthropic open-sourced 11 domain-specific plugins (sales, finance, legal, data, marketing, support), lowering adoption friction for enterprise teams to fork and customize (from anthropic open source plugins)

  • Anthropic released a free official course "Claude Code in Action" covering best practices, recommended even for advanced users; 1.3K likes signals strong demand for structured learning resources (from claude code free course)

  • Decode embeds a browser and whiteboard directly into Claude Code, creating a visual feedback loop where developers annotate UX issues while the agent codes — whiteboard-style annotation is an emerging UX pattern for human-AI collaboration (from decode browser whiteboard claude code)

  • Power users invest 1,200+ hours into Claude-based research workflows across AI papers, market analysis, and competitive intelligence, indicating Claude is becoming a primary research tool (from claude research assistant prompts)

  • dev-browser (npm i -g dev-browser) lets agents control browsers by writing sandboxed Playwright scripts in QuickJS WASM — fundamentally different from screenshot-based computer use (from dev browser sawyerhood)

  • Pre-approve dev-browser in Claude Code settings with "Bash(dev-browser *)" permission to eliminate approval prompts — pattern for any trusted CLI tool (from dev browser sawyerhood)

  • iMessage channel plugin reads chat.db directly via Bun's SQLite driver and sends via AppleScript — zero external dependencies, macOS only (from claude sms messaging setup)

  • Claude Code --channels flag enables persistent bidirectional communication channels (polling inbound + sending outbound), fundamentally different from regular MCP servers (from claude sms messaging setup)

  • Claude Cowork Dispatch: text Claude from your phone, it completes the task — no setup, no plugins (from claude sms messaging setup)

  • Cross-platform SMS requires Twilio SMS MCP server (YiyangLi/sms-mcp-server) with a Twilio API account — the only option that works on Android/web (from claude sms messaging setup)

  • iPhone Shortcuts can route messages to Claude API and send responses back — zero-code, no-server approach for phone-to-Claude communication (from claude sms messaging setup)

  • Companies building agent-economy primitives: agentmail (AI email), tryagentphone (AI phone), daytonaio/e2b (AI computers), browserbase/browser_use/hyperbrowser (AI browsing), firecrawl (crawling), mem0ai (memory), composio (SaaS tools), elevenlabs/vapi_ai (voice) (from an economy of ai coworkers)

  • Linear MCP expanding from engineering to cross-functional workflows — product management capabilities beyond issue tracking (from linear mcp product management)

  • Tom Dörr built a senior design architect agent for Claude that handles complex design architecture tasks — specialized professional agents are expanding Claude's capabilities into domain-specific workflows (from claude senior design architect agent)

  • Claude Code is being used for code auditing of Google and Meta ad systems, demonstrating practical application beyond typical coding assistance into security and quality assurance workflows (from claude code audits google meta ads)

  • Evo is an open-source plugin for Claude Code and Codex that turns a codebase into an autonomous research loop — it auto-discovers metrics to measure, instruments benchmarks, and runs tree-search algorithms with parallel subagents to optimize performance, eliminating manual benchmark creation (from evo claude autoresearch orchestrator)

  • A GitHub plugin marketplace for Claude Teams auto-installs multiple plugins (with sub-skills and agents) across every team member's instance, where repository updates sync automatically to all instances — centralized, single-source plugin management with no manual intervention (from claude teams github plugin marketplace)

  • Tolaria ships an out-of-the-box MCP server so Claude and other AI tools can natively read and edit the knowledge vault without external integrations — a reference pattern for knowledge tools shipping MCP as a default surface; built with AI-assisted engineering (100K+ LOC, 3,000+ tests at 85% coverage, 9.9/10 code health) on Tauri/React/Rust (from tolaria llm wiki app karpathy)

Anthropic Platform Releases

  • Claude Managed Agents (public beta on the Claude Platform) pairs an agent harness tuned for performance with production infrastructure — prototype-to-launch in days; positions Anthropic as the PaaS layer for agents (from claude managed agents production platform)

  • Claude Managed Agents = Platform-as-a-Service for AI: 4 user personas, live console with sessions/analytics/per-agent costs, $2.58 fulfillment cost on $1k of service delivery (~99.7% margin); a free Google Doc deploys your first agent when given to Claude Code (from claude managed agents breakdown economics)

  • Managed Agents API integrates with Linear's Agents SDK — Claude one-shotted a complete deployment example (linear/claude-managed-agents-demo); the platform is built to slot into existing developer-tools ecosystems, not replace them (from claude managed agents linear sdk integration)

  • The Advisor Strategy on the Claude Platform: pair Opus as advisor with Sonnet/Haiku as executor for near-Opus intelligence at a fraction of the cost — splitting reasoning from execution as a first-class platform pattern (from claude advisor strategy platform)

  • The Monitor tool (Claude) creates background scripts that wake the agent only when needed — major token saver, replaces polling loops, follows logs for errors and PR state changes (from claude monitor tool background scripts)

  • Anthropic shipped a 14-minute video guide ("Agents → Structure → Tools → Execution → Systems → Money") and a 33-page Claude Skills guide — first-party documentation now covers persistent instructions, memory, automation, and monetization (from anthropic agent architecture guide)

  • Claude Design (Anthropic Labs) is in research preview on Pro/Max/Team/Enterprise — make prototypes/slides/one-pagers by talking to Claude; powered by Opus 4.7 vision and natively renders HyperFrames videos in 2 prompts (from claude design hyperframes video creation)

  • Anthropic's official claude-code-setup plugin scans a project and recommends hooks, skills, MCP servers, subagents, and automations, then walks through setup step-by-step — first-party configuration tooling is now part of the platform surface (from claude code setup plugin enhancement)

Free Inference and Model Access

  • NVIDIA hosts ~80 AI models via free APIs (MiniMax M2.7, GLM 5.1, Kimi 2.5, DeepSeek 3.2, GPT-OSS-120B, Sarvam-M, etc.) — set base_url to integrate.api.nvidia.com/v1 with an API key from build.nvidia.com; plugs into OpenClaude, OpenCode, Zed, Hermes agent, and Cursor (from nvidia free ai models apis)

Skill Distribution and Community Tooling

  • ZenSpinner replaces Claude Code's spinner verbs with zen quotes — small, but the trend of customizing every surface of the agent experience is itself a signal of ecosystem maturity (from zenspinner claude zen quotes)

  • FieldTheory CLI (npm install -g fieldtheory, ft sync) downloads X bookmarks locally so agents can read them; ft viz, ft classify <url> — local bookmark graph as agent-readable context (from fieldtheory x bookmarks cli tool)

  • Allie K. Miller's /ss screenshot skill is now widely shared as a reference implementation for visual input — /ss N <action> lists the newest N screenshots and acts on them (huh to explain, fix to debug, do this to remix) (from claude screenshot skill visual processing)

  • Bilgin Ibryam shipped a Claude Code skill that auto-generates and updates Excalidraw architecture diagrams — visual documentation as workflow side-effect, not a separate task (from claude excalidraw architecture diagrams)

  • ByteRover unifies scattered knowledge from Obsidian, GBrain, wikis, and forgotten markdown files into a Claude/Claude Desktop-queryable, relevance-scored index — brv connectors install "Claude Desktop" (from byterover unified knowledge search)

  • Cabinet runs on Claude Code with agents that have heartbeats and scheduled jobs — open-source Paperclip-style document processor + KB + inline web app, all stored as markdown on disk with no vendor lock-in (from cabinet llm knowledge base tool)

  • Lamina Labs' SDK gives Codex the ability to render full whiteboard animated explainer videos in seconds — single API call, "to draw" becoming an agent primitive (from codex whiteboard animation sdk)

  • HKUDS/Vibe-Trading ships an MCP plugin so Claude/Cursor/Codex can run trading flows directly from the editor — finance-as-skill via MCP is a reference pattern for vertical agent toolkits (from vibe trading open source trading agent)

  • Claude Ads audits Google/Meta/YouTube/TikTok/LinkedIn ads across 250+ checks and reportedly cuts ad waste up to 35% — packaged Claude Code skills for marketing operations are crossing into production (from ai automation github repositories passive income)

  • claude-smart is an open-source local plugin for Claude Code and Codex that turns session corrections into reusable learnings across projects, reducing unnecessary planning loops and token usage on repeated task patterns (from claude smart self improving plugin)

  • LibreChat's self-hosted model wrapper includes Claude alongside ChatGPT, Gemini, DeepSeek, and 20+ other providers with native MCP support, showing Claude ecosystem access increasingly happens through owned multi-model infrastructure as well as first-party clients (from free github repos replacing paid tools)

Internal Knowledge Sharing at Anthropic

  • Anthropic employees actively share internal methods for staying informed about Claude development and understanding ongoing work through informal peer-to-peer conversations and resource sharing (from anthropic internal claude knowledge sharing)
  • Techniques for tracking Claude progress developed internally at Anthropic (e.g., by Suzanne) are considered valuable enough to share publicly, indicating active internal knowledge curation around the platform (from anthropic internal claude knowledge sharing)

Boris Cherny Dogfooding Opus 4.7

  • Boris Cherny (Anthropic) reports being incredibly productive dogfooding Opus 4.7 over weeks — first-party productivity tips on 4.7 are now part of the public discourse (from opus 4 7 productivity tips)

Voices

42 contributors
Claude

Claude

@claudeai

Claude is an AI assistant built by @anthropicai to be safe, accurate, and secure. Talk to Claude on https://t.co/ZhTwG8d1e5 or download the app.

924.6K followers 2 tweets
Ruari Wood-Freeman

Ruari Wood-Freeman

@Ruari_wf

I tweet about building a AI platform that connects brands to podcasters by Vibe. Self taught python 🐍 - working solo 1️⃣- learning everyday 📖

58 followers 2 tweets
Suryansh Tiwari

Suryansh Tiwari

@Suryanshti777

Exploring AI & SaaS trends early Sharing what’s actually useful Helping builders turn ideas → products → traction – 📩 Open to collabs

34.4K followers 2 tweets
Garry Tan

Garry Tan

@garrytan

President & CEO @ycombinator —Founder https://t.co/7aoJjp1iIK—designer/engineer who helps founders—SF Dem accelerating the boom loop—haters not allowed in my sauna

719.4K followers 1 tweet
Tom Dörr

Tom Dörr

@tom_doerr

Follow for posts about GitHub repos, DSPy, and agents Subscribe for top posts DM to share your AI project (Due to volume of DMs I'll prioritize subscribers)

195.1K followers 1 tweet
Charly Wargnier

Charly Wargnier

@DataChaz

🦞 Clawdbot / @openclaw tinkerer • Ex @Streamlit @Snowflake Maestro • Also tweet about AI agents, LLMs, and web apps • My ❤️ is open source • DM for collabs 📩

161.3K followers 1 tweet
jason

jason

@jxnlco

hype @openai

62.8K followers 1 tweet
Cody Schneider

Cody Schneider

@codyschneiderxx

folllow for shiposting about the growth tactics i'm using to grow my startup building @graphed with @maxchehab Get Started Free - https://t.co/stXlkQBlSj

59.9K followers 1 tweet
Delba

Delba

@delba_oliveira

🪄💫 • @vercel ▲

50.4K followers 1 tweet
Ihtesham Ali

Ihtesham Ali

@ihtesham2005

investor, writer, educator, and a dragon ball fan 🐉

16.6K followers 1 tweet
rody

rody

@0x_rody

AI tools analyst | Code & consciousness | @zscdao

970 followers 1 tweet
Guri Singh

Guri Singh

@heygurisingh

Sharing practical ways to use Al, No code, and Tech Tools • Follow me to learn and master AI, Tech tools & Digital Skills • AI Educator & Writer • DM for Collab

47.2K followers 1 tweet
Morgan

Morgan

@morganlinton

Cofounder/CTO @BoldMetrics - love building teams and software, in that order. Early @ Sonos, Engineering @ Carnegie Mellon. Not an expert - always learning.

31.0K followers 1 tweet
Nabeel Hyatt

Nabeel Hyatt

@nabeel

vc @sparkcapital 🐶 partner to @thebotcompany @discord @descriptapp @meetgranola @instawork @ridezum, prior bod @cruise @postmates Q 🍉 side-gig @BerkeleyTTL

23.7K followers 1 tweet
Oliver Prompts

Oliver Prompts

@oliviscusAI

Helping you understand AI. Software Engineer. Opinions are personal. DM for collabs.

13.7K followers 1 tweet
elvis

elvis

@omarsar0

Building @dair_ai • Prev: Meta AI, Elastic, PhD • New AI learning portal: https://t.co/1e8RZKs4uX

303.2K followers 1 tweet
Paras Chopra

Paras Chopra

@paraschopra

life is a game 🕹️ • building @lossfunk

234.7K followers 1 tweet
Sac

Sac

@Saccc_c

探索00后的财富自由之路(全面开源成长路径,关注我,一起实现财富自由)|疯狂探索 AI 的边际和商业应用|@SWUFEBA @Ntusg

23.8K followers 1 tweet
Sean Geng

Sean Geng

@seangeng

Always building something fun 🎮 on @b3dotfun | Prev: engineering leader @Coinbase, @solana startup free components / prompts at my personal site

4.1K followers 1 tweet
Sharbel

Sharbel

@sharbel

Co-Founder https://t.co/G1eWKZtmi7. I help you build AI systems that work while you sleep.

61.3K followers 1 tweet
T

Theo - t3.gg

@theo

1 tweet
Yi Lu

Yi Lu

@yyyiiillluuu

TL for Meta AI personalization and agent memory (Reality lab) Former head of ML at Forethought (acquired by Zendesk) Adjunct prof University of Washington

284 followers 1 tweet
0

Moysei

@0xMoysei

1 tweet
A

Aarush

@aarush_kukreja

1 tweet
Daniel San

Daniel San

@dani_avila7

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 ☕️

27.1K followers 1 tweet
D

Dan McAteer

@daniel_mac8

1 tweet
Minty

Minty

@DeFiMinty

Research @Delphi_Digital | Not Financial Advice | Opinions Are My Own

83.6K followers 1 tweet
James Bedford

James Bedford

@jameesy

engineering @zerion, building https://t.co/3RQYuZAcrt

5.2K followers 1 tweet
Jason Kneen

Jason Kneen

@jasonkneen

R&D AI Labs prev. @morph_labs @restreamio @EmergentLabs @blackboxai @axway and built @huggiapp @moltrats @vibeclawdev @cursorbuddyapp @codesurfai

29.4K followers 1 tweet
Manthan Gupta

Manthan Gupta

@manthanguptaa

ai research engineer • designing agent runtimes, memory & retrieval systems for autonomous agents • dms open

21.9K followers 1 tweet
M

Matthew Berman

@MatthewBerman

1 tweet
M

MIKE

@mikenevermiss

1 tweet
N

Nityesh

@nityeshaga

1 tweet
P

Pejman Pour-Moezzi

@pejmanjohn

1 tweet
P

Moe Ali

@ProductFaculty

1 tweet
rahul

rahul

@rahulgs

head of applied ai @ ramp

13.1K followers 1 tweet
rLLM

rLLM

@rllm_project

Enabling AI agents to "learn from experience" @BerkeleySky Try Hive: https://t.co/S9kJjTWgA9

1.0K followers 1 tweet
S

Samuel Stroschein

@samuelstroschei

1 tweet
Sawyer Hood

Sawyer Hood

@sawyerhood

Software Engineer that is building weird shit in public, latest projects: https://t.co/6dQdN8KliO https://t.co/rQyv2zpSkj. Prev: @figma, @facebook.

15.9K followers 1 tweet
Shiv

Shiv

@shivsakhuja

Pontificating... / Vibe GTM-ing / Making Claude Code do non-coding things building a team of AI coworkers @ Gooseworks / prev @AthinaAI /@google / @ycombinator

52.2K followers 1 tweet
V

Vaibhav Sisinty

@VaibhavSisinty

1 tweet
V

Vincent van der Meulen

@vinvan

1 tweet