diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index a635cd93..12d34ab6 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -580,6 +580,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 63d31fb5..3a3de814 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,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 d2d1f21e..feb9d770 100644 --- a/plugins.json +++ b/plugins.json @@ -3,7 +3,7 @@ "name": "awesome-codex-plugins", "version": "1.0.0", "last_updated": "2026-06-16", - "total": 112, + "total": 113, "categories": [ "Development & Workflow", "Tools & Integrations" @@ -399,6 +399,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", 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 @@ +
+
+