Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"metadata": {
"description": "StackOne agent skills — integration infrastructure for AI agents with 200+ connectors, MCP, A2A, and SDKs",
"version": "2.0.0"
"version": "2.1.0"
},
"plugins": [
{
Expand All @@ -17,12 +17,14 @@
"repo": "StackOneHQ/agent-plugins-marketplace"
},
"description": "Integration infrastructure for AI agents — account linking, 200+ connectors, 10,000+ actions, TypeScript/Python SDKs, MCP, A2A, and connector development CLI",
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plugin.json’s description was updated to mention unified connector development, but the marketplace plugin entry description here still omits it. Consider keeping these descriptions aligned so the marketplace listing matches the plugin metadata.

Suggested change
"description": "Integration infrastructure for AI agents — account linking, 200+ connectors, 10,000+ actions, TypeScript/Python SDKs, MCP, A2A, and connector development CLI",
"description": "Integration infrastructure for AI agents — account linking, 200+ connectors, 10,000+ actions, TypeScript/Python SDKs, MCP, A2A, and unified connector development with connector development CLI",

Copilot uses AI. Check for mistakes.
"version": "2.0.0",
"version": "2.1.0",
"category": "integrations",
"tags": [
"stackone",
"integrations",
"integration-infrastructure",
"unified-connectors",
"connector-development",
"hris",
"ats",
"crm",
Expand Down
6 changes: 4 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stackone",
"version": "2.0.0",
"description": "Integration infrastructure for AI agents — account linking, 200+ connectors, 10,000+ actions, TypeScript/Python SDKs, MCP, A2A, and connector development CLI",
"version": "2.1.0",
"description": "Integration infrastructure for AI agents — account linking, 200+ connectors, 10,000+ actions, TypeScript/Python SDKs, MCP, A2A, unified connector development, and CLI",
"author": {
"name": "StackOne",
"url": "https://stackone.com"
Expand All @@ -13,6 +13,8 @@
"stackone",
"integrations",
"integration-infrastructure",
"unified-connectors",
"connector-development",
"hris",
"ats",
"crm",
Expand Down
6 changes: 6 additions & 0 deletions skills/stackone-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@ Result: Working GitHub Actions pipeline for connector deployment.
- Fetch the CLI reference for deployment troubleshooting
- Common issues: missing required fields in connector config, network timeouts
- For CI/CD failures, check that secrets are correctly configured in GitHub Actions

## Related Skills

- **stackone-unified-connectors**: For building schema-based connectors that transform provider data into standardized schemas with field mapping, enum translation, and unified pagination
- **stackone-connectors**: For discovering existing connector capabilities
- **stackone-agents**: For building AI agents that use connectors
Loading
Loading