effect-best-practices

effect-best-practices is a skill for Claude Code, Codex from millionco/expect. It costs 45 tokens per session (3,463 once invoked), scanned A, original, no licence file.

A set of Effect-TS coding rules for services, typed errors, reusable layers, and React state components. Effect-TS is a TypeScript library for structuring programs that perform asynchronous or failure-prone work.

In plain words
What is it for?
Use it when writing Effect.Service code, Schema.TaggedError types, composed Layers, or effect-atom React components.
Why use it?
It helps keep Effect-based code consistent and prevents common differences in how services, errors, dependencies, and React state are defined.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/millionco/expect/effect-best-practices
Any agent
npx skills add millionco/expect --skill effect-best-practices
Clone the repo
git clone --depth 1 https://github.com/millionco/expect

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for effect-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/millionco/expect/effect-best-practices.svg)](https://agentmods.dev/skills/millionco/expect/effect-best-practices)
Your own site
<a href="https://agentmods.dev/skills/millionco/expect/effect-best-practices"><img src="https://agentmods.dev/badge/skills/millionco/expect/effect-best-practices.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,463 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00045 $0.03463
Opus 5 $0.00023 $0.01732
Sonnet 5 $0.00009 $0.00693
Haiku 4.5 $0.00005 $0.00346

Measured 4d ago against content hash 0c67c615159e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

effect-best-practices scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/effect-best-practices/SKILL.md · 445 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 445 lines · 45 tokens per session scan A 0c67c615159e

Subscribe to this mod's changes

effect-best-practices is a skill published in the GitHub repository millionco/expect (3,552 stars, last pushed 4mo ago), with no licence file. It adds 45 tokens to every session and 3,463 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

maintain-model-list

Maintain the supported LLM model list: add a new model, or run routine maintenance to verify availability and discover new models worth adding. Use when the user asks to add/support a model, update the model list, or check model availability.

alibaba/page-agent · 53 tokens

update-changelog

Update docs/CHANGELOG.md from git history, GitHub releases, and code diffs. Use when: writing release notes, syncing the latest changelog entry, summarizing a new tag, or keeping changelog wording concise and consistent.

alibaba/page-agent · 52 tokens

git-cleanup

Clean up local git branches and remotes accumulated from PR reviews. Use when the user asks to clean branches, remove stale remotes, or tidy up the local git state.

alibaba/page-agent · 39 tokens

submit-pr-from-current-changes

Create a branch, commit existing local changes, push them, and open a pull request. Use when submitting current work as a PR.

alibaba/page-agent · 34 tokens

pre-impl-discussion

Conduct a thorough pre-implementation discussion before making significant changes. Use when the user wants to discuss, plan, or evaluate a change before implementing it — especially when they say words like 'discuss', 'evaluate', 'plan', or 'let's talk about'.

alibaba/page-agent · 59 tokens

chat-sdk

Build multi-platform chat bots with Chat SDK (chat npm package). Use when developers want to (1) Build a Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, or WhatsApp bot, (2) Use Chat SDK to handle mentions, direct messages, subscribed threads, reactions, slash commands, cards, modals, files, or AI…

vercel-labs/open-agents · 191 tokens