Claude Code & Coding Agents
Getting more out of coding agents: Claude Code skills, plugins, hooks and subagents, Cursor rules, Codex workflows and the tools engineers add to them.
Coding agents stopped being autocomplete once they could run commands, read a repository and load instructions on demand. The real gains now come from their extension points; a well-written skill or plugin changes what Claude Code does across every session, while a poorly scoped one fills the context window with instructions the task never needed.
These articles review the skills and plugins worth installing, explain how skills load and why they fail, and follow how OpenAI, Anthropic and others are opening their coding agents to each other.
Start here: Agent skills research · Memory vs agent skills · Agent skills (glossary)

9 Essential Claude Skills for AI Engineers Building Production Agents + 1 Bonus Skill
Nine Claude Skills we run in production, plus one bonus, with the install command for each and what it saves you. Updated September 2026.

How To Use Jev In Your AI Agent: A Map Of Decision Seams
Jev cannot write a single word, which is the reason to care about it, so the question worth asking is never whether it should be your agent but which decisions inside your agent it should own.

Best Claude Code Skills in 2026: 12 New Skills and What Changed
Important Claude Code skills shipped since February 2026, what each replaces, install commands, and the security problem that came with the marketplace.

Why OpenAI shipped an Official Plugin for Claude Code
OpenAI ships Codex plugin for ClaudeCode harness

Why Skills Are The New Microservices
Skills are how modular AI agents scale. Discover why skills replace monolithic prompts, how to architect composable agents, and the context management patterns that make them work at scale.