{{ format === 'file' ? 'Single markdown file.' : 'Directory with scripts/, references/, and assets/ subdirectories.' }}
{{ isHooksType ? 'Scripts' : 'Folder files' }}
Add executable scripts that your hook commands reference.
{{ computedSlug }}/{{ mainFileName }} is generated from the body. Add scripts, docs, or assets here.
scripts/ run via hooks or tool calls · references/ Claude reads as context · assets/ copied into the project
Scripts are saved to scripts/ and can be referenced in hook commands.
Text files (.sh, .md, .py...) become editable inline. Binary files (images, fonts) are stored as-is.
{{ f.path }}
{{ f.content.split('\n').length }} lines
{{ formatSize(f.size) }}
{{ f.kind === 'inline' ? 'text' : 'binary' }}
{{ isHooksType ? 'No scripts yet. Create or upload executable scripts for your hook commands.' : 'No extra files yet. Create scripts, docs, or upload assets.' }}
Scripts
Add executable scripts that your hook commands reference.
Scripts are saved to scripts/ and can be referenced in hook commands.
Text files (.sh, .md, .py...) become editable inline. Binary files are stored as-is.
{{ f.path }}
{{ f.content.split('\n').length }} lines
{{ formatSize(f.size) }}
No scripts yet. Create or upload executable scripts for your hook commands.