@mondoohq/xgrep_linux_arm64 0.35.0 → 0.37.0
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 +11 -8
- package/package.json +1 -1
- package/xgrep +0 -0
package/README.md
CHANGED
|
@@ -74,16 +74,19 @@ xgrep ci --init
|
|
|
74
74
|
|
|
75
75
|
## AI-agent skills (Claude Code)
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
77
|
+
[Claude Code](https://www.claude.com/product/claude-code) skills for triaging
|
|
78
|
+
findings, fixing them, and navigating code with the code graph are published in the
|
|
79
|
+
[mondoohq/skills](https://github.com/mondoohq/skills) marketplace. Install the ones
|
|
80
|
+
you want:
|
|
81
|
+
|
|
82
|
+
```shell
|
|
83
|
+
/plugin marketplace add mondoohq/skills
|
|
84
|
+
/plugin install xgrep-triage@mondoohq/skills
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
+
They also install into Codex, Gemini CLI, and Cursor — see the
|
|
88
|
+
[skills README](https://github.com/mondoohq/skills#installation).
|
|
89
|
+
|
|
87
90
|
`xgrep fix` also drives an agent directly (`--agent codex`, or a custom command)
|
|
88
91
|
if you'd rather not install the skills. See the
|
|
89
92
|
[documentation](https://github.com/mondoohq/xgrep) for the full scan → triage →
|
package/package.json
CHANGED
package/xgrep
CHANGED
|
Binary file
|