skill-creator

Create Claude skills with standardized templates and scaffolding scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Creating Claude skills from scratch often involves repetitive boilerplate, confusing structure, and scattered resources. This Skill provides a standardized template and example resources to accelerate and harmonize skill creation across teams.

Core Features & Use Cases

  • Ready-made SKILL.md template with frontmatter and guidance to define name and description
  • Example resource directories (scripts/, references/, assets/) with starter content to illustrate structure
  • Scaffolding tools and scripts (init_skill.py, package_skill.py, quick_validate.py) to bootstrap, validate, and package skills
  • Use cases include bootstrapping new skills for rapid deployment, updating existing skills with consistent structure, and ensuring packaging readiness for sharing with Claude instances

Quick Start

Initialize a new skill with the init_skill.py script to generate a template SKILL.md and example resource folders.

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 template without writing boilerplate?

To create a Claude skill template without boilerplate, use the init_skill.py scaffolding script to generate a standardized SKILL.md file and example resource directories automatically. This ensures consistent structure and metadata across newly bootstrapped skills.

What's the best way to validate skill structure before packaging?

The best way to validate skill structure before packaging is running the quick_validate.py script. It checks your skill's directory layout, metadata frontmatter, and resource readiness to ensure compliance before you proceed with deployment.

How do I package a Claude skill for deployment to instances?

To package a Claude skill for deployment, run the package_skill.py script. It bundles your SKILL.md file along with the scripts, references, and assets directories into a ready-to-use resource bundle for Claude instances.

Does this skill creation template include starter directories for scripts and assets?

Yes, the skill creation template includes starter directories for scripts, references, and assets. These directories contain example content to illustrate the expected structure and reduce setup confusion for teams bootstrapping new skills.

Can I use this skill scaffolding to update existing skills with consistent structure?

Yes, you can use this skill scaffolding to update existing skills with consistent structure. The template provides standardized frontmatter guidance and resource directory layouts that harmonize older skills with current packaging and deployment standards.

Why do I need standardized metadata when creating Claude skills?

You need standardized metadata when creating Claude skills to ensure proper validation, packaging, and deployment readiness. Consistent frontmatter allows scaffolding scripts to correctly parse and bundle your skill for Claude instances.