skill-creator

Guide creation of Claude skills with YAML frontmatter and bundled resources.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bbolek-ap/new-ai-native --skill skill-creator-bbolek-ap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bbolek-ap/new-ai-native/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/bbolek-ap/new-ai-native --skill skill-creator-bbolek-ap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  1. Specialized workflows - Multi-step procedures for specific domains
  2. Tool integrations - Instructions for working with specific file formats or APIs
  3. Domain expertise - Company-specific knowledge, schemas, business logic
  4. Bundled resources - Scripts, references, and assets for complex and repetitive tasks

Quick Start

Initialize a new skill scaffold and tailor SKILL.md plus optional resources to your use case.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude skill to extend its capabilities with custom workflows?▼

To create a Claude skill, you design and package a SKILL.md file containing YAML frontmatter and concise body instructions, optionally bundling scripts, references, or assets for complex tasks.

What is YAML frontmatter and why is it required in SKILL.md?▼

YAML frontmatter in SKILL.md defines the skill's metadata, ensuring Claude can properly identify and apply the packaged knowledge, workflows, or tool integrations when the skill is triggered.

How do I package scripts and reference assets into a custom workflow?▼

You package scripts and reference assets by bundling them alongside the SKILL.md file, allowing Claude to execute repetitive domain-specific tasks and integrate specialized file formats or APIs.

Can I update an existing skill to add new domain expertise or tool integrations?▼

Yes, you can update an existing skill by modifying its core SKILL.md content and adding optional bundled resources to integrate new company-specific knowledge, schemas, business logic, or APIs.

Does building a skill require external dependencies or components?▼

Building a skill requires no external dependencies or components; you only need to define the YAML frontmatter, body instructions, and optional bundled resources within the skill package.

When should I bundle scripts into a skill instead of just writing instructions?▼

You should bundle scripts into a skill when automating complex and repetitive domain tasks, moving beyond simple instructions to provide executable assets that integrate specific file formats or APIs.