What problem does it solve?
This Skill helps you create or extend Shimmy tool kinds and their concrete CLI versions without missing the required metadata, runtime, testing, or guidance files.
Core Features & Use Cases
- Tool Scaffolding: Defines the files needed for a new wrapped CLI kind, including configuration, guides, context, and agent instructions.
- Runtime Design: Guides how to implement the versioned POSIX shell wrapper, Podman image selection, mounts, and optional local-build behavior.
- Validation and Safety: Encourages checking upstream dependencies, choosing safe defaults, and validating behavior with preview and test commands.
- Use Case: Add a new wrapped CLI such as a versioned developer tool, then wire its metadata, smoke checks, and installable guidance into the Shimmy catalog.
Quick Start
Create or extend a Shimmy tool by following the repository context, selecting the target kind and version, and adding the required tool-local metadata and runtime files.