mas-ai-workflows
v2.3.0Focused AI evaluation, retrieval, privacy, tool testing, and human review workflows.
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
codex plugin marketplace add alivirgo/Major-AI-Skills
codex plugin marketplace upgrade major-ai-skills
codex plugin add mas-ai-workflows@major-ai-skillsPaste 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-marketplace→mas-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-SkillsClone 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
├── .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
Test an authorized AI agent's handling of instructions embedded in retrieved documents or tool outputs using harmless canaries.
Replay recorded AI tool calls against deterministic fixtures to test argument validation, error handling, and side-effect boundaries.
Check whether an AI answer's citations actually support its factual claims, with source-location evidence and explicit uncertainty.
Build a versioned JSONL evaluation dataset for an AI workflow, with acceptance criteria, held-out cases, and leakage checks.
Define and test when an AI workflow must hand a task to a human, preserving evidence and preventing unapproved continuation.
Prepare a privacy-reviewed AI input using field-aware redaction, stable placeholders, and leakage checks before external submission.
Measure an AI workflow's observed token cost and end-to-end latency across representative cases with reproducible configuration.
Validate AI-generated JSON against an application's schema and business rules, distinguishing refusals and truncation from malformed output.
Compare prompt revisions on a frozen AI evaluation set with paired runs, slice-level regressions, and explicit release thresholds.
Diagnose missing evidence in a retrieval-augmented generation pipeline using labeled queries, chunk inspection, and retrieval metrics.
Plugin manifests2
{
"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."
]
}
}{
"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"
}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.
[mas-ai-workflows on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mas-ai-workflows)