Loading...
Loading...
Found 110 Skills
Convert Phoenix app hardcoded text to use gettext with domain-based translations
Nix commands and package management guide. Use when: - Running nix build, nix run - Adding custom packages - Using nurl for hash acquisition
17 principles of Unix software design, from Eric Raymond's *The Art of Unix Programming*. You can refer to these principles when carrying out software design.
This skill should be used when the user asks about macOS/nix-darwin system settings, Dock/Finder configuration, Homebrew Cask management, Shottr setup, or Folder Actions. Triggers: "darwin-rebuild", Dock/Finder settings, "/etc/bashrc conflict", "/etc/zshrc conflict", "killall cfprefsd", "primary user does not exist", "shottr 설정", "shottr 단축키", "스크린샷 저장 경로", "shottr 라이센스", "Folder Actions", "폴더 감시", "compress-video", "compress-rar", "upload-immich". For iOS Shortcuts and Cherri DSL details use managing-shortcuts.
This skill should be used when the user asks to "add a LiveView page", "create a form", "handle real-time updates", "broadcast changes to users", "add a new route", "create an API endpoint", "fix this LiveView bug", "why is mount called twice?", or mentions handle_event, handle_info, handle_params, mount, channels, controllers, components, assigns, sockets, or PubSub. Essential for avoiding duplicate queries in mount.
Run the /check-phoenix-duskmoon-design Claude command workflow in Codex.
Expert guidance for unix-goto shell navigation tool development, including architecture, 9-step feature workflow, testing (100% coverage), performance optimization (<100ms targets), and Linear issue integration
Render views and templates in Phoenix using HEEx templates, function components, slots, and assigns
Guide for Phoenix web applications. Use when building Phoenix apps, implementing LiveView, designing contexts, setting up channels, or integrating Tidewave MCP dev tools.
Phoenix operations and deployment: releases, runtime configuration, clustering, libcluster, telemetry/logging, secrets, assets, background jobs, and production hardening on the BEAM.
Phoenix Duskmoon UI component library for Elixir/Phoenix LiveView applications. Use when building UIs with `phoenix_duskmoon` — covers installation, CSS/JS setup, component usage patterns (dm_* prefix), slots, form inputs, icons, CSS art, and the v9 custom elements architecture. Trigger on: adding phoenix_duskmoon to a Phoenix project, using dm_* components, configuring themes, setting up hooks, or integrating @duskmoon-dev/core CSS design system.
Creates reproducible builds, manages flake inputs, defines devShells, and builds packages with flake.nix. Use when initializing Nix projects, locking dependencies, or running nix build/develop commands.