add-skill

Create and update Claude skills with structured YAML frontmatter and bundled resources.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill add-skill-bedabeda-growth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-skill
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/add-skill
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill add-skill-bedabeda-growth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework to guide teams in creating and updating Claude skills, reducing ambiguity and ensuring consistency.

Core Features & Use Cases

  • Clear frontmatter-driven metadata
  • Guidance on bundling resources (scripts, references, assets) and publishing workflows
  • Step-by-step planning to design, implement, and publish skills

Quick Start

Begin by understanding requirements and planning reusable resources to create or update a Claude skill.

Frequently Asked Questions about add-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude skill with the correct YAML frontmatter?

To create a Claude skill, you need a SKILL.md file with YAML frontmatter containing the name and description fields, followed by a descriptive body. This framework ensures your skill meets the required metadata structure for validation and publication.

What is the best way to package and publish a Claude skill for team use?

The best way to package a Claude skill is to assemble your SKILL.md alongside optional bundles like scripts, references, and assets, then follow a defined workflow for validation and deployment to ensure consistent team governance.

Can I include external scripts and assets when designing Claude skills?

Yes, you can include external scripts, references, and assets when designing Claude skills. These optional bundles are supported alongside the core SKILL.md file to help you plan and assemble reusable resources for your team.

What are the requirements for updating an existing Claude skill?

Updating an existing Claude skill requires modifying the SKILL.md file to ensure the YAML frontmatter and descriptive body remain accurate. You must also re-validate any bundled scripts, references, or assets before repackaging and deployment.

Does a Claude skill require coding experience to set up?

Setting up a Claude skill does not strictly require deep coding experience if you are only planning the SKILL.md and YAML frontmatter. However, assembling optional script bundles and preparing publication workflows may require technical familiarity.

Why do I need YAML frontmatter in my SKILL.md file?

You need YAML frontmatter in your SKILL.md file to provide clear metadata like the skill name and description. This structured framework reduces ambiguity and ensures consistency across teams during validation and publication.