Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 570 Bytes

File metadata and controls

24 lines (17 loc) · 570 Bytes

SuperDoc Agent Skills

This repository contains agent skills for SuperDoc - the document editing library.

Structure

skills/
  superdoc-react/SKILL.md  # React wrapper integration
  superdoc-core/SKILL.md   # Core vanilla JS usage

Skills

Skill Use Case
superdoc-react React/Next.js integration
superdoc-core Vanilla JS, Vue, Svelte integration

Adding Skills

  1. Create a folder under skills/
  2. Add a SKILL.md with frontmatter and content
  3. Follow the Agent Skills format