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
This commit is contained in:
Leo
2026-03-18 08:20:02 +01:00
parent eb4943060e
commit 115c6dc5ff
2 changed files with 14 additions and 0 deletions

View File

@@ -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"
}

View File

@@ -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"
}