metaskillsmetaskillsCommunity·1 Agent Skills Included

skill-builder

Create, edit, and convert Claude Code skills

Guides the creation of new Claude Code skills from scratch, refinement of existing skill descriptions, and conversion of sub-agent configs into skill format. Eliminates guesswork around naming rules, metadata limits, and file structure with ready templates and reference guides. Promotes CLI and Node.js scripting patterns so finished skills run reliably and invoke correctly.
npx skills add metaskills/skill-builder --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skill-builder?

Run `npx skills add metaskills/skill-builder --all -g -y` in your terminal to install it globally.

How to create a new Claude Code skill?

Invoke this skill and describe the workflow you want. It walks you through naming, description writing, file structure, and validation step by step.

Can I convert sub-agents into skills?

Yes. It transforms existing sub-agent configs into skill format by rewriting descriptions for automatic invocation and removing unsupported fields.

Why is my skill not being invoked?

Weak descriptions are the usual cause. This skill rewrites your description with trigger keywords and concrete use cases so Claude invokes it reliably.

Does skill-builder require coding experience?

No. It asks simple questions about your workflow and generates the complete skill structure, including optional Node.js scripts, for you.

Related Repositories in Software Engineering

View All in Software Engineering