-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
26 lines (26 loc) · 966 Bytes
/
Copy pathsources.json
File metadata and controls
26 lines (26 loc) · 966 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
{
"sources": [
{
"name": "awesome-codex-skills",
"repo": "https://github.com/ComposioHQ/awesome-codex-skills.git",
"local_clone": "../awesome-codex-skills-source",
"enabled": true,
"exclude_paths": ["composio-skills"],
"include_keywords": ["code", "review", "test", "debug", "plan", "migrate", "refactor", "ci", "pipeline", "sentry", "github", "git"]
},
{
"name": "awesome-agent-skills",
"repo": "https://github.com/VoltAgent/awesome-agent-skills.git",
"enabled": true,
"exclude_paths": [],
"include_keywords": ["code", "review", "test", "debug", "refactor", "performance", "security", "dev", "development", "bug", "tdd"]
},
{
"name": "ok-skills",
"repo": "https://github.com/mxyhi/ok-skills.git",
"enabled": true,
"exclude_paths": [],
"include_keywords": ["diagnose", "frontend", "browser", "code-review", "get-api-docs", "find-docs"]
}
]
}