@robinmordasiewicz/f5xc-xcsh 2.0.46-2601201633 → 2.0.46-2601210705
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/dist/index.js +17032 -16344
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,29 @@ Version v2.0.21 includes updated API specifications for enhanced functionality.
|
|
|
12
12
|
|
|
13
13
|
Full documentation is available at **[robinmordasiewicz.github.io/f5xc-xcsh](https://robinmordasiewicz.github.io/f5xc-xcsh)**
|
|
14
14
|
|
|
15
|
+
## Claude Code Integration
|
|
16
|
+
|
|
17
|
+
This project includes a Claude Code skill for seamless AI assistant interaction with your locally installed xcsh binary.
|
|
18
|
+
|
|
19
|
+
### /xcsh Skill
|
|
20
|
+
|
|
21
|
+
The `/xcsh` skill enables AI assistants to:
|
|
22
|
+
|
|
23
|
+
- Access real-time xcsh capabilities from your local installation
|
|
24
|
+
- Query resource specifications with field constraints and recommendations
|
|
25
|
+
- Generate valid F5 XC configurations with proper validation
|
|
26
|
+
- Provide intelligent suggestions based on F5 best practices
|
|
27
|
+
|
|
28
|
+
**Quick Start** (in Claude Code):
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
/xcsh version # Check installation
|
|
32
|
+
/xcsh domains # List available domains
|
|
33
|
+
/xcsh spec healthcheck create # Get resource spec (when routing is connected)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
See [docs/SKILLS.md](docs/SKILLS.md) for complete documentation.
|
|
37
|
+
|
|
15
38
|
## Installation
|
|
16
39
|
|
|
17
40
|
### Homebrew
|