Single Cursor Marketplace plugin: rules and skills for developing and using WriterAgent (LibreOffice AI extension). This repo does not ship the LibreOffice .oxt; install WriterAgent from that project’s releases or build it there.
Contents live at the repository root (no plugins/* subfolders):
.cursor-plugin/plugin.json— manifestrules/— Cursor rules (.mdc) with YAML frontmatter (includingwriteragent-mcp-usage.mdcfor best practices arounddocument_urltargeting and multi-doc MCP calls)skills/*/SKILL.md— skills with YAML frontmatter (end-user and contributor)assets/— copied from the WriterAgent repoextension/assets/:WriterAgent.pngisicon_64.png(used as the marketplace logo inplugin.json). Also present:logo_32.png,logo.png(wide banner; not referenced by the manifest—spare/reference only).
cd cursor-libreoffice # or this repo root if cloned standalone
node scripts/validate-template.mjs- Ensure validation passes and the repo is public (or as required by Cursor).
- Submit via Publish a plugin and/or the process described in the upstream plugin template (e.g. contact email listed there).
Expect manual review.
GPL-3.0-or-later (aligned with WriterAgent).