Skip to content

feat: stackone connector plugin entry, positioning copy, pinned validator - #31

Merged
glebedel merged 3 commits into
mainfrom
feat/stackone-connector-plugin
Aug 31, 2026
Merged

feat: stackone connector plugin entry, positioning copy, pinned validator#31
glebedel merged 3 commits into
mainfrom
feat/stackone-connector-plugin

Conversation

@glebedel

@glebedel glebedel commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

What

  • New marketplace entry 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 no version on purpose so release-please's $.plugins[*].version bump doesn't stamp it; Claude Code resolves the version from the referenced repo.
  • Copy aligned with positioning: "200+ connectors and 9,000+ actions across HRIS, ATS, CRM, LMS…" → "connectors and 30,000+ actions across HR, Sales, Marketing, IT, finance and collaboration tools (Workday, SAP, Oracle, Salesforce, Google, Microsoft and hundreds more)", matching the com.stackone/mcp registry entry. Skill trigger phrases untouched.
  • Validator warnings → 0: dropped metadata.homepage/metadata.repository (unknown to Claude Code; both live in each plugin.json). Anthropic's plugin-directory review runs the same claude plugin validate.
  • CI hygiene: pin @anthropic-ai/claude-code@2.1.234 instead of floating npx --yes, add permissions: contents: read.

Verified

  • claude plugin validate . → passes with no warnings
  • claude plugin marketplace add <this checkout> + claude plugin install stackone@stackone-agent-plugins → installs stackone 1.0.0, MCP server detected

Why now

Prep for submitting stackone-defender and stackone-agents to 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 stackone marketplace entry sourced from StackOneHQ/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

    • GitHub-sourced stackone entry without a version; Claude Code resolves the version and release-please does not bump it.
    • README adds the install line, labels the entry as Integrations to match the marketplace category, and aligns platform skill copy with registry wording.
  • Bug Fixes

    • Drops unknown metadata.homepage/metadata.repository from marketplace.json to clear validation warnings.
    • Pins @anthropic-ai/claude-code@2.1.234 and adds permissions: contents: read in CI.

Written for commit 143cc17. Summary will update on new commits.

Review in cubic

…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>
Copilot AI lite review requested due to automatic review settings August 22, 2026 14:14

Copilot AI left a comment

Copy link
Copy Markdown

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 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 stackone marketplace entry sourced from StackOneHQ/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.234 in validation workflow and add permissions: 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.

Comment thread README.md Outdated

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

All reported issues were addressed across 8 files

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread plugins/integrations/stackone-platform/skills/stackone-platform/SKILL.md Outdated
Comment thread README.md Outdated
…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>

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.

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>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.

@glebedel
glebedel merged commit 3cadf82 into main Aug 31, 2026
5 checks passed
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