ck:skill-creator

Generate SKILL.md scaffolds with resource folders for Claude skills.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-skill-creator-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:skill-creator
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.qwen/skills/skill-creator
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-skill-creator-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dotenv, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill Creator provides a ready-to-use scaffold and guidance to create Claude skills optimized for Skillmark benchmarks, streamlining setup and ensuring consistent structure.

Core Features & Use Cases

  • Auto-generates SKILL.md with frontmatter template and starter skill outline
  • Creates bundled resource folders (scripts/, references/, assets/) with example templates
  • Supports an initialization workflow to bootstrap new skills and iterate toward production-grade packaging

Quick Start

Execute the skill initialization workflow to generate a skeleton in your target directory and begin tailoring it for your project.

Frequently Asked Questions about ck:skill-creator

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

FAQPage Schema
How do I create a Claude skill with a consistent folder structure?

To create a Claude skill with a consistent folder structure, use a scaffold to auto-generate a SKILL.md template alongside bundled resource directories like scripts, references, and assets for deterministic task execution.

What is progressive disclosure in skill creation and how does it work?

Progressive disclosure in skill creation is a metadata-driven activation mechanism that enforces structured information layering, ensuring consistent discovery and benchmarking readiness across generated skills.

How do I bootstrap a new skill for Skillmark benchmarking?

Bootstrap a new skill for Skillmark benchmarking by executing an initialization workflow that generates a production-grade skeleton in your target directory, which you then tailor to meet benchmark criteria.

Do I need Python to scaffold Claude skills for automation tasks?

Yes, scaffolding Claude skills requires Python, specifically the python-dotenv dependency, to manage environment variables and support the automation of deterministic tasks across the generated resource folders.

Can I use this scaffolding to generate starter templates for scripts and assets?

Yes, you can use this scaffolding to generate starter templates, as it creates bundled resource folders containing example templates for scripts, references, and assets during the skill initialization workflow.

What is the best way to structure a SKILL.md file for consistent discovery?

The best way to structure a SKILL.md file for consistent discovery is using a frontmatter template with metadata-driven activation, which enforces progressive disclosure and ensures your skill meets benchmarking standards.