{
  "markdown": "# Effect Skills\n\nAgent skills for working effectively in repositories that use Effect.\n\nThis repository is designed to be installed by skill-aware coding agents so they can apply consistent Effect conventions, architecture guidance, and repo-backed best practices.\n\n## Installation\n\n```sh\nnpx skills add Effect-TS/skills\n```\n\n## Included Skills\n\n### `effect-ts`\n\nThe main Effect skill directs agents to the guidance shipped with the installed Effect package at `node_modules/effect/AGENTS.md`.\n\n### `effect-v3-to-v4`\n\nA bounded migration skill for upgrading a codebase from Effect v3 to Effect v4. It drives the migration from the generated `migration/v3-to-v4.md` reference in the Effect repo:\n\n- shallow local checkouts of the v4 (`main`) and v3 branches\n- search-only access to the migration reference (never read whole)\n- an escalation chain from reference doc to topic guides to v4/v3 source\n- repo-level guidance for package consolidation and version alignment\n\n## Repository Layout\n\n```text\nskills/\n  effect-ts/\n    SKILL.md\n  effect-v3-to-v4/\n    SKILL.md\n```\n\nConventions:\n\n- each skill lives at `skills/<skill-name>/SKILL.md`\n- skills can include supporting files when needed\n\n## Purpose\n\nThe main skill keeps guidance aligned with the installed Effect version by relying on the package's own `AGENTS.md`. The migration skill provides a focused workflow for v3-to-v4 upgrades.\n\n## Developing Skills\n\nWhen adding a new skill:\n\n1. create `skills/<skill-name>/SKILL.md`\n2. add supporting files only when the skill needs them\n3. keep the skill operational and concise\n",
  "bytes": 1574,
  "sha": "ed9ec75717eb4e66bc38e7896ea47dee983f24e177b65ceeb669bfe3e5e22d61",
  "repo_slug": "effect-ts/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_effect_ts_skills_effect_ts_dcaef336/readme"
}