Agent Plugins Marketplace
All plugins

mas-ai-workflows

v2.3.0

Focused AI evaluation, retrieval, privacy, tool testing, and human review workflows.

CodexClaude Code10 Skills

By Ali VirgoLicense: MIT1 GitHub starsUpdated 14 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 23, 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 mas-ai-workflows for Codex and Claude Code

Installs for the current user
codex plugin marketplace add alivirgo/Major-AI-Skills
codex plugin marketplace upgrade major-ai-skills
codex plugin add mas-ai-workflows@major-ai-skills

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

Compatibility: the page URL and API slug “mas-ai-workflows” remain stable.

  • Codex: mas-ai-workflows@agent-plugin-marketplacemas-ai-workflows@major-ai-skills

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/alivirgo/Major-AI-Skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mas-ai-workflows/.

Plugin files

plugins/mas-ai-workflows/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-injection-boundary-test/SKILL.md
├── skills/agent-tool-replay-test/SKILL.md
├── skills/ai-citation-verification/SKILL.md
├── skills/ai-evaluation-dataset/SKILL.md
├── skills/ai-human-handoff-contract/SKILL.md
├── skills/ai-pii-redaction-review/SKILL.md
├── skills/llm-cost-latency-benchmark/SKILL.md
├── skills/llm-json-contract-check/SKILL.md
├── skills/prompt-regression-gate/SKILL.md
└── skills/rag-retrieval-audit/SKILL.md

Included Skills10

agent-injection-boundary-testskills/agent-injection-boundary-test/SKILL.md

Test an authorized AI agent's handling of instructions embedded in retrieved documents or tool outputs using harmless canaries.

agent-tool-replay-testskills/agent-tool-replay-test/SKILL.md

Replay recorded AI tool calls against deterministic fixtures to test argument validation, error handling, and side-effect boundaries.

ai-citation-verificationskills/ai-citation-verification/SKILL.md

Check whether an AI answer's citations actually support its factual claims, with source-location evidence and explicit uncertainty.

ai-evaluation-datasetskills/ai-evaluation-dataset/SKILL.md

Build a versioned JSONL evaluation dataset for an AI workflow, with acceptance criteria, held-out cases, and leakage checks.

ai-human-handoff-contractskills/ai-human-handoff-contract/SKILL.md

Define and test when an AI workflow must hand a task to a human, preserving evidence and preventing unapproved continuation.

ai-pii-redaction-reviewskills/ai-pii-redaction-review/SKILL.md

Prepare a privacy-reviewed AI input using field-aware redaction, stable placeholders, and leakage checks before external submission.

llm-cost-latency-benchmarkskills/llm-cost-latency-benchmark/SKILL.md

Measure an AI workflow's observed token cost and end-to-end latency across representative cases with reproducible configuration.

llm-json-contract-checkskills/llm-json-contract-check/SKILL.md

Validate AI-generated JSON against an application's schema and business rules, distinguishing refusals and truncation from malformed output.

prompt-regression-gateskills/prompt-regression-gate/SKILL.md

Compare prompt revisions on a frozen AI evaluation set with paired runs, slice-level regressions, and explicit release thresholds.

rag-retrieval-auditskills/rag-retrieval-audit/SKILL.md

Diagnose missing evidence in a retrieval-augmented generation pipeline using labeled queries, chunk inspection, and retrieval metrics.

Plugin manifests2

plugins/mas-ai-workflows/.codex-plugin/plugin.json
{
  "name": "mas-ai-workflows",
  "version": "2.3.0",
  "description": "Focused AI evaluation, retrieval, privacy, tool testing, and human review workflows.",
  "author": {
    "name": "Ali Virgo",
    "url": "https://github.com/alivirgo"
  },
  "homepage": "https://alivirgo.github.io/Major-AI-Skills/",
  "repository": "https://github.com/alivirgo/Major-AI-Skills",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "MAS AI Workflows",
    "shortDescription": "Focused AI evaluation, retrieval, privacy, tool testing, and human review workflows.",
    "longDescription": "Focused AI evaluation, retrieval, privacy, tool testing, and human review workflows.",
    "developerName": "Ali Virgo",
    "category": "Productivity",
    "websiteURL": "https://alivirgo.github.io/Major-AI-Skills/",
    "capabilities": [
      "Write"
    ],
    "defaultPrompt": [
      "Help me plan a task using MAS AI Workflows."
    ]
  }
}
plugins/mas-ai-workflows/.claude-plugin/plugin.json
{
  "name": "mas-ai-workflows",
  "version": "2.3.0",
  "description": "Focused AI evaluation, retrieval, privacy, tool testing, and human review workflows.",
  "author": {
    "name": "Ali Virgo",
    "url": "https://github.com/alivirgo"
  },
  "homepage": "https://alivirgo.github.io/Major-AI-Skills/",
  "repository": "https://github.com/alivirgo/Major-AI-Skills",
  "license": "MIT"
}

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

[mas-ai-workflows on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mas-ai-workflows)