✅

Credo

v1.10.0

Advanced Credo skills for code analysis and style checking in Elixir

Installation

Install han binary (required for hooks to work):

curl -fsSL https://han.guru/install.sh | bash

Then install this plugin:

han plugin install credo

Overview

Advanced Credo skills for code analysis and style checking in Elixir.

Skills

  • credo-configuration: Setup, check configuration, priority levels
  • credo-checks: Common issues and how to fix them
  • credo-custom-checks: Creating project-specific checks

Hooks

  • Stop/SubagentStop: Runs mix credo --strict on projects with .credo.exs

Installation

Install with npx (no installation required):

bash
han plugin install jutsu-credo

Skills

Hooks

âš ī¸

Token Usage Notice

Hooks run automatically during Claude Code sessions and their output is sent to the model for processing. This may increase token usage and associated costs. Consider disabling hooks you don't need via han-config.yml.

🛑

Stop

Runs when the main Claude Code agent has finished responding. Can verify task completion, check quality gates, or ensure documentation requirements are met before the session ends.

mix credo