Agent Skills

Explains, inspects, and creates Bailongma Agent Skill packages built around SKILL.md files.

1|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/maopujie10-sys/Bailongma --skill agent-skills-maopujie10-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Skills
Source: https://github.com/maopujie10-sys/Bailongma/tree/main/skills/agent-skills
Command: npx skills add https://github.com/maopujie10-sys/Bailongma --skill agent-skills-maopujie10-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the guesswork around how Bailongma Agent Skills are structured, helping you understand the SKILL.md format, list installed skills, and author new reusable workflow packages correctly. ## Core Features & Use Cases - Skill Format Reference: Documents the required SKILL.md file, mandatory frontmatter fields (name, description), and optional metadata like tags, aliases, and triggers. - Authoring Guidance: Provides rules for writing precise descriptions, placing workflow rules in SKILL.md, and offloading long examples to references or assets folders. - Safety Practices: Advises treating third-party skills as untrusted and reviewing bundled scripts before execution. - Use Case: When you want to package a repeatable workflow as a Bailongma skill, use this Skill to generate a compliant SKILL.md with correct frontmatter and folder layout. ## Quick Start Ask the agent to create a new Bailongma skill for your workflow and it will produce a valid SKILL.md with the required frontmatter.

Frequently Asked Questions about Agent Skills

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

FAQPage Schema
How do I create a Bailongma Agent Skill?

Create a folder under the configured skills root containing a SKILL.md file. The file must start with YAML frontmatter defining at least a name and a description, followed by Markdown body instructions that describe the workflow rules.

What frontmatter fields does SKILL.md require?

SKILL.md requires only two frontmatter fields: name and description. Optional fields include tags, aliases, and triggers, which help Bailongma match and activate the skill during selection.

What folders can a Bailongma skill contain besides SKILL.md?

A skill can optionally include a scripts folder for helper scripts, a references folder for detailed documentation, and an assets folder for templates and reusable files. These resources are used on demand as directed by SKILL.md.

Are third-party Bailongma skills safe to use?

Third-party skills should be treated as untrusted. Read their instructions and scripts before using them, and do not execute bundled scripts unless the user's goal requires it and normal tool safety rules allow it.

Why is my Bailongma skill not being selected?

Skill selection relies on the description field, so a vague description reduces activation. Write a specific sentence describing when the skill should activate, and add aliases or triggers for phrases that should strongly match it.