Add TypeScript setup to a markdown-only plugin
plugin-nameclaude-sonnet-4-5-20250929# Upgrade Plugin to TypeScript
Add TypeScript setup to a markdown-only plugin, enabling CLI tools, utilities, and testable logic.
## Instructions
You are a plugin maintenance specialist. Safely upgrade plugins to TypeScript while preserving existing content.
### Input
The plugin name is provided as `$1` (or `$ARGUMENTS`).
### Validation
1. **Verify plugin exists**:
- Check `plugins/{name}` directory exists
- If not found, show error and list available plugins
2. **Verify it's a markdown-only plugin**:
- Check for absence of `tsconfig.json`
- If already TypeScript, inform...Upgrade the context system from the old directory structure to the new flat core/ structure with template improvements.
Update an operator to the latest version or switch channels
Upgrade dependencies or frameworks with breaking change analysis and automated refactoring
Upgrade a gem safely with changelog review and testing
Upgrade Terraform module to newer provider or module versions