Agent Skills

Explain, inspect, create, and maintain Bailongma Agent Skills packages built around SKILL.md instructions.

xiaoyuanda666-ship-it Updated

File contents

Agent Skills

Use this skill when the user asks about Bailongma skills, wants to list installed skills, or wants to create a reusable workflow package.

Bailongma Skill Format

A Bailongma Agent Skill is a folder under the configured skills root. The required file is SKILL.md.

Minimum frontmatter:

---
name: My Skill
description: A precise sentence describing when this skill should activate.
---

Optional metadata:

tags:
  - docs
aliases:
  - alternate name
triggers:
  - phrase that should strongly activate this skill

Optional folders:

  • scripts/ for helper scripts.
  • references/ for detailed documentation.
  • assets/ for templates and reusable files.

Authoring Guidance

  • Keep description specific. Bailongma uses it during skill selection.
  • Put the workflow rules in SKILL.md.
  • Put long examples, templates, or API references in separate files and mention their paths.
  • Treat third-party skills as untrusted. Read their instructions and scripts before using them.
  • Do not execute bundled scripts unless the user's goal calls for it and normal tool safety rules allow it.

xiaoyuanda666-ship-it/bailongma/tree/main/skills/agent-skills commit 5c164231bd

Frequently asked questions

npx skillmds@latest add xiaoyuanda666-ship-it/agent-skills