Anthropic shipped seven Claude Code changelog releases in six days this August, and two of them carry changes that affect real money and real workflows: a migration command for the Python SDK 1.x break, and plugin sync from claude.ai. This digest reads the full official changelog so you don’t have to, and groups what matters… Continue reading
Posts Tagged → plugins
Claude Code Plugins Guide
Build and distribute plugins that bundle skills, agents, hooks, MCP servers, and LSP support into installable packages.
Continue readingClaude Code Extensibility: Skills vs Hooks vs Subagents
Claude Code extensibility gives you four distinct mechanisms to reshape the agentic coding workflow around your team’s needs. Skills, Hooks, Subagents, and Plugins each occupy a unique position on the extensibility spectrum, and choosing the wrong one wastes time, tokens, and context. This guide gives you a decision framework so you pick correctly the first… Continue reading