Agent Plugins Marketplace
← All plugins

wget-cloud-implementation

v10.0.0

YouTrack MCP product discovery, story-point estimation, task and epic delivery, and evidence-driven bugfix for Wget Cloud.

Codex4 Skills1 MCP serverstdio

By Wget Cloud0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
5 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-implementation for Codex

Installs for the current user
codex plugin marketplace add wget-cloud/codex-plugins
codex plugin marketplace upgrade wget-cloud
codex plugin add wget-cloud-implementation@wget-cloud

Paste 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-implementation” remain stable.

  • Codex: wget-cloud-implementation@agent-plugin-marketplace → wget-cloud-implementation@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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/wget-cloud-implementation/.

Plugin files

plugins/wget-cloud-implementation/
├── .codex-plugin/plugin.json
├── skills/wgc-bugfix/SKILL.md
├── skills/wgc-epic-implementation/SKILL.md
├── skills/wgc-implementation/SKILL.md
├── skills/wgc-task-creation/SKILL.md
└── .mcp.json

Included Skills4

wgc-bugfixskills/wgc-bugfix/SKILL.md

Coordinate evidence-driven diagnosis and repair of Wget Cloud defects across frontend, backend microservices, shared front-lib, public sites, and Kubernetes GitOps. Use for YouTrack Bug issues and when a user reports a bug, regression, crash, exception, failed UI/API/realtime/PWA flow, authorization or tenant-isolation defect, production incident, or behavior that no longer matches expectations and asks to fix it. The skill gathers scoped logs and runtime evidence when available, reproduces before patching, establishes a supported root cause, protects regression tests from implementor edits, performs independent review and architecture checks, runs targeted QA including browser/API/security specialists when relevant, and uses gated GitOps rollout only with explicit human approval. Do not use for explanation-only diagnostics with no requested fix, planned feature development, or blind deployment.

wgc-epic-implementationskills/wgc-epic-implementation/SKILL.md

Implement a Wget Cloud epic or ordered pool of YouTrack tasks through MCP with product, project, architecture, test, implementation, review, QA, integration, and optional GitOps gates. Use when the user asks to implement an epic, roadmap slice, batch, priority class, or multiple related YouTrack issues and expects progress to be tracked in YouTrack, including full per-task research and implementation plans before execution. Do not use to create or audit a backlog without implementation; use wgc-task-creation. For one standalone planned task without epic-level coordination, use wgc-implementation; for a reported defect requiring RCA, use wgc-bugfix.

wgc-implementationskills/wgc-implementation/SKILL.md

Coordinate architecture-safe planned implementation work across the Wget Cloud frontend, backend microservices, shared front-lib, public sites, and Kubernetes GitOps repositories. Use when asked to implement a YouTrack issue ID or URL, or for feature development, refactors, contracts, cross-repository changes, tests, reviews, QA, infrastructure preparation, rollout, or any planned task that benefits from specialized architect, architecture guardian, test-maker, implementor, reviewer, QA, DevOps, infrastructure reviewer, and deployment agents. For a user-reported defect, regression, failure, crash, or production incident that must be investigated and fixed, use wgc-bugfix instead. Do not use for a simple explanation or read-only question that needs no implementation workflow.

wgc-task-creationskills/wgc-task-creation/SKILL.md

Create or refine product-quality Wget Cloud tasks, epics, bug/refactor follow-ups, and ordered backlogs in YouTrack through MCP with product interviews, project research, alternatives, and story-point estimation, from a feature request, audit, gap analysis, or business workflow. Use when the user asks to analyze implementation completeness, decompose work, create issues, populate a project backlog, prioritize dependencies, or turn requirements into executable tasks. Do not use to implement the created tasks; use wgc-epic-implementation for an epic or pool and wgc-implementation for one planned engineering task.

MCP servers1

youtrackstdio
command
python3
args
${PLUGIN_ROOT}/scripts/youtrack_mcp.py

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/wget-cloud-implementation/.codex-plugin/plugin.json
{
  "name": "wget-cloud-implementation",
  "version": "10.0.0",
  "description": "YouTrack MCP product discovery, story-point estimation, task and epic delivery, and evidence-driven bugfix for Wget Cloud.",
  "author": {
    "name": "Wget Cloud",
    "url": "https://github.com/wget-cloud"
  },
  "homepage": "https://github.com/wget-cloud/codex-plugins/tree/main/plugins/wget-cloud-implementation",
  "repository": "https://github.com/wget-cloud/codex-plugins",
  "keywords": [
    "wget-cloud",
    "multi-agent",
    "implementation",
    "bugfix",
    "product-management",
    "project-management",
    "backlog",
    "epic",
    "diagnostics",
    "architecture",
    "gitops",
    "youtrack",
    "mcp",
    "story-points"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Wget Cloud Engineering",
    "shortDescription": "YouTrack planning, story points and agent delivery.",
    "longDescription": "Researches projects, interviews users, compares alternatives and estimates story points before creating YouTrack tasks and epics. Implements tasks through independent review and QA, dev/epic branches, squash commits and evidence-based Stage transitions using YouTrack MCP.",
    "developerName": "Wget Cloud",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/wget-cloud/codex-plugins",
    "defaultPrompt": [
      "Use $wgc-task-creation to research and create a YouTrack task or epic with story points.",
      "Use $wgc-epic-implementation to plan every task of a YouTrack epic and deliver it in dependency order.",
      "Use $wgc-implementation for a YouTrack task or $wgc-bugfix for a defect."
    ]
  },
  "mcpServers": "./.mcp.json"
}

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-implementation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wget-cloud-implementation)