From 30cdd3bd49318983d3a05b11c9a2dc6e63247e33 Mon Sep 17 00:00:00 2001 From: "R.Braga" <95978402+RBraga01@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:29:40 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de974b5a..bebebfbd 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! +- [A Team](https://github.com/RBraga01/a-team) - Universal multi-agent infrastructure with 25 specialist agents, 16 enforced workflow skills, and a lead orchestrator for Claude Code, Codex CLI, Cursor, and OpenCode. - [Aegis](https://github.com/GanyuanRan/Aegis) - An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows. - [Agentizer](https://github.com/Humiris/wwa-transform) - Turn any website into an AI-powered agentfront with split-pane - [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions. From f2e76ed282aa2d00e91bf670a4c8575f9629f157 Mon Sep 17 00:00:00 2001 From: RBraga01 Date: Thu, 11 Jun 2026 22:37:32 +0100 Subject: [PATCH 2/3] feat: add Quality Engineering Skills plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 22 structured quality engineering skills for automotive and manufacturing — ISO 9001, IATF 16949, AIAG-VDA FMEA, VDA 6.3, PPAP, APQP, SPC, MSA. Includes 8 agents (8d-coach, fmea-reviewer, rca-facilitator, ncr-writer, audit-guide, ppap-checker, control-plan-builder, skill-auditor). Author: RBraga01 (already listed — a-team) Repo: https://github.com/RBraga01/Quality-Engineering-Skills --- .../.codex-plugin/plugin.json | 52 ++++++++++++ .../quality-engineering-skills/LICENSE | 21 +++++ .../quality-engineering-skills/README.md | 80 +++++++++++++++++++ .../quality-engineering-skills/SECURITY.md | 11 +++ 4 files changed, 164 insertions(+) create mode 100644 plugins/RBraga01/quality-engineering-skills/.codex-plugin/plugin.json create mode 100644 plugins/RBraga01/quality-engineering-skills/LICENSE create mode 100644 plugins/RBraga01/quality-engineering-skills/README.md create mode 100644 plugins/RBraga01/quality-engineering-skills/SECURITY.md diff --git a/plugins/RBraga01/quality-engineering-skills/.codex-plugin/plugin.json b/plugins/RBraga01/quality-engineering-skills/.codex-plugin/plugin.json new file mode 100644 index 00000000..38d4ed2d --- /dev/null +++ b/plugins/RBraga01/quality-engineering-skills/.codex-plugin/plugin.json @@ -0,0 +1,52 @@ +{ + "name": "quality-engineering-skills", + "version": "2.0.0", + "description": "22 structured quality engineering skills for automotive and manufacturing — ISO 9001, IATF 16949, AIAG-VDA FMEA, VDA 6.3, PPAP, APQP, SPC, MSA. Works with Claude Code, Codex CLI, Cursor, Gemini CLI, and any agentskills.io-compatible tool.", + "author": { + "name": "RBraga01", + "url": "https://github.com/RBraga01" + }, + "homepage": "https://rbraga01.github.io/Quality-Engineering-Skills/", + "repository": "https://github.com/RBraga01/Quality-Engineering-Skills", + "license": "MIT", + "websiteURL": "https://rbraga01.github.io/Quality-Engineering-Skills/", + "privacyPolicyURL": "https://github.com/RBraga01/Quality-Engineering-Skills/blob/master/SECURITY.md", + "termsOfServiceURL": "https://github.com/RBraga01/Quality-Engineering-Skills/blob/master/LICENSE", + "keywords": [ + "quality-engineering", + "automotive", + "iso-9001", + "iatf-16949", + "fmea", + "8d-problem-solving", + "ppap", + "apqp", + "spc", + "msa", + "vda-6-3", + "manufacturing" + ], + "skills": "../skills/", + "interface": { + "composerIcon": "../docs/assets/qes-logo.jpg", + "displayName": "Quality Engineering Skills", + "shortDescription": "22 quality engineering skills — ISO 9001, IATF 16949, FMEA, PPAP, 8D.", + "longDescription": "Quality Engineering Skills packages decades of hands-on quality engineering expertise into structured skills your AI agent can load and apply immediately. Covers problem solving (8D, 5-Why, Fishbone, DMAIC), risk analysis (PFMEA, DFMEA, Action Priority), planning (PPAP, APQP, Control Plan), measurement (MSA, SPC), documentation (NCR, CAR, 8D Report), auditing (ISO 9001, IATF 16949, VDA 6.3), and supplier quality. Every skill maps to specific standard clauses. Validated methodology, not just format.", + "developerName": "RBraga01", + "category": "Productivity", + "capabilities": [ + "Interactive", + "Read", + "Write" + ], + "defaultPrompt": [ + "Load the 8d-problem-solving skill and guide me through a D0 emergency response.", + "Run /fmea-reviewer on my PFMEA worksheet." + ], + "websiteURL": "https://rbraga01.github.io/Quality-Engineering-Skills/", + "privacyPolicyURL": "https://github.com/RBraga01/Quality-Engineering-Skills/blob/master/SECURITY.md", + "termsOfServiceURL": "https://github.com/RBraga01/Quality-Engineering-Skills/blob/master/LICENSE", + "brandColor": "#ea580c", + "screenshots": [] + } +} diff --git a/plugins/RBraga01/quality-engineering-skills/LICENSE b/plugins/RBraga01/quality-engineering-skills/LICENSE new file mode 100644 index 00000000..671dce9c --- /dev/null +++ b/plugins/RBraga01/quality-engineering-skills/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Ricardo Romão Marques Braga + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/plugins/RBraga01/quality-engineering-skills/README.md b/plugins/RBraga01/quality-engineering-skills/README.md new file mode 100644 index 00000000..f894025e --- /dev/null +++ b/plugins/RBraga01/quality-engineering-skills/README.md @@ -0,0 +1,80 @@ +

+ Quality Engineering Skills +

+ +# Quality Engineering Skills v2.0.0 + +**22 structured quality engineering skills for automotive and manufacturing.** + +ISO 9001 · IATF 16949 · AIAG-VDA FMEA · VDA 6.3 · PPAP · APQP · SPC · MSA + +Works with Claude Code, Codex CLI, Cursor, Gemini CLI, and any agentskills.io-compatible AI tool. + +**[→ rbraga01.github.io/Quality-Engineering-Skills](https://rbraga01.github.io/Quality-Engineering-Skills/)** + +--- + +## Install + +```bash +npx skills add RBraga01/Quality-Engineering-Skills +``` + +Or clone directly: + +```bash +git clone https://github.com/RBraga01/Quality-Engineering-Skills.git +``` + +--- + +## What it solves + +AI agents are powerful — but they don't know 8D from PDCA, can't apply the AIAG-VDA Action Priority table, and generate generic NCR text that no auditor would accept. + +Quality Engineering Skills packages decades of hands-on quality engineering expertise into structured skills your AI agent can load and apply immediately. Every skill maps to specific standard clauses. Every agent validates methodology, not just format. + +--- + +## Skills (22) + +| Domain | Skills | Standards | +|--------|--------|-----------| +| Problem Solving | 8D (D0–D8), 5-Why, Fishbone, Is/Is-Not, PDCA, DMAIC | ISO 9001 §10.2, IATF 16949 §10.2.3 | +| Risk Analysis | PFMEA, DFMEA, Action Priority (AP) | AIAG-VDA FMEA 2019, IATF 16949 §8.3 | +| Planning | PPAP (5 levels, 18 elements), APQP, Control Plan, DVP&R | AIAG PPAP 4th Ed, IATF 16949 §8.3.4 | +| Measurement | MSA / Gauge R&R, SPC / Control Charts | AIAG MSA 4th Ed, AIAG SPC 2nd Ed | +| Documentation | NCR, CAR, 8D Customer Report | ISO 9001 §7.5, §8.7, §10.2 | +| Audit | ISO 9001 Internal, IATF 16949 Supplemental, VDA 6.3 | ISO 9001:2015, IATF 16949:2016, VDA 6.3 2023 | +| Supplier Quality | Supplier SCAR | ISO 9001 §8.4 | + +## Agents (8) + +| Agent | What it does | +|-------|-------------| +| `/8d-coach` | Interactive D0–D8 coach with validation gates | +| `/fmea-reviewer` | PFMEA/DFMEA gap audit against AIAG-VDA 2019 | +| `/rca-facilitator` | Structured 5-Why with evidence validation | +| `/ncr-writer` | Professional NCR generator from bullet inputs | +| `/audit-guide` | Interactive ISO 9001 / IATF internal audit | +| `/ppap-checker` | Interactive 18-element PPAP completeness checker | +| `/control-plan-builder` | Row-by-row Control Plan builder from PFMEA data | +| `/skill-auditor` | Automated audit and scoring of SKILL.md files | + +--- + +## Industries + +Automotive · Electronics · Aerospace · Medical Devices · General Manufacturing + +--- + +## Links + +- [GitHub repository](https://github.com/RBraga01/Quality-Engineering-Skills) +- [Landing page](https://rbraga01.github.io/Quality-Engineering-Skills/) +- [Full skill index](https://github.com/RBraga01/Quality-Engineering-Skills#skill-index) + +## License + +MIT — see [LICENSE](LICENSE). diff --git a/plugins/RBraga01/quality-engineering-skills/SECURITY.md b/plugins/RBraga01/quality-engineering-skills/SECURITY.md new file mode 100644 index 00000000..a70447f0 --- /dev/null +++ b/plugins/RBraga01/quality-engineering-skills/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Scope + +Quality-Engineering-Skills is a **content-only repository** — it contains structured markdown skill files and agent instructions. There is no executable code, no server, no user data collection, and no authentication system. + +## Reporting a vulnerability + +If you identify a security concern — for example a platform connector that could be misused, a SKILL.md instruction that could cause an AI to produce harmful outputs, or a credential accidentally committed — please open a GitHub Issue with the label **`security`**. + +There is no bug bounty programme for this project. From 299fcc848883d463f7d3b82c4a87a6fb0bd3e64e Mon Sep 17 00:00:00 2001 From: RBraga Date: Wed, 17 Jun 2026 14:01:15 +0100 Subject: [PATCH 3/3] fix: add quality engineering catalog entries --- .agents/plugins/marketplace.json | 15 +++++++++++++++ README.md | 1 + plugins.json | 12 +++++++++++- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 30358ea7..d7ebfcde 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -505,6 +505,21 @@ "description": "Turn an idea into a structured project workflow with planning, execution, verification, and handoff.", "icon": "./plugins/AlexMi64/codex-project-autopilot/assets/autonomous-project-agent.svg" }, + { + "name": "quality-engineering-skills", + "displayName": "Quality Engineering Skills", + "source": { + "source": "local", + "path": "./plugins/RBraga01/quality-engineering-skills" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Development & Workflow", + "description": "22 structured quality engineering skills for automotive and manufacturing: ISO 9001, IATF 16949, AIAG-VDA FMEA, VDA 6.3, PPAP, APQP, SPC, MSA.", + "icon": "./plugins/RBraga01/quality-engineering-skills/docs/assets/qes-logo.jpg" + }, { "name": "registry-broker-codex-plugin", "displayName": "Registry Broker", diff --git a/README.md b/README.md index f86d86db..721fa47c 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [PR Storyteller](./plugins/mturac/pr-storyteller) - PR title + body + test plan from commits and diff vs base branch. - [Praxis](https://github.com/ouonet/praxis) - Intent-driven workflow skills for coding agents: describe what done looks like, not the steps. Triage-first design keeps token costs low across design, TDD, debug, review, and release. - [Project Autopilot](https://github.com/AlexMi64/codex-project-autopilot) - Turn an idea into a structured project workflow with planning, execution, verification, and handoff. +- [Quality Engineering Skills](https://github.com/RBraga01/Quality-Engineering-Skills) - 22 structured quality engineering skills for automotive and manufacturing: ISO 9001, IATF 16949, AIAG-VDA FMEA, VDA 6.3, PPAP, APQP, SPC, MSA. - [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions. - [Runtype Skills](https://github.com/runtypelabs/skills) - Supercharge your coding agent for AI product development — build, deploy, and operate agents, flows, tools, and surfaces on Runtype's managed edge runtime. - [Sealos](https://github.com/labring/sealos-skills) - Deploy apps to Sealos Cloud from Codex with readiness checks, Dockerfile generation, Compose conversion, image builds, and rollout updates. diff --git a/plugins.json b/plugins.json index c0dda4de..454fbcc7 100644 --- a/plugins.json +++ b/plugins.json @@ -3,7 +3,7 @@ "name": "awesome-codex-plugins", "version": "1.0.0", "last_updated": "2026-06-08", - "total": 105, + "total": 106, "categories": [ "Development & Workflow", "Tools & Integrations" @@ -359,6 +359,16 @@ "source": "awesome-codex-plugins", "install_url": "https://raw.githubusercontent.com/AlexMi64/codex-project-autopilot/HEAD/.codex-plugin/plugin.json" }, + { + "name": "Quality Engineering Skills", + "url": "https://github.com/RBraga01/Quality-Engineering-Skills", + "owner": "RBraga01", + "repo": "Quality-Engineering-Skills", + "description": "22 structured quality engineering skills for automotive and manufacturing: ISO 9001, IATF 16949, AIAG-VDA FMEA, VDA 6.3, PPAP, APQP, SPC, MSA.", + "category": "Development & Workflow", + "source": "awesome-codex-plugins", + "install_url": "https://raw.githubusercontent.com/RBraga01/Quality-Engineering-Skills/HEAD/.codex-plugin/plugin.json" + }, { "name": "Registry Broker", "url": "https://github.com/hashgraph-online/registry-broker-codex-plugin",