

I built npx build-skill for your agent skills
Hey everyone! Just shipped Build Skill, a CLI that scaffolds AI agent skill repositories in one command. I kept running into the same friction when creating skills: every time I wanted to create a new skills repo, I was manually wiring up folder structures, marketplace configs, GitHub Actions workflows, sync scripts — the same tedious boilerplate every time. None of it is hard. All of it is...
Why I built npx build-skill
If you're not familiar, Agent Skills are the open standard for packaging instructions, scripts, and resources that AI coding agents can discover and use — think Claude Code, Cursor, Codex, and dozens of others. It's a simple idea with a lot of power: you write a SKILL.md file, structure a folder around it, and suddenly your agent knows how to do something new. The concept is great. The setup?...
