{{skill-name}}

Create structured SKILL.md templates with frontmatter for agent skills.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lava-chen/duya --skill skill-name-lava-chen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: {{skill-name}}
Source: https://github.com/lava-chen/duya/tree/main/packages/agent/skills/development/plugin-development/templates/skill-only/skills/%7B%7Bskill-name%7D%7D
Command: npx skills add https://github.com/lava-chen/duya --skill skill-name-lava-chen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured starting point for creating new agent skills with the required metadata, instructions, and organizational conventions, reducing setup effort and inconsistency.

Core Features & Use Cases

  • Skill Template Creation: Defines a standard SKILL.md structure with frontmatter and operational guidance sections.
  • Discovery Metadata Setup: Helps authors create skill names and descriptions that support agent skill discovery.
  • Use Case: Developers can use this template when building a new plugin skill that needs a consistent entry point and documentation format.

Quick Start

Use the skill template to create a new agent skill by replacing the placeholder fields with your skill-specific name, description, and instructions.

Frequently Asked Questions about {{skill-name}}

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

FAQPage Schema
How do I create a reusable agent skill template for plugin development?▼

To create a reusable agent skill template, use a standardized SKILL.md structure with frontmatter fields for name and description, plus operational guidance sections for plugin development workflows.

What metadata is required for agent skill discovery and configuration?▼

Agent skill discovery requires valid frontmatter fields for name and description in the SKILL.md entry point to ensure the skill is discovery-ready and properly configured.

What is the standard SKILL.md structure for defining new AI agent skills?▼

The standard SKILL.md structure includes frontmatter with required name and description fields, followed by operational instructions and organizational conventions for defining the AI agent skill.

Do I need specific dependencies to set up agent skill metadata?▼

No specific dependencies are required to set up agent skill metadata; the template provides a standalone starting point with placeholder fields for skill-specific name, description, and instructions.

What's the best way to standardize AI agent skill creation across multiple plugins?▼

The best way to standardize AI agent skill creation is to apply a structured template with consistent entry points, discovery metadata, and documentation formats across all plugin development workflows.