← Back to hub

February 2026 Catchup

Top 25 hottest Claude Code items trending in February 2026.

#1. Claude Opus 4.6

First Opus-class model with a 1M-token context window plus 'agent teams' that let multiple Claude Code agents work in parallel — released Feb 5.

anthropic
context
claude --model claude-opus-4-6

#2. Claude Sonnet 4.6

New default Sonnet at $3/$15 per MTok hits 79.6% on SWE-bench Verified with 1M-token context — released Feb 17.

anthropic
claude --model claude-sonnet-4-6

#3. Apple Xcode 26.3 + Claude Agent SDK

Xcode ships native Claude Agent SDK integration — subagents, background tasks, plugins, and Preview-based visual verification for iOS/macOS/visionOS.

anthropic skill
Update Xcode to 26.3 → Settings → Accounts → Claude

#4. Claude Code Security

Reasoning-based vulnerability scanner that found 500+ zero-days in production OSS, now in limited preview for Enterprise/Team and OSS maintainers.

anthropic design
security
Available via claude.ai/code (Enterprise/Team waitlist)

#5. Claude Cowork on Windows

Cowork desktop reaches Windows with full feature parity — file access, MCP connectors, plugins — opening Anthropic's autonomous agent to ~70% of desktops.

anthropic
mcp
Download Claude Desktop for Windows → switch to Cowork mode

#6. Anthropic acquires Vercept

Seattle computer-use startup behind Vy joins Anthropic to advance Claude's desktop automation; Vercept product sunset March 25.

anthropic
n/a

#7. Claude in PowerPoint expands to Pro

Template-aware slide co-author lands on the $20/mo Pro tier — read existing decks, edit with brand-respecting precision, generate full structures from a prompt.

anthropic
PowerPoint → Get Add-ins → search 'Claude'

#8. Anthropic + Infosys partnership

Joint Center of Excellence to build Claude-powered agents for telecom, financial services, manufacturing, and software dev in regulated industries.

anthropic
n/a

#9. Cowork enterprise plugin marketplaces

10 department plugin packs + 12 new MCP connectors (Google Workspace, DocuSign, FactSet, Harvey…) and a 'Customize' admin UI for private internal marketplaces.

marketplace plugin
mcp
Cowork → /plugin → Discover → Customize (Team/Enterprise)

#10. anthropics/financial-services-plugins

Anthropic's first official vertical plugin pack — ~7.7K stars, MCP-backed integrations for finserv workflows like equity research and compliance review.

marketplace anthropic
mcp · plugin · viral
/plugin marketplace add anthropics/financial-services-plugins

#11. Fast mode for Claude Opus 4.6

Same Opus 4.6 weights, ~2.5× faster output tokens/sec, priced 6× standard — toggle with /fast in Claude Code v2.1.36+.

cost
token
Inside Claude Code: /fast (then Tab to toggle)

#12. Claude for Open Source program

Six months of free Claude Max 20x ($1,200 value) for up to 10,000 OSS maintainers of repos with 5K+ stars or 1M+ monthly NPM downloads.

cost anthropic
Apply at claude.com/contact-sales/claude-for-oss

#13. claude-devtools

Visual UI for Claude Code session logs — turn-based context, compaction visualization, subagent execution trees, token-usage observability.

cost
subagent
git clone https://github.com/matt1398/claude-devtools

#14. Claude Code Remote Control

Run a local Claude Code session, then drive it from claude.ai/code, iOS, or Android — execution stays on your machine, prompts flow from anywhere.

viral
anthropic
claude --remote (Max-tier preview)

#15. Pragmatic Engineer Survey: Claude Code most-loved

Survey of ~1,000 devs (Jan 27–Feb 17) crowns Claude Code the #1 most-loved tool at 46%, vs Cursor 19% and Copilot 9%; 95% of devs use AI weekly.

viral
n/a

#16. Anthropic OAuth third-party ban

Anthropic clarifies that Free/Pro/Max OAuth tokens cannot be used in third-party tools (incl. its own Agent SDK) — ending the OpenClaw-era subscription resale loophole.

design
cost · token · anthropic
n/a

#17. The Claude C Compiler

Nicholas Carlini's parallel-Claude experiment: Opus 4.6 + agent teams produced a dependency-free Rust C compiler that boots Linux on x86/ARM/RISC-V.

design
git clone https://github.com/anthropics/claudes-c-compiler

#18. Superpowers (obra)

20+ composable skills enforcing clarify→design→plan→code→verify discipline — exploded to 55K+ stars in Feb after Anthropic accepted it into the official marketplace.

skill
design · plugin · anthropic · marketplace
/plugin marketplace add obra/superpowers-marketplace

#19. addyosmani/agent-skills

Addy Osmani (Google) drops production-grade engineering skills compatible with Claude Code, Cursor, and Antigravity — ~18K stars in weeks.

skill
viral
git clone https://github.com/addyosmani/agent-skills ~/.claude/skills/addyosmani

#20. mattpocock/skills

Matt Pocock's personal `.claude/skills` directory becomes the most-cloned creator-driven skill collection of the month — ~16.5K stars.

skill
viral · marketplace
git clone https://github.com/mattpocock/skills ~/.claude/skills/mattpocock

#21. Anthropic Cybersecurity Skills

754 cybersecurity skills mapped to MITRE ATT&CK and NIST CSF — riding the Claude Code Security wave to ~5K stars.

skill
anthropic · viral · security
git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills ~/.claude/skills/cybersec

#22. code-review-graph

Local knowledge-graph MCP server for Claude Code — claims 6.8× fewer tokens on review tasks via tree-sitter + graph indexing. ~11.7K stars.

mcp
token · viral
pip install code-review-graph && claude mcp add code-review-graph

#23. engram

Persistent agent memory MCP server in Go + SQLite — tools for store/recall/forget across sessions, riding Feb's memory-layer wave.

mcp
memory
go install github.com/Gentleman-Programming/engram@latest

#24. context-mode

Claude Code plugin that sandboxes tool output via PreToolUse/PostToolUse hooks — claims 98% context-window reduction across 12 platforms.

plugin
/plugin install mksglu/context-mode

#25. Composio agent-orchestrator

Parallel coding-agent orchestrator from Composio — coordinates Claude Code subagents on CI fixes and merge-conflict resolution. ~6.4K stars.

plugin
viral
npx @composio/agent-orchestrator init