skillkit 1.0.0 → 1.0.1

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 +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # SkillKit
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/skillkit.svg)](https://www.npmjs.com/package/skillkit)
4
+ [![npm downloads](https://img.shields.io/npm/dm/skillkit.svg)](https://www.npmjs.com/package/skillkit)
5
+ [![CI](https://github.com/rohitg00/skillkit/actions/workflows/ci.yml/badge.svg)](https://github.com/rohitg00/skillkit/actions/workflows/ci.yml)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+
3
8
  Universal skills loader for AI coding agents. Install, manage, and sync skills across your favorite AI tools.
4
9
 
5
10
  Skills follow the [Agent Skills](https://agentskills.io) open format—a simple, portable standard for giving agents new capabilities and expertise.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillkit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Universal skills loader for AI coding agents - supports Claude Code, Codex, Cursor, Antigravity, OpenCode, Gemini CLI and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,12 +47,12 @@
47
47
  "license": "MIT",
48
48
  "repository": {
49
49
  "type": "git",
50
- "url": "git+https://github.com/rohitghumare/skillkit.git"
50
+ "url": "git+https://github.com/rohitg00/skillkit.git"
51
51
  },
52
52
  "bugs": {
53
- "url": "https://github.com/rohitghumare/skillkit/issues"
53
+ "url": "https://github.com/rohitg00/skillkit/issues"
54
54
  },
55
- "homepage": "https://github.com/rohitghumare/skillkit#readme",
55
+ "homepage": "https://github.com/rohitg00/skillkit#readme",
56
56
  "engines": {
57
57
  "node": ">=18.0.0"
58
58
  },