01Dynamic Argument Handling: Create flexible commands using positional ($1) or catch-all ($ARGUMENTS) variables.
02Structured Namespacing: Organize large command libraries into logical subdirectories for better discoverability.
03Contextual File References: Automatically inject file contents into prompts using the simple @ syntax.
040 GitHub stars
05YAML Frontmatter Configuration: Control model selection, tool permissions, and command descriptions.
06Inline Bash Execution: Use backticks and the ! prefix to gather dynamic repository and environment data.