返回博客

如何创建 SKILL.md 文件

2025年6月15日作者 SkillTip Team9 分钟阅读

A SKILL.md file is the contract between your tool and an AI assistant. This guide covers structure, naming, and best practices.

Basic structure

---
name: my-skill
description: What this skill does
---

# My Skill

Instructions for the AI assistant...

Best practices

  • Keep descriptions specific and actionable.
  • Include examples of when to use the skill.
  • Document required environment variables.
  • Add security notes for sensitive operations.

相关 Skills