overskill 1.0.2 → 1.0.3

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Overskill
2
2
 
3
- [Overskill](https://overskill.jacobchaselubitz.com/)
3
+ [Visit the Overskill Website](https://overskill.jacobchaselubitz.com/)
4
4
 
5
- Overskill is a skills manager for AI coding agents. It gives you a single place to write, version, and share the instruction files that guide tools like Claude Code, Cursor, Codex, and Windsurf — then apply them to any repository with one command.
5
+ Overskill is a AI coding agent skills manager that lets you keep skills in sync across repositories. It gives you a single place to write, version, and sync the instruction files that guide tools like Claude Code, Cursor, Codex, and Windsurf — then apply them to any repository with one command.
6
6
 
7
7
  **Why Overskill?**
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overskill",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Overskill CLI - manage skills across repositories",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {