create-skill

Guide an adaptive interview to generate a portable GAS SKILL.md file.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sequenzia/agent-tools --skill create-skill-sequenzia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/sequenzia/agent-tools/tree/main/plugins/meta/skills/create-skill
Command: npx skills add https://github.com/sequenzia/agent-tools --skill create-skill-sequenzia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-skill guides users through an adaptive interview process to produce a complete, portable SKILL.md file that adheres to the GAS specification, enabling consistent, reusable skill artifacts.

Core Features & Use Cases

  • Guided, multi-stage interview to collect skill name, description, and scope
  • Automatic frontmatter and Markdown body generation that conform to GAS portability rules
  • Generates a ready-to-use SKILL.md plus guidance for optional references/scripts/assets
  • Use cases include creating new GAS skills for projects, onboarding new teams, and standardizing skill authoring

Quick Start

Say "create a skill" to start the adaptive interview and generate a portable GAS SKILL.md.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a portable GAS skill from scratch?

An adaptive interview guides you through collecting skill details and automatically generates a portable SKILL.md file aligned to the GAS specification, ensuring repeatable and consistent skill creation.

What is a SKILL.md file and when do I need it for agentskills?

A SKILL.md file is a portable artifact conforming to the GAS specification that defines a skill's scope and behavior. You need it when standardizing skill authoring or creating reusable agentskills for projects and team onboarding.

How do I standardize skill authoring across multiple projects?

Standardize skill authoring by using a guided interview to generate consistent SKILL.md files that conform to GAS portability rules. This ensures all teams produce reusable, spec-compliant skill artifacts during onboarding and project setup.

Do I need any dependencies to generate a SKILL.md file?

No dependencies are required to generate a SKILL.md file. The meta-skill operates independently to guide the adaptive interview and output the portable GAS skill artifact without relying on external components or modules.

Does the GAS skill interview generate references and scripts automatically?

The GAS skill interview generates a ready-to-use SKILL.md and provides guidance for optional references, scripts, and assets. The core output is the Markdown file, while additional assets are guided but not automatically generated.

What are the limitations of using an interview for skill generation?

The interview-based skill generation focuses on producing a portable SKILL.md file aligned to the GAS specification. It does not automatically write or execute the actual script logic, serving strictly as an authoring and standardization tool for the skill definition.