@spardutti/claude-skills 1.16.2 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/prompt.mjs +1 -1
  2. package/package.json +1 -1
package/lib/prompt.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { checkbox, Separator } from "@inquirer/prompts";
2
2
  import chalk from "chalk";
3
3
 
4
- const CATEGORY_ORDER = ["Frontend", "Desktop", "TypeScript", "Backend", "Architecture", "Quality", "General"];
4
+ const CATEGORY_ORDER = ["Frontend", "Desktop", "TypeScript", "Backend", "Database", "Architecture", "Quality", "General"];
5
5
  const COMMAND_CATEGORY_ORDER = ["Workflow", "General"];
6
6
 
7
7
  function humanName(skill) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spardutti/claude-skills",
3
- "version": "1.16.2",
3
+ "version": "1.18.0",
4
4
  "description": "CLI to install Claude Code skills from the claude-skills collection",
5
5
  "type": "module",
6
6
  "bin": {