🎯

Ecto

v1.1.3

Ecto skills for database interactions 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 jutsu-ecto

Overview

Ecto skills for database interactions in Elixir.

Skills

This plugin provides the following skills:

  • Ecto Schemas - Defining and working with Ecto schemas
  • Ecto Schema Patterns - Best practices for schema design
  • Ecto Query Patterns - Writing efficient and composable queries
  • Ecto Changesets - Validating and transforming data

Usage

Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:

  • Write idiomatic code following best practices
  • Suggest appropriate patterns and architectures
  • Catch common mistakes and anti-patterns
  • Provide framework-specific guidance

Installation

Install with npx (no installation required):

han plugin install jutsu-ecto

License

Licensed under MIT - see repository for details.

Skills