-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrulesync.jsonc
More file actions
35 lines (35 loc) · 824 Bytes
/
rulesync.jsonc
File metadata and controls
35 lines (35 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://raw.githubusercontent.com/dyoshikawa/rulesync/refs/heads/main/config-schema.json",
"targets": [
"copilot",
"claudecode",
"codexcli",
"geminicli",
"opencode",
"agentsmd",
"agentsskills"
],
"features": {
"copilot": ["*"],
"claudecode": ["rules", "ignore", "mcp", "commands", "subagents", "skills", "hooks"],
"codexcli": ["mcp", "commands", "skills", "subagents"],
"geminicli": ["*"],
"opencode": ["mcp", "commands", "skills", "subagents"],
"agentsmd": ["*"],
"agentsskills": ["*"]
},
"sources": [
{
"source": "https://github.com/anthropics/skills",
"skills": [
"skill-creator"
]
},
{
"source": "https://github.com/dyoshikawa/rulesync",
"skills": [
"rulesync"
]
}
]
}