MSMarek Skopowskiinblog.skopow.ski·8h ago · 2 min readFrontmatter FTW: How to Make Agent Skills DiscoverableIf your AI agent loads 30 complete Markdown skill files directly into its system prompt, you're burning 40,000 tokens of input budget before the user even types a single word. Worse, drowning the mode00
MSMarek Skopowskiinblog.skopow.ski·Jul 25 · 3 min readStop Using Full OAuth Handshakes for Internal Microservice AuthOAuth 2.0 was designed to solve a specific problem: delegating access to third-party applications without sharing credentials over public networks. Somehow, over the last decade, teams started blindly52I
MSMarek Skopowskiinblog.skopow.ski·Jun 27 · 6 min readMCP vs ACP: Clarifying the Protocol Layer in the Agentic EraThe rapid evolution of the AI developer space has shifted our focus from single-turn propmpts to autonomous, multi-agent workflows. Building a system that scans code, writes a PR, runs tests, and depl00
MSMarek Skopowskiinblog.skopow.ski·May 2 · 7 min readA Good Agent Skill Is a Contract, Not a PromptWhen people start using AI coding agents seriously, they usually make the same mistake: every time the agent does something wrong, they add another instruction. One more rule, one more exception, one 40
MSMarek Skopowskiinblog.skopow.ski·Apr 11 · 6 min readStop Writing Bigger Prompts. Start Designing Agent Skills.When an AI coding agent does something wrong, the natural reaction is to add more instructions. Another rule. Another example. Another edge case paragraph. The prompt grows from a few hundred tokens t95BA