From 6ce5c01b1a9f6151da99c620ed8060d0e899ed89 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 14 Apr 2026 14:23:30 -0400 Subject: ignore: v2 experiments --- .opencode/skills/effect/SKILL.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .opencode/skills/effect/SKILL.md (limited to '.opencode/skills/effect') diff --git a/.opencode/skills/effect/SKILL.md b/.opencode/skills/effect/SKILL.md new file mode 100644 index 000000000..475814637 --- /dev/null +++ b/.opencode/skills/effect/SKILL.md @@ -0,0 +1,21 @@ +--- +name: effect +description: Answer questions about the Effect framework +--- + +# Effect + +This codebase uses Effect, a framework for writing typescript. + +## How to Answer Effect Questions + +1. Clone the Effect repository: `https://github.com/Effect-TS/effect-smol` to + `.opencode/references/effect-smol` in this project NOT the skill folder. +2. Use the explore agent to search the codebase for answers about Effect patterns, APIs, and concepts +3. 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 -- cgit v1.2.3