Posts

Showing posts from May, 2026

Supercharging AI Coding Agents: A Deep Dive into My Custom Skills Repository

The rise of AI coding agents, like Claude Code, has fundamentally changed how we write, review, and ship software. But out of the box, even the most advanced models can lack the structured, context-aware workflows that seasoned engineers rely on. That’s why I created fabianmagrini/skills —my personal directory of custom skills designed to extend coding agents that support the Agent Skills standard . If you're looking to transform your AI coding assistant from a generic code-generator into a rigorous, end-to-end engineering partner, here is a look at what the repository offers and how you can use it to level up your workflow. What are Agent Skills? At their core, skills are reusable, invocable prompts that extend the capabilities of your coding agent. Each skill lives in its own directory and is triggered via a simple slash command. Instead of writing out a massive, detailed prompt every time you want your AI to perform a comp...