ur-agent 1.24.0 → 1.25.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 (117) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/CONTRIBUTING.md +21 -0
  3. package/LICENSE +1 -1
  4. package/README.md +100 -14
  5. package/RELEASE.md +54 -0
  6. package/SECURITY.md +22 -0
  7. package/bin/ur.js +5 -5
  8. package/dist/cli.js +1772 -1071
  9. package/docs/AGENT_FEATURES.md +2 -2
  10. package/docs/AGENT_UPGRADE_1.15.0.md +1 -1
  11. package/docs/AGENT_UPGRADE_1.16.0.md +1 -1
  12. package/docs/AGENT_UPGRADE_1.17.0.md +1 -1
  13. package/docs/AGENT_UPGRADE_1.18.0.md +1 -1
  14. package/docs/AGENT_UPGRADE_1.19.0.md +1 -1
  15. package/docs/AGENT_UPGRADE_1.20.0.md +1 -1
  16. package/docs/AGENT_UPGRADE_1.21.0.md +1 -1
  17. package/docs/AGENT_UPGRADE_1.22.0.md +1 -1
  18. package/docs/CODE_FEATURE_INVENTORY.md +5 -4
  19. package/docs/CONFIGURATION.md +38 -2
  20. package/docs/DEVELOPMENT.md +6 -3
  21. package/docs/USAGE.md +41 -2
  22. package/docs/VALIDATION.md +4 -4
  23. package/docs/plugins.md +52 -0
  24. package/docs/providers.md +104 -0
  25. package/documentation/README.md +2 -2
  26. package/documentation/app.js +2 -2
  27. package/documentation/assets/ur-architecture.svg +1 -1
  28. package/documentation/index.html +6 -6
  29. package/package.json +11 -7
  30. package/plugins/bunBundleDev.ts +32 -0
  31. package/plugins/community/.gitkeep +1 -0
  32. package/{marketplace-plugins → plugins/core}/README.md +3 -3
  33. package/plugins/core/code-review/.ur-plugin/plugin.json +13 -0
  34. package/{marketplace-plugins → plugins/core}/engineering-discipline/.ur-plugin/plugin.json +4 -4
  35. package/{marketplace-plugins → plugins/core}/evaluate-response/.ur-plugin/plugin.json +4 -4
  36. package/{marketplace-plugins → plugins/core}/explain-error/.ur-plugin/plugin.json +4 -4
  37. package/{marketplace-plugins → plugins/core}/git-summary/.ur-plugin/plugin.json +4 -4
  38. package/{marketplace-plugins → plugins/core}/github/.ur-plugin/plugin.json +4 -4
  39. package/{marketplace-plugins → plugins/core}/gitlab/.ur-plugin/plugin.json +4 -4
  40. package/{marketplace-plugins → plugins/core}/hello/.ur-plugin/plugin.json +4 -4
  41. package/{marketplace-plugins → plugins/core}/hello/README.md +4 -4
  42. package/{marketplace-plugins → plugins/core}/huggingface/.ur-plugin/plugin.json +4 -4
  43. package/{marketplace-plugins → plugins/core}/miro/.ur-plugin/plugin.json +4 -4
  44. package/{marketplace-plugins → plugins/core}/obsidian/.ur-plugin/plugin.json +4 -4
  45. package/{marketplace-plugins → plugins/core}/powerpoint/.ur-plugin/plugin.json +4 -4
  46. package/plugins/core/release-notes/.ur-plugin/plugin.json +13 -0
  47. package/{marketplace-plugins → plugins/core}/skill-forge/.ur-plugin/plugin.json +4 -4
  48. package/{marketplace-plugins → plugins/core}/word/.ur-plugin/plugin.json +4 -4
  49. package/plugins/examples/README.md +12 -0
  50. package/plugins/examples/command-template/.ur-plugin/plugin.json +12 -0
  51. package/plugins/examples/command-template/README.md +9 -0
  52. package/plugins/examples/command-template/commands/example.md +7 -0
  53. package/marketplace-plugins/code-review/.ur-plugin/plugin.json +0 -13
  54. package/marketplace-plugins/release-notes/.ur-plugin/plugin.json +0 -13
  55. /package/{marketplace-plugins → plugins/core}/code-review/README.md +0 -0
  56. /package/{marketplace-plugins → plugins/core}/code-review/commands/code-review.md +0 -0
  57. /package/{marketplace-plugins → plugins/core}/engineering-discipline/README.md +0 -0
  58. /package/{marketplace-plugins → plugins/core}/engineering-discipline/commands/discipline-check.md +0 -0
  59. /package/{marketplace-plugins → plugins/core}/engineering-discipline/skills/reproducible-release/SKILL.md +0 -0
  60. /package/{marketplace-plugins → plugins/core}/engineering-discipline/templates/release-verifier.md +0 -0
  61. /package/{marketplace-plugins → plugins/core}/engineering-discipline/validators/release-gate.json +0 -0
  62. /package/{marketplace-plugins → plugins/core}/evaluate-response/README.md +0 -0
  63. /package/{marketplace-plugins → plugins/core}/evaluate-response/commands/evaluate-response.md +0 -0
  64. /package/{marketplace-plugins → plugins/core}/explain-error/README.md +0 -0
  65. /package/{marketplace-plugins → plugins/core}/explain-error/commands/explain-error.md +0 -0
  66. /package/{marketplace-plugins → plugins/core}/git-summary/README.md +0 -0
  67. /package/{marketplace-plugins → plugins/core}/git-summary/commands/git-summary.md +0 -0
  68. /package/{marketplace-plugins → plugins/core}/github/README.md +0 -0
  69. /package/{marketplace-plugins → plugins/core}/github/commands/gh-issues.md +0 -0
  70. /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-create.md +0 -0
  71. /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-review.md +0 -0
  72. /package/{marketplace-plugins → plugins/core}/github/commands/gh-repo-health.md +0 -0
  73. /package/{marketplace-plugins → plugins/core}/github/skills/github-workflow/SKILL.md +0 -0
  74. /package/{marketplace-plugins → plugins/core}/gitlab/README.md +0 -0
  75. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-issues.md +0 -0
  76. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-create.md +0 -0
  77. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-review.md +0 -0
  78. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-pipeline.md +0 -0
  79. /package/{marketplace-plugins → plugins/core}/gitlab/skills/gitlab-workflow/SKILL.md +0 -0
  80. /package/{marketplace-plugins → plugins/core}/hello/commands/hello.md +0 -0
  81. /package/{marketplace-plugins → plugins/core}/huggingface/README.md +0 -0
  82. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-dataset-search.md +0 -0
  83. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-download.md +0 -0
  84. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-card.md +0 -0
  85. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-search.md +0 -0
  86. /package/{marketplace-plugins → plugins/core}/huggingface/skills/huggingface-workflow/SKILL.md +0 -0
  87. /package/{marketplace-plugins → plugins/core}/miro/README.md +0 -0
  88. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-board.md +0 -0
  89. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-diagram.md +0 -0
  90. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-export.md +0 -0
  91. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-stickies.md +0 -0
  92. /package/{marketplace-plugins → plugins/core}/miro/skills/miro-workflow/SKILL.md +0 -0
  93. /package/{marketplace-plugins → plugins/core}/obsidian/README.md +0 -0
  94. /package/{marketplace-plugins → plugins/core}/obsidian/commands/backlinks.md +0 -0
  95. /package/{marketplace-plugins → plugins/core}/obsidian/commands/daily-note.md +0 -0
  96. /package/{marketplace-plugins → plugins/core}/obsidian/commands/moc.md +0 -0
  97. /package/{marketplace-plugins → plugins/core}/obsidian/commands/second-brain.md +0 -0
  98. /package/{marketplace-plugins → plugins/core}/obsidian/commands/vault-search.md +0 -0
  99. /package/{marketplace-plugins → plugins/core}/obsidian/skills/second-brain/SKILL.md +0 -0
  100. /package/{marketplace-plugins → plugins/core}/powerpoint/README.md +0 -0
  101. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-from-md.md +0 -0
  102. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-new.md +0 -0
  103. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-review.md +0 -0
  104. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-theme.md +0 -0
  105. /package/{marketplace-plugins → plugins/core}/powerpoint/skills/deck-craft/SKILL.md +0 -0
  106. /package/{marketplace-plugins → plugins/core}/release-notes/README.md +0 -0
  107. /package/{marketplace-plugins → plugins/core}/release-notes/commands/release-notes.md +0 -0
  108. /package/{marketplace-plugins → plugins/core}/skill-forge/README.md +0 -0
  109. /package/{marketplace-plugins → plugins/core}/skill-forge/commands/forge-skill.md +0 -0
  110. /package/{marketplace-plugins → plugins/core}/skill-forge/commands/skill-refine.md +0 -0
  111. /package/{marketplace-plugins → plugins/core}/skill-forge/skills/skill-authoring/SKILL.md +0 -0
  112. /package/{marketplace-plugins → plugins/core}/word/README.md +0 -0
  113. /package/{marketplace-plugins → plugins/core}/word/commands/docx-edit.md +0 -0
  114. /package/{marketplace-plugins → plugins/core}/word/commands/docx-from-md.md +0 -0
  115. /package/{marketplace-plugins → plugins/core}/word/commands/docx-new.md +0 -0
  116. /package/{marketplace-plugins → plugins/core}/word/commands/docx-review.md +0 -0
  117. /package/{marketplace-plugins → plugins/core}/word/skills/document-craft/SKILL.md +0 -0
@@ -4,11 +4,11 @@
4
4
  "description": "Reference plugin for UR's marketplace extensibility: a CI/release command, executable skill, agent template, verifier validator, and language/LSP adapter metadata.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/engineering-discipline",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/engineering-discipline",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["workflow", "ci", "release", "validator", "template", "language-adapter"],
13
13
  "skills": "./skills",
14
14
  "templates": "./templates",
@@ -4,10 +4,10 @@
4
4
  "description": "Adds /evaluate-response — adversarial self-evaluation of the most recent assistant turn.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/evaluate-response",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/evaluate-response",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["quality", "self-evaluation", "verifier"]
13
13
  }
@@ -4,10 +4,10 @@
4
4
  "description": "Adds /explain-error — re-runs a failing command and diagnoses the error in plain English.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/explain-error",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/explain-error",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["debug", "error", "troubleshooting"]
13
13
  }
@@ -4,10 +4,10 @@
4
4
  "description": "Adds /git-summary — a one-paragraph factual summary of the working tree and recent history.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/git-summary",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/git-summary",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["git", "summary", "standup", "workflow"]
13
13
  }
@@ -4,11 +4,11 @@
4
4
  "description": "Drive GitHub from UR: review and open pull requests, triage issues, and check repo health — through GitHub's official remote MCP server or the gh CLI.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/github",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/github",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["github", "pull-request", "issues", "ci", "devops", "mcp"],
13
13
  "mcpServers": {
14
14
  "github": {
@@ -4,11 +4,11 @@
4
4
  "description": "Drive GitLab from UR: review and open merge requests, triage issues, and watch CI/CD pipelines — through GitLab's official MCP server or the glab CLI.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/gitlab",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/gitlab",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["gitlab", "merge-request", "issues", "ci-cd", "pipeline", "mcp"],
13
13
  "mcpServers": {
14
14
  "gitlab": {
@@ -4,10 +4,10 @@
4
4
  "description": "Example plugin that adds a `/hello` slash command. Copy this directory as a starting point for your own plugin.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["example", "template"]
13
13
  }
@@ -18,9 +18,9 @@ commands/
18
18
  To start your own plugin:
19
19
 
20
20
  ```sh
21
- cp -r marketplace-plugins/hello marketplace-plugins/my-plugin
22
- $EDITOR marketplace-plugins/my-plugin/.ur-plugin/plugin.json
23
- $EDITOR marketplace-plugins/my-plugin/commands/*.md
21
+ cp -r plugins/core/hello plugins/core/my-plugin
22
+ $EDITOR plugins/core/my-plugin/.ur-plugin/plugin.json
23
+ $EDITOR plugins/core/my-plugin/commands/*.md
24
24
  ```
25
25
 
26
26
  Then add an entry to `.ur-plugin/marketplace.json`:
@@ -28,7 +28,7 @@ Then add an entry to `.ur-plugin/marketplace.json`:
28
28
  ```json
29
29
  {
30
30
  "name": "my-plugin",
31
- "source": "./marketplace-plugins/my-plugin",
31
+ "source": "./plugins/core/my-plugin",
32
32
  "description": "What it does in one line."
33
33
  }
34
34
  ```
@@ -4,11 +4,11 @@
4
4
  "description": "Work the Hugging Face Hub from UR: search and vet models and datasets, read model cards, and download weights — through the official Hugging Face MCP server or the hf CLI.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/huggingface",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/huggingface",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["huggingface", "models", "datasets", "machine-learning", "hub", "mcp"],
13
13
  "mcpServers": {
14
14
  "huggingface": {
@@ -4,11 +4,11 @@
4
4
  "description": "Create and read Miro boards from UR: spin up boards, generate diagrams, drop sticky-note clusters, and summarize a board — through Miro's official MCP server (OAuth) with a REST API fallback.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/miro",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/miro",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["miro", "whiteboard", "diagram", "board", "brainstorm", "mcp"],
13
13
  "mcpServers": {
14
14
  "miro": {
@@ -4,11 +4,11 @@
4
4
  "description": "Turn UR into an Obsidian second-brain operator: capture atomic notes, daily notes, Maps of Content, backlinks, and cited vault search — via direct vault edits or the Obsidian Local REST API MCP server.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/obsidian",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/obsidian",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["obsidian", "second-brain", "zettelkasten", "pkm", "notes", "mcp"],
13
13
  "mcpServers": {
14
14
  "obsidian": {
@@ -4,11 +4,11 @@
4
4
  "description": "Build, convert, review, and theme PowerPoint decks from UR — through the Office PowerPoint MCP server (python-pptx, ~32 tools, templates) with a python-pptx fallback.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/powerpoint",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/powerpoint",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["powerpoint", "pptx", "slides", "presentation", "office", "mcp"],
13
13
  "mcpServers": {
14
14
  "powerpoint": {
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "release-notes",
3
+ "version": "0.1.0",
4
+ "description": "Adds /release-notes — drafts release notes from git log since the last tag.",
5
+ "author": {
6
+ "name": "Maitham Al-rubaye",
7
+ "url": "https://github.com/Maitham16/UR"
8
+ },
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/release-notes",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
+ "keywords": ["release", "notes", "changelog", "git"]
13
+ }
@@ -4,10 +4,10 @@
4
4
  "description": "Have the agent author complete skills for you: describe what you want, and the active model writes a ready-to-use SKILL.md (frontmatter, steps, success criteria) and saves it to your skills directory.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/skill-forge",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/skill-forge",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["skill", "authoring", "generator", "automation", "meta"]
13
13
  }
@@ -4,11 +4,11 @@
4
4
  "description": "Create, convert, review, and edit Microsoft Word documents from UR — through the Office Word MCP server (python-docx, ~54 tools) with a pandoc / python-docx fallback.",
5
5
  "author": {
6
6
  "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
7
+ "url": "https://github.com/Maitham16/UR"
8
8
  },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/word",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
9
+ "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/word",
10
+ "repository": "https://github.com/Maitham16/UR",
11
+ "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
12
12
  "keywords": ["word", "docx", "document", "office", "mcp"],
13
13
  "mcpServers": {
14
14
  "word": {
@@ -0,0 +1,12 @@
1
+ # UR-AGENT plugin examples
2
+
3
+ This directory contains templates for local UR-AGENT plugins. Copy an example
4
+ directory, edit its `.ur-plugin/plugin.json`, and install it with:
5
+
6
+ ```bash
7
+ ur --plugin-dir ./plugins/examples/command-template
8
+ ```
9
+
10
+ Production first-party plugins live in `plugins/core/`. Community plugins can
11
+ be staged under `plugins/community/` before being promoted into the official
12
+ marketplace manifest.
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "command-template",
3
+ "displayName": "Command Template",
4
+ "version": "0.1.0",
5
+ "description": "Minimal UR-AGENT plugin template that contributes one slash command.",
6
+ "author": {
7
+ "name": "UR-AGENT"
8
+ },
9
+ "commands": {
10
+ "example": "./commands/example.md"
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ # Command Template
2
+
3
+ Minimal local UR-AGENT plugin template.
4
+
5
+ ```bash
6
+ ur --plugin-dir ./plugins/examples/command-template
7
+ ```
8
+
9
+ Edit `commands/example.md` to change the command behavior.
@@ -0,0 +1,7 @@
1
+ ---
2
+ description: Demonstrate a minimal UR-AGENT plugin command.
3
+ argument-hint: "[optional context]"
4
+ ---
5
+
6
+ Reply with a short, factual confirmation that the command-template plugin is
7
+ loaded. If `$ARGUMENTS` is present, include it as the user-provided context.
@@ -1,13 +0,0 @@
1
- {
2
- "name": "code-review",
3
- "version": "0.1.0",
4
- "description": "Adds /code-review — structured review of the working diff against a base ref.",
5
- "author": {
6
- "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
8
- },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/code-review",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
12
- "keywords": ["code-review", "git", "diff", "quality"]
13
- }
@@ -1,13 +0,0 @@
1
- {
2
- "name": "release-notes",
3
- "version": "0.1.0",
4
- "description": "Adds /release-notes — drafts release notes from git log since the last tag.",
5
- "author": {
6
- "name": "Maitham Al-rubaye",
7
- "url": "https://github.com/Maitham16/ur-agent"
8
- },
9
- "homepage": "https://github.com/Maitham16/ur-agent/tree/master/marketplace-plugins/release-notes",
10
- "repository": "https://github.com/Maitham16/ur-agent",
11
- "license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
12
- "keywords": ["release", "notes", "changelog", "git"]
13
- }