根据项目约定将媒体文件目录组织成结构化分类形式,便于归档管理
npx skills add https://github.com/cafe3310/public-agent-skills --skill media-organizer
本 Skill 指导将一个包含杂乱媒体文件的目录整理成本项目内的标准化结构。此工作流强调与用户协作,以确保最终的组织方式符合用户需求。
ls -R <source_directory> 命令列出源目录中的文件,以了解其内容。_v...)还是“示例编号”(_no...)。community-content: 用于存放来自外部来源的内容(如 YouTube 评测、文章等)。internal-demos: 用于存放内部团队创建的演示和用例。generated-examples: 用于存放由模型自动生成的内容。assets: 用于存放辅助性材料(如 Logo、封面、倒计时视频等)。GEMINI.md 文件提出文件命名规范。默认为:{YYYYMMDD}_{分类}_{描述}_{编号}.{后缀}。{YYYYMMDD} 必须使用文件的最后修改时间 (stat 命令) 确定,而不是文件名中自带的日期。一旦用户批准计划:
mkdir -p ...)。mv 命令,执行文件迁移。最安全的方式是逐个或按小的逻辑批次执行。.DS_Store)。在执行 rm -rf 之前,请与用户确认此清理操作。README.md 文件。skills/media-organizer/assets/readme.md.template 的模板来创建内容。README.md 应简要描述该分类,并可以包含指向几个关键文件的链接作为示例。README.md 以反映新的、有组织的结构,使新内容易于发现。ls 命令显示新的目录结构。Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take cafe3310/media-organizer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.