[sources]
community = "https://github.com/aig787/agpm-community.git"
internal = "https://github.com/mycompany/ai-skills.git"
[skills]
rust-helper = { source = "community", path = "skills/rust-helper", version = "v1.0.0" }
web-developer = { source = "community", path = "skills/web-developer", version = "^2.0.0" }
code-reviewer = { source = "internal", path = "skills/code-reviewer", version = "v1.5.0" }
my-custom-skill = { path = "./local-skills/my-custom-skill" }
team-skills = { source = "internal", path = "skills/*", version = "^1.0.0" }
specialized = {
source = "community",
path = "skills/specialized-helper",
version = "v1.0.0",
target = "specialized-skills"
}
[agents]
rust-expert = { source = "community", path = "agents/rust-expert.md", version = "v1.0.0" }
frontend-expert = { source = "community", path = "agents/frontend-expert.md", version = "v1.5.0" }
[snippets]
rust-patterns = { source = "community", path = "snippets/rust-patterns.md", version = "v1.0.0" }
react-patterns = { source = "community", path = "snippets/react-patterns.md", version = "v1.0.0" }
[patch.skills.rust-helper]
allowed-tools = ["Read", "Grep", "Write", "Bash", "WebSearch"]
[patch.skills.code-reviewer]
description = "Code review helper customized for our team's standards"