-
Notifications
You must be signed in to change notification settings - Fork 7
refactor: Copy plugin.json files to be discoverable for more agents #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
6bc4632
refactor: Move plugin.json-s to a common place
d3xter666 5b082f5
refactor: Keep a copy of plugin files in .claude dir
d3xter666 3318edc
feat: Github marketplace file
d3xter666 b4148f2
fix: Remove "claude" term from shared resources
d3xter666 47d3ead
refactor: Remove redundant marketplace file
d3xter666 35380ae
fix: Add skills prop in plugin.json
d3xter666 3acd48c
fix: Proper formatting
d3xter666 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| { | ||
| "name": "ui5", | ||
| "metadata": { | ||
| "description": "SAPUI5 / OpenUI5 plugin for Claude. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.", | ||
| "version": "0.1.2" | ||
| }, | ||
| "owner": { | ||
| "name": "SAP SE", | ||
| "email": "openui5@sap.com" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "ui5", | ||
| "source": "./plugins/ui5", | ||
| "description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.", | ||
| "version": "0.1.2", | ||
| "skills": [ | ||
| "./skills/ui5-best-practices", | ||
| "./skills/ui5-best-practices-integration-cards" | ||
| ], | ||
| "repository": "https://github.com/UI5/plugins-coding-agents", | ||
| "keywords": [ | ||
| "sap", | ||
| "ui5", | ||
| "sapui5", | ||
| "openui5", | ||
| "claude", | ||
| "copilot", | ||
| "plugin", | ||
| "linter", | ||
| "api-documentation", | ||
| "development-guidelines", | ||
| "best-practices", | ||
| "mcp-tools", | ||
| "integration-cards", | ||
| "odata", | ||
| "cap-integration" | ||
| ], | ||
| "license": "Apache-2.0" | ||
| }, | ||
| { | ||
| "name": "ui5-typescript-conversion", | ||
| "source": "./plugins/ui5-typescript-conversion", | ||
| "description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.", | ||
| "version": "0.1.2", | ||
| "skills": [ | ||
| "./skills" | ||
| ], | ||
| "repository": "https://github.com/UI5/plugins-coding-agents", | ||
| "keywords": [ | ||
| "sap", | ||
| "ui5", | ||
| "sapui5", | ||
| "openui5", | ||
| "claude", | ||
| "copilot", | ||
| "plugin", | ||
| "typescript", | ||
| "conversion", | ||
| "javascript", | ||
| "migration" | ||
| ], | ||
| "license": "Apache-2.0" | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "name": "ui5-typescript-conversion", | ||
| "version": "0.1.2", | ||
| "description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.", | ||
| "author": { | ||
| "name": "SAP SE" | ||
| }, | ||
| "homepage": "https://github.com/UI5/plugins-coding-agents", | ||
| "repository": "https://github.com/UI5/plugins-coding-agents", | ||
| "license": "Apache-2.0", | ||
| "keywords": [ | ||
| "sap", | ||
| "ui5", | ||
| "sapui5", | ||
| "openui5", | ||
| "claude", | ||
| "plugin", | ||
| "typescript", | ||
| "conversion" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "name": "ui5", | ||
| "version": "0.1.2", | ||
| "description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.", | ||
| "author": { | ||
| "name": "SAP SE" | ||
| }, | ||
| "homepage": "https://github.com/UI5/plugins-coding-agents", | ||
| "repository": "https://github.com/UI5/plugins-coding-agents", | ||
| "license": "Apache-2.0", | ||
| "keywords": [ | ||
| "sap", | ||
| "ui5", | ||
| "sapui5", | ||
| "openui5", | ||
| "claude", | ||
| "plugin", | ||
| "linter", | ||
| "api documentation", | ||
| "development guidelines", | ||
| "best practices" | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.