From 9e5784d7418fe0baf05a48d4fb2219046674c738 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 8 Feb 2026 17:48:14 +0000 Subject: [PATCH] feat(mise/tools): add skills CLI tool Co-Authored-By: Claude Opus 4.6 --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 1cda376..31b0607 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -71,6 +71,7 @@ compile = true "npm:prettier" = "latest" "npm:prettier-plugin-toml" = "latest" "npm:prettier-pnp" = "latest" +"npm:skills" = "latest" "npm:stylelint" = "latest" "npm:svgo" = "latest" "npm:typescript" = "latest"