Skip to content

Fix README install instructions - #5

Open
mraible wants to merge 1 commit into
eth0izzle:mainfrom
CrowdStrike:readme-fix-from-upstream
Open

Fix README install instructions#5
mraible wants to merge 1 commit into
eth0izzle:mainfrom
CrowdStrike:readme-fix-from-upstream

Conversation

@mraible

@mraible mraible commented May 29, 2026

Copy link
Copy Markdown
Contributor

The README told users to run /plugin install SKILL-NAME@security-skills and replace SKILL-NAME themselves, but didn't say what the actual name was. It also had a .git suffix on the /plugin marketplace add URL, which the command doesn't accept.

Changes:

  • Replace the generic SKILL-NAME placeholder with the actual plugin name: fusion-workflows
  • Add a note that installing the plugin provides two skills (fusion-workflows + lookup-files)
  • Remove the .git suffix from the /plugin marketplace add command (the git clone in Manual Setup keeps it)

Tested install commands:

/plugin marketplace add https://github.com/eth0izzle/security-skills
/plugin install fusion-workflows@security-skills

* Fix README install instructions

- Replace generic SKILL-NAME placeholder with actual plugin name (fusion-workflows)
- Add CrowdStrike fork as primary install option with latest improvements
- Keep upstream (eth0izzle) as stable alternative
- Clarify that both repos provide the same plugin with two skills
- Update manual install to show both repo options

* Keep upstream repo URL, fix only the SKILL-NAME placeholder

Revert CrowdStrike fork references. The actual bug was the generic
SKILL-NAME placeholder, which is now replaced with the real plugin
name (fusion-workflows) and a note about the two skills it provides.

* Remove .git suffix from marketplace add command

The /plugin marketplace add command takes the bare repo URL without
the .git suffix. The git clone command in Manual Setup keeps it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant