mirror of
https://github.com/Hestia-Homes/agentic-toolkit.git
synced 2026-06-08 11:37:26 +00:00
31 lines
664 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|