The plugin.json files were missing the "skills" field which is required for Claude Code to locate and load skills from each plugin directory. Added "skills": "./" to 6 team-level plugin.json files: - c-level-advisor - engineering-team - marketing-skill - product-team - project-management - ra-qm-team Co-authored-by: shawn.yang <shawn.yang@ikala.tv>
14 lines
539 B
JSON
14 lines
539 B
JSON
{
|
|
"name": "pm-skills",
|
|
"description": "6 production-ready project management skills for Atlassian users: senior PM, scrum master, Jira expert, Confluence expert, Atlassian admin, and template creator with MCP integration",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Alireza Rezvani",
|
|
"url": "https://alirezarezvani.com"
|
|
},
|
|
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/project-management",
|
|
"repository": "https://github.com/alirezarezvani/claude-skills",
|
|
"license": "MIT",
|
|
"skills": "./"
|
|
}
|