Skip to content

plugin: add cloud deployment routing skills#101

Merged
gaelic-ghost merged 2 commits into
mainfrom
plugin/cloud-deployment
Jul 4, 2026
Merged

plugin: add cloud deployment routing skills#101
gaelic-ghost merged 2 commits into
mainfrom
plugin/cloud-deployment

Conversation

@gaelic-ghost

@gaelic-ghost gaelic-ghost commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • add the installable cloud-deployment-skills child plugin
  • route AWS work to the official AWS Agent Toolkit instead of duplicating AWS MCP, CLI, or SAM setup
  • bump shared Socket version surfaces to 7.10.0

Verification

  • uv run scripts/validate_socket_metadata.py
  • scripts/release.sh inventory
  • git diff --check

Summary by CodeRabbit

  • New Features

    • Added a new cloud deployment skills plugin to the marketplace, making it available for installation.
    • Included a new cloud deployment routing skill to help guide deployment tasks and handoffs.
  • Documentation

    • Updated the README and roadmap with the new plugin and its current status.
    • Added maintainer guidance describing cloud deployment routing, boundaries, and validation steps.
  • Chores

    • Bumped the project and multiple plugin/package versions to 7.10.0.

@gaelic-ghost gaelic-ghost added the enhancement New feature or request label Jul 4, 2026
@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ec0235c7-0853-49fe-bb06-b48bf487a7da

📥 Commits

Reviewing files that changed from the base of the PR and between 3dfc5eb and 8bfc2a0.

⛔ Files ignored due to path filters (9)
  • plugins/agent-portability-skills/uv.lock is excluded by !**/*.lock
  • plugins/apple-dev-skills/uv.lock is excluded by !**/*.lock
  • plugins/cardhop-app/mcp/uv.lock is excluded by !**/*.lock
  • plugins/cloud-deployment-skills/assets/cloud-deployment-icon.svg is excluded by !**/*.svg
  • plugins/productivity-skills/uv.lock is excluded by !**/*.lock
  • plugins/python-skills/uv.lock is excluded by !**/*.lock
  • plugins/things-app/mcp/uv.lock is excluded by !**/*.lock
  • plugins/things-app/uv.lock is excluded by !**/*.lock
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (33)
  • .agents/plugins/marketplace.json
  • README.md
  • ROADMAP.md
  • docs/maintainers/cloud-deployment-skills-plugin-plan.md
  • plugins/agent-portability-skills/.codex-plugin/plugin.json
  • plugins/agent-portability-skills/pyproject.toml
  • plugins/android-dev-skills/.codex-plugin/plugin.json
  • plugins/apple-dev-skills/.codex-plugin/plugin.json
  • plugins/apple-dev-skills/pyproject.toml
  • plugins/cardhop-app/.codex-plugin/plugin.json
  • plugins/cardhop-app/mcp/pyproject.toml
  • plugins/cloud-deployment-skills/.codex-plugin/plugin.json
  • plugins/cloud-deployment-skills/AGENTS.md
  • plugins/cloud-deployment-skills/skills/cloud-deployment-routing-workflow/SKILL.md
  • plugins/codex-utilities/.codex-plugin/plugin.json
  • plugins/dotnet-skills/.codex-plugin/plugin.json
  • plugins/game-dev-skills/.codex-plugin/plugin.json
  • plugins/productivity-skills/.codex-plugin/plugin.json
  • plugins/productivity-skills/pyproject.toml
  • plugins/python-skills/.codex-plugin/plugin.json
  • plugins/python-skills/pyproject.toml
  • plugins/reverse-engineering-skills/.codex-plugin/plugin.json
  • plugins/rust-skills/.codex-plugin/plugin.json
  • plugins/server-side-jvm/.codex-plugin/plugin.json
  • plugins/server-side-swift/.codex-plugin/plugin.json
  • plugins/spotify/.codex-plugin/plugin.json
  • plugins/swift-lang/.codex-plugin/plugin.json
  • plugins/swiftasb-skills/.codex-plugin/plugin.json
  • plugins/things-app/.codex-plugin/plugin.json
  • plugins/things-app/mcp/pyproject.toml
  • plugins/things-app/pyproject.toml
  • plugins/web-dev-skills/.codex-plugin/plugin.json
  • pyproject.toml

📝 Walkthrough

Walkthrough

Adds a new cloud-deployment-skills plugin (manifest, AGENTS.md, routing workflow skill), wires it into the marketplace config, README catalog, ROADMAP milestone, and a maintainer plan doc. Separately, bumps version from 7.9.0 to 7.10.0 across root and all plugin manifests/pyproject.toml files.

Changes

Cloud Deployment Skills plugin

Layer / File(s) Summary
Planning and roadmap documentation
docs/maintainers/cloud-deployment-skills-plugin-plan.md, ROADMAP.md
Adds the plugin plan doc and a new Milestone 21 section in ROADMAP with scope, tickets, and exit criteria.
Plugin manifest, AGENTS rules, and routing skill
plugins/cloud-deployment-skills/.codex-plugin/plugin.json, plugins/cloud-deployment-skills/AGENTS.md, plugins/cloud-deployment-skills/skills/cloud-deployment-routing-workflow/SKILL.md
Introduces plugin metadata/interface config, contribution/routing rules, and the full routing workflow skill with output schema and guardrails.
Marketplace wiring and README catalog updates
.agents/plugins/marketplace.json, README.md
Registers the plugin in the marketplace plugin list and adds catalog bullets in README.

Version bump to 7.10.0

Layer / File(s) Summary
Root and plugin version bumps
pyproject.toml, plugins/*/.codex-plugin/plugin.json, plugins/*/pyproject.toml
Bumps version from 7.9.0 to 7.10.0 across the root project and all plugin manifests/pyproject.toml files.

Estimated code review effort: 2 (Simple) | ~10 minutes

Sequence Diagram(s)

Not applicable — this PR consists of documentation additions, configuration wiring, and homogeneous version bumps without new multi-component runtime control flow.

Suggested labels: documentation

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch plugin/cloud-deployment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gaelic-ghost gaelic-ghost merged commit ce3a086 into main Jul 4, 2026
2 checks passed
@gaelic-ghost gaelic-ghost deleted the plugin/cloud-deployment branch July 4, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant