ectolisted
Install: claude install-skill mylanconnolly/sample-project
<!-- usage-rules-skill-start -->
## Additional References
- [ecto_sql](references/ecto_sql.md)
## Searching Documentation
```sh
mix usage_rules.search_docs "search term" -p ecto_sql
```
## Available Mix Tasks
- `mix ecto.dump` - Dumps the repository database structure
- `mix ecto.gen.migration` - Generates a new migration for the repo
- `mix ecto.load` - Loads previously dumped database structure
- `mix ecto.migrate` - Runs the repository migrations
- `mix ecto.migrations` - Displays the repository migration status
- `mix ecto.rollback` - Rolls back the repository migrations
<!-- usage-rules-skill-end -->