Skip to content

Custom Skills

Introduction

You can customize skills and manage them within your project.

Customizing Skills

  1. Create the skill directory structure: Create a root .feisuan directory, and then add a skills directory inside it. Each subdirectory represents a skill and must contain a SKILL.md file. Each SKILL.md file follows the skill specification, containing the skill name, description, and other metadata. Any other files referenced by the skill will be included alongside this file.
.feisuan/
├── skills/
│    ├──my-skill/
│    │    ├──SKILL.md
│    │    └── helpers.py
│    └──another-skill/
│            └── SKILL.md

  1. Edit the SKILL.md file: Each SKILL.md file must contain YAML frontmatter including name and description. Optionally, it can include allowed-tools (a space-separated list of pre-approved tools) and license.
---
name: my-skill
description: A useful skill
allowed-tools: Bash Read Edit
license: MIT
---
# My Skill

邮箱:chendw@feisuanyz.com 邮编:518000 地址:深圳市前海深港合作区前湾一路1号A栋201室