Armory
Source
Browse
Skills

file-uploads

Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: file upload, S3, R2, presigned URL, multipart.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install file-uploads --cli claude

writes the skill into.claude/skills/file-uploads/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/file-uploads/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: file upload, S3, R2, presigned URL, multipart.

When to use it

Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: file upload, S3, R2, presigned URL, multipart.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/security/file-uploads/SKILL.md -o .claude/skills/file-uploads/SKILL.md

Notes

Extracted from davila7/claude-code-templates, file-uploads category.