@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.
Files changed (3) hide show
  1. package/README.md +11 -8
  2. package/package.json +1 -1
  3. 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
- xgrep bundles [Claude Code](https://www.claude.com/product/claude-code) skills for
78
- triaging findings, fixing them, and navigating code with the code graph. Install
79
- them into Claude Code or Codex:
80
-
81
- ```bash
82
- xgrep skill list # see the bundled skills
83
- xgrep skill install # Claude Code plugins (into ~/.claude/plugins/)
84
- xgrep skill install --target codex # Codex custom prompts (into ~/.codex/prompts/)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondoohq/xgrep_linux_arm64",
3
- "version": "0.35.0",
3
+ "version": "0.37.0",
4
4
  "bin": {
5
5
  "xgrep_linux_arm64": "xgrep"
6
6
  },
package/xgrep CHANGED
Binary file