Conversation
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>
There was a problem hiding this comment.
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-connectorsbaseline 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", | |||
There was a problem hiding this comment.
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.
| "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", |
Summary by cubic
Adds the new
stackone-unified-connectorsskill 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
stackone-unified-connectorswith a 9-step workflow, core principles, and end-to-end examples.field-mapping-patterns.md,pagination-patterns.md, andscope-patterns.md.stackone-cli(requires@stackone/cli).Refactors
map_fields,version: '2', scope naming).2.1.0and added tagsunified-connectorsandconnector-development; updated descriptions to include unified connector development.Written for commit 035c4e0. Summary will update on new commits.