Files
claude-skills-reference/engineering-team/.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
506 B
JSON

{
"name": "engineering-skills",
"description": "18 production-ready engineering skills covering architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, and data engineering",
"version": "1.0.0",
"author": {
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team",
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",
"skills": "./"
}