skillkit 1.2.0 → 1.3.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.
- package/LICENSE +190 -21
- package/README.md +16 -382
- package/dist/cli.d.ts +3 -0
- package/dist/cli.js +29 -4004
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +3 -567
- package/dist/index.js +5 -2045
- package/dist/index.js.map +1 -1
- package/package.json +15 -27
- package/schemas/skill.schema.json +0 -62
package/LICENSE
CHANGED
|
@@ -1,21 +1,190 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to the Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
Copyright 2025 Rohit Ghumare
|
|
179
|
+
|
|
180
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
|
+
you may not use this file except in compliance with the License.
|
|
182
|
+
You may obtain a copy of the License at
|
|
183
|
+
|
|
184
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
185
|
+
|
|
186
|
+
Unless required by applicable law or agreed to in writing, software
|
|
187
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
188
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
189
|
+
See the License for the specific language governing permissions and
|
|
190
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -1,407 +1,41 @@
|
|
|
1
1
|
# SkillKit
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
[](https://www.npmjs.com/package/skillkit)
|
|
5
|
-
[](https://github.com/rohitg00/skillkit/actions/workflows/ci.yml)
|
|
6
|
-
[](https://opensource.org/licenses/MIT)
|
|
7
|
-
|
|
8
|
-
Universal skills loader for AI coding agents. Install, manage, and sync skills across your favorite AI tools.
|
|
9
|
-
|
|
10
|
-
Skills follow the [Agent Skills](https://agentskills.io) open format—a simple, portable standard for giving agents new capabilities and expertise.
|
|
11
|
-
|
|
12
|
-

|
|
13
|
-
|
|
14
|
-
## Interactive TUI
|
|
15
|
-
|
|
16
|
-
Manage all your skills with a beautiful terminal interface:
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
skillkit ui
|
|
20
|
-
# or simply
|
|
21
|
-
skillkit
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-

|
|
25
|
-
|
|
26
|
-
**Features:**
|
|
27
|
-
- Browse 33+ skill repositories
|
|
28
|
-
- Install skills with one keystroke
|
|
29
|
-
- Multi-agent installation support
|
|
30
|
-
- View installed skills
|
|
31
|
-
- Sync across agents
|
|
32
|
-
- Responsive design for all terminal sizes
|
|
33
|
-
|
|
34
|
-
**Navigation:**
|
|
35
|
-
- `h` Home | `b` Browse | `l` List | `s` Sync | `,` Config
|
|
36
|
-
- `↑↓` Navigate | `Enter` Select | `Esc` Back | `q` Quit
|
|
37
|
-
- `m` Multi-agent selection | `r` Refresh/Back
|
|
38
|
-
|
|
39
|
-
### Compatible With
|
|
40
|
-
|
|
41
|
-
| Agent | Status |
|
|
42
|
-
|-------|--------|
|
|
43
|
-
| Claude Code | ✅ Native |
|
|
44
|
-
| OpenAI Codex | ✅ Native |
|
|
45
|
-
| Cursor | ✅ Native |
|
|
46
|
-
| Gemini CLI | ✅ Native |
|
|
47
|
-
| OpenCode | ✅ Native |
|
|
48
|
-
| Antigravity | ✅ Native |
|
|
49
|
-
| Amp | ✅ Native |
|
|
50
|
-
| Clawdbot | ✅ Native |
|
|
51
|
-
| Droid (Factory) | ✅ Native |
|
|
52
|
-
| GitHub Copilot | ✅ Native |
|
|
53
|
-
| Goose | ✅ Native |
|
|
54
|
-
| Kilo Code | ✅ Native |
|
|
55
|
-
| Kiro CLI | ✅ Native |
|
|
56
|
-
| Roo Code | ✅ Native |
|
|
57
|
-
| Trae | ✅ Native |
|
|
58
|
-
| Windsurf | ✅ Native |
|
|
59
|
-
| *Any markdown-config agent* | ✅ Universal |
|
|
60
|
-
|
|
61
|
-
## Features
|
|
62
|
-
|
|
63
|
-
- **Interactive TUI**: Beautiful terminal interface for managing skills
|
|
64
|
-
- **Multi-Agent Support**: Works with 17+ AI coding agents out of the box
|
|
65
|
-
- **Multi-Platform Git**: GitHub, GitLab, Bitbucket, and local paths
|
|
66
|
-
- **CI/CD Friendly**: Non-interactive flags for automation (`--skills`, `--all`, `--yes`)
|
|
67
|
-
- **Skill Toggle**: Enable/disable skills without removing them
|
|
68
|
-
- **Type-Safe**: Built with TypeScript and Zod validation
|
|
69
|
-
- **Zero Config**: Auto-detects your agent and configures appropriately
|
|
3
|
+
Universal skills manager for AI coding agents. Install, manage, and sync skills across 17+ AI agents including Claude Code, Cursor, Codex, Gemini CLI, and more.
|
|
70
4
|
|
|
71
5
|
## Installation
|
|
72
6
|
|
|
73
7
|
```bash
|
|
74
8
|
npm install -g skillkit
|
|
75
|
-
# or
|
|
76
|
-
npx skillkit <command>
|
|
77
9
|
```
|
|
78
10
|
|
|
79
11
|
## Quick Start
|
|
80
12
|
|
|
81
13
|
```bash
|
|
82
|
-
#
|
|
83
|
-
skillkit ui
|
|
84
|
-
|
|
85
|
-
# Initialize in your project (auto-detects agent)
|
|
14
|
+
# Initialize skillkit in your project
|
|
86
15
|
skillkit init
|
|
87
16
|
|
|
88
|
-
# Install
|
|
89
|
-
skillkit install
|
|
90
|
-
|
|
91
|
-
# Install from GitLab
|
|
92
|
-
skillkit install gitlab:owner/repo
|
|
93
|
-
|
|
94
|
-
# Install specific skills (CI/CD friendly)
|
|
95
|
-
skillkit install owner/repo --skills=pdf,xlsx,docx
|
|
96
|
-
|
|
97
|
-
# Create a new skill
|
|
98
|
-
skillkit create my-skill
|
|
99
|
-
|
|
100
|
-
# Sync skills to your agent config
|
|
101
|
-
skillkit sync
|
|
102
|
-
|
|
103
|
-
# Read a skill (for AI consumption)
|
|
104
|
-
skillkit read pdf
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
## Popular Skill Repositories
|
|
108
|
-
|
|
109
|
-
Install skills from these community repositories:
|
|
110
|
-
|
|
111
|
-
```bash
|
|
112
|
-
# Anthropic's official skill marketplace
|
|
113
|
-
skillkit install anthropics/skills
|
|
114
|
-
|
|
115
|
-
# Vercel's React & Next.js best practices
|
|
116
|
-
skillkit install vercel-labs/agent-skills/skills
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
| Repository | Skills | Description |
|
|
120
|
-
|------------|--------|-------------|
|
|
121
|
-
| [anthropics/skills](https://github.com/anthropics/skills) | `pdf`, `xlsx`, `docx`, etc. | Official Claude Code skill marketplace |
|
|
122
|
-
| [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills) | `vercel-react-best-practices`, `web-design-guidelines` | React/Next.js optimization & UI review |
|
|
17
|
+
# Install a skill
|
|
18
|
+
skillkit install github.com/anthropics/courses:prompt-eng/interactive-tutorial
|
|
123
19
|
|
|
124
|
-
|
|
125
|
-
## Commands
|
|
126
|
-
|
|
127
|
-
### `skillkit ui` / `skillkit`
|
|
128
|
-
|
|
129
|
-
Launch the interactive Terminal User Interface (TUI) for managing skills.
|
|
130
|
-
|
|
131
|
-
```bash
|
|
132
|
-
skillkit ui # Explicit TUI launch
|
|
133
|
-
skillkit # Launch TUI if no arguments provided
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
**TUI Features:**
|
|
137
|
-
- **Browse**: Discover skills from 33+ repositories
|
|
138
|
-
- **List**: View all installed skills
|
|
139
|
-
- **Sync**: Sync skills across multiple agents
|
|
140
|
-
- **Settings**: Configure SkillKit preferences
|
|
141
|
-
|
|
142
|
-
**Keyboard Shortcuts:**
|
|
143
|
-
- `h` - Home screen
|
|
144
|
-
- `b` - Browse skills marketplace
|
|
145
|
-
- `l` - List installed skills
|
|
146
|
-
- `s` - Sync skills across agents
|
|
147
|
-
- `,` - Settings
|
|
148
|
-
- `↑↓` - Navigate lists
|
|
149
|
-
- `Enter` - Select / Install
|
|
150
|
-
- `m` - Multi-agent selection (when viewing skills)
|
|
151
|
-
- `r` - Refresh / Go back
|
|
152
|
-
- `Esc` - Return to home
|
|
153
|
-
- `q` - Quit
|
|
154
|
-
|
|
155
|
-
### `skillkit install <source>`
|
|
156
|
-
|
|
157
|
-
Install skills from various sources.
|
|
158
|
-
|
|
159
|
-
```bash
|
|
160
|
-
# GitHub (default)
|
|
161
|
-
skillkit install owner/repo
|
|
162
|
-
skillkit install https://github.com/owner/repo
|
|
163
|
-
|
|
164
|
-
# Install from a subdirectory
|
|
165
|
-
skillkit install owner/repo/skills
|
|
166
|
-
|
|
167
|
-
# GitLab
|
|
168
|
-
skillkit install gitlab:owner/repo
|
|
169
|
-
skillkit install https://gitlab.com/owner/repo
|
|
170
|
-
|
|
171
|
-
# Bitbucket
|
|
172
|
-
skillkit install bitbucket:owner/repo
|
|
173
|
-
|
|
174
|
-
# Local path
|
|
175
|
-
skillkit install ./my-skills
|
|
176
|
-
skillkit install ~/dev/skills
|
|
177
|
-
|
|
178
|
-
# Options
|
|
179
|
-
--list # List available skills without installing
|
|
180
|
-
--skills=pdf,xlsx # Install specific skills only (CI/CD)
|
|
181
|
-
--all # Install all discovered skills
|
|
182
|
-
--yes # Skip confirmation prompts
|
|
183
|
-
--global # Install to global directory
|
|
184
|
-
--force # Overwrite existing skills
|
|
185
|
-
--provider=gitlab # Force specific provider
|
|
186
|
-
--agent=cursor # Install to specific agent (can specify multiple)
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
### `skillkit sync`
|
|
190
|
-
|
|
191
|
-
Sync installed skills to your agent's config file.
|
|
192
|
-
|
|
193
|
-
```bash
|
|
194
|
-
skillkit sync
|
|
195
|
-
skillkit sync --agent cursor
|
|
196
|
-
skillkit sync --output AGENTS.md
|
|
197
|
-
skillkit sync --enabled-only
|
|
198
|
-
```
|
|
199
|
-
|
|
200
|
-
### `skillkit read <skills>`
|
|
201
|
-
|
|
202
|
-
Read skill content for AI agent consumption.
|
|
203
|
-
|
|
204
|
-
```bash
|
|
205
|
-
skillkit read pdf
|
|
206
|
-
skillkit read pdf,xlsx,docx # Multiple skills
|
|
207
|
-
```
|
|
208
|
-
|
|
209
|
-
### `skillkit list`
|
|
210
|
-
|
|
211
|
-
List all installed skills.
|
|
212
|
-
|
|
213
|
-
```bash
|
|
20
|
+
# List installed skills
|
|
214
21
|
skillkit list
|
|
215
|
-
skillkit list --enabled
|
|
216
|
-
skillkit list --json
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
### `skillkit enable/disable <skills>`
|
|
220
|
-
|
|
221
|
-
Toggle skills on/off without removing them.
|
|
222
|
-
|
|
223
|
-
```bash
|
|
224
|
-
skillkit enable pdf xlsx
|
|
225
|
-
skillkit disable docx
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
### `skillkit update [skills]`
|
|
229
|
-
|
|
230
|
-
Update skills from their original sources.
|
|
231
|
-
|
|
232
|
-
```bash
|
|
233
|
-
skillkit update # Update all
|
|
234
|
-
skillkit update pdf xlsx # Update specific
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
### `skillkit remove <skills>`
|
|
238
|
-
|
|
239
|
-
Remove installed skills.
|
|
240
|
-
|
|
241
|
-
```bash
|
|
242
|
-
skillkit remove pdf xlsx
|
|
243
|
-
```
|
|
244
|
-
|
|
245
|
-
### `skillkit init`
|
|
246
|
-
|
|
247
|
-
Initialize skillkit in a project.
|
|
248
|
-
|
|
249
|
-
```bash
|
|
250
|
-
skillkit init
|
|
251
|
-
skillkit init --agent cursor
|
|
252
|
-
skillkit init --list # List supported agents
|
|
253
|
-
```
|
|
254
|
-
|
|
255
|
-
### `skillkit validate <path>`
|
|
256
|
-
|
|
257
|
-
Validate skills against the [Agent Skills specification](https://agentskills.io/specification).
|
|
258
|
-
|
|
259
|
-
```bash
|
|
260
|
-
skillkit validate ./my-skill # Validate single skill
|
|
261
|
-
skillkit validate ./skills --all # Validate all skills in directory
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
### `skillkit create <skill-name>`
|
|
265
|
-
|
|
266
|
-
Create a new skill with proper structure and template.
|
|
267
|
-
|
|
268
|
-
```bash
|
|
269
|
-
skillkit create my-skill # Basic skill
|
|
270
|
-
skillkit create my-skill --full # Include all directories (references, scripts, assets)
|
|
271
|
-
skillkit create my-skill --scripts # Include scripts directory
|
|
272
|
-
skillkit create my-skill --references # Include references directory
|
|
273
|
-
skillkit create my-skill --assets # Include assets directory
|
|
274
|
-
skillkit create my-skill --dir ./skills # Create in specific directory
|
|
275
|
-
```
|
|
276
|
-
|
|
277
|
-
## Supported Agents
|
|
278
22
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
| Claude Code | `AGENTS.md` | `.claude/skills/` | `~/.claude/skills/` |
|
|
282
|
-
| Cursor | `.cursorrules` | `.cursor/skills/` | `~/.cursor/skills/` |
|
|
283
|
-
| Codex | `AGENTS.md` | `.codex/skills/` | `~/.codex/skills/` |
|
|
284
|
-
| Gemini CLI | `GEMINI.md` | `.gemini/skills/` | `~/.gemini/skills/` |
|
|
285
|
-
| OpenCode | `AGENTS.md` | `.opencode/skills/` | `~/.config/opencode/skills/` |
|
|
286
|
-
| Antigravity | `AGENTS.md` | `.antigravity/skills/` | `~/.gemini/antigravity/skills/` |
|
|
287
|
-
| Amp | `AGENTS.md` | `.agents/skills/` | `~/.config/agents/skills/` |
|
|
288
|
-
| Clawdbot | `AGENTS.md` | `skills/` | `~/.clawdbot/skills/` |
|
|
289
|
-
| Droid (Factory) | `AGENTS.md` | `.factory/skills/` | `~/.factory/skills/` |
|
|
290
|
-
| GitHub Copilot | `AGENTS.md` | `.github/skills/` | `~/.copilot/skills/` |
|
|
291
|
-
| Goose | `AGENTS.md` | `.goose/skills/` | `~/.config/goose/skills/` |
|
|
292
|
-
| Kilo Code | `AGENTS.md` | `.kilocode/skills/` | `~/.kilocode/skills/` |
|
|
293
|
-
| Kiro CLI | `AGENTS.md` | `.kiro/skills/` | `~/.kiro/skills/` |
|
|
294
|
-
| Roo Code | `AGENTS.md` | `.roo/skills/` | `~/.roo/skills/` |
|
|
295
|
-
| Trae | `AGENTS.md` | `.trae/skills/` | `~/.trae/skills/` |
|
|
296
|
-
| Windsurf | `AGENTS.md` | `.windsurf/skills/` | `~/.codeium/windsurf/skills/` |
|
|
297
|
-
| Universal | `AGENTS.md` | `.agent/skills/` | `~/.agent/skills/` |
|
|
298
|
-
|
|
299
|
-
## Creating Skills
|
|
300
|
-
|
|
301
|
-
Use `skillkit create <name>` to scaffold a new skill, or create manually:
|
|
302
|
-
|
|
303
|
-
A skill is a directory with a `SKILL.md` file:
|
|
304
|
-
|
|
305
|
-
```
|
|
306
|
-
my-skill/
|
|
307
|
-
├── SKILL.md # Required: Instructions for the AI
|
|
308
|
-
├── references/ # Optional: Documentation
|
|
309
|
-
├── scripts/ # Optional: Helper scripts
|
|
310
|
-
└── assets/ # Optional: Templates, configs
|
|
311
|
-
```
|
|
312
|
-
|
|
313
|
-
### SKILL.md Format
|
|
314
|
-
|
|
315
|
-
Follows the [Agent Skills specification](https://agentskills.io/specification):
|
|
316
|
-
|
|
317
|
-
```markdown
|
|
318
|
-
---
|
|
319
|
-
name: my-skill
|
|
320
|
-
description: What this skill does and when to use it. Include trigger keywords.
|
|
321
|
-
license: MIT
|
|
322
|
-
compatibility: Requires Node.js 18+
|
|
323
|
-
metadata:
|
|
324
|
-
author: your-org
|
|
325
|
-
version: "1.0"
|
|
326
|
-
---
|
|
327
|
-
|
|
328
|
-
# My Skill
|
|
329
|
-
|
|
330
|
-
Instructions for the AI agent on how to use this skill.
|
|
331
|
-
|
|
332
|
-
## When to Use
|
|
333
|
-
|
|
334
|
-
- Scenario 1
|
|
335
|
-
- Scenario 2
|
|
336
|
-
|
|
337
|
-
## Steps
|
|
338
|
-
|
|
339
|
-
1. First step
|
|
340
|
-
2. Second step
|
|
341
|
-
```
|
|
342
|
-
|
|
343
|
-
| Field | Required | Description |
|
|
344
|
-
|-------|----------|-------------|
|
|
345
|
-
| `name` | Yes | Lowercase alphanumeric with hyphens (max 64 chars) |
|
|
346
|
-
| `description` | Yes | What it does and when to use it (max 1024 chars) |
|
|
347
|
-
| `license` | No | License name or reference |
|
|
348
|
-
| `compatibility` | No | Environment requirements |
|
|
349
|
-
| `metadata` | No | Arbitrary key-value pairs |
|
|
350
|
-
|
|
351
|
-
## CI/CD Usage
|
|
352
|
-
|
|
353
|
-
```yaml
|
|
354
|
-
# GitHub Actions example
|
|
355
|
-
- name: Setup skills
|
|
356
|
-
run: |
|
|
357
|
-
npx skillkit install owner/skills --skills=lint,test,deploy --yes
|
|
358
|
-
npx skillkit sync --yes
|
|
23
|
+
# Launch interactive TUI
|
|
24
|
+
skillkit ui
|
|
359
25
|
```
|
|
360
26
|
|
|
361
|
-
##
|
|
362
|
-
|
|
363
|
-
```typescript
|
|
364
|
-
import {
|
|
365
|
-
findAllSkills,
|
|
366
|
-
discoverSkills,
|
|
367
|
-
detectAgent,
|
|
368
|
-
getAdapter,
|
|
369
|
-
} from 'skillkit';
|
|
370
|
-
|
|
371
|
-
// Find all installed skills
|
|
372
|
-
const skills = findAllSkills(searchDirs);
|
|
373
|
-
|
|
374
|
-
// Detect current agent
|
|
375
|
-
const agent = await detectAgent();
|
|
376
|
-
|
|
377
|
-
// Generate config
|
|
378
|
-
const adapter = getAdapter(agent);
|
|
379
|
-
const config = adapter.generateConfig(skills);
|
|
380
|
-
```
|
|
27
|
+
## Features
|
|
381
28
|
|
|
382
|
-
|
|
29
|
+
- **17+ Agent Support**: Claude Code, Cursor, Codex, Gemini CLI, Windsurf, GitHub Copilot, and more
|
|
30
|
+
- **Universal Skill Translation**: Convert skills between different agent formats
|
|
31
|
+
- **Smart Recommendations**: Get skill suggestions based on your project stack
|
|
32
|
+
- **Project Context Sync**: One config, all agents
|
|
33
|
+
- **Interactive TUI**: Browse, install, and manage skills visually
|
|
383
34
|
|
|
384
|
-
|
|
35
|
+
## Documentation
|
|
385
36
|
|
|
386
|
-
|
|
387
|
-
version: 1
|
|
388
|
-
agent: cursor # Override auto-detection
|
|
389
|
-
autoSync: true # Auto-sync on changes
|
|
390
|
-
enabledSkills:
|
|
391
|
-
- pdf
|
|
392
|
-
- xlsx
|
|
393
|
-
disabledSkills:
|
|
394
|
-
- deprecated-skill
|
|
395
|
-
```
|
|
37
|
+
Full documentation: https://github.com/rohitg00/skillkit
|
|
396
38
|
|
|
397
39
|
## License
|
|
398
40
|
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
## Contributing
|
|
402
|
-
|
|
403
|
-
Contributions welcome! Please read our contributing guidelines.
|
|
404
|
-
|
|
405
|
-
## Acknowledgments
|
|
406
|
-
|
|
407
|
-
Implements the [Agent Skills](https://agentskills.io) open format, originally developed by Anthropic and adopted by leading AI development tools.
|
|
41
|
+
Apache-2.0
|
package/dist/cli.d.ts
CHANGED