Files
gh-jschulte-claude-plugins-…/.claude-plugin/plugin.json
2025-11-30 08:29:31 +08:00

17 lines
583 B
JSON

{
"name": "stackshift",
"description": "Reverse engineering toolkit that transforms any application into a fully-specified, spec-driven codebase through a 6-gear process. Auto-detects app type (monorepo service, Nx app, etc.) then choose route: Greenfield (tech-agnostic for migration) or Brownfield (tech-prescriptive for maintenance). Includes Gear 6.5 validation, code review, and coverage mapping.",
"version": "1.6.0",
"author": {
"name": "Jonah Schulte"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}