Skip to content

plugin: add network protocol skills#103

Merged
gaelic-ghost merged 3 commits into
mainfrom
plugin/network-protocol-skills
Jul 4, 2026
Merged

plugin: add network protocol skills#103
gaelic-ghost merged 3 commits into
mainfrom
plugin/network-protocol-skills

Conversation

@gaelic-ghost

Copy link
Copy Markdown
Owner

Summary:

  • Adds the network-protocol-skills plugin with transport selection, HTTP/3/QUIC, MoQ, WebRTC, and protocol diagnostics workflows.
  • Wires the plugin into the Socket marketplace and root docs.
  • Adds icon assets for the new plugin and existing Socket plugins that were missing manifest icons.
  • Bumps shared Socket version surfaces to 8.1.0 for the requested minor release.

Verification:

  • uv run scripts/validate_socket_metadata.py

@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

Warning

Review limit reached

@gaelic-ghost, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 36 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4339bd17-98da-40b1-8f45-c1663dfb7ed8

📥 Commits

Reviewing files that changed from the base of the PR and between 77c2ac5 and ab37043.

⛔ Files ignored due to path filters (17)
  • plugins/agent-portability-skills/uv.lock is excluded by !**/*.lock
  • plugins/apple-dev-skills/uv.lock is excluded by !**/*.lock
  • plugins/cardhop-app/assets/cardhop-app-icon.svg is excluded by !**/*.svg
  • plugins/cardhop-app/mcp/uv.lock is excluded by !**/*.lock
  • plugins/codex-utilities/assets/codex-utilities-icon.svg is excluded by !**/*.svg
  • plugins/game-dev-skills/assets/game-dev-skills-icon.svg is excluded by !**/*.svg
  • plugins/network-protocol-skills/assets/network-protocol-icon-generated.png is excluded by !**/*.png
  • plugins/network-protocol-skills/assets/network-protocol-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/reverse-engineering-skills/assets/reverse-engineering-icon.svg is excluded by !**/*.svg
  • plugins/spotify/assets/spotify-icon.svg is excluded by !**/*.svg
  • plugins/swiftasb-skills/assets/swiftasb-skills-icon.svg is excluded by !**/*.svg
  • plugins/things-app/assets/things-app-icon.svg is excluded by !**/*.svg
  • 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 (43)
  • .agents/plugins/marketplace.json
  • CONTRIBUTING.md
  • README.md
  • ROADMAP.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/codex-utilities/.codex-plugin/plugin.json
  • plugins/dotnet-skills/.codex-plugin/plugin.json
  • plugins/game-dev-skills/.codex-plugin/plugin.json
  • plugins/network-protocol-skills/.codex-plugin/plugin.json
  • plugins/network-protocol-skills/AGENTS.md
  • plugins/network-protocol-skills/skills/choose-network-transport/SKILL.md
  • plugins/network-protocol-skills/skills/choose-network-transport/agents/openai.yaml
  • plugins/network-protocol-skills/skills/http3-quic-workflow/SKILL.md
  • plugins/network-protocol-skills/skills/http3-quic-workflow/agents/openai.yaml
  • plugins/network-protocol-skills/skills/network-protocol-diagnostics/SKILL.md
  • plugins/network-protocol-skills/skills/network-protocol-diagnostics/agents/openai.yaml
  • plugins/network-protocol-skills/skills/realtime-media-over-quic-workflow/SKILL.md
  • plugins/network-protocol-skills/skills/realtime-media-over-quic-workflow/agents/openai.yaml
  • plugins/network-protocol-skills/skills/webrtc-workflow/SKILL.md
  • plugins/network-protocol-skills/skills/webrtc-workflow/agents/openai.yaml
  • 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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch plugin/network-protocol-skills

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 92a1f29 into main Jul 4, 2026
2 checks passed
@gaelic-ghost gaelic-ghost deleted the plugin/network-protocol-skills branch July 4, 2026 03:21
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