From 115c6dc5ff042c28fe583d58da5efdd0c42f0270 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 18 Mar 2026 08:20:02 +0100 Subject: [PATCH] fix: add missing plugin.json files and restore trailing newlines - Add plugin.json for review-fix-a11y skill - Add plugin.json for free-llm-api skill - Restore POSIX-compliant trailing newlines in JSON index files --- engineering-team/free-llm-api/plugin.json | 7 +++++++ engineering-team/review-fix-a11y/plugin.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 engineering-team/free-llm-api/plugin.json create mode 100644 engineering-team/review-fix-a11y/plugin.json diff --git a/engineering-team/free-llm-api/plugin.json b/engineering-team/free-llm-api/plugin.json new file mode 100644 index 0000000..924a1d5 --- /dev/null +++ b/engineering-team/free-llm-api/plugin.json @@ -0,0 +1,7 @@ +{ + "name": "free-llm-api", + "version": "1.0.0", + "description": "Set up free or low-cost OpenAI-compatible LLM APIs: ChatAnywhere, Groq, Cerebras, OpenRouter, llm-mux, One API", + "author": "Alireza Rezvani", + "category": "engineering" +} diff --git a/engineering-team/review-fix-a11y/plugin.json b/engineering-team/review-fix-a11y/plugin.json new file mode 100644 index 0000000..6299ae0 --- /dev/null +++ b/engineering-team/review-fix-a11y/plugin.json @@ -0,0 +1,7 @@ +{ + "name": "review-fix-a11y", + "version": "1.0.0", + "description": "WCAG 2.2 accessibility audit and fix for React, Next.js, Vue, Angular, and HTML", + "author": "Neha", + "category": "engineering" +}