wget-cloud-development
v2.0.2Tracker-independent implementation and evidence-driven bugfix workflows for Wget Cloud Go backend services.
By Wget Cloud0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install wget-cloud-development for Codex
codex plugin marketplace add wget-cloud/codex-plugins
codex plugin marketplace upgrade wget-cloud
codex plugin add wget-cloud-development@wget-cloudPaste and run these commands in a terminal with Codex. They add and refresh the wget-cloud catalog, then install this plugin.
Compatibility: the page URL and API slug “wget-cloud-development” remain stable.
- Codex:
wget-cloud-development@agent-plugin-marketplace→wget-cloud-development@wget-cloud
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wget-cloud/codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/wget-cloud-development/.
Plugin files
├── .codex-plugin/plugin.json├── skills/wgc-bugfix/SKILL.md└── skills/wgc-implementation/SKILL.md
Included Skills2
Coordinate tracker-independent, evidence-driven diagnosis and repair of defects in the Wget Cloud backend-services Go workspace. Use for service, platform, Protobuf/gRPC contract, CI matrix, container, migration, security, tenant-isolation, concurrency, background-work, or GitOps failures that must be reproduced and fixed. The skill establishes a supported root cause, protects regression tests from implementor edits, performs independent review and architecture checks, runs targeted API/contract/security QA, and uses gated rollout only with explicit human approval. Do not use for unrelated repositories, explanation-only diagnostics, planned feature development, or blind deployment.
Coordinate tracker-independent, architecture-safe planned implementation work in the Wget Cloud backend-services Go workspace. Use for independent microservices, shared platform primitives, Protobuf contracts, repository CI, container images, migrations from the legacy TypeScript backend, or GitOps preparation that benefits from specialized architecture, test, implementation, review, QA, infrastructure, and deployment roles. For a reported defect, regression, crash, or incident that must be investigated and fixed, use wgc-bugfix instead. Do not use for unrelated repositories, a simple explanation, or a read-only question.
Plugin manifests1
{
"name": "wget-cloud-development",
"version": "2.0.2",
"description": "Tracker-independent implementation and evidence-driven bugfix workflows for Wget Cloud Go backend services.",
"author": {
"name": "Wget Cloud",
"url": "https://github.com/wget-cloud"
},
"homepage": "https://github.com/wget-cloud/codex-plugins/tree/main/plugins/wget-cloud-development",
"repository": "https://github.com/wget-cloud/codex-plugins",
"keywords": [
"wget-cloud",
"multi-agent",
"implementation",
"bugfix",
"diagnostics",
"architecture",
"gitops",
"go",
"grpc",
"protobuf"
],
"skills": "./skills/",
"interface": {
"displayName": "Wget Cloud Development",
"shortDescription": "Implementation and bugfix without a task tracker.",
"longDescription": "Implements planned changes and repairs defects in the Wget Cloud backend-services Go workspace through adaptive specialist teams, independent review, service and contract QA, and gated GitOps delivery. The bundle has no task-tracker integration or dependency.",
"developerName": "Wget Cloud",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/wget-cloud/codex-plugins",
"defaultPrompt": [
"Use $wgc-implementation for planned service, platform, Protobuf, CI, image, or GitOps work in backend-services.",
"Use $wgc-bugfix to reproduce, diagnose, repair, review, and verify a backend-services Go defect."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[wget-cloud-development on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wget-cloud-development)