default
skill{{- /* Single page template for Claude skill output */ -}}
apm::install
apm install @materializeinc/defaultapm::skill.md
{{- /* Single page template for Claude skill output */ -}}
{{- $excludedSections := .Site.Params.excludeFromSkill | default slice -}}
{{- if not (in $excludedSections .Section) -}}
# {{ .Title }}
{{- if .Description }}
{{ .Description }}
{{- end -}}
{{- .RenderShortcodes -}}
{{- end -}}