feat: stackone connector plugin entry, positioning copy, pinned validator - #31
Conversation
…g, pin validator - marketplace.json: external github-sourced entry for the hosted StackOne MCP connector plugin (StackOneHQ/stackone-plugin). No version on the entry so release-please's $.plugins[*].version bump leaves it alone; Claude Code resolves the version from the referenced repo. - Copy: replace hard counts and product-category lists (200+/9,000+/HRIS, ATS, CRM, LMS) with the wording used in the MCP Registry entry (30,000+ actions, hundreds of connectors, HR/Sales/Marketing/IT). Trigger phrases unchanged. - Drop metadata.homepage/repository (unknown to Claude Code, produced validator warnings; both live in each plugin.json already). - validate.yml: pin @anthropic-ai/claude-code@2.1.234, read-only token. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new stackone marketplace entry that references the hosted StackOne MCP connector plugin repo, updates StackOne positioning copy across skills/docs/manifests, and hardens CI validation by pinning the Claude Code validator version and setting minimal workflow permissions.
Changes:
- Add
stackonemarketplace entry sourced fromStackOneHQ/stackone-plugin(no version stamped in this marketplace). - Update connector/action positioning copy to “hundreds of connectors, 30,000+ actions…” across README, skills, and plugin manifests.
- Pin
@anthropic-ai/claude-code@2.1.234in validation workflow and addpermissions: contents: read.
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 |
|---|---|
| README.md | Adds install instructions and a new plugin table row for the hosted stackone connector |
| plugins/integrations/stackone-platform/skills/stackone-platform/SKILL.md | Updates StackOne platform positioning copy |
| plugins/integrations/stackone-platform/skills/stackone-platform/references/api-categories.md | Updates Actions API copy to 30,000+ actions / hundreds of connectors |
| plugins/integrations/stackone-connectors/skills/stackone-connectors/SKILL.md | Updates connector discovery skill copy and guidance text |
| plugins/integrations/stackone-connectors/README.md | Updates connector discovery README positioning copy |
| plugins/integrations/stackone-connectors/.claude-plugin/plugin.json | Updates plugin description and tags to match new positioning |
| .github/workflows/validate.yml | Pins validator version and sets workflow permissions |
| .claude-plugin/marketplace.json | Updates marketplace metadata/stackone-connectors entry and adds the new github-sourced stackone plugin |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
All reported issues were addressed across 8 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…registry wording Addresses Copilot and cubic review comments: the Available Plugins row for stackone now says Integrations (matching its marketplace category), and the stackone-platform skill line carries the same vendor-list phrasing as the stackone-connectors skill and the com.stackone/mcp registry entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
0 issues found across 2 files (changes from recent commits).
Requires human review: Adds a new marketplace plugin entry sourced from an external repo, plus copy/CI updates. Human review needed to approve the plugin addition and its unverified external behavior.
Re-trigger cubic
Resolves the 3.1.0/3.1.1 collision from the release-please bump (#34) against this branch's copy changes: - versions take main's 3.1.1 - descriptions keep this branch's positioning wording - metadata.homepage/repository stay removed (they are the validator warnings this branch exists to clear) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
What
stackone→ the hosted StackOne MCP connector plugin, sourced from StackOneHQ/stackone-plugin. That repo is the single definition of the connector plugin (also listed for Grok Build, Cursor and Codex); this marketplace references it rather than copying it. The entry carries noversionon purpose so release-please's$.plugins[*].versionbump doesn't stamp it; Claude Code resolves the version from the referenced repo.com.stackone/mcpregistry entry. Skill trigger phrases untouched.metadata.homepage/metadata.repository(unknown to Claude Code; both live in each plugin.json). Anthropic's plugin-directory review runs the sameclaude plugin validate.@anthropic-ai/claude-code@2.1.234instead of floatingnpx --yes, addpermissions: contents: read.Verified
claude plugin validate .→ passes with no warningsclaude plugin marketplace add <this checkout>+claude plugin install stackone@stackone-agent-plugins→ installsstackone 1.0.0, MCP server detectedWhy now
Prep for submitting
stackone-defenderandstackone-agentsto the Anthropic plugin directory; the listing text is read straight from these manifests.🤖 Generated with Claude Code
https://claude.ai/code/session_01LHqJgp9mMhn3gCfBrkRS3o
Summary by cubic
Adds a
stackonemarketplace entry sourced fromStackOneHQ/stackone-plugin(hosted MCP connector) and updates connector/platform copy from "200+ connectors, 9,000+ actions" to "hundreds of connectors, 30,000+ actions." Removes validator warnings and pins the validator for stable CI; no API or runtime changes.New Features
stackoneentry without aversion; Claude Code resolves the version and release-please does not bump it.Bug Fixes
metadata.homepage/metadata.repositoryfrommarketplace.jsonto clear validation warnings.@anthropic-ai/claude-code@2.1.234and addspermissions: contents: readin CI.Written for commit 143cc17. Summary will update on new commits.