Files
claude-skills-reference/project-management/.claude-plugin/plugin.json
stitch840607 b35adebfae fix: add missing 'skills' field to plugin.json for skill loading (#171)
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>
2026-02-04 12:24:04 +01:00

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": "./"
}