autojanet/skills/terrashark/docs/book.json
Zoë cfec11bb46
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: convert skill submodules to plain directories
stop-slop, taste-skill, terrashark had embedded .git dirs causing
Woodpecker clone to fail on submodule update.
2026-05-30 15:44:44 -07:00

23 lines
660 B
JSON

{
"title": "Terraform Skill for Claude Code — TerraShark Documentation",
"description": "Comprehensive documentation for TerraShark, the Terraform and OpenTofu skill for Claude Code and Codex. Prevent hallucinations, enforce best practices, and generate safe infrastructure-as-code.",
"author": "Lukas Niessen",
"language": "en",
"gitbook": ">= 3.2.0",
"plugins": [
"-sharing",
"search-pro",
"-lunr",
"-search"
],
"pluginsConfig": {},
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"links": {
"sidebar": {
"GitHub Repository": "https://github.com/LukasNiessen/terrashark"
}
}
}