-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 974 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 974 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
41
{
"name": "five-step-method",
"version": "1.0.1",
"description": "Universal decision framework skill for AI coding agents, based on Musk's five-step methodology. One-command install for Claude Code, Cursor, Windsurf, Cline, and Codex.",
"bin": {
"five-step-method": "bin/install.js"
},
"files": [
"bin",
"skills",
"AGENTS.md",
"skill.json",
"README.md",
"LICENSE"
],
"keywords": [
"claude-code",
"claude-skill",
"skill",
"cursor",
"windsurf",
"cline",
"codex",
"ai-agent",
"decision-framework",
"five-step-method"
],
"author": "Ajin (OpenLucid)",
"license": "MIT",
"homepage": "https://github.com/agidesigner/five-step-method-skill",
"repository": {
"type": "git",
"url": "git+https://github.com/agidesigner/five-step-method-skill.git"
},
"bugs": {
"url": "https://github.com/agidesigner/five-step-method-skill/issues"
},
"engines": {
"node": ">=16"
}
}