Add an rsigma agent skill - #501
Merged
Merged
Conversation
Agents were still being pointed at top-level rsigma eval and lint commands that no longer exist. The skill teaches the current command groups and the write-lint-evaluate-convert loop, and sends YAML authoring to sigma-rules.
The skill is only useful if agents can find it. The README and installation page point at npx skills add timescale/rsigma.
With sigma-cli installed, an unknown target fails as an invalid target, not as a missing binary, so the skill now tells agents to install the backend plugin in that case. It also names the daemon-nats and daemon-otlp features, drops the duplicated convert section, and labels the test target as non-deployment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/rsigma/so agents learn the current command groups and the write-lint-evaluate-convert loop, and use sigma-rules for YAML authoring.npx skills add timescale/rsigma -g -yon the README and the installation page.Fixes #478. Archiving timescale/sigma-backends waits until this is on main, because an archived README has to point at a skill that already exists.
Test plan
npx skills add timescale/rsigma --listfindsrsigmaunderskills/rsigmaonce this is on main (or from this branch via the tree URL)rsigma engine evalandrsigma rule lint, and not the old top-level formsnpm run docs:validateindocs/(already run locally)