update-skill

Generate or update SKILL.md frontmatter and structure for new or existing skills.

37|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/terzigolu/warp-lite --skill update-skill-terzigolu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skill
Source: https://github.com/terzigolu/warp-lite/tree/main/.agents/skills/update-skill
Command: npx skills add https://github.com/terzigolu/warp-lite --skill update-skill-terzigolu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and maintaining SKILL.md files across a repository is error-prone without a consistent structure and frontmatter. This skill enforces a standard template, validates required fields, and helps writers author clear, discoverable skills.

Core Features & Use Cases

  • Ensures SKILL.md contains mandatory frontmatter fields (name and description) and consistent formatting.
  • Promotes a modular structure with optional references and assets, guiding authors on when to split content.
  • Provides a reusable template and prompts to accelerate authoring new skills or revising existing ones.
  • Use Case: A contributor wants to add a new skill and needs a ready-to-publish SKILL.md scaffold.

Quick Start

Provide a ready-to-publish SKILL.md by creating or updating its frontmatter and content to conform with the documented structure.

Frequently Asked Questions about update-skill

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

FAQPage Schema
How do I create a SKILL.md file with valid frontmatter and structure?

To create a SKILL.md file, generate the required frontmatter fields, specifically name and description, and apply a consistent modular structure that follows best-practice formatting guidelines for skill authoring.

What is the best way to update existing SKILL.md guidance and frontmatter?

Updating existing SKILL.md frontmatter involves validating the mandatory name and description fields and refining the body content to align with standard templates, ensuring the skill remains clear and discoverable.

Does skill authoring require mandatory frontmatter fields in SKILL.md?

Skill authoring requires mandatory frontmatter fields in SKILL.md to ensure valid name and description entries, which enforces consistent formatting and makes the skills discoverable across a repository.

Can I use templates to add optional references and assets to SKILL.md?

You can use reusable templates to add optional references and assets to SKILL.md, promoting a modular structure that guides authors on when to split content for better organization.

Why does my SKILL.md lack consistent formatting and discoverability?

SKILL.md files often lack consistent formatting and discoverability because of missing mandatory frontmatter or an unmodular structure, which standardized templates and best-practice validation resolve.

When should I split content while authoring skill documentation?

You should split content while authoring skill documentation when modular structure and optional assets become unwieldy, using the provided template to guide content separation for clear, maintainable skills.