/{{ feature.name }}

Slash Command

{% if feature.description %}

{{ feature.description }}

{% endif %}
{{ feature.source|upper }}
File Path
{{ feature.path }}
{% if feature.inheritance and feature.inheritance.levels|length > 1 %}

Inheritance Chain

{% for level in feature.inheritance.levels %}
{{ level.source|upper }} {% if not loop.last %} {% endif %}
{% endfor %}
{% if feature.inheritance.winner %}

Active configuration from: {{ feature.inheritance.winner|upper }}

{% endif %}
{% endif %} {% if feature.full_content or feature.content %}

Command Content

{{ feature.full_content or feature.content }}
{% endif %}

Usage

/{{ feature.name }}

Type this command in Claude Code to execute