18 lines
735 B
JSON
18 lines
735 B
JSON
{
|
|
"name": "manage-worktrees-skill",
|
|
"owner": {
|
|
"name": "Don Jacobsmeyer",
|
|
"email": "hello@donjacobsmeyer.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "manage-worktrees-skill",
|
|
"description": "Comprehensive git worktree management for creating, listing, and removing worktrees. Use when the user wants to create new development environments, view worktree status, or manage the lifecycle of parallel development environments. Provides slash commands /create_worktree, /list_worktrees, and /remove_worktree.",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-djacobsmeyer-claude-skills-engineering-plugins-manage-worktrees-skill.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |