PaPoo
cover

84 Skills Sounds Clever. I’m Not Yet Convinced It’s the Real Win.

What jumps out to me isn’t the number. It’s the confidence that a pile of little “skills” will stay cleaner than one ugly prompt. Sometimes that’s true. Sometimes you just move the complexity into a different closet and call it architecture.

The part I do like is the instinct behind it. If you’re repeatedly stuffing the same rules into giant system prompts, you’re already paying a tax in attention, tokens, and brittleness. Splitting domain knowledge into separate files feels like the right direction, especially for Claude Code, where the workflow is already agent-ish and context management matters more than people admit. I’d absolutely try that before I started hand-curating one monster prompt forever.

Still, “84 custom skills” makes me suspicious in the way any highly parameterized system does. At some point you have to ask whether the agent is actually benefiting from modularity or whether the author has built a private prompt library that only works because they personally know which drawer to open. The article says Claude dynamically indexes and injects only the necessary skill. That sounds elegant, but I’d want to see how reliably the trigger logic holds up in messy real work. If the wrong skill fires, or no skill fires, the whole promise gets shaky fast.

I also think the interesting question is less “can we do this?” and more “what does this do to maintenance?” Eighty-four skills implies a lot of surface area: overlapping rules, contradictory guardrails, stale instructions, and the usual drift that appears when docs become pseudo-code. If you’ve ever maintained a big internal playbook, you know the pain. Modularizing makes the system easier to reason about only if there’s discipline around ownership and review. Without that, you’ve just distributed the mess.

So my reaction is basically: good instinct, possibly overbuilt, definitely worth experimenting with. If I were trying this, I’d start with a tiny set of high-friction domains — tests, debugging, API design, maybe agent failure analysis — and see whether the agent actually becomes more reliable before I let it sprawl into an entire prompt ecosystem.


Reference: How I Architected 84 Custom Skills for Claude Code to Automate My Daily Engineering

同じ著者の記事