Skip to content

KeithCu/cursor-libreoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WriterAgent — Cursor plugin

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.

Layout (single plugin)

Contents live at the repository root (no plugins/* subfolders):

  • .cursor-plugin/plugin.json — manifest
  • rules/ — Cursor rules (.mdc) with YAML frontmatter (including writeragent-mcp-usage.mdc for best practices around document_url targeting and multi-doc MCP calls)
  • skills/*/SKILL.md — skills with YAML frontmatter (end-user and contributor)
  • assets/ — copied from the WriterAgent repo extension/assets/: WriterAgent.png is icon_64.png (used as the marketplace logo in plugin.json). Also present: logo_32.png, logo.png (wide banner; not referenced by the manifest—spare/reference only).

Validate before submit

cd cursor-libreoffice   # or this repo root if cloned standalone
node scripts/validate-template.mjs

Publish

  1. Ensure validation passes and the repo is public (or as required by Cursor).
  2. Submit via Publish a plugin and/or the process described in the upstream plugin template (e.g. contact email listed there).

Expect manual review.

License

GPL-3.0-or-later (aligned with WriterAgent).

About

A skill to let people create or edit LibreOffice documents, using the WriterAgent plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from cursor/plugin-template