joelhooksjoelhooksCommunityยท1 Agent Skills Included

effectts-skills

Idiomatic Effect v4 TypeScript patterns, scaffolds, and testing

Guides writing, reviewing, and refactoring Effect v4 TypeScript code using official best practices. Covers services, layers, error handling, data modeling, testing, HTTP clients, CLI tools, and config. Eliminates guesswork from stale docs by checking the live Effect source before recommending patterns. Generates service and test scaffolds to speed up everyday Effect development.
npx skills add joelhooks/effectts-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install effectts-skills?โ–ผ

Run `npx skills add joelhooks/effectts-skills --all -g -y` in your terminal to install the skill globally for any compatible agent.

What does the effect-ts skill cover?โ–ผ

It covers Effect v4 patterns including ServiceMap.Service, Layer composition, Schema.Class data modeling, TaggedErrorClass error handling, testing with @effect/vitest, HTTP clients, CLI tools, and config.

How does it keep Effect patterns up to date?โ–ผ

It instructs the agent to check a local shallow mirror of the official Effect source repository before writing or reviewing code, avoiding stale or outdated v3 patterns.

Can it generate Effect boilerplate code?โ–ผ

Yes. It includes scaffold commands and tools that generate service layers, test layers, schemas, and error classes automatically.

Does effectts-skills work with Claude Code and Cursor?โ–ผ

Yes. The skill follows the universal SKILL.md standard and works in Claude Code, Cursor, Codex, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’