plugin-dev-workflow

Installation
SKILL.md

Plugin Development Workflow

This repo is the Elixir/Phoenix Claude Code plugin. When editing plugin files, follow this workflow to ensure quality.

Before You Start

Run make help to see all available commands:

make eval          # Quick: lint + score changed skills/agents
make eval-all      # Full: all 51 skills + 26 agents
make eval-fix      # Auto-fix + show failures
make test          # 220 pytest tests for eval framework and port tooling
make ci            # Full CI pipeline

Scoring Individual Files (CLI)

Installs
30
GitHub Stars
537
First Seen
Apr 1, 2026
plugin-dev-workflow — oliver-kriska/claude-elixir-phoenix