Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 745 Bytes

File metadata and controls

31 lines (23 loc) · 745 Bytes

agent-skill

Shared agent skills for EFE

Structure

This repository contains agent skills organized in the following structure:

skills/
  ├── <skill-name>/
  │   ├── SKILL.md        # Required: Skill metadata and description
  │   └── ...             # Other skill-related files
  └── ...

Skill Format

Each skill directory must contain at least one SKILL.md file with the following format:

---
name: skill-name
description: Brief description of the skill
---
Detailed description and usage instructions.

Available Skills

  • hello: A template skill example
  • taro2rn: Convert TaroJS code to React Native with automatic transform rules and guided conversion workflow