Browse Source

fix: Correct install paths and update plugin.json

- README: scripts/install.sh → tools/install-unix.sh
- README: scripts/install.ps1 → tools/install-windows.ps1
- plugin.json: project-docs → doc-scanner (renamed)
- plugin.json: Remove safe-file-reader (deleted)
- plugin.json: Add rules/thinking.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
0xDarkMatter 3 months ago
parent
commit
9eb789af18
2 changed files with 5 additions and 5 deletions
  1. 3 3
      .claude-plugin/plugin.json
  2. 2 2
      README.md

+ 3 - 3
.claude-plugin/plugin.json

@@ -52,15 +52,14 @@
     "skills": [
       "skills/code-stats",
       "skills/data-processing",
+      "skills/doc-scanner",
       "skills/file-search",
       "skills/find-replace",
       "skills/git-workflow",
       "skills/mcp-patterns",
-      "skills/project-docs",
       "skills/project-planner",
       "skills/python-env",
       "skills/rest-patterns",
-      "skills/safe-file-reader",
       "skills/sql-patterns",
       "skills/sqlite-ops",
       "skills/structural-search",
@@ -69,7 +68,8 @@
       "skills/tool-discovery"
     ],
     "rules": [
-      "rules/cli-tools.md"
+      "rules/cli-tools.md",
+      "rules/thinking.md"
     ]
   },
   "categories": [

+ 2 - 2
README.md

@@ -62,14 +62,14 @@ This installs directly from GitHub. Toggle on/off with `/plugin` menu.
 ```bash
 git clone https://github.com/0xDarkMatter/claude-mods.git
 cd claude-mods
-./scripts/install.sh
+./tools/install-unix.sh
 ```
 
 **Windows (PowerShell):**
 ```powershell
 git clone https://github.com/0xDarkMatter/claude-mods.git
 cd claude-mods
-.\scripts\install.ps1
+.\tools\install-windows.ps1
 ```
 
 ### Manual Install