@iceinvein/agent-skills 0.1.0 → 0.1.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 +7 -0
- package/package.json +13 -1
package/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @iceinvein/agent-skills
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@iceinvein/agent-skills)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
[](https://claude.ai/code)
|
|
6
|
+
[](https://cursor.com)
|
|
7
|
+
[](https://openai.com/codex)
|
|
8
|
+
[](https://github.com/google-gemini/gemini-cli)
|
|
9
|
+
|
|
3
10
|
Install agent skills into AI coding tools — Claude Code, Cursor, Codex, Gemini CLI.
|
|
4
11
|
|
|
5
12
|
## Quick Start
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iceinvein/agent-skills",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Install agent skills into AI coding tools",
|
|
5
5
|
"author": "iceinvein",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,6 +17,18 @@
|
|
|
17
17
|
"test": "bun test",
|
|
18
18
|
"dev": "bun run src/cli/index.ts"
|
|
19
19
|
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"ai",
|
|
22
|
+
"agent",
|
|
23
|
+
"skills",
|
|
24
|
+
"claude",
|
|
25
|
+
"cursor",
|
|
26
|
+
"codex",
|
|
27
|
+
"gemini",
|
|
28
|
+
"mcp",
|
|
29
|
+
"cli",
|
|
30
|
+
"prompt-engineering"
|
|
31
|
+
],
|
|
20
32
|
"repository": {
|
|
21
33
|
"type": "git",
|
|
22
34
|
"url": "https://github.com/iceinvein/agent-skills"
|