Commit 4c96778
committed
feat(skills): support amp harness
I was surprised to see one of the best agent harnesses, Amp, not listed
under the `tfctl harness install` command. We can't let these inferior
harnesses get all the attention.
Seriously though, I added support for installing the `tfctl` skill into
the directories that Amp looks for.
```
> tfctl harness install amp
✓ Successfully installed tfctl/SKILL.md for Amp CLI to project directory .agents/skills
> head .agents/skills/tfctl/SKILL.md
---
name: tfctl
description: |
Interact with HCP Terraform / Terraform Cloud using the tfctl CLI. Full API coverage.
Use for ANY HCP Terraform or Terraform Cloud question or action — listing workspaces,
starting/diagnosing runs, reading vars, modifying resources, calling API operations.
license: MPL-2.0
---
# tfctl — HCP Terraform CLI
```1 parent 4cfe546 commit 4c96778
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
68 | 83 | | |
69 | 84 | | |
70 | 85 | | |
| |||
0 commit comments