dannotedannoteCommunityยท1 Agent Skills Included

pi-elixir

Runtime Elixir evaluation, AST refactoring, and BEAM debugging

Runs stateful Elixir code evaluation against live projects, applications, and running BEAM nodes. Searches and rewrites Elixir code structurally with AST patterns instead of fragile text matching. Inspects processes, ETS state, and Phoenix apps directly, eliminating guesswork from debugging. Bootstraps new Phoenix projects with quality gates and verifies every change with real runtime evidence.
npx skills add dannote/pi-elixir --all -g -y
Available:

Gives your AI agent operational rules for this repository, covering release steps, feature flags, structured-data parsing rules, and how to debug and test the extension safely.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’