Compare commits

...

3 Commits

Author SHA1 Message Date
Bryan Thompson
f1938a2dc2 Add exa plugin 2026-04-20 08:03:24 -05:00
Bryan Thompson
bb7730114d Consolidate Oracle NetSuite skills into a single plugin (#1464) 2026-04-17 22:03:25 +01:00
Bryan Thompson
3df5394ee9 Merge pull request #1463 from anthropics/add-netsuite-plugins
Add Oracle NetSuite agent skills (3 plugins)
2026-04-17 15:39:51 -05:00

View File

@@ -510,6 +510,20 @@
},
"homepage": "https://elixir-lsp.github.io/elixir-ls/"
},
{
"name": "exa",
"description": "Exa AI web search, deep research, and content extraction. Provides MCP tools and research skills for comprehensive web search, people discovery, company research, academic papers, and more.",
"author": {
"name": "Exa"
},
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/exa-labs/exa-mcp-server.git",
"sha": "bd2ccdd52ca7a35fbc2207ad266bb2a961c0e793"
},
"homepage": "https://exa.ai/docs/reference/exa-mcp"
},
{
"name": "explanatory-output-style",
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
@@ -936,28 +950,8 @@
"homepage": "https://github.com/netlify/context-and-tools"
},
{
"name": "netsuite-aiconnector-service-skill",
"description": "NetSuite Intelligence skill — teaches AI the correct tool-selection order, output formatting, domain knowledge, multi-subsidiary and currency handling, and SuiteQL safety checklist for any session using the NetSuite AI Service Connector.",
"author": {
"name": "Oracle NetSuite"
},
"category": "productivity",
"source": {
"source": "git-subdir",
"url": "https://github.com/oracle/netsuite-suitecloud-sdk.git",
"path": "packages/agent-skills",
"ref": "master",
"sha": "43bacf43763e1eedd0892b4652be3d45df94f0e7"
},
"homepage": "https://github.com/oracle/netsuite-suitecloud-sdk",
"strict": false,
"skills": [
"./netsuite-ai-connector-instructions"
]
},
{
"name": "netsuite-sdf-roles-and-permissions",
"description": "Use when generating or reviewing NetSuite SDF permission configurations — customrole XML, script deployment permissions, permkey values, permlevel choices, run-as role design, and least-privilege access. Confirms exact ADMI_/LIST_/REGT_/REPO_/TRAN_ permission IDs and validates permissions against bundled NetSuite reference data.",
"name": "netsuite-suitecloud",
"description": "NetSuite agent skills from Oracle — authoring guidance for SuiteCloud Development Framework (SDF) objects and UIF single-page-app components, plus runtime guidance for the NetSuite AI Service Connector.",
"author": {
"name": "Oracle NetSuite"
},
@@ -969,31 +963,13 @@
"ref": "master",
"sha": "43bacf43763e1eedd0892b4652be3d45df94f0e7"
},
"homepage": "https://github.com/oracle/netsuite-suitecloud-sdk",
"strict": false,
"skills": [
"./netsuite-sdf-roles-and-permissions"
]
},
{
"name": "netsuite-uif-spa-reference",
"description": "Use when building, modifying, or debugging NetSuite UIF SPA components. Provides API/type lookup for @uif-js/core and @uif-js/component — constructors, methods, props, enums, hooks, and component options.",
"author": {
"name": "Oracle NetSuite"
},
"category": "development",
"source": {
"source": "git-subdir",
"url": "https://github.com/oracle/netsuite-suitecloud-sdk.git",
"path": "packages/agent-skills",
"ref": "master",
"sha": "43bacf43763e1eedd0892b4652be3d45df94f0e7"
},
"homepage": "https://github.com/oracle/netsuite-suitecloud-sdk",
"strict": false,
"skills": [
"./netsuite-ai-connector-instructions",
"./netsuite-sdf-roles-and-permissions",
"./netsuite-uif-spa-reference"
]
],
"homepage": "https://github.com/oracle/netsuite-suitecloud-sdk"
},
{
"name": "nightvision",