init-skill

Create new skills with interactive checkpoints and YAML frontmatter.

25|14|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19 --skill init-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-skill
Source: https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19/tree/main/.agents/skills/init-skill
Command: npx skills add https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19 --skill init-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized, interactive workflow to create new QA-related skills with clear checkpoints and iterative refinement, reducing manual setup time and ensuring consistency.

Core Features & Use Cases

  • Template-driven skill creation with mandatory SKILL.md frontmatter.
  • Checkpoint-based refinement to validate quality before publishing.
  • Safe placement and editing workflow within the skill repository.

Quick Start

Create a new skill by adding a SKILL.md under .claude/skills/{name}/ and follow the interactive prompts.

Frequently Asked Questions about init-skill

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

FAQPage Schema
How do I generate QA automation skills using standardized templates?

To generate QA automation skills, you use an interactive workflow that creates a SKILL.md file with mandatory YAML frontmatter and operational instructions, ensuring standardized templates and consistent structure across your skill repository.

What is the best way to structure a new skill repository with checkpoints?

The best way to structure a new skill repository is by using a checkpoint-based refinement workflow that generates a SKILL.md body and optional directories like scripts/, references/, and assets/ to validate quality before publishing.

Can I use interactive workflows to create QA automation skills iteratively?

Yes, you can use interactive workflows to create QA automation skills iteratively. The process applies checkpoint-based refinement to validate skill quality and enables safe placement and editing within the skill repository.

Does skill creation require a specific YAML frontmatter format?

Yes, skill creation requires a YAML frontmatter format containing the name and description fields. This frontmatter is mandatory in the SKILL.md file to ensure proper skill registration and standardized metadata.

What optional directories can I include when I generate a new skill?

When you generate a new skill, you can include optional directories such as scripts/, references/, and assets/. These directories help organize supplementary files alongside the mandatory SKILL.md document.

Why do I need checkpoints for iterative skill refinement?

You need checkpoints for iterative skill refinement to validate quality before publishing. This checkpoint-based process ensures safe placement and editing within the skill repository, reducing manual setup time and preventing errors.