file▌
28 indexed skills · max 10 per page
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-organization
supercent-io/skills-template · Productivity
Establish scalable project structures with standardized naming conventions and folder organization patterns. \n \n Provides templates for React/Next.js frontends, Node.js/Express backends, and feature-based large-scale applications with clear separation of concerns \n Defines naming conventions for files (PascalCase components, camelCase utilities, UPPER_SNAKE_CASE constants), folders (kebab-case or camelCase), and variables (with is/has/can prefixes for booleans) \n Includes best practices for
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.