Add cross-agent install.sh and update install docs#7
Open
pditommaso wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
install.shfor installing the SKILL.md bundles into 7 non-Claude agents (Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, Windsurf, OpenCode). Per-agent destination paths verified against each agent's own docs; sources cited inline in the script header.install.shas a parallel path for everyone else.README.mdwith a per-agent destination table, usage examples (--list,--symlink,--dry-run,--target,--force), and a Credits section pointing at alirezarezvani/claude-skills, whose CLI shape inspired the script.Test plan
./install.sh --listrenders an aligned table of all 8 agents and their default paths../install.sh --agent <name> --dry-runfor all 8 agents (claude, codex, copilot, cursor, gemini, goose, opencode, windsurf) reports the correct destination and scope, plus per-agent post-install hints where applicable../install.sh --agent codex --target <tmp>actually copies all 4 skills.--forcein a non-TTY context skips with a clear warning (no overwrite).--forcere-run overwrites cleanly.--symlinkcreates absolute symlinks back into the repo (sogit pullpropagates updates).--agent bogusand missing--agentexit with code 2 and a clear error.🤖 Generated with Claude Code