@khanhcan148/mk 0.1.7 → 0.1.9
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 +15 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,20 +1,27 @@
|
|
|
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
|
-
**Built by** TRAN Le Khanh — developer and AI tooling author.
|
|
5
|
+
**Built by** TRAN Le Khanh (khanhcan148@gmail.com) — developer and AI tooling author.
|
|
7
6
|
|
|
8
7
|
Modular packages that extend Claude Code with specialized knowledge, workflows, and tool integrations.
|
|
9
8
|
|
|
10
9
|
**Quick Navigation:** [Quick Reference](docs/QUICK-REFERENCE.md) | [Common Workflows](docs/COMMON-WORKFLOWS.md) | [Skill Index](docs/SKILL-INDEX.md)
|
|
11
10
|
|
|
11
|
+
## 🔒 Access Notice
|
|
12
|
+
|
|
13
|
+
**This package has limited access.** To get access to the npm package and repository:
|
|
14
|
+
|
|
15
|
+
📧 **Email:** khanhcan148@gmail.com
|
|
16
|
+
|
|
17
|
+
Include your use case and I'll send you an invitation.
|
|
18
|
+
|
|
12
19
|
## Quick Start
|
|
13
20
|
|
|
14
21
|
### CLI Installation (Recommended)
|
|
15
22
|
|
|
16
23
|
```bash
|
|
17
|
-
# Install globally
|
|
24
|
+
# Install globally (npm registry)
|
|
18
25
|
npm install -g @khanhcan148/mk
|
|
19
26
|
|
|
20
27
|
# Install kit to current project (./.claude/)
|
|
@@ -27,6 +34,8 @@ mk init --global
|
|
|
27
34
|
mk init --dry-run
|
|
28
35
|
```
|
|
29
36
|
|
|
37
|
+
**Note**: This package has limited access. Email khanhcan148@gmail.com for an invitation to access the npm package and repository.
|
|
38
|
+
|
|
30
39
|
### CLI Commands
|
|
31
40
|
|
|
32
41
|
```
|
|
@@ -42,8 +51,10 @@ mk --help Show help
|
|
|
42
51
|
|
|
43
52
|
### Manual Installation (Alternative)
|
|
44
53
|
|
|
54
|
+
**For contributors with repository access**:
|
|
55
|
+
|
|
45
56
|
```bash
|
|
46
|
-
# Clone the repository
|
|
57
|
+
# Clone the repository (requires access to private repo)
|
|
47
58
|
git clone https://github.com/khanhtran148/mk-kit.git
|
|
48
59
|
cd mk-kit
|
|
49
60
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanhcan148/mk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
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"
|