Skip to content

ecomfe/agent-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shared agent skills for EFE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •