// tag

#Agents

7 posts · page 1/1

Tech· 2026-05-14· 5min

Every Useful Skill Is One of Five Shapes

Skills aren't a freeform format. The useful ones fit one of five shapes — sequential workflow, multi-MCP coordination, iterative refinement, context-aware selection, domain-specific intelligence. Picking the right shape is most of the design work. Picking the wrong one is most of the bugs.

#claude-code#workflow#agents#skills
Tech· 2026-05-13· 5min

MCP Gives You the Kitchen. Skills Are the Recipe.

Most teams ship one of these and call the job done. MCP gives the agent tools. Skills tell it which to use, in what order, with which fallbacks. Without skills, your MCP integration ends with users asking 'okay, what now?'

#claude-code#mcp#agents#skills
Tech· 2026-05-12· 5min

Your Skill Is One Line of YAML. The Rest Is Padding.

Every skill lives or dies by a single line in the frontmatter. If the description doesn't trigger, the instructions never load. Most authors spend an hour on a beautiful body and ten seconds on the line that decides whether anyone ever reads it.

#claude-code#agents#skills#ai-engineering
Tech· 2026-05-11· 5min

The Five Layers of an Agent Setup — and When Each One Is Premature

Memory, skills, hooks, subagents, plugins. Five layers in a strict order, each earning a specific payoff, each a mistake if you reach for it before a symptom asks for it. The honest part of the ladder is the rungs you don't climb yet.

#claude-code#agents#skills#subagents
Tech· 2026-04-22· 5min

The Five Claudes You're Not Using

If your only Claude tab is claude.ai, you're using the smallest surface Anthropic ships. There are five more — Skills, Code, Projects, Cowork, Design — and most teams leave the highest-leverage ones untouched. Here's a diagnostic, a tour in order of leverage (not the marketing order), and a rule for which surface to open next Monday.

#developer-tools#agents#claude#ai-workflow
Tech· 2026-04-20· 5min

A working developer's toolkit for Claude Code

Ten repos that genuinely change how I work with Claude Code — and a suggested order for adopting them. Install one, use it for a week, keep only the ones that stuck. Never install a bundle.

#claude-code#developer-tools#workflow#mcp