-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathagr.toml
More file actions
36 lines (28 loc) · 1.22 KB
/
agr.toml
File metadata and controls
36 lines (28 loc) · 1.22 KB
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
36
# Source to fetch skills from
default_source = "github"
# Tools to install skills to (e.g. "claude", "cursor", "codex")
tools = ["claude"]
# Primary tool for instruction sync (must be listed in tools)
# default_tool = "claude"
# Default GitHub owner for short handles (e.g. "skill" resolves to "computerlovetech/skill")
default_owner = "computerlovetech"
# Default GitHub repo for two-part handles (e.g. "owner/skill" resolves to "owner/skills/skill")
default_repo = "skills"
# Sync instruction files across tools
# sync_instructions = false
# Which tool's instruction file is the source of truth
# canonical_instructions = "CLAUDE.md"
dependencies = [
{path = "skills/brand-guidelines", type = "skill"},
{handle = "microsoft/playwright-cli/playwright-cli", type = "skill"},
{handle = "computerlovetech/docs-audit", type = "skill"},
{handle = "computerlovetech/setup-agent-workspace", type = "skill"},
{handle = "maragudk/code-review", type = "skill"},
{path = "ralphs/bug-hunter", type = "ralph"},
{path = "skills/ralphify-release", type = "skill"},
{handle = "computerlovetech/ralphs/improve-codebase", type = "ralph"},
]
[[source]]
name = "github"
type = "git"
url = "https://github.com/{owner}/{repo}.git"