The create-skill guides developers and agents in building modular skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. It addresses the problem of maintaining performant, maintainable agent systems by establishing a progressive disclosure architecture that keeps initial context loads small (<200 lines) while enabling deeper resources to load on-demand. The skill emphasizes conciseness, appropriate degrees of freedom in instructions, and cross-model testing to ensure skills integrate effectively into agent systems.
npx skills add https://github.com/siviter-xyz/dot-agent --skill create-skill