skill-authoring-standard

Standardize FleziBCG skill creation with folder structure and YAML frontmatter.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/anpanmaaaan/FleziBCG --skill skill-authoring-standard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring-standard
Source: https://github.com/anpanmaaaan/FleziBCG/tree/main/docs/ai-skills/skill-authoring-standard
Command: npx skills add https://github.com/anpanmaaaan/FleziBCG --skill skill-authoring-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill standardizes the creation of FleziBCG-native skills, ensuring consistency and ease of use across the platform.

Core Features & Use Cases

  • Standardized Format: Defines a consistent folder and file structure for skill authoring.
  • YAML Frontmatter: Requires at least a name and description in the SKILL.md file for skill discovery.
  • Markdown Body: Provides operational instructions and guidelines for skill activation.
  • Use Case: When a developer needs to create a new skill for FleziBCG, they can follow this standard to ensure their skill is compatible and easy to use by others.

Quick Start

Create a new skill folder following the format docs/ai-skills/skill-name, then write your SKILL.md file with the required frontmatter and markdown body.

Frequently Asked Questions about skill-authoring-standard

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

FAQPage Schema
How do I standardize skill authoring for the FleziBCG platform?

To standardize skill authoring for FleziBCG, create a new skill folder under docs/ai-skills/ and write a SKILL.md file with required YAML frontmatter including name and description, ensuring platform consistency and discoverability.

What YAML frontmatter is required for FleziBCG skill creation?

FleziBCG skill creation requires YAML frontmatter in the SKILL.md file with at least the name and description fields, which are necessary for skill discovery and operational activation on the platform.

When do I need to follow skill standards for FleziBCG-native development?

You need to follow FleziBCG-native skill standards when you are a developer creating a new skill for the platform, ensuring your skill is compatible, consistent, and easy to use by others.

What folder structure does FleziBCG require for a new skill?

FleziBCG requires a specific folder structure for new skills, specifically using the format docs/ai-skills/skill-name, which organizes the SKILL.md file and its associated markdown body and references.

Can I use markdown body in SKILL.md to provide skill activation instructions?

Yes, you can use the markdown body in SKILL.md to provide operational instructions and guidelines for skill activation, supplementing the required YAML frontmatter for complete skill authoring.