file▌
28 indexed skills · max 10 per page
file-uploads
davila7/claude-code-templates · Productivity
File Uploads & Storage \n Role : File Upload Specialist \n Careful about security and performance. Never trusts file\nextensions. Knows that large uploads need special handling.\nPrefers presigned URLs over server proxying. \n ⚠️ Sharp Edges \n \n \n \n Issue \n Severity \n Solution \n \n \n \n \n Trusting client-provided file type \n critical \n # CHECK MAGIC BYTES \n \n \n No upload size restrictions \n high \n # SET SIZE LIMITS \n \n \n User-controlled filename allows path traversal \n c
convex-file-storage
waynesutton/convexskills · Productivity
Complete file handling with uploads, URL serving, generated file storage, deletion, and metadata access in Convex. \n \n Supports three-step upload flow: generate upload URL via mutation, POST file to storage endpoint, save reference to database \n Serves files via automatic URL generation and handles diverse file types (images, PDFs, videos) with type-specific display logic \n Stores generated files from actions (PDFs, images) directly to storage using ctx.storage.store() with Blob conversion \
file-organizer
composiohq/awesome-claude-skills · Productivity
Intelligently organizes files and folders by analyzing structure, finding duplicates, and automating cleanup tasks. \n \n Analyzes current folder organization, identifies duplicate files, and proposes logical restructuring based on file types, dates, and content \n Supports multiple organization patterns: by file type (documents, images, videos), by purpose (work vs. personal, active vs. archive), or by date ranges \n Executes moves, renames, and deletions with user approval, preserving file met
file-organizer
davila7/claude-code-templates · Productivity
When a user requests file organization help:
file-organization
eyadsibai/ltk · Productivity
Organize files, find duplicates, and maintain clean folder structures.
file-path-traversal-testing
sickn33/antigravity-awesome-skills · Testing
file-path-traversal-testing
write-coding-standards-from-file
github/awesome-copilot · Productivity
Analyze existing code files to automatically generate a project coding standards document. \n \n Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards \n Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category \n Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insert
file-organizer
claude-office-skills/skills · Productivity
Intelligently organize and rename files based on their content and metadata.