forked from MoizIbnYousaf/Ai-Agent-Skills
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 892 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ai-agent-skills",
"version": "1.9.0",
"description": "Install curated AI agent skills with one command. Works with Claude Code, Cursor, Codex, Gemini CLI, VS Code, Copilot, and 11+ agents.",
"main": "cli.js",
"bin": {
"ai-agent-skills": "cli.js",
"skills": "cli.js"
},
"engines": {
"node": ">=14.14.0"
},
"scripts": {
"test": "node test.js",
"validate": "node cli.js list"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skillcreatorai/Ai-Agent-Skills.git"
},
"keywords": [
"ai",
"agent",
"skills",
"claude",
"cursor",
"codex",
"gemini",
"copilot",
"amp",
"vscode",
"mcp"
],
"author": "SkillCreator.ai",
"license": "MIT",
"bugs": {
"url": "https://github.com/skillcreatorai/Ai-Agent-Skills/issues"
},
"homepage": "https://skillcreator.ai/discover"
}