yeknal 1.3.1 → 1.3.2
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# yeknal
|
|
2
2
|
|
|
3
|
-
A CLI tool to sync skill folders for AI coding agents and run security audits.
|
|
3
|
+
A CLI tool to sync the latest skill folders for AI coding agents and run security audits.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -28,7 +28,7 @@ Output:
|
|
|
28
28
|
|
|
29
29
|
### Skills
|
|
30
30
|
|
|
31
|
-
Syncs skill folders from the GitHub repository into detected local agent folders.
|
|
31
|
+
Syncs the latest skill folders from the GitHub repository into detected local agent folders.
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
34
|
npx yeknal skills
|
|
@@ -36,6 +36,7 @@ npx yeknal skills
|
|
|
36
36
|
|
|
37
37
|
Behavior:
|
|
38
38
|
- Source mode is GitHub download.
|
|
39
|
+
- Pulls the current top-level `SKILL.md` folders from `tryraisins/MD_Files` on `main`.
|
|
39
40
|
- Uses GitHub API + raw file download by default.
|
|
40
41
|
- If GitHub API rate limit is hit, it automatically falls back to `git clone` (Git must be installed).
|
|
41
42
|
- Top-level folders are included only if they contain `SKILL.md`.
|