Oliver Kriska
Community@oliver-kriska · Slovakia
Agent Skills by Oliver Kriska
Showing 91 vetted skills indexed across 1 GitHub repositories.
liveview-patterns
Implements Phoenix LiveView patterns for async assigns, streams, PubSub, forms, and JS interop.
phx-mix-compression
Installs rtk filters that compress verbose mix command output before it reaches the transcript.
narrow-bare-rescue
Narrows bare Elixir rescue clauses to explicit exception types so programmer bugs propagate.
phx-recall
Searches solution docs, git history, and session transcripts to recall prior work.
compound-docs
Organizes searchable Elixir and Phoenix solution documentation with validated YAML frontmatter.
phx-brief
Presents interactive section-by-section briefings of Elixir Phoenix plan files.
intent-detection
Routes ambiguous Phoenix, LiveView, and Ecto requests to matching workflow commands.
security
Enforce authentication, authorization, input validation, and security headers in Elixir/Phoenix applications.
ash-framework
Guides Ash Framework resource, action, and policy patterns in Phoenix projects.
phx-brainstorm
Gathers Elixir/Phoenix feature requirements through adaptive interviews and research into structured interview.md artifacts.
phx-watch-pr
Watches GitHub pull requests for new reviews, comments, and CI results via a background event watcher.
deploy
Configure Elixir/Phoenix deployments with Dockerfile, fly.toml, runtime config, and health checks.
phx-deps-update
Update Hex dependencies in Elixir projects with changelog deltas, verification, and grouped PRs.
phx-help
Recommends the right Elixir Phoenix plugin workflow command based on user intent and project context.
phx-freeze
Applies an advisory session scope limiting which project files the agent may edit.
phx-codex-loop
Iterates Codex CLI reviews and fixes on Elixir/Phoenix diffs until findings are clean.
testing
Write and repair Elixir tests using ExUnit, Ecto Sandbox isolation, Mox, and LiveView patterns.
phx-permissions
Analyze session transcripts to recommend missing Bash permissions for settings.json.
phx-deps-audit
Audit Hex dependency updates for supply-chain risks, CVEs, and maintainer changes.
phx-learn-from-fix
Capture verified Elixir and Phoenix lessons into CLAUDE.md, memory, or package skills.
phx-deps-vet
Records vetted Hex package versions in a project-root audit ledger after security review.
assigns
Delegates LiveView assigns audits to the canonical phx:assigns-audit skill.
constraint-debug
Diagnoses Ecto database constraint errors by delegating to the canonical constraint debugger.
n1-check
Detects N+1 query problems in Elixir Ecto code by delegating to the canonical checker.