pi-elixir
Runtime Elixir evaluation, AST refactoring, and BEAM debugging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pi-elixir?โผ
Run `npx skills add dannote/pi-elixir --all -g -y` in your terminal to install all skills in this suite globally.
How to debug a running Elixir application?โผ
Attach to the live BEAM node and inspect processes, supervisors, and ETS state directly through runtime evaluation instead of guessing from source files.
How to refactor Elixir code safely?โผ
Use the built-in AST search and replace tools, which match valid Elixir syntax patterns and show dry-run diffs before applying any change.
Can pi-elixir create a new Phoenix project?โผ
Yes. The new-project skill scaffolds Phoenix apps with Igniter and VibeKit, including tests, strict linting, and CI quality gates.
Do I need Elixir experience to use pi-elixir?โผ
Basic Elixir knowledge helps, but your agent handles runtime inspection, code edits, and verification from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core