# Agent Skills This repository contains reusable agent skills organized under `skills/`. ## Available skills - `skills/odt` — OpenDocument Text (ODT) creation, editing, tracked changes, schema validation, and language support (including Khmer). - `skills/idml` — Adobe InDesign IDML creation, editing, translation workflows, validation, and schema-based checks. ## Quick Start Use the ODT skill in a project with agent skills enabled: ```bash git clone https://github.com/sungkhum/agent-skills.gi...
This repository contains reusable agent skills organized under skills/.
skills/odt — OpenDocument Text (ODT) creation, editing, tracked changes, schema validation, and language support (including Khmer).skills/idml — Adobe InDesign IDML creation, editing, translation workflows, validation, and schema-based checks.npx skills (Recommended)Requires Node.js and npm (so npx is available).
Install the skill collection:
npx...