-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
22 lines (22 loc) · 891 Bytes
/
marketplace.json
File metadata and controls
22 lines (22 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "moonview",
"description": "Task lifecycle management for the agent",
"owner": {
"name": "huacheng"
},
"plugins": [
{
"name": "task-ai",
"description": "Structured task lifecycle management with 18 skills: init, target, light, plan, research, read, security, check, verify, exec, merge, report, auto, cancel, list, annotate, summarize, library. Git-integrated workflow with branch-per-task, worktree support, and context-aware execution.",
"version": "0.8.3",
"author": {
"name": "huacheng"
},
"source": "./plugins/task-ai",
"category": "productivity",
"homepage": "https://github.com/huacheng/moonview",
"tags": ["task-management", "annotation", "plan", "execution", "lifecycle", "git-workflow", "knowledge-base"]
}
]
}