Incubating v0.1.0
Skill Ex
Aggregates and packages Claude skills from multiple Elixir projects into a single, validated bundle ready for distribution.
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 36
- All-time downloads: 60
- Maintainers: nshkrdotcom
Installation
Add skill_ex to your list of dependencies in mix.exs:
def deps do
[
{:skill_ex, "~> 0.1.0"}
]
endThen run:
mix deps.get