update-skill

Create or update SKILL.md frontmatter and Markdown body for Warp skills.

64.1k|5.4k|Updated Jul 8, 2021
One-click install
npx skills add https://github.com/warpdotdev/warp --skill update-skill-warpdotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skill
Source: https://github.com/warpdotdev/warp/tree/main/.agents/skills/update-skill
Command: npx skills add https://github.com/warpdotdev/warp --skill update-skill-warpdotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized approach for creating and updating SKILL.md files in the Warp repository, ensuring consistent frontmatter and guidance.

Core Features & Use Cases

  • Defines the required frontmatter (name and description) and encourages clear, action-oriented descriptions for discovery.
  • Guides authors to structure SKILL.md with a concise main body and optional references or assets directories, enabling scalable skill iteration.
  • Supports validating and updating existing skills and authoring new ones across the Warp skill set.

Quick Start

Create or update SKILL.md in a skill directory following the YAML frontmatter and Markdown body guidance.

Frequently Asked Questions about update-skill

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

FAQPage Schema
How do I update SKILL.md frontmatter for Warp skills?

To update SKILL.md frontmatter, you must define the required name and description fields using YAML syntax. This ensures your Warp skills meet the repository's structural requirements and remain discoverable for activation.

What is the best way to structure a new Warp skill?

The best way to structure a new Warp skill is to use a concise Markdown body in the SKILL.md file alongside optional references or assets directories. This structure enables scalable skill iteration and enforces consistent guidance formatting for discovery.

What is required in SKILL.md frontmatter to ensure Warp skill activation?

SKILL.md frontmatter requires the name and description fields to ensure proper Warp skill activation and discovery. Providing clear, action-oriented descriptions helps users find and trigger the skill accurately across the repository.

Can I use this to validate existing skill guidance and formatting?

Yes, you can validate existing skill guidance and formatting by applying this approach to revise your SKILL.md files. It enforces consistent Markdown structure and checks that the required frontmatter is present across the Warp skills repository.

When do I need to update a Warp skill directory?

You need to update a Warp skill directory when you are authoring new skills or revising the structure, frontmatter, or guidance of existing ones. This ensures the SKILL.md file maintains consistent Markdown formatting and meets frontmatter requirements for discovery.

Why are action-oriented descriptions important for Warp skills?

Action-oriented descriptions are important for Warp skills because they directly impact skill discovery and activation. Clear descriptions in the SKILL.md frontmatter help users find the right skill and ensure the system triggers the correct guidance.