Skip to content

Commit e709294

Browse files
committed
README: Add agentic usage section
Highlight that ramenctl is agentic-ready out of the box and link to the new AI skills guide. Assisted-by: Cursor/Claude Opus 4.6 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
1 parent dc81e2d commit e709294

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ Your system is ready for disaster recovery!
7777

7878
Please see [Documentation](#documentation) to learn more.
7979

80+
## Agentic usage
81+
82+
*ramenctl* is agentic-ready out of the box. Running `ramenctl init`
83+
installs AI skills that teach your coding assistant how to configure,
84+
validate, gather diagnostics, and test disaster recovery flows.
85+
86+
```console
87+
$ ramenctl init -a cursor
88+
```
89+
90+
See [AI Skills](docs/skills.md) for details.
91+
8092
## Documentation
8193

8294
Visit the docs below to learn about *ramenctl* commands:
@@ -88,6 +100,7 @@ Visit the docs below to learn about *ramenctl* commands:
88100

89101
Check the guides below to learn more:
90102

103+
- [Using ramenctl with AI agents](docs/skills.md)
91104
- [Testing disaster recovery with ramenctl](docs/testing.md)
92105

93106
## Contributing

0 commit comments

Comments
 (0)