-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 951 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
{
"name": "ame-skill",
"author": {"name": "CSKishan", "url": "https://github.com/CSKishan"},
"homepage": "https://github.com/CSKishan/ame-skill",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/CSKishan/ame-skill.git"
},
"description": "Ask Me Exhaustively + Enclose My Analysis — VS Code Copilot Chat skills for structured requirement elicitation and implementation planning",
"keywords": [
"copilot",
"skill",
"requirements",
"planning",
"ame",
"ema",
"agent"
],
"license": "MIT",
"skills": [
{
"name": "ame",
"path": "skills/ame/SKILL.md",
"description": "Ask Me Exhaustively — structured adaptive interview that produces .ame/spec.md"
},
{
"name": "ema",
"path": "skills/ema/SKILL.md",
"description": "Enclose My Analysis — reads .ame/spec.md, generates .ame/plan.md, executes chunk-by-chunk"
}
]
}