Summary
Finish productizing the existing xcloud Claude Code plugin so users receive managed updates and can install it through Anthropic's plugin directory instead of manually cloning or syncing skills.
The repository is already correctly structured as a Claude Code marketplace/plugin:
.claude-plugin/marketplace.json
plugins/xcloud/.claude-plugin/plugin.json
- namespaced skills:
xcloud:servers, xcloud:sites, xcloud:wordpress, xcloud:ssl, and xcloud:account
Current installation works through the xCloud-hosted marketplace:
/plugin marketplace add xCloudDev/xcloud-agent-skills
/plugin install xcloud@xcloud-agent-skills
/reload-plugins
This issue is about completing validation, release hygiene, and Anthropic marketplace distribution—not redesigning the skills or making the repository Claude-only.
Current findings
Validated on July 28, 2026 with Claude Code 2.1.218:
claude plugin validate .
claude plugin validate plugins/xcloud
Results:
- The plugin manifest passes validation.
- The marketplace manifest passes with one warning: the root marketplace has no
description.
- Plugin and marketplace metadata report
3.0.3.
- The latest Git tag and GitHub release are still
v3.0.0, creating release/version drift.
- CI currently parses the JSON manifests but does not run Claude's native plugin validator.
Scope
Out of scope
- Rewriting the five skills.
- Replacing the portable Markdown skill source with Claude-specific content.
- Depending on admission to Anthropic's curated official marketplace; that can be pursued separately after community publication.
Acceptance criteria
References
Summary
Finish productizing the existing
xcloudClaude Code plugin so users receive managed updates and can install it through Anthropic's plugin directory instead of manually cloning or syncing skills.The repository is already correctly structured as a Claude Code marketplace/plugin:
.claude-plugin/marketplace.jsonplugins/xcloud/.claude-plugin/plugin.jsonxcloud:servers,xcloud:sites,xcloud:wordpress,xcloud:ssl, andxcloud:accountCurrent installation works through the xCloud-hosted marketplace:
This issue is about completing validation, release hygiene, and Anthropic marketplace distribution—not redesigning the skills or making the repository Claude-only.
Current findings
Validated on July 28, 2026 with Claude Code
2.1.218:claude plugin validate . claude plugin validate plugins/xcloudResults:
description.3.0.3.v3.0.0, creating release/version drift.Scope
Add a concise top-level
descriptionto.claude-plugin/marketplace.json.Run Claude's native validator for both the marketplace and plugin in CI.
Add a CI check that keeps versions synchronized across:
.claude-plugin/marketplace.jsonplugins/xcloud/.claude-plugin/plugin.jsonCHANGELOG.mdPublish a synchronized
v3.0.3tag and GitHub release (or bump all surfaces to the next agreed version).Submit
https://github.com/xCloudDev/xcloud-agent-skillsto Anthropic's community plugin directory.After acceptance, document the managed install command, expected to be:
Retain the existing xCloud marketplace installation as a direct/fallback distribution path.
Keep the canonical skills portable for Claude Code, Claude App, OpenClaw/ClawHub, Hermes, and other agents.
Out of scope
Acceptance criteria
claude plugin validate .passes without warnings.claude plugin validate plugins/xcloudpasses.xcloud:*) continue to work.References