Initial commit
This commit is contained in:
15
.claude-plugin/plugin.json
Normal file
15
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "isolated-task-agent",
|
||||
"description": "Execute focused work in clean, isolated contexts without polluting the main conversation history. Ideal for exploratory analysis, parallel work streams, and context-heavy operations.",
|
||||
"version": "0.1.2",
|
||||
"author": {
|
||||
"name": "David Golden",
|
||||
"email": "xdg@xdg.me"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/isolated-task-agent.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/isolate.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user