AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Effect Ts

skill-paulrberg-dot-agents-effect-ts · by PaulRBerg

A Claude skill from PaulRBerg/dot-agents.

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-paulrberg-dot-agents-effect-ts

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-paulrberg-dot-agents-effect-ts)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Effect Ts? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Effect-TS

Apply Effect semantics using local project patterns first, then only the task-specific reference and upstream source needed to resolve uncertainty.

Fast Path

Do not activate this workflow merely because a file imports effect. For nontrivial Effect changes:

  1. Inspect neighboring services, layers, errors, schemas, runtime boundaries, and tests.
  2. Read references/critical-rules.md before editing. In particular, Effect failures are not caught by ordinary

try/catch inside Effect.gen; avoid assertion-driven type escapes; use explicit terminating yields for error branches.

  1. Read only the matching reference rows below.
  2. Implement the least surprising pattern consistent with local code and verify the changed Effect behavior.

Reference Router

| Task | Reference | | ------------------------------------------ | ------------------------------------- | | Services, Layers, tags, Effect.fn | references/services-layers.md | | Config and secrets | references/config.md | | Schema, JSON Schema, encoded errors/models | references/schema-jsonschema.md | | @effect/vitest, clocks, fibers, retries | references/testing.md | | resources, scheduling, refs, concurrency | references/runtime.md | | streams and backpressure | references/streams.md | | pattern matching and tagged unions | references/pattern-matching.md | | @effect/ai | references/ai.md | | @effect/sql | references/sql.md | | platform and RPC | references/platform-rpc.md | | Next.js / @prb/effect-next | references/next-js.md | | Effect Atom | references/effect-atom.md | | collection operations | references/collection-operations.md | | small utilities and deprecations | references/quick-utils.md | | Option at nullable boundaries | references/option-null.md | | recent upstream drift | references/recent-upstream.md | | constructor/combinator lookup | references/quick-reference.md |

Upstream Evidence

Inspect ~/.effect only when local patterns and the selected reference do not resolve an API, type/runtime, or recent-behavior question. If the task requires it and the checkout is missing, stop rather than guessing. Compare the project's installed package version with the relevant package source/changelog; do not assume this skill's last-known version is authoritative.

Boundaries

  • Keep pure helpers, constants, and path manipulation pure unless an Effect boundary provides a concrete dependency,

testability, resource-safety, or error-model benefit.

  • Preserve existing domain facades and service/runtime boundaries unless the user requested redesign.
  • Prefer typed failures and scoped resources at IO boundaries; choose Schema-backed errors/models only when encoding or

boundary validation is needed.

  • Do not broaden environment requirements merely to replace a small platform call.

Completion requires code consistent with local Effect architecture, selected references/upstream evidence where needed, and the narrowest test/typecheck that exercises the changed semantics.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.