Agent Plugins Marketplace
All plugins

wgu-agent-foundation

v0.1.0

WGU's foundational agent plugin: engineering guardrails, WGU context, and gateway-routed MCP tools (Atlassian, GitHub).

Codex1 Skill

By WGU Enterprise ArchitectureLicense: MIT0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 2, 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 wgu-agent-foundation for Codex

Installs for the current user
codex plugin marketplace add john-briggs-wgu/wgu-codex-plugins
codex plugin marketplace upgrade wgu-plugins
codex plugin add wgu-agent-foundation@wgu-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the wgu-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “wgu-agent-foundation” remain stable.

  • Codex: wgu-agent-foundation@agent-plugin-marketplacewgu-agent-foundation@wgu-plugins

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/john-briggs-wgu/wgu-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/wgu-agent-foundation/.

Plugin files

plugins/wgu-agent-foundation/
├── .codex-plugin/plugin.json
└── skills/wgu-guardrails/SKILL.md

Included Skills1

wgu-guardrailsskills/wgu-guardrails/SKILL.md

Apply WGU engineering standards — secure coding, test-first (TDD), no workarounds, adversarial review — when writing, reviewing, or committing code. Use for any coding, code-review, PR, or testing task.

Plugin manifests1

plugins/wgu-agent-foundation/.codex-plugin/plugin.json
{
  "name": "wgu-agent-foundation",
  "version": "0.1.0",
  "description": "WGU's foundational agent plugin: engineering guardrails, WGU context, and gateway-routed MCP tools (Atlassian, GitHub).",
  "author": {
    "name": "WGU Enterprise Architecture",
    "url": "https://github.com/WGU-edu/wgu-devex-platform"
  },
  "homepage": "https://github.com/WGU-edu/wgu-devex-platform",
  "repository": "https://github.com/john-briggs-wgu/wgu-codex-plugins",
  "license": "MIT",
  "keywords": [
    "wgu",
    "guardrails",
    "secure-coding",
    "tdd",
    "developer-tooling",
    "governance",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "apps": "./.app.json",
  "interface": {
    "displayName": "WGU Agent Foundation",
    "shortDescription": "WGU engineering guardrails + governed MCP tools",
    "longDescription": "WGU's foundational agent plugin. Ships WGU engineering standards (secure coding, test-first/TDD, no-workarounds, adversarial review) as reusable skills the agent follows, plus MCP tools routed through the WGU Solo Agent Gateway so every tool call flows through one governed door for identity, policy, rate-limiting, and audit. No personal access tokens.",
    "developerName": "WGU Enterprise Architecture",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://github.com/WGU-edu/wgu-devex-platform",
    "defaultPrompt": [
      "Review this code for security issues using WGU standards.",
      "Help me write a failing test first for this function (WGU TDD).",
      "Open a PR for this change following WGU code-quality guardrails."
    ],
    "brandColor": "#003058",
    "composerIcon": "./assets/wgu-archimedes.png",
    "logo": "./assets/wgu-archimedes.png"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[wgu-agent-foundation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wgu-agent-foundation)