diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 1ea90cd31..499090650 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -10,6 +10,33 @@ "email": "copilot@github.com" }, "plugins": [ + { + "name": "agent-dotfiles", + "description": "Write AI coding rules once, sync to every agent. Supports Command Code, Claude Code, Cursor, Copilot, Codex, and OpenCode.", + "version": "0.1.1", + "author": { + "name": "Saqib Ameen", + "url": "https://github.com/saqibameen" + }, + "homepage": "https://agent-dotfiles.saqib.dev", + "keywords": [ + "ai-rules", + "coding-agents", + "dotfiles", + "sync", + "copilot", + "claude", + "cursor", + "codex" + ], + "license": "MIT", + "repository": "https://github.com/saqibameen/agent-dotfiles", + "source": { + "source": "npm", + "package": "agent-dotfiles", + "version": "0.1.1" + } + }, { "name": "automate-this", "source": "automate-this", diff --git a/plugins/external.json b/plugins/external.json index 08afb1447..a0c74ea6e 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -138,5 +138,23 @@ "source": "github", "repo": "figma/mcp-server-guide" } + }, + { + "name": "agent-dotfiles", + "description": "Write AI coding rules once, sync to every agent. Supports Command Code, Claude Code, Cursor, Copilot, Codex, and OpenCode.", + "version": "0.1.1", + "author": { + "name": "Saqib Ameen", + "url": "https://github.com/saqibameen" + }, + "homepage": "https://agent-dotfiles.saqib.dev", + "keywords": ["ai-rules", "coding-agents", "dotfiles", "sync", "copilot", "claude", "cursor", "codex"], + "license": "MIT", + "repository": "https://github.com/saqibameen/agent-dotfiles", + "source": { + "source": "npm", + "package": "agent-dotfiles", + "version": "0.1.1" + } } ]