-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 720 Bytes
/
plugin.json
File metadata and controls
23 lines (23 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "mick-applied-ai-toolkit",
"version": "0.1.1",
"description": "Four Claude Code skills extracted from shipping production AI products end-to-end with the agentic coding loop. Each skill codifies a discipline that survives contact with paying users.",
"author": {
"name": "Mick Johnson",
"email": "mick.jae.johnson@gmail.com",
"url": "https://butterflysecurity.org"
},
"homepage": "https://github.com/mickolasjae/mick-applied-ai-toolkit",
"license": "MIT",
"keywords": [
"claude-code",
"claude-skills",
"agent-engineering",
"anthropic-mcp",
"model-context-protocol",
"applied-ai",
"evidence-gated-ci",
"multi-model-routing",
"production-ai"
]
}