APM

>Agent Skill

@materializeinc/default

skilldevelopment

{{- /* Single page template for Claude skill output */ -}}

development
apm::install
$apm install @materializeinc/default
apm::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 -}}