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.

The plugin description here still omits unified connector development (it only mentions the connector development CLI), while .claude-plugin/plugin.json was updated to include unified connector development. Consider updating this description string to match so marketplace metadata is consistent with 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, unified connector development, and 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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Agent skills for [StackOne](https://stackone.com) — integration infrastructure
# Add the marketplace
/plugin marketplace add stackonehq/agent-plugins-marketplace

# Install the StackOne plugin (all 5 skills)
# Install the StackOne plugin (all 6 skills)
/plugin install stackone@stackone-marketplace
```

Expand All @@ -33,6 +33,7 @@ npx skills add stackonehq/agent-plugins-marketplace@stackone-agents
| [`stackone-agents`](skills/stackone-agents/) | Build AI agents with TypeScript/Python SDK, MCP, or A2A | "Add StackOne tools to my agent", "set up MCP" |
| [`stackone-cli`](skills/stackone-cli/) | Custom connector development and deployment | "Build a custom connector", "deploy my connector" |
| [`stackone-connectors`](skills/stackone-connectors/) | Discover connectors, actions, and integration capabilities | "Which providers does StackOne support?" |
| [`stackone-unified-connectors`](skills/stackone-unified-connectors/) | Build unified connectors that transform provider data into standardized schemas | "start unified build for [provider]", "map fields to schema" |

Each skill includes step-by-step workflows, concrete examples, and troubleshooting for common errors.

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