docs: add global installation guide for OpenCode#126
Open
juanitourquiza wants to merge 1 commit intoaddyosmani:mainfrom
Open
docs: add global installation guide for OpenCode#126juanitourquiza wants to merge 1 commit intoaddyosmani:mainfrom
juanitourquiza wants to merge 1 commit intoaddyosmani:mainfrom
Conversation
OpenCode's built-in skill tool only recognizes a small set of natively registered skills. The skills in this repo are not automatically discoverable by that tool, making the per-workspace setup the only option. This adds a 'Global Installation (All Projects)' section to the OpenCode setup guide that explains how to use the skills across all projects by: 1. Copying skills to ~/.agents/skills/ 2. Creating a global ~/.claude/AGENTS.md with intent mapping 3. Referencing it from ~/.claude/CLAUDE.md (loaded in every session) The agent then reads skill definitions on-demand via the read tool instead of the skill tool. Also updates the README to mention both workspace-local and global options in the OpenCode quick-start summary.
4c10353 to
fac2473
Compare
Open
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.
OpenCode's built-in skill tool only recognizes a small set of natively registered skills. The skills in this repo are not automatically discoverable by that tool, making the per-workspace setup the only option.
This adds a 'Global Installation (All Projects)' section to the OpenCode setup guide that explains how to use the skills across all projects by:
The agent then reads skill definitions on-demand via the read tool instead of the skill tool.
Also updates the README to mention both workspace-local and global options in the OpenCode quick-start summary.