install
source · Clone the upstream repo
git clone https://github.com/anomalyco/opencode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/anomalyco/opencode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.opencode/skills/effect" ~/.claude/skills/sst-opencode-effect && rm -rf "$T"
manifest:
.opencode/skills/effect/SKILL.mdsource content
Effect
This codebase uses Effect, a framework for writing typescript.
How to Answer Effect Questions
- Clone the Effect repository:
tohttps://github.com/Effect-TS/effect-smol
in this project NOT the skill folder..opencode/references/effect-smol - Use the explore agent to search the codebase for answers about Effect patterns, APIs, and concepts
- Provide responses based on the actual Effect source code and documentation
Guidelines
- Always use the explore agent with the cloned repository when answering Effect-related questions
- Reference specific files and patterns found in the Effect codebase
- Do not answer from memory - always verify against the source