mattpocock/course-video-manager · Archived

install-effect-package

Install @effect/* packages safely. Use whenever adding a new Effect ecosystem dependency.

First seen Jul 2, 2026

Installation

$ npx skills add mattpocock/course-video-manager --skill install-effect-package

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

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 mattpocock/course-video-manager.

npx skills add mattpocock/course-video-manager

Browse all from mattpocock/course-video-manager

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 Not 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 723
Default branch main
Open issues 33
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 851 B
  • docs SUMMARY.md 119 B

History

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

SKILL.md

Installing Effect Ecosystem Packages

This repo uses pnpm. To add any @effect/* package:

pnpm add @effect/package-name

pnpm resolves peer dependencies without rewriting the rest of the lockfile, so it does not suffer from the npm failure mode this skill originally guarded against (npm's --legacy-peer-deps silently stripping existing @effect/* peers such as @effect/rpc, @effect/sql, @effect/experimental and corrupting the lockfile).

If a new @effect/* package reports a peer-dependency conflict, install the matching peer versions explicitly rather than forcing the tree — check pnpm why <package> to see what is already resolved before adding.