tstelzer
@tstelzer
Public Skills
planning
by tstelzer
Use when you have a spec or requirements for a multi-step task, before touching code
review-plan-implementation
by tstelzer
Review code changes against a plan using the plan location and implementing git commit(s).
discovery
by tstelzer
Use for deep design discovery and problem understanding before planning or implementation. Trigger when the user wants to think deeply, build knowledge, surface edge-cases, ask many questions, or explore the problem space without producing plans or code.
effect-http-server
by tstelzer
Explains how to define http servers with effect. Use only when a top-level server is, or needs to be written in effect.
effect-cli
by tstelzer
Building CLI applications with @effect/cli. Use when defining commands, options, args, or prompts for a CLI tool using effect.
effect
by tstelzer
Explains basic effect usage and terms. Use when using effect in typescript.
effect-vitest
by tstelzer
Testing Effect programs with vitest. Use when writing tests for effect-based code.
skill-creator
by tstelzer
Guide for creating or updating simple, standalone skills with a single SKILL.md file