Guide plugin development workflow - editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/, lab/eval/, or lab/autoresearch/. Ensures changes pass eval, lint,…
---
name: plugin-dev-workflow
description: "Guide plugin development workflow — editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/, lab/eval/, or lab/autoresearch/. Ensures changes pass eval, lint, and tests before committing."
effort: medium
---
# 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:
```bash
make eval # Quick: lint + score changed skills/agents
make eval-all # Full: all 50 skills + 25 agents
make eval-fix # Auto-fix + show failures
make test # 75 pytest tests for eval framework
make ci # Full CI pipeline
```
## Scoring Individual Files (CLI)
… install to load the full skill