forked from github/awesome-copilot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 866 Bytes
/
Copy pathplugin.json
File metadata and controls
28 lines (28 loc) · 866 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
{
"name": "vibe-coding",
"description": "Discipline plugin for vibe-driven development — turns mood, feel, and outcome-shaped requests into shippable code without drift, hallucinated APIs, or silent scope creep. Bundles a vibe-lock entry skill with companion skills for visual design, shorthand translation, and plain-English explanation.",
"version": "0.1.0",
"keywords": [
"vibe-coding",
"prototyping",
"intent-driven",
"natural-language-to-code",
"design",
"shorthand",
"pseudo-code",
"beginner-friendly"
],
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"agents": [],
"commands": [],
"skills": [
"./skills/graphic-designer/",
"./skills/noob-mode/",
"./skills/quasi-coder/",
"./skills/vibe-coder/"
]
}