ur-agent 1.23.2 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/QUALITY.md +5 -2
  3. package/README.md +41 -9
  4. package/dist/cli.js +5608 -4634
  5. package/docs/AGENT_FEATURES.md +8 -0
  6. package/docs/CODE_FEATURE_INVENTORY.md +6 -0
  7. package/docs/DEVELOPMENT.md +3 -2
  8. package/docs/USAGE.md +3 -1
  9. package/documentation/app.js +3 -3
  10. package/documentation/index.html +9 -5
  11. package/marketplace-plugins/README.md +69 -0
  12. package/marketplace-plugins/code-review/.ur-plugin/plugin.json +13 -0
  13. package/marketplace-plugins/code-review/README.md +37 -0
  14. package/marketplace-plugins/code-review/commands/code-review.md +47 -0
  15. package/marketplace-plugins/engineering-discipline/.ur-plugin/plugin.json +33 -0
  16. package/marketplace-plugins/engineering-discipline/README.md +21 -0
  17. package/marketplace-plugins/engineering-discipline/commands/discipline-check.md +25 -0
  18. package/marketplace-plugins/engineering-discipline/skills/reproducible-release/SKILL.md +31 -0
  19. package/marketplace-plugins/engineering-discipline/templates/release-verifier.md +18 -0
  20. package/marketplace-plugins/engineering-discipline/validators/release-gate.json +7 -0
  21. package/marketplace-plugins/evaluate-response/.ur-plugin/plugin.json +13 -0
  22. package/marketplace-plugins/evaluate-response/README.md +42 -0
  23. package/marketplace-plugins/evaluate-response/commands/evaluate-response.md +61 -0
  24. package/marketplace-plugins/explain-error/.ur-plugin/plugin.json +13 -0
  25. package/marketplace-plugins/explain-error/README.md +32 -0
  26. package/marketplace-plugins/explain-error/commands/explain-error.md +37 -0
  27. package/marketplace-plugins/git-summary/.ur-plugin/plugin.json +13 -0
  28. package/marketplace-plugins/git-summary/README.md +29 -0
  29. package/marketplace-plugins/git-summary/commands/git-summary.md +27 -0
  30. package/marketplace-plugins/github/.ur-plugin/plugin.json +31 -0
  31. package/marketplace-plugins/github/README.md +37 -0
  32. package/marketplace-plugins/github/commands/gh-issues.md +19 -0
  33. package/marketplace-plugins/github/commands/gh-pr-create.md +19 -0
  34. package/marketplace-plugins/github/commands/gh-pr-review.md +37 -0
  35. package/marketplace-plugins/github/commands/gh-repo-health.md +23 -0
  36. package/marketplace-plugins/github/skills/github-workflow/SKILL.md +53 -0
  37. package/marketplace-plugins/gitlab/.ur-plugin/plugin.json +39 -0
  38. package/marketplace-plugins/gitlab/README.md +39 -0
  39. package/marketplace-plugins/gitlab/commands/gl-issues.md +19 -0
  40. package/marketplace-plugins/gitlab/commands/gl-mr-create.md +19 -0
  41. package/marketplace-plugins/gitlab/commands/gl-mr-review.md +36 -0
  42. package/marketplace-plugins/gitlab/commands/gl-pipeline.md +21 -0
  43. package/marketplace-plugins/gitlab/skills/gitlab-workflow/SKILL.md +63 -0
  44. package/marketplace-plugins/hello/.ur-plugin/plugin.json +13 -0
  45. package/marketplace-plugins/hello/README.md +45 -0
  46. package/marketplace-plugins/hello/commands/hello.md +16 -0
  47. package/marketplace-plugins/huggingface/.ur-plugin/plugin.json +36 -0
  48. package/marketplace-plugins/huggingface/README.md +36 -0
  49. package/marketplace-plugins/huggingface/commands/hf-dataset-search.md +19 -0
  50. package/marketplace-plugins/huggingface/commands/hf-download.md +23 -0
  51. package/marketplace-plugins/huggingface/commands/hf-model-card.md +23 -0
  52. package/marketplace-plugins/huggingface/commands/hf-model-search.md +20 -0
  53. package/marketplace-plugins/huggingface/skills/huggingface-workflow/SKILL.md +70 -0
  54. package/marketplace-plugins/miro/.ur-plugin/plugin.json +27 -0
  55. package/marketplace-plugins/miro/README.md +39 -0
  56. package/marketplace-plugins/miro/commands/miro-board.md +17 -0
  57. package/marketplace-plugins/miro/commands/miro-diagram.md +20 -0
  58. package/marketplace-plugins/miro/commands/miro-export.md +18 -0
  59. package/marketplace-plugins/miro/commands/miro-stickies.md +19 -0
  60. package/marketplace-plugins/miro/skills/miro-workflow/SKILL.md +54 -0
  61. package/marketplace-plugins/obsidian/.ur-plugin/plugin.json +42 -0
  62. package/marketplace-plugins/obsidian/README.md +42 -0
  63. package/marketplace-plugins/obsidian/commands/backlinks.md +22 -0
  64. package/marketplace-plugins/obsidian/commands/daily-note.md +29 -0
  65. package/marketplace-plugins/obsidian/commands/moc.md +24 -0
  66. package/marketplace-plugins/obsidian/commands/second-brain.md +37 -0
  67. package/marketplace-plugins/obsidian/commands/vault-search.md +20 -0
  68. package/marketplace-plugins/obsidian/skills/second-brain/SKILL.md +86 -0
  69. package/marketplace-plugins/powerpoint/.ur-plugin/plugin.json +26 -0
  70. package/marketplace-plugins/powerpoint/README.md +35 -0
  71. package/marketplace-plugins/powerpoint/commands/pptx-from-md.md +18 -0
  72. package/marketplace-plugins/powerpoint/commands/pptx-new.md +21 -0
  73. package/marketplace-plugins/powerpoint/commands/pptx-review.md +32 -0
  74. package/marketplace-plugins/powerpoint/commands/pptx-theme.md +18 -0
  75. package/marketplace-plugins/powerpoint/skills/deck-craft/SKILL.md +60 -0
  76. package/marketplace-plugins/release-notes/.ur-plugin/plugin.json +13 -0
  77. package/marketplace-plugins/release-notes/README.md +28 -0
  78. package/marketplace-plugins/release-notes/commands/release-notes.md +56 -0
  79. package/marketplace-plugins/skill-forge/.ur-plugin/plugin.json +13 -0
  80. package/marketplace-plugins/skill-forge/README.md +37 -0
  81. package/marketplace-plugins/skill-forge/commands/forge-skill.md +47 -0
  82. package/marketplace-plugins/skill-forge/commands/skill-refine.md +19 -0
  83. package/marketplace-plugins/skill-forge/skills/skill-authoring/SKILL.md +84 -0
  84. package/marketplace-plugins/word/.ur-plugin/plugin.json +26 -0
  85. package/marketplace-plugins/word/README.md +37 -0
  86. package/marketplace-plugins/word/commands/docx-edit.md +18 -0
  87. package/marketplace-plugins/word/commands/docx-from-md.md +19 -0
  88. package/marketplace-plugins/word/commands/docx-new.md +22 -0
  89. package/marketplace-plugins/word/commands/docx-review.md +29 -0
  90. package/marketplace-plugins/word/skills/document-craft/SKILL.md +61 -0
  91. package/package.json +2 -1
@@ -0,0 +1,37 @@
1
+ # word
2
+
3
+ Create, convert, review, and edit Microsoft Word documents from any UR session.
4
+ Backed by the **Office Word MCP server** (python-docx, ~54 tools), with a
5
+ `pandoc` / `python-docx` fallback so the commands still work headless.
6
+
7
+ ## Commands
8
+
9
+ | Command | Argument | What it does |
10
+ | --- | --- | --- |
11
+ | `/docx-new` | `<brief \| outline.md>` | Create a styled document from a brief or outline. |
12
+ | `/docx-from-md` | `<file.md> [out.docx]` | Convert Markdown to a styled `.docx`. |
13
+ | `/docx-review` | `<file.docx>` | Report structure, styling, and accessibility issues with a verdict. |
14
+ | `/docx-edit` | `<file.docx> — <change>` | Apply targeted edits while preserving styles. |
15
+
16
+ A bundled `document-craft` skill defines the styling and accessibility
17
+ conventions all commands follow.
18
+
19
+ ## Setup
20
+
21
+ ```sh
22
+ /plugin install word@ur-plugins-official
23
+ ```
24
+
25
+ The MCP server runs via `uvx`, so install **uv** once
26
+ (`curl -LsSf https://astral.sh/uv/install.sh | sh`). UR launches
27
+ `uvx --from office-word-mcp-server word_mcp_server` on demand — no manual clone.
28
+ Optionally set **DOCX_DIR** as the default output folder.
29
+
30
+ Fallbacks use `pandoc` (Markdown → docx) and `python-docx`
31
+ (`pip install python-docx`); install either if you want the commands to work
32
+ without `uvx`.
33
+
34
+ ## Security
35
+
36
+ The server operates on local files only. Edits preserve existing styles, and
37
+ in-place overwrites can keep a backup on request.
@@ -0,0 +1,18 @@
1
+ ---
2
+ description: Apply targeted edits to a Word document — find/replace, add sections, restyle.
3
+ argument-hint: "<path/to/file.docx> — <what to change>"
4
+ ---
5
+
6
+ Edit the `.docx` named in `$ARGUMENTS`. Split the argument into the file path and
7
+ the change instruction (separated by `—`, `:`, or a newline). If either is
8
+ missing, ask for it and stop.
9
+
10
+ 1. Read the document so edits respect its existing structure and styles.
11
+ 2. Apply only the requested change: find/replace text, insert or remove a
12
+ heading/section, restyle a range, update a table, refresh the TOC. Preserve
13
+ every unrelated paragraph and its style exactly.
14
+ 3. Save in place. Before overwriting, note that a copy can be kept on request.
15
+
16
+ Prefer the `word` MCP tools (`find_and_replace`, `add_heading`, `format_text`,
17
+ ...). If unavailable, fall back to `python-docx`. Report a concise diff of what
18
+ changed — sections touched, replacements made — not the whole document.
@@ -0,0 +1,19 @@
1
+ ---
2
+ description: Convert a Markdown file into a styled Word document.
3
+ argument-hint: "<path/to/file.md> [output.docx]"
4
+ ---
5
+
6
+ Convert a Markdown file to `.docx`.
7
+
8
+ 1. Read the source Markdown at the first argument. If missing, ask for a path
9
+ and stop.
10
+ 2. Map structure to Word styles: `#`→Title or Heading 1, `##`/`###`→Heading 2/3,
11
+ lists→list styles, fenced code→a monospace style, tables→Word tables, images
12
+ →embedded with the alt text preserved.
13
+ 3. Write to the second argument if given, else the same basename with a `.docx`
14
+ extension in `${user_config.DOCX_DIR}` or the current directory.
15
+
16
+ Prefer the `word` MCP tools. If unavailable, use `pandoc -o <out>.docx <in>.md`
17
+ when pandoc is installed; otherwise fall back to `python-docx` for headings,
18
+ paragraphs, lists, and tables. Report the path and note anything that did not
19
+ map cleanly.
@@ -0,0 +1,22 @@
1
+ ---
2
+ description: Create a new Word document from a brief or an outline.
3
+ argument-hint: "<topic / brief> or <path/to/outline.md>"
4
+ ---
5
+
6
+ Create a `.docx` from `$ARGUMENTS`. If empty, ask for a topic or outline and stop.
7
+
8
+ 1. Gather the brief: if `$ARGUMENTS` is a path to a file, read it as the outline;
9
+ otherwise treat the text as the brief and propose a structure first.
10
+ 2. Plan the document: a title, optional subtitle/author, a logical heading
11
+ hierarchy, and the sections to write. Confirm a long structure before writing
12
+ if it is non-trivial.
13
+ 3. Build the document using real Word styles — `Title`, `Heading 1/2/3`, body —
14
+ never manual bold/size as a substitute for styles. Add a table of contents
15
+ field if there are three or more H1s.
16
+ 4. Save to `${user_config.DOCX_DIR}` if set, else the current directory, with a
17
+ slugged filename.
18
+
19
+ Prefer the `word` MCP tools (`create_document`, `add_heading`, `add_paragraph`,
20
+ `add_table`, ...). If the server is unavailable, fall back to `python-docx` via
21
+ Bash. Apply the `document-craft` conventions. Report the path and the final
22
+ outline.
@@ -0,0 +1,29 @@
1
+ ---
2
+ description: Review a Word document's structure, styling, and accessibility.
3
+ argument-hint: "<path/to/file.docx>"
4
+ ---
5
+
6
+ Review the `.docx` at `$ARGUMENTS`. If empty, ask for a path and stop.
7
+
8
+ Read the document and report, skipping any section with no findings:
9
+
10
+ ### Structure
11
+ Heading hierarchy sanity (no skipped levels, one Title), section/page breaks,
12
+ presence and correctness of a table of contents.
13
+
14
+ ### Styling
15
+ Manual formatting used where a style belongs, inconsistent fonts or sizes,
16
+ direct color use, hard line breaks faking spacing.
17
+
18
+ ### Accessibility
19
+ Images without alt text, tables without header rows, low-contrast text, links
20
+ with bare URLs instead of descriptive text.
21
+
22
+ ### TL;DR
23
+ End with exactly one of:
24
+ - `TL;DR: Clean.`
25
+ - `TL;DR: Minor fixes.`
26
+ - `TL;DR: Needs structural work.`
27
+
28
+ Prefer the `word` MCP tools to read the document; otherwise inspect it with
29
+ `python-docx`. Do not modify the file — this command only reports.
@@ -0,0 +1,61 @@
1
+ ---
2
+ name: Document Craft (Word)
3
+ description: Conventions for producing professional Microsoft Word documents — styles over manual formatting, heading hierarchy, tables of contents, templates, track changes, tables, and accessibility. Use when creating, converting, reviewing, or editing .docx files.
4
+ version: 0.1.0
5
+ ---
6
+
7
+ # Document Craft (Word)
8
+
9
+ A Word document is a structured object, not formatted text. Edit the structure;
10
+ let styles carry the look.
11
+
12
+ ## Styles over manual formatting
13
+
14
+ - Use `Title`, `Heading 1/2/3`, `Normal`, `Quote`, and list styles. Never fake a
15
+ heading with bold + larger font — it breaks navigation, the TOC, and
16
+ accessibility.
17
+ - Change appearance by editing the style once, not each paragraph.
18
+ - One font family for body, one for headings. Avoid per-paragraph color and size.
19
+
20
+ ## Heading hierarchy
21
+
22
+ - Exactly one `Title`. Do not skip levels (no H1 → H3).
23
+ - Headings are an outline: a reader should grasp the document from them alone.
24
+
25
+ ## Table of contents
26
+
27
+ - Insert a TOC **field**, not a typed list, so it updates with the headings.
28
+ - Add one when the document has three or more H1 sections.
29
+
30
+ ## Templates
31
+
32
+ - Start from a `.dotx` template for repeated document types to inherit styles,
33
+ margins, and a title block. Keep brand styling in the template, not the content.
34
+
35
+ ## Track changes and comments
36
+
37
+ - For review cycles, enable track changes so edits are visible and reversible.
38
+ - Use comments for questions and suggestions; resolve them before finalizing.
39
+
40
+ ## Tables
41
+
42
+ - Mark the first row as a header row (repeats across pages, aids accessibility).
43
+ - Use table styles for banding; avoid manual cell shading per row.
44
+
45
+ ## Accessibility
46
+
47
+ - Every image needs alt text.
48
+ - Links use descriptive text, not a bare URL.
49
+ - Maintain reading order and sufficient contrast; do not encode meaning in color
50
+ alone.
51
+
52
+ ## Page setup
53
+
54
+ - Set margins, headers/footers, and page numbers via section settings, not blank
55
+ paragraphs and tabs.
56
+
57
+ ## Guardrails
58
+
59
+ - Preserve existing styles when editing; do not restyle untouched content.
60
+ - Offer to keep a copy before overwriting a document in place.
61
+ - Do not flatten styled content to plain paragraphs during conversion.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ur-agent",
3
- "version": "1.23.2",
3
+ "version": "1.24.0",
4
4
  "description": "UR — autonomous engineering workflow engine (plan, execute, test, verify, document, benchmark, reproduce)",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.14",
@@ -30,6 +30,7 @@
30
30
  "documentation",
31
31
  "extensions",
32
32
  "examples",
33
+ "marketplace-plugins",
33
34
  "CHANGELOG.md",
34
35
  "QUALITY.md",
35
36
  "README.md",