docs(readme): install and run for every tool, not only Claude Code - #4
Merged
Merged
Conversation
Installation was headed "(Claude Code)" and the other tools got one npx line with no word on how to run the skill afterwards. Now: Claude Code in-session and terminal forms; Codex, Cursor and other Agent Skills tools via npx skills add, what it creates (.agents/skills, skills-lock.json), and the sentence to type to run it; a table of what has been verified where; a sample of the report's first lines. The "45+ tools" claim is replaced by what was actually run. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
What
The README's install section was headed "(Claude Code)"; other tools got a single
npx skills addline and nothing about how to run the skill afterwards.claude pluginform) and a section for Codex, Cursor and other Agent Skills tools: whatnpx skills addcreates (.agents/skills/everos-sdk-upgrade/,skills-lock.json) and the sentence to type in the assistant to run it..agents/skillsinstall; other tools same standard, not run.--scan.Verified
npx skills add https://github.com/EverMind-AI/everos-toolsfinds the skill and installs it into.agents/skills/in a scratch project. From that install,codex exec(read-only sandbox) andcursor-agent -p --trustboth located the skill by name from the sentence in the README and produced the Impact Report with no edits.🤖 Generated with Claude Code