Brings back the 6 development workflow skills (changelog, cleanup, code-review, docstring, pr-description, pr-submit) that were moved to pipecat-ai/skills, and adds a .claude-plugin/marketplace.json so other pipecat-ai repos can install them. Updates README contributing section with installation instructions.
27 lines
668 B
JSON
27 lines
668 B
JSON
{
|
|
"name": "pipecat-dev-skills",
|
|
"owner": {
|
|
"name": "Pipecat"
|
|
},
|
|
"metadata": {
|
|
"description": "Development workflow skills for contributing to the Pipecat project",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "pipecat-dev",
|
|
"description": "Development workflow skills for contributing to the Pipecat project",
|
|
"version": "1.0.0",
|
|
"source": "./",
|
|
"skills": [
|
|
"./.claude/skills/changelog",
|
|
"./.claude/skills/cleanup",
|
|
"./.claude/skills/code-review",
|
|
"./.claude/skills/docstring",
|
|
"./.claude/skills/pr-description",
|
|
"./.claude/skills/pr-submit"
|
|
]
|
|
}
|
|
]
|
|
}
|