skill-creator

Generate SKILL.md templates and scaffold skill directories with example resources.

2|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/bl1nk-bot/agent-library --skill skill-creator-bl1nk-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bl1nk-bot/agent-library/tree/main/.gemini/skills/skill-creator
Command: npx skills add https://github.com/bl1nk-bot/agent-library --skill skill-creator-bl1nk-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and standardization of Claude Skills by generating a complete SKILL.md template and scaffolding a ready-to-use skill directory with example resources.

Core Features & Use Cases

  • Template generation for SKILL.md frontmatter (name and description) and a ready scaffold for new or updated skills.
  • Bundled resource scaffolding: scripts/, references/, and assets/ with starter files to guide implementation.
  • Guidance on skill design, progressive disclosure, and packaging to ensure consistent quality across Skill units.
  • Use Case: A product team wants to onboard a new skill quickly, with a consistent structure and ready-to-customize examples.

Quick Start

To scaffold a new skill, run the initializer to generate a template and sample resources:

  • Command: python scripts/init_skill.py <skill-name> --path <path>

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate Claude skill creation with a standard template?

You can automate Claude skill creation by running a Python initializer script that generates a standard SKILL.md template with required frontmatter and scaffolds a ready-to-use directory structure.

What is skill scaffolding and how does it standardize skill directories?

Skill scaffolding generates a consistent directory structure with frontmatter, body templates, and resource folders like scripts and references, ensuring standardized quality across new and updated skill units.

How do I generate a SKILL.md template with frontmatter for new skills?

Generate a SKILL.md template by running the provided initializer, which automatically enforces required frontmatter fields like name and description while creating example resource directories.

Do I need Python to scaffold a new skill directory?

Yes, Python is required to execute the initializer script that automates the skill directory scaffolding process and generates the accompanying template files and starter resources.

What is the best way to structure resource directories for a custom skill?

The best way to structure resource directories is using the provided scaffolding, which automatically creates scripts, references, and assets folders with starter files to guide implementation and packaging.

Why does my custom skill need standardized frontmatter and body templates?

Standardized frontmatter and body templates ensure consistent quality, enable progressive disclosure, and streamline skill design, testing, and packaging across development teams.