effect-ts/skills

effect-ts

Use this skill when setting up a repository that uses the Effect Typescript library.

All-time #4988 Trending #3104 Hot #5238 First seen May 13, 2026
8-week activity · all time api

Installation

$ npx skills add effect-ts/skills --skill effect-ts

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from effect-ts/skills.

npx skills add effect-ts/skills

Browse all from effect-ts/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 94
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 870 B
  • docs SUMMARY.md 101 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2,612 installs

Videos

Tutorials, guides, and showcases specifically about this skill.

SKILL.md

Step 1: Install effect

Use the users preferred package manager:

pnpm add effect@rc

If in a monorepo, install it as a dev dependency at the root, so you can access the source code from node_modules/effect/src.

pnpm add -D effect@rc

Step 2: Update AGENTS.md / CLAUDE.md

Ensure that the agent instructions contain the following:

# Learning more about Effect

This repository uses the Effect Typescript library.

Before writing any Effect code, first read `node_modules/effect/AGENTS.md`
**completely**, and follow the links in the file when required.

If you need to learn more about particular Effect apis and concepts that the
guide doesn't cover, search through the source code in `node_modules/effect/src`.