meta-skill-creator

Scaffold new Agent Skills with directory structures and template files.

4|1|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/NextMed-main/Main --skill meta-skill-creator-nextmed-main
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-skill-creator
Source: https://github.com/NextMed-main/Main/tree/main/.agent/skills/meta-skill-creator
Command: npx skills add https://github.com/NextMed-main/Main --skill meta-skill-creator-nextmed-main

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating new Agent Skills by automating the scaffolding of directory structures and populating essential template files.

Core Features & Use Cases

  • Automated Skill Scaffolding: Generates the necessary directory structure (.agent/skills/<skill_name>/, scripts/, resources/, examples/) for a new skill.
  • Template Population: Creates a SKILL.md file with pre-filled metadata and placeholders for instructions.
  • Use Case: A developer needs to quickly set up a new skill for managing AWS S3 buckets. They can use this meta-skill to generate the basic file structure and SKILL.md in seconds, allowing them to focus on writing the core logic.

Quick Start

Use the meta-skill-creator to create a new skill named 'aws-s3-manager' with a description 'Manages AWS S3 buckets'.

Frequently Asked Questions about meta-skill-creator

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

FAQPage Schema
How do I automate agent skill scaffolding and boilerplate code generation?

Automating agent skill scaffolding generates a complete directory structure with template files, including SKILL.md, scripts, and examples. This meta-skill populates pre-filled metadata and placeholders, allowing developers to focus on writing core logic instead of manually creating boilerplate code.

What is the best way to create a new agent skill directory structure?

Creating a new agent skill directory structure is best handled by automated scaffolding tools that generate the required folders and files simultaneously. This approach creates the necessary paths for scripts, resources, and examples, while also populating a SKILL.md file with baseline metadata.

How do I set up a new skill using command-line arguments for name and description?

Setting up a new skill via command-line arguments involves specifying the desired skill name, description, and complexity level as parameters. The scaffolding tool processes these inputs to instantly generate the corresponding directory structure and template files with your provided values.

Does automated skill creation support specifying complexity levels for new agent capabilities?

Automated skill creation supports specifying complexity levels by passing the desired tier as a command-line argument during the scaffolding process. This allows the generated template files and SKILL.md metadata to reflect the intended complexity of the new agent capability.

What files and directories are generated when scaffolding a new agent capability?

Scaffolding a new agent capability generates a structured directory layout including folders for scripts, resources, and examples. It also creates a SKILL.md file populated with pre-filled metadata and placeholders for instructions, providing a ready-to-use foundation for development.

Can I use code generation to quickly set up an AWS S3 manager skill?

Using code generation to set up an AWS S3 manager skill is a primary use case for automated scaffolding. By providing the skill name and description as arguments, the tool instantly creates the file structure and SKILL.md, letting you immediately focus on writing the S3 management logic.