@khanhcan148/mk 0.1.6 → 0.1.8
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.
- package/README.md +6 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# Claude Code Skills, Agents & Workflows
|
|
2
2
|
|
|
3
|
-
[](https://github.com/khanhtran148/mk-kit/actions/workflows/ci.yml)
|
|
4
3
|
[](https://www.npmjs.com/package/@khanhcan148/mk)
|
|
5
4
|
|
|
6
5
|
**Built by** TRAN Le Khanh — developer and AI tooling author.
|
|
@@ -14,7 +13,7 @@ Modular packages that extend Claude Code with specialized knowledge, workflows,
|
|
|
14
13
|
### CLI Installation (Recommended)
|
|
15
14
|
|
|
16
15
|
```bash
|
|
17
|
-
# Install globally
|
|
16
|
+
# Install globally (npm registry)
|
|
18
17
|
npm install -g @khanhcan148/mk
|
|
19
18
|
|
|
20
19
|
# Install kit to current project (./.claude/)
|
|
@@ -27,6 +26,8 @@ mk init --global
|
|
|
27
26
|
mk init --dry-run
|
|
28
27
|
```
|
|
29
28
|
|
|
29
|
+
**Note**: The source repository is private. Use the published npm package for installation.
|
|
30
|
+
|
|
30
31
|
### CLI Commands
|
|
31
32
|
|
|
32
33
|
```
|
|
@@ -42,8 +43,10 @@ mk --help Show help
|
|
|
42
43
|
|
|
43
44
|
### Manual Installation (Alternative)
|
|
44
45
|
|
|
46
|
+
**For contributors with repository access**:
|
|
47
|
+
|
|
45
48
|
```bash
|
|
46
|
-
# Clone the repository
|
|
49
|
+
# Clone the repository (requires access to private repo)
|
|
47
50
|
git clone https://github.com/khanhtran148/mk-kit.git
|
|
48
51
|
cd mk-kit
|
|
49
52
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanhcan148/mk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "CLI to install and manage MyClaudeKit (.claude/) in your projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"agents",
|
|
32
32
|
"cli"
|
|
33
33
|
],
|
|
34
|
-
"author": "khanhcan148",
|
|
35
|
-
"license": "
|
|
34
|
+
"author": "khanhcan148 <khanhcan148@gmail.com>",
|
|
35
|
+
"license": "MIT",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
38
|
"url": "git+https://github.com/khanhtran148/mk-kit.git"
|