A skill framework repository for English teaching. Skills are Cursor Agent Skills that extend AI capabilities for language learning, assessment, and instruction.
maestro-skills/
├── skills/ # Individual skills
│ └── <skill-name>/
│ ├── SKILL.md # Required - main instructions
│ ├── references/ # Optional - detailed docs
│ ├── scripts/ # Optional - utility scripts
│ └── assets/ # Optional - data files
├── .gitignore
└── README.md
| Skill | Description |
|---|---|
| english-reading-difficulty | Analyzes English reading materials for difficulty (vocabulary, sentence complexity, CEFR alignment) |
- Create a directory under
skills/with a lowercase, hyphenated name - Add
SKILL.mdwith YAML frontmatter (name,description) and instructions - Use
references/,scripts/, andassets/as needed for progressive disclosure
Skills in this repo can be used as project skills by placing them in .cursor/skills/ or by linking this repo. See Cursor Skills documentation for setup.