Validates argument substitution logic and placeholder handling within skill definitions.
This skill serves as a diagnostic tool for developers building agentic workflows to verify that argument substitution is functioning correctly within the SkillKit framework. It provides a standardized way to test how placeholders are parsed, including support for multiple instances, escaped literal characters, and handling scenarios where no arguments are provided, ensuring that variable injection behaves predictably during execution.
Key Features
01Tests $ARGUMENTS substitution logic
02Validates literal handling via escaped placeholders
03Supports multiple placeholder instances
0470 GitHub stars
05Demonstrates behavior with empty argument inputs
Use Cases
01Verifying $ARGUMENTS placeholder syntax during development
02Debugging argument parsing in custom Claude Code skills