jeffweiss

33 mods across 1 repository, 10 stars between them.

PostToolUse

25

jeffweiss/elixir-production

Hook

Runs after a tool call finishes for Edit:*.ex, Edit:*.exs, Write:*.ex and Write:*.exs tool calls, executing quick-validate.sh. From jeffweiss/elixir-production.

10 5mo ago A tokens not measured

algorithms

26

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when choosing "data structures", "Map vs ETS vs gbtrees performance", evaluating "hash functions", needing "HyperLogLog or bloom/cuckoo filters", or comparing OTP built-ins against specialized alternatives for Elixir.

10 5mo ago A 52 tokens

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when code is hard to understand, a module has "too many parameters or deep nesting", "functions exceed 40 lines", "abstractions feel leaky", or evaluating "deep-module vs shallow-module" design per Ousterhout principles.

10 5mo ago A 59 tokens

distributed-systems

28

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when building "multi-node Elixir systems", choosing between "Raft and CRDTs", configuring "libcluster or Partisan", debugging "split-brain or netsplit scenarios", evaluating "CP vs AP tradeoffs", investigating "data loss" in distributed pipelines, working with "Kafka", "RabbitMQ", "Broadway"…

10 5mo ago A 92 tokens

elixir-patterns

29

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when structuring Elixir code, deciding whether to use "GenServer or plain functions", "designing supervision trees", "handling overload or unbounded message queues", "organizing Phoenix contexts", or needing idiomatic OTP patterns.

10 5mo ago A 55 tokens

enforcing-precommit

30

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when about to run "git commit", "git push", or claim implementation is complete in an Elixir project — requires running mix precommit and confirming output before any commit or completion claim.

10 5mo ago A 47 tokens

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when code is reported slow, before suggesting any optimization, when choosing between "cprof/eprof/fprof/tprof", or when creating "Benchee benchmarks" to compare approaches.

10 5mo ago A 44 tokens

phoenix-liveview

32

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when working with "Phoenix LiveView", "Plug pipelines", "controllers", "JSON APIs", "channels", "streams", "forms", "phx-hook", "authentication", or debugging "Phoenix/LiveView gotchas".

10 5mo ago A 56 tokens

production-quality

33

jeffweiss/elixir-production

Skill Claude CodeCodex

This skill should be used when preparing code for production, running "mix precommit", "mix compile --warnings-as-errors", "mix credo --strict", "mix format", "mix test", adding typespecs, evaluating security posture, checking migration safety, or reviewing code before committing.

10 5mo ago A 60 tokens