# example-skill > An example skill in Claude Code format - Author: Jonathan Yang - Repository: Joilence/skx - Version: 20260206190649 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Joilence/skx - Web: https://mule.run/skillshub/@@Joilence/skx~example-skill:20260206190649 --- --- name: example-skill description: An example skill in Claude Code format --- # Example Skill This skill demonstrates Claude Code syntax. ## Usage Run a command: !`echo "hello"` Use all arguments: $ARGUMENTS Reference a file: @README.md Reference another file: @src/main.py ## Code Example ```bash # This should NOT be transformed echo "!`not a command`" echo "$ARGUMENTS should stay" ``` Inline code should stay: `$ARGUMENTS is not transformed`