skill-creator

Create or update Claude skills with SKILL.md structure and bundled resources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Nymbo/Skills --skill skill-creator-nymbo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Nymbo/Skills/tree/main/skill-creator
Command: npx skills add https://github.com/Nymbo/Skills --skill skill-creator-nymbo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating new AI skills can be complex, requiring adherence to specific structures, design principles, and best practices. This skill provides a guided workflow to streamline skill development, ensuring high-quality and effective integrations.

Core Features & Use Cases

  • Guided Skill Creation: Follows a step-by-step process from understanding user needs to planning, implementing, and packaging a new skill.
  • Resource Management: Explains how to effectively organize and utilize bundled resources like scripts/, references/, and assets/ for modularity and efficiency.
  • Use Case: When you need to integrate a new internal API, automate a custom workflow, or embed domain-specific knowledge into Claude, use this skill to ensure your new skill is well-structured, efficient, and easily discoverable.

Quick Start

I want to create a new skill called 'project-manager'. Guide me through the process of building it.

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 new Claude skill with the proper structure?

Create a skill by defining YAML frontmatter with hyphen-case naming, a required description, and optional license/tools metadata, then compose the Markdown body and organize bundled resources like scripts/ and references/ directories to produce a modular, loadable capability that extends Claude.

What's the best way to organize resources and assets when building a skill?

Organize bundled resources into dedicated directories—scripts/, references/, and assets/—to maintain modularity and ensure efficient context loading. This structure aligns with Progressive Disclosure design principles and makes your skill easily discoverable and maintainable.

Can I integrate custom workflows and domain-specific knowledge into Claude using skills?

Yes, skills let you embed domain-specific knowledge, automate custom workflows, and integrate internal APIs into Claude. Package these as structured skills with proper YAML frontmatter and organized resource directories to create specialized, reusable capabilities.

What do I need to know before starting skill development?

Skill development requires understanding the SKILL.md specification, which mandates hyphen-case naming, descriptions, and optional metadata. No external dependencies are required; you work directly with Markdown, YAML frontmatter, and bundled resource organization to build effective integrations.

How does the guided workflow help when updating an existing skill?

The guided workflow streamlines skill updates by enforcing consistent structure, resource organization, and best practices. It guides you through planning, implementation, and packaging steps to ensure updates maintain modularity and align with Progressive Disclosure principles for efficient loading.