Skill537 repo starsupdated 5d ago
constraint-debug
Compatibility alias for the Elixir/Phoenix plugin's Ecto constraint debugger. Invoke explicitly with /ecto:constraint-debug.
Install in Claude Code
Copygit clone --depth 1 https://github.com/oliver-kriska/claude-elixir-phoenix /tmp/constraint-debug && cp -r /tmp/constraint-debug/plugins/ecto/skills/constraint-debug ~/.claude/skills/constraint-debugThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# Ecto Constraint Debug Compatibility Alias Use the Skill tool to invoke `phx:ecto-constraint-debug` with the complete request below, then follow that canonical skill exactly. Do not perform a separate analysis before loading it. $ARGUMENTS
More from this repository
docs-validation-orchestratorSubagent
|
phoenix-project-analyzerSubagent
|
skill-effectiveness-analyzerSubagent
Analyzes skill effectiveness data to identify failure patterns and recommend improvements. Use after /skill-monitor flags underperforming skills.
psql-querySlash Command
Run ad-hoc PostgreSQL analytics queries against dev/test database
techdebtSkill
Analyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities, credo issues. Use when asked about code quality, cleanup, or what to improve.
cc-changelogSkill
|
docs-checkSkill
|
plugin-dev-workflowSkill
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.