Skip to content

Add unified connector skills#5

Merged
mstrivens merged 3 commits intomainfrom
add-unified-connector-skills
Mar 11, 2026
Merged

Add unified connector skills#5
mstrivens merged 3 commits intomainfrom
add-unified-connector-skills

Conversation

@mstrivens
Copy link
Copy Markdown
Contributor

@mstrivens mstrivens commented Mar 11, 2026

Summary by cubic

Adds the new stackone-unified-connectors skill to build schema-based connectors with clear patterns for field mapping, pagination, and scopes, and updates the plugin metadata to 2.1.0 to reflect unified connector development. This consolidates previous templates into one baseline skill and adds references that reduce duplication and errors.

  • New Features

    • Introduced stackone-unified-connectors with a 9-step workflow, core principles, and end-to-end examples.
    • Added reference guides: field-mapping-patterns.md, pagination-patterns.md, and scope-patterns.md.
    • Updated README to include the sixth skill and added “Related Skills” links in stackone-cli (requires @stackone/cli).
  • Refactors

    • Consolidated multiple unified connector templates into a single baseline skill; standardized examples (camelCase config, inline map_fields, version: '2', scope naming).
    • Bumped plugin/marketplace to 2.1.0 and added tags unified-connectors and connector-development; updated descriptions to include unified connector development.

Written for commit 035c4e0. Summary will update on new commits.

mstrivens and others added 3 commits March 11, 2026 15:40
Consolidate 6 unified connector skills from connectors-template into a
single comprehensive skill with reference files. This reduces repetition,
eliminates contradictions, and follows the marketplace skill patterns.

New skill: stackone-unified-connectors
- Main SKILL.md with 9-step workflow and core principles
- Reference files for field mapping, pagination, and scope patterns

Also updates:
- Bump version to 2.1.0
- Add unified-connectors and connector-development tags
- Add Related Skills section to stackone-cli

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix typecast_data references to get_data in pagination examples
- Fix test param from limit to page_size to match input name
- Standardize scope naming to employees:extended:read pattern
- Add null guard to toLowerCase() in enum matching example
- Update version to 2.1, fix CLI docs path references
- Add Skill Architecture section explaining baseline/schema skill relationship
- Add guidance for creating domain-specific schema skills
- Update examples to show workflow with domain-specific skills

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 11, 2026 16:55
@mstrivens mstrivens merged commit 72ec74e into main Mar 11, 2026
5 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new stackone-unified-connectors skill to the skills marketplace, providing standardized patterns for building schema-based (unified) connectors, plus repo metadata updates to expose the new skill.

Changes:

  • Introduces the stackone-unified-connectors baseline skill and companion reference docs (field mapping, pagination, scopes).
  • Updates top-level README to list the new skill and adjust the “all skills” install count.
  • Bumps Claude plugin/marketplace versions and tags, and links the new skill from stackone-cli.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skills/stackone-unified-connectors/SKILL.md New baseline workflow/patterns for building unified/schema-based connectors.
skills/stackone-unified-connectors/references/scope-patterns.md New reference guide for scope definition and decision-making.
skills/stackone-unified-connectors/references/pagination-patterns.md New reference guide for cursor pagination configuration and debugging.
skills/stackone-unified-connectors/references/field-mapping-patterns.md New reference guide for field mapping/typecasting and enum mapping patterns.
skills/stackone-cli/SKILL.md Adds related-skill link to the new unified connectors skill.
README.md Adds the new skill to the skills table and updates the plugin install count.
.claude-plugin/plugin.json Bumps plugin version to 2.1.0 and updates keywords/description for unified connectors.
.claude-plugin/marketplace.json Bumps marketplace/plugin version to 2.1.0 and adds unified-connector tags.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -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.
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 8 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants