-
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.21 KB
/
Copy pathplugin.json
File metadata and controls
32 lines (32 loc) · 1.21 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": "raptor",
"displayName": "Raptor",
"version": "0.2.0",
"description": "Agent orchestrator that routes coding tasks to specialist skills, builds custom agent flows, and runs multi-step automations.",
"keywords": ["coding", "agent", "orchestrator", "workflow", "audit", "review", "planning"],
"skills": "./skills",
"agents": "./agents",
"author": {
"name": "Samuel Ishida"
},
"license": "MIT",
"homepage": "https://github.com/samuelishida/raptor",
"repository": "https://github.com/samuelishida/raptor",
"interface": {
"displayName": "Raptor",
"shortDescription": "Route coding work through specialist skills and build agent flows.",
"longDescription": "Raptor provides an orchestration skill, coding workflow skills, review and planning specialists, and an agent-flow builder for custom automations.",
"developerName": "Samuel Ishida",
"category": "Productivity",
"capabilities": ["Interactive", "Write"],
"defaultPrompt": [
"Route this coding task through the right skill.",
"Build a Raptor agent flow for this project.",
"Review this change and find runtime risks."
],
"brandColor": "#2563EB"
},
"engines": {
"claude-code": ">=1.0.0"
}
}