refactor: remove scripts from minimax-image-generation skill

Inline the API call example directly in SKILL.md instead of
providing a separate generate.sh script.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Goose
2026-04-11 16:22:44 +00:00
parent e9aa409790
commit e9d7232718
3 changed files with 16 additions and 194 deletions
-2
View File
@@ -58,7 +58,5 @@ All three are standard Unix tools. No Python or Node required.
```
minimax-image-generation/
├── SKILL.md # Skill definition + user-facing docs
├── scripts/
│ └── generate.sh # Generation script (CLI entry point)
└── CLAUDE.md # These implementation notes
```