agentic-toolkit/skills.config.json
2026-05-13 15:45:44 +00:00

31 lines
664 B
JSON

{
"$schema_comment": "Source of truth for skills-lock.json. Edit this then run scripts/generate-lock.sh.",
"agent": "claude-code",
"sources": [
{
"source": "mattpocock/skills",
"skills": [
"diagnose",
"grill-with-docs",
"improve-codebase-architecture",
"setup-matt-pocock-skills",
"to-issues",
"to-prd",
"triage",
"zoom-out",
"caveman",
"grill-me",
"write-a-skill"
]
},
{
"source": "Hestia-Homes/agentic-toolkit",
"localPath": ".",
"skills": [
"ralph-loop",
"to-project",
"tdd"
]
}
]
}