mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-20 21:00:29 +08:00
768 B
768 B
name, description
| name | description |
|---|---|
| effect | Answer questions about the Effect framework |
Effect
This codebase uses Effect, a framework for writing typescript.
How to Answer Effect Questions
- Clone the Effect repository:
https://github.com/Effect-TS/effect-smolto.opencode/references/effect-smolin this project NOT the skill folder. - 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