@khanhcan148/mk 0.1.8 → 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 +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@khanhcan148/mk)
|
|
4
4
|
|
|
5
|
-
**Built by** TRAN Le Khanh — developer and AI tooling author.
|
|
5
|
+
**Built by** TRAN Le Khanh (khanhcan148@gmail.com) — developer and AI tooling author.
|
|
6
6
|
|
|
7
7
|
Modular packages that extend Claude Code with specialized knowledge, workflows, and tool integrations.
|
|
8
8
|
|
|
9
9
|
**Quick Navigation:** [Quick Reference](docs/QUICK-REFERENCE.md) | [Common Workflows](docs/COMMON-WORKFLOWS.md) | [Skill Index](docs/SKILL-INDEX.md)
|
|
10
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
|
+
|
|
11
19
|
## Quick Start
|
|
12
20
|
|
|
13
21
|
### CLI Installation (Recommended)
|
|
@@ -26,7 +34,7 @@ mk init --global
|
|
|
26
34
|
mk init --dry-run
|
|
27
35
|
```
|
|
28
36
|
|
|
29
|
-
**Note**:
|
|
37
|
+
**Note**: This package has limited access. Email khanhcan148@gmail.com for an invitation to access the npm package and repository.
|
|
30
38
|
|
|
31
39
|
### CLI Commands
|
|
32
40
|
|