rulesync 3.28.2 → 3.30.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 (4) hide show
  1. package/README.md +10 -0
  2. package/dist/index.cjs +1331 -1795
  3. package/dist/index.js +1324 -1788
  4. package/package.json +7 -7
package/README.md CHANGED
@@ -687,6 +687,16 @@ The Rulesync MCP server provides the following tools:
687
687
 
688
688
  </details>
689
689
 
690
+ <details>
691
+ <summary>Skills Management</summary>
692
+
693
+ - `listSkills` - List all skill directories
694
+ - `getSkill` - Get a specific skill (SKILL.md and other files)
695
+ - `putSkill` - Create or update a skill directory
696
+ - `deleteSkill` - Delete a skill directory
697
+
698
+ </details>
699
+
690
700
  <details>
691
701
  <summary>Ignore Files Management</summary>
692
702