Skip to content

Commit fd58667

Browse files
Add agent-dotfiles external plugin
Add agent-dotfiles to the external plugins list. agent-dotfiles lets developers write AI coding rules once and sync them to every coding agent including GitHub Copilot, Claude Code, Cursor, Codex, OpenCode, Windsurf, Gemini CLI, and Kilo Code. Source: npm (agent-dotfiles@0.1.1) Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
1 parent aa86725 commit fd58667

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@
1010
"email": "copilot@github.com"
1111
},
1212
"plugins": [
13+
{
14+
"name": "agent-dotfiles",
15+
"description": "Write AI coding rules once, sync to every agent. Supports Claude Code, Cursor, Copilot, Codex, OpenCode, Windsurf, Gemini CLI, and Kilo Code.",
16+
"version": "0.1.1",
17+
"author": {
18+
"name": "Saqib Ameen",
19+
"url": "https://github.com/saqibameen"
20+
},
21+
"homepage": "https://agent-dotfiles.saqib.dev",
22+
"keywords": [
23+
"ai-rules",
24+
"coding-agents",
25+
"dotfiles",
26+
"sync",
27+
"copilot",
28+
"claude",
29+
"cursor",
30+
"codex"
31+
],
32+
"license": "MIT",
33+
"repository": "https://github.com/saqibameen/agent-dotfiles",
34+
"source": {
35+
"source": "npm",
36+
"package": "agent-dotfiles",
37+
"version": "0.1.1"
38+
}
39+
},
1340
{
1441
"name": "automate-this",
1542
"source": "automate-this",

plugins/external.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,23 @@
138138
"source": "github",
139139
"repo": "figma/mcp-server-guide"
140140
}
141+
},
142+
{
143+
"name": "agent-dotfiles",
144+
"description": "Write AI coding rules once, sync to every agent. Supports Claude Code, Cursor, Copilot, Codex, OpenCode, Windsurf, Gemini CLI, and Kilo Code.",
145+
"version": "0.1.1",
146+
"author": {
147+
"name": "Saqib Ameen",
148+
"url": "https://github.com/saqibameen"
149+
},
150+
"homepage": "https://agent-dotfiles.saqib.dev",
151+
"keywords": ["ai-rules", "coding-agents", "dotfiles", "sync", "copilot", "claude", "cursor", "codex"],
152+
"license": "MIT",
153+
"repository": "https://github.com/saqibameen/agent-dotfiles",
154+
"source": {
155+
"source": "npm",
156+
"package": "agent-dotfiles",
157+
"version": "0.1.1"
158+
}
141159
}
142160
]

0 commit comments

Comments
 (0)