-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 1.02 KB
/
plugin.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
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
{
"name": "software-design",
"version": "0.1.0",
"description": "Portable software design skills and catalog for Claude Code, Codex, and OpenCode.",
"author": {
"name": "software-design contributors"
},
"keywords": [
"software-design",
"skills",
"refactoring",
"design-patterns"
],
"skills": "./skills/",
"interface": {
"displayName": "Software Design",
"shortDescription": "Software design triage, refactoring, smells, and pattern-selection skills",
"longDescription": "Use Software Design to guide coding agents through design triage, SOLID checks, DRY/KISS/YAGNI decisions, code-smell diagnosis, refactoring selection, implementation review, and focused catalog-card lookup.",
"developerName": "software-design contributors",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Review this design before implementation.",
"Help me refactor this code safely."
],
"brandColor": "#2563EB"
}
}