From 6322a7917776ecaf9c776351f4ba2b714a957c26 Mon Sep 17 00:00:00 2001 From: skillfactor-pipeline Date: Fri, 14 Aug 2026 19:10:52 +0200 Subject: [PATCH] feat: projectionist skill package v0.1.0 --- PROVENANCE.md | 31 ++++ SKILL.md | 54 ++++++ manifest.json | 298 +++++++++++++++++++++++++++++ references/ai-skills.md | 402 ++++++++++++++++++++++++++++++++++++++++ references/market.md | 69 +++++++ references/profile.md | 26 +++ references/skills.md | 50 +++++ references/tasks.md | 34 ++++ references/tools.md | 31 ++++ 9 files changed, 995 insertions(+) create mode 100644 PROVENANCE.md create mode 100644 SKILL.md create mode 100644 manifest.json create mode 100644 references/ai-skills.md create mode 100644 references/market.md create mode 100644 references/profile.md create mode 100644 references/skills.md create mode 100644 references/tasks.md create mode 100644 references/tools.md diff --git a/PROVENANCE.md b/PROVENANCE.md new file mode 100644 index 0000000..231b9a6 --- /dev/null +++ b/PROVENANCE.md @@ -0,0 +1,31 @@ +# Data provenance — projectionist + +Where the content of this skill package comes from, counted by +content items (tasks, competences, tools, evidence entries, curated +knowledge). Rendered live by Gitea: + +```mermaid +%%{init: {'theme':'base','themeVariables':{'pie1':'#f9a825','pie2':'#1e88e5','pie3':'#ff355e','pie4':'#d97757','pie5':'#8e24aa','pieOuterStrokeWidth':'0px','pieSectionTextColor':'#fff'}}}%% +pie showData + title Content sources — projectionist + "ESCO (occupation & competences)" : 19 + "O*NET (tasks & tools)" : 37 + "Job boards (market evidence)" : 33 + "Anthropic official Claude skills" : 5 + "External AI skill packs (mapped)" : 189 +``` + +| Source | Items | Share | Files | +|---|---|---|---| +| ESCO (occupation & competences) | 19 | 6.7 % | references/profile.md, references/skills.md | +| O*NET (tasks & tools) | 37 | 13.1 % | references/tasks.md, references/tools.md | +| Job boards (market evidence) | 33 | 11.7 % | references/market.md (full report) + "Market evidence" headline sections | +| Wikipedia & AI expert curation | 0 | 0.0 % | glossary, literature, usecases, intake, quality, evals/ | +| Anthropic official Claude skills | 5 | 1.8 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) | +| External AI skill packs (mapped) | 189 | 66.8 % | references/ai-skills.md (per-source attribution inside) | +| Stack Exchange practitioner Q&A (CC-BY-SA) | 0 | 0.0 % | references/practitioner-qa.md (per-entry attribution inside) | + +Licensing: O*NET (USDOL/ETA, CC BY 4.0) · ESCO (© European Union) · +job-ad evidence via official APIs (JSearch/Adzuna) · Wikipedia content +paraphrased with source URLs — never copied · external AI skills are +linked, not copied (Apache-2.0/MIT/source-available, see ai-skills.md). diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..362730a --- /dev/null +++ b/SKILL.md @@ -0,0 +1,54 @@ +--- +name: projectionist +description: "Occupational skill for the role 'projectionist' (also: projection operator, booth operator, film projectionist, movie projector operator, projector booth operator, digital cinema projectionist). Use when the user asks for typical projectionist work such as: Perform regular maintenance tasks, such as rotating or replacing xenon bulbs, cleaning projectors and lenses, lubricating machinery, and keeping electrical contacts clean and tight.; Clean the projection booth.; Start projectors and open shutters to project images onto screens." +--- + +# Projectionist + +Projectionists operate and maintain projection equipment in cinema theatres. They inspect the movie films before loading them into the projector. Projectionist make sure that everything runs smoothly during the projection of the movie. They also are responsible for the proper storage of movie films. + +## Core workflow + +1. Perform regular maintenance tasks, such as rotating or replacing xenon bulbs, cleaning projectors and lenses, lubricating machinery, and keeping electrical contacts clean and tight. +2. Clean the projection booth. +3. Start projectors and open shutters to project images onto screens. +4. Monitor operations to ensure that standards for sound and image projection quality are met. +5. Operate equipment to show films in a number of theaters simultaneously. +6. Set up and adjust picture projectors and screens to achieve proper size, illumination, and focus of images, and proper volume and tone of sound. +7. Inspect projection equipment prior to operation to ensure proper working order. +8. Perform minor repairs, such as replacing worn sprockets, or notify maintenance personnel of the need for major repairs. + +## How to use this skill + +- Read [references/profile.md](references/profile.md) for the occupation profile and scope. +- Consult [references/tasks.md](references/tasks.md) for the full task and activity inventory. +- Check [references/skills.md](references/skills.md) for essential vs. optional competences. +- Check [references/tools.md](references/tools.md) for the software commonly used in this role. +- See [references/ai-skills.md](references/ai-skills.md) — matched external AI agent skills (per-source attribution). + +## Key competences (essential) + +- adjust projector +- apply health and safety standards +- assist multimedia operator +- check film reels +- health and safety regulations +- load film reels +- operate projector +- projection equipment +- store film reels +- use a telecine + +## Hot technologies + +- Autodesk AutoCAD +- Microsoft Office software +- Apple macOS +- Microsoft PowerPoint +- Microsoft Excel +- Facebook +- Microsoft Outlook +- Microsoft Word + +--- +*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/dce6a68c-8a05-4c26-85d4-6fbc43e7d822), O*NET 30.3 (39-3021.00). See manifest.json for licensing/attribution.* diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..b5082ce --- /dev/null +++ b/manifest.json @@ -0,0 +1,298 @@ +{ + "name": "projectionist", + "title": "projectionist", + "version": "0.1.0", + "layer": "core", + "language": "en", + "generated": "2026-07-07", + "ids": { + "esco_uri": "http://data.europa.eu/esco/occupation/dce6a68c-8a05-4c26-85d4-6fbc43e7d822", + "esco_code": "3521.1.5", + "isco_group": "3521", + "onet_soc": "39-3021.00", + "crosswalk_match": "exactMatch" + }, + "sources": [ + { + "name": "ESCO", + "version": "1.2.1", + "url": "https://esco.ec.europa.eu/" + }, + { + "name": "O*NET", + "version": "30.3", + "url": "https://www.onetcenter.org/", + "license": "CC BY 4.0" + } + ], + "attribution": "This package includes information from the O*NET Database (v30.3) by the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA), CC BY 4.0. skillfactor is not endorsed by USDOL/ETA. ESCO data (v1.2.1) (c) European Union, used per the ESCO download conditions: https://esco.ec.europa.eu/en/use-esco/download", + "counts": { + "tasks": 17, + "dwas": 8, + "skills_essential": 10, + "skills_optional": 8, + "software": 11 + }, + "enrichment_ai_skills": { + "generated": "2026-07-14", + "method": "deterministic mapping (ISCO prefix + title/competence keywords)", + "sources": { + "anthropics/skills": { + "repo": "https://github.com/anthropics/skills", + "commit": "f6656c1", + "license": "Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available \u2014 see the LICENSE.txt in the upstream skill folder", + "skills": 2 + }, + "google/skills": { + "repo": "https://github.com/google/skills", + "commit": "b15f327", + "license": "Apache-2.0", + "skills": 1 + }, + "veniceai/skills": { + "repo": "https://github.com/veniceai/skills", + "commit": "de089fa", + "license": "MIT", + "skills": 5 + }, + "ConardLi/garden-skills": { + "repo": "https://github.com/ConardLi/garden-skills", + "commit": "fbd6453", + "license": "MIT", + "skills": 1 + }, + "davepoon/buildwithclaude": { + "repo": "https://github.com/davepoon/buildwithclaude", + "commit": "3c94e0c", + "license": "MIT", + "skills": 3 + }, + "jeremylongshore/claude-code-plugins-plus-skills": { + "repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills", + "commit": "e112938a", + "license": "MIT", + "skills": 10 + }, + "rampstackco/claude-skills": { + "repo": "https://github.com/rampstackco/claude-skills", + "commit": "bc6d961", + "license": "MIT", + "skills": 2 + }, + "Orchestra-Research/AI-research-SKILLs": { + "repo": "https://github.com/Orchestra-Research/AI-research-SKILLs", + "commit": "773a529", + "license": "MIT", + "skills": 1 + }, + "davila7/claude-code-templates": { + "repo": "https://github.com/davila7/claude-code-templates", + "commit": "fa79251", + "license": "MIT", + "skills": 4 + }, + "zechenzhangAGI/AI-research-SKILLs": { + "repo": "https://github.com/zechenzhangAGI/AI-research-SKILLs", + "commit": "773a529", + "license": "MIT", + "skills": 1 + }, + "foryourhealth111-pixel/Vibe-Skills": { + "repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills", + "commit": "34429a8", + "license": "Apache-2.0", + "skills": 2 + }, + "samber/cc-skills-golang": { + "repo": "https://github.com/samber/cc-skills-golang", + "commit": "4881c01", + "license": "MIT", + "skills": 1 + }, + "indranilbanerjee/digital-marketing-pro": { + "repo": "https://github.com/indranilbanerjee/digital-marketing-pro", + "commit": "a3d119c", + "license": "MIT", + "skills": 2 + }, + "nexu-io/open-design": { + "repo": "https://github.com/nexu-io/open-design", + "commit": "4b66023", + "license": "Apache-2.0", + "skills": 6 + }, + "mukul975/Anthropic-Cybersecurity-Skills": { + "repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills", + "commit": "673da1f", + "license": "Apache-2.0", + "skills": 3 + }, + "NarratorAI-Studio/narrator-ai-cli-skill": { + "repo": "https://github.com/NarratorAI-Studio/narrator-ai-cli-skill", + "commit": "4b17c6f", + "license": "MIT", + "skills": 1 + }, + "gooseworks-ai/goose-skills": { + "repo": "https://github.com/gooseworks-ai/goose-skills", + "commit": "94ec916", + "license": "no explicit license \u2014 referenced by link only", + "skills": 4 + }, + "affaan-m/everything-claude-code": { + "repo": "https://github.com/affaan-m/everything-claude-code", + "commit": "ed38744", + "license": "MIT", + "skills": 1 + }, + "taisly/agent": { + "repo": "https://github.com/taisly/agent", + "commit": "05a46b8", + "license": "MIT", + "skills": 1 + }, + "anbeime/skill": { + "repo": "https://github.com/anbeime/skill", + "commit": "ddad607", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + }, + "SamurAIGPT/Generative-Media-Skills": { + "repo": "https://github.com/SamurAIGPT/Generative-Media-Skills", + "commit": "a1c4c98", + "license": "MIT", + "skills": 8 + }, + "a5c-ai/babysitter": { + "repo": "https://github.com/a5c-ai/babysitter", + "commit": "44a5d58b", + "license": "MIT", + "skills": 3 + }, + "transloadit/skills": { + "repo": "https://github.com/transloadit/skills", + "commit": "8dd2fd9", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + }, + "muratcankoylan/Agent-Skills-for-Context-Engineering": { + "repo": "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering", + "commit": "c578e85", + "license": "MIT", + "skills": 1 + }, + "AgriciDaniel/claude-ads": { + "repo": "https://github.com/AgriciDaniel/claude-ads", + "commit": "669c760", + "license": "MIT", + "skills": 1 + }, + "Cassette-Editor/oh-my-cassette": { + "repo": "https://github.com/Cassette-Editor/oh-my-cassette", + "commit": "f79e337", + "license": "MIT", + "skills": 1 + }, + "aaron-he-zhu/aaron-marketing-skills": { + "repo": "https://github.com/aaron-he-zhu/aaron-marketing-skills", + "commit": "b7b0b9f", + "license": "Apache-2.0", + "skills": 2 + }, + "ljagiello/ctf-skills": { + "repo": "https://github.com/ljagiello/ctf-skills", + "commit": "d19f35f", + "license": "MIT", + "skills": 1 + }, + "rameerez/claude-code-startup-skills": { + "repo": "https://github.com/rameerez/claude-code-startup-skills", + "commit": "410f81f", + "license": "MIT", + "skills": 1 + }, + "Devin-AXIS/iPolloWork": { + "repo": "https://github.com/Devin-AXIS/iPolloWork", + "commit": "5107542", + "license": "custom (see upstream LICENSE)", + "skills": 1 + }, + "pattern-ai-labs/agentcall": { + "repo": "https://github.com/pattern-ai-labs/agentcall", + "commit": "0ce97d9", + "license": "MIT", + "skills": 1 + }, + "anandpareek-hub/pixelbin-claude-skill": { + "repo": "https://github.com/anandpareek-hub/pixelbin-claude-skill", + "commit": "b14f137", + "license": "MIT", + "skills": 1 + }, + "bitwize-music-studio/claude-ai-music-skills": { + "repo": "https://github.com/bitwize-music-studio/claude-ai-music-skills", + "commit": "96446de", + "license": "custom (see upstream LICENSE)", + "skills": 1 + }, + "jeffallan/claude-skills": { + "repo": "https://github.com/jeffallan/claude-skills", + "commit": "e8be415", + "license": "MIT", + "skills": 1 + }, + "mohitagw15856/pm-claude-skills": { + "repo": "https://github.com/mohitagw15856/pm-claude-skills", + "commit": "876fa30", + "license": "MIT", + "skills": 1 + }, + "coreyhaines31/makerskills": { + "repo": "https://github.com/coreyhaines31/makerskills", + "commit": "17218de", + "license": "MIT", + "skills": 1 + }, + "aaronjmars/soul.md": { + "repo": "https://github.com/aaronjmars/soul.md", + "commit": "af63fee", + "license": "MIT", + "skills": 1 + }, + "aeonfun/soul.md": { + "repo": "https://github.com/aeonfun/soul.md", + "commit": "fb6468e", + "license": "MIT", + "skills": 1 + } + }, + "total_skills": 80, + "tiers": { + "core": 20, + "adjacent": 60 + } + }, + "provenance": { + "items": { + "esco": 19, + "onet": 37, + "jobads": 33, + "wiki_ai": 0, + "anthropic": 5, + "ai_skills": 189, + "stackx": 0 + }, + "share_percent": { + "esco": 6.7, + "onet": 13.1, + "jobads": 11.7, + "wiki_ai": 0.0, + "anthropic": 1.8, + "ai_skills": 66.8, + "stackx": 0.0 + }, + "method": "content items per source category" + }, + "collar": "white", + "computer_work": true +} \ No newline at end of file diff --git a/references/ai-skills.md b/references/ai-skills.md new file mode 100644 index 0000000..12be640 --- /dev/null +++ b/references/ai-skills.md @@ -0,0 +1,402 @@ +# External AI agent skills — projectionist + +Proven, publicly available AI agent skills mapped to this occupation. +Nothing is copied from the sources: every entry is a name, a one-line +summary and a link to the upstream skill package. Each section names +its source repository, commit, license and retrieval date. + +**Tiers:** `core` = the skill directly exercises a top market hard +skill, tool or method (from gated job-ad evidence) or an essential +ESCO competence of this occupation; `adjacent` = +plausibly useful, secondary. Entries are capped at 12 per source +and 80 in total per occupation (core first, +strongest matches survive); everything beyond the caps is excluded +and logged in the pipeline audit trail, not in this package. + +_Matched deterministically (ISCO group + title/competence keywords, +tiered against market evidence + ESCO essentials) by +`pipeline/p5_enrich_ai_skills.py` on 2026-07-14._ + +## Source: anthropics/skills + +- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `f6656c1`, retrieved 2026-07-14) +- License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `docx` | adjacent | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to … | [source](https://github.com/anthropics/skills/tree/main/skills/docx) | +| `pdf` | adjacent | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … | [source](https://github.com/anthropics/skills/tree/main/skills/pdf) | + +## Source: ConardLi/garden-skills + +- Repository: [https://github.com/ConardLi/garden-skills](https://github.com/ConardLi/garden-skills) (commit `fbd6453`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `web-video-presentation` | adjacent | 把一篇文章或口播稿,做成"看起来像视频"的点击驱动 16:9 网页演示,可选合成口播音频。流程:原始文章 → **一次产出**口播稿 + outline 开发计划 → 用户**一次对齐** 5 件事(稿子 / outline / 主题 / 素材 / 开发模式)→ 网页开发(逐章 / 顺序 / 并行)→ 可选音频合成(provider-agnostic:内置 MiniMax mmx-cli + OpenAI TTS,可换 ElevenLabs / edge-tts / … | [source](https://github.com/ConardLi/garden-skills/tree/fbd6453/skills/web-video-presentation) | + +## Source: a5c-ai/babysitter + +- Repository: [https://github.com/a5c-ai/babysitter](https://github.com/a5c-ai/babysitter) (commit `44a5d58b`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `multimedia-learning-design` | adjacent | Apply Mayer's multimedia learning principles to design effective audio, video, graphics, and animations that reduce cognitive load | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/education/skills/multimedia-learning-design) | +| `supply-chain-digital-twin` | adjacent | Digital twin representation of supply chain for real-time monitoring and simulation | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/supply-chain/skills/supply-chain-digital-twin) | +| `incident-forensics` | adjacent | Digital forensics and incident response capabilities. Analyze memory dumps with Volatility, parse filesystem artifacts, extract browser forensics, analyze Windows event logs, create forensic timelines, recover deleted files, and generate … | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/security-research/skills/incident-forensics) | + +## Source: aaron-he-zhu/aaron-marketing-skills + +- Repository: [https://github.com/aaron-he-zhu/aaron-marketing-skills](https://github.com/aaron-he-zhu/aaron-marketing-skills) (commit `b7b0b9f`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `content-amplifier` | adjacent | Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; … | [source](https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/b7b0b9f/influencer/activate/content-amplifier) | +| `short-video-scripter` | adjacent | Use when the user asks to "script this short video", "write a TikTok / Reels / Shorts script", "给这条抖音或视频号视频写脚本", or "fix the hook — viewers drop off in the first seconds"; produces timestamped beat-sheet scripts on the retention-gate model … | [source](https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/b7b0b9f/social/craft/short-video-scripter) | + +## Source: aaronjmars/soul.md + +- Repository: [https://github.com/aaronjmars/soul.md](https://github.com/aaronjmars/soul.md) (commit `af63fee`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `soul` | adjacent | Embody this digital identity. Read SOUL.md first, then STYLE.md, then examples/. Become the person—opinions, voice, worldview. | [source](https://github.com/aaronjmars/soul.md/tree/af63fee) | + +## Source: aeonfun/soul.md + +- Repository: [https://github.com/aeonfun/soul.md](https://github.com/aeonfun/soul.md) (commit `fb6468e`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `soul` | adjacent | Embody this digital identity. Read SOUL.md first, then STYLE.md, then examples/. Become the person—opinions, voice, worldview. | [source](https://github.com/aeonfun/soul.md/tree/fb6468e) | + +## Source: affaan-m/everything-claude-code + +- Repository: [https://github.com/affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) (commit `ed38744`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `fal-ai-media` | adjacent | Unified media generation via fal.ai MCP — image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/.agents/skills/fal-ai-media) | + +## Source: AgriciDaniel/claude-ads + +- Repository: [https://github.com/AgriciDaniel/claude-ads](https://github.com/AgriciDaniel/claude-ads) (commit `669c760`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ads-youtube` | adjacent | Audit YouTube Ads campaign setup, video and Demand Gen inventory, Shorts, in-stream, CTV, creative, audiences, brand safety, bidding, and measurement. Use for YouTube Ads, video ads, pre-roll, bumper ads, skippable in-stream, Shorts ads, … | [source](https://github.com/AgriciDaniel/claude-ads/tree/669c760/skills/ads-youtube) | + +## Source: anandpareek-hub/pixelbin-claude-skill + +- Repository: [https://github.com/anandpareek-hub/pixelbin-claude-skill](https://github.com/anandpareek-hub/pixelbin-claude-skill) (commit `b14f137`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `pixelbin` | adjacent | Use when the user wants to generate AI images or videos, transform/edit existing media, build production media pipelines, get CDN URLs for images/videos, do bulk image processing (background removal, watermark removal, upscaling, … | [source](https://github.com/anandpareek-hub/pixelbin-claude-skill/tree/b14f137/skills/pixelbin) | + +## Source: anbeime/skill + +- Repository: [https://github.com/anbeime/skill](https://github.com/anbeime/skill) (commit `ddad607`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `digital-avatar-shopping-video` | adjacent | 小省导购员多智能体数字人口播带货视频生成系统,以"小省导购员"为核心人设,打造专业购物助手+数字人口播带货视频一体化服务。涵盖五大智能体(小省导购员、带货脚本师、数字人口播生成师、带货画面设计师、音画合成师),产出"数字人口播+带货画面+字幕音效"的成品视频,适配抖音、快手等短视频平台,支持淘宝、京东、拼多多、唯品会等全平台商品信息,具备知识库自动存取能力。 | [source](https://github.com/anbeime/skill/tree/ddad607/skills/digital-avatar-shopping-video/digital-avatar-shopping-video) | + +## Source: bitwize-music-studio/claude-ai-music-skills + +- Repository: [https://github.com/bitwize-music-studio/claude-ai-music-skills](https://github.com/bitwize-music-studio/claude-ai-music-skills) (commit `96446de`, retrieved 2026-07-14) +- License: custom (see upstream LICENSE) + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `promo-director` | adjacent | Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content. | [source](https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/96446de/skills/promo-director) | + +## Source: Cassette-Editor/oh-my-cassette + +- Repository: [https://github.com/Cassette-Editor/oh-my-cassette](https://github.com/Cassette-Editor/oh-my-cassette) (commit `f79e337`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `cassette-video-edit` | adjacent | Edit project media through the local Oh My Cassette MCP tools in Codex or Claude — a direct multi-turn conversation with the Cassette agent, with timeline previews, guided questions, and explicit export. | [source](https://github.com/Cassette-Editor/oh-my-cassette/tree/f79e337/.agents/skills/cassette-video-edit) | + +## Source: coreyhaines31/makerskills + +- Repository: [https://github.com/coreyhaines31/makerskills](https://github.com/coreyhaines31/makerskills) (commit `17218de`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `social-fetch` | adjacent | When you or another skill needs to fetch the content of a social media post by URL — tweet, X thread, LinkedIn post, Instagram post, TikTok video, Bluesky post, Reddit thread, Mastodon status, Threads post, Hacker News thread. Returns … | [source](https://github.com/coreyhaines31/makerskills/tree/17218de/skills/social-fetch) | + +## Source: davepoon/buildwithclaude + +- Repository: [https://github.com/davepoon/buildwithclaude](https://github.com/davepoon/buildwithclaude) (commit `3c94e0c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `resemble-detect` | core | Deepfake detection and media safety — detect AI-generated audio, images, video, and text, trace synthesis sources, apply watermarks, verify speaker identity, and analyze media intelligence using Resemble AI | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/resemble-detect) | +| `image-enhancer` | core | Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/image-enhancer) | +| `routerbase-model-gateway` | adjacent | Integrate and route AI model requests through RouterBase. Use when migrating OpenAI-compatible clients, choosing model IDs, configuring fallbacks, or building chat, image, video, audio, speech, and embedding workflows. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/routerbase-model-gateway) | + +## Source: davila7/claude-code-templates + +- Repository: [https://github.com/davila7/claude-code-templates](https://github.com/davila7/claude-code-templates) (commit `fa79251`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `nemo-curator` | core | GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/data-processing-nemo-curator) | +| `remotion` | core | Best practices and comprehensive guide for Remotion - programmatic video creation in React with animations, compositions, and media handling | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/video/remotion) | +| `image-enhancer` | core | Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/media/image-enhancer) | +| `senior-computer-vision` | core | World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/senior-computer-vision) | + +## Source: Devin-AXIS/iPolloWork + +- Repository: [https://github.com/Devin-AXIS/iPolloWork](https://github.com/Devin-AXIS/iPolloWork) (commit `5107542`, retrieved 2026-07-14) +- License: custom (see upstream LICENSE) + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ipollowork-video-voiceover` | adjacent | Add or revise scene-bound narration in an active iPolloWork Video Studio project using its selected voice, media actions, timing contract, and final validation. | [source](https://github.com/Devin-AXIS/iPolloWork/tree/5107542/examples/plugin-packages/video-agent/.opencode/skills/ipollowork-video-voiceover) | + +## Source: foryourhealth111-pixel/Vibe-Skills + +- Repository: [https://github.com/foryourhealth111-pixel/Vibe-Skills](https://github.com/foryourhealth111-pixel/Vibe-Skills) (commit `34429a8`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `senior-computer-vision` | core | World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/senior-computer-vision) | +| `digital-brain` | adjacent | This skill should be used when the user asks to "write a post", "check my voice", "look up contact", "prepare for meeting", "weekly review", "track goals", or mentions personal brand, content creation, network management, or voice … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/digital-brain) | + +## Source: gooseworks-ai/goose-skills + +- Repository: [https://github.com/gooseworks-ai/goose-skills](https://github.com/gooseworks-ai/goose-skills) (commit `94ec916`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `render-offer-ad` | adjacent | Render a punchy ~12s vertical (9:16) music-only direct-response OFFER ad as a 4-beat kinetic-typography film — HEADLINE slam → real PRODUCT drop → CLAIM/proof → CTA pill — from one config of copy slots, a real product photo, a brand … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/ads/capabilities/render-offer-ad) | +| `beat-sync-reel` | adjacent | Generates Instagram Reels where product image cuts are synced to audio beats. Accepts audio as a local file, URL, or search query. Uses librosa for beat detection, FFmpeg Ken Burns for scene animation, and Pillow for text overlays. No AI … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/design/packs/video-production/beat-sync-reel) | +| `media-proxy` | adjacent | Shared helper that routes ALL paid media generation (FAL image/video, ElevenLabs music) through the GooseWorks proxies so every call bills the Ads agent — never a provider SDK's default host. Host-swaps the FAL queue URLs, loads the agent … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/ads/capabilities/media-proxy) | +| `create-video-seedance-2-fal` | adjacent | Generate a single 4-15s vertical video clip with ByteDance Seedance 2.0 reference-to-video via fal.ai. Multi-image reference (avatar + product + setting), native lip-synced VO + ambient audio via `generate_audio: true`, internal multi-cut … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/ads/packs/ugc-video-formats/create-video-seedance-2-fal) | + +## Source: indranilbanerjee/digital-marketing-pro + +- Repository: [https://github.com/indranilbanerjee/digital-marketing-pro](https://github.com/indranilbanerjee/digital-marketing-pro) (commit `a3d119c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `validate-profile` | core | Validate a brand profile end-to-end — required fields, voice/audience completeness, connector reachability, credentials health, and compliance prerequisites — without exposing credential values. Run after any credential change or … | [source](https://github.com/indranilbanerjee/digital-marketing-pro/tree/a3d119c/skills/validate-profile) | +| `c2pa-metadata` | adjacent | Embed C2PA (Content Authenticity Initiative) provenance manifests in AI-generated marketing assets (image/video/audio/PDF). Use when: preparing AI-generated ad creative, social images, or video for EU markets to comply with EU AI Act … | [source](https://github.com/indranilbanerjee/digital-marketing-pro/tree/a3d119c/skills/c2pa-metadata) | + +## Source: jeffallan/claude-skills + +- Repository: [https://github.com/jeffallan/claude-skills](https://github.com/jeffallan/claude-skills) (commit `e8be415`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `rust-engineer` | adjacent | Writes, reviews, and debugs idiomatic Rust code with memory safety and zero-cost abstractions. Implements ownership patterns, manages lifetimes, designs trait hierarchies, builds async applications with tokio, and structures error handling … | [source](https://github.com/jeffallan/claude-skills/tree/e8be415/skills/rust-engineer) | + +## Source: jeremylongshore/claude-code-plugins-plus-skills + +- Repository: [https://github.com/jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) (commit `e112938a`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `find-marketing-agency` | core | Use whenever the user wants to find, shortlist, vet, or enrich US marketing agencies — including branding, content marketing, PPC/paid media, social media, email marketing, performance/demand-gen, video production, and full-service digital … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/mcp/servicegraph/skills/find-marketing-agency) | +| `elevenlabs-sdk-patterns` | core | Apply production-ready ElevenLabs SDK patterns for TypeScript and Python. Use when implementing ElevenLabs integrations, refactoring SDK usage, or establishing team coding standards for audio AI applications. Trigger: "elevenlabs SDK … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/elevenlabs-pack/skills/elevenlabs-sdk-patterns) | +| `klingai-reference-architecture` | core | Production reference architecture for Kling AI video generation platforms. Use when designing scalable systems. Trigger with phrases like ''klingai architecture'', ''kling ai system design'', ''video platform architecture'', ''klingai … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/klingai-pack/skills/klingai-reference-architecture) | +| `assemblyai-sdk-patterns` | core | Apply production-ready AssemblyAI SDK patterns for TypeScript and Python. Use when implementing AssemblyAI integrations, refactoring SDK usage, or establishing team coding standards for transcription workflows. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/assemblyai-pack/skills/assemblyai-sdk-patterns) | +| `gamma-migration-deep-dive` | core | Deep dive into migrating to Gamma from other presentation platforms. Use when migrating from PowerPoint, Google Slides, Canva, or other presentation tools to Gamma. Trigger with phrases like "gamma migration", "migrate to gamma", "gamma … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/gamma-pack/skills/gamma-migration-deep-dive) | +| `abridge-performance-tuning` | adjacent | Optimize Abridge clinical AI integration performance for high-volume deployments. Use when reducing note generation latency, optimizing audio streaming throughput, improving FHIR push performance, or scaling for multi-site health systems. … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-performance-tuning) | +| `deepgram-data-handling` | adjacent | Implement audio data handling best practices for Deepgram integrations. Use when managing audio file storage, implementing data retention, or ensuring GDPR/HIPAA compliance for transcription data. Trigger: "deepgram data", "audio storage", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/deepgram-pack/skills/deepgram-data-handling) | +| `klingai-content-policy` | adjacent | Implement content policy compliance for Kling AI prompts and outputs. Use when filtering user prompts or handling moderation. Trigger with phrases like ''klingai content policy'', ''kling ai moderation'', ''safe video generation'', … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/klingai-pack/skills/klingai-content-policy) | +| `klingai-image-to-video` | adjacent | Animate static images into video using Kling AI. Use when converting images to video, adding motion to stills, or building I2V pipelines. Trigger with phrases like ''klingai image to video'', ''kling ai animate image'', ''klingai … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/klingai-pack/skills/klingai-image-to-video) | +| `speak-data-handling` | adjacent | Handle student audio data, assessment records, and learning progress with GDPR/COPPA compliance. Use when implementing data handling, or managing Speak language learning platform operations. Trigger with phrases like "speak data handling", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/speak-pack/skills/speak-data-handling) | + +## Source: ljagiello/ctf-skills + +- Repository: [https://github.com/ljagiello/ctf-skills](https://github.com/ljagiello/ctf-skills) (commit `d19f35f`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ctf-forensics` | adjacent | Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, network captures, cryptocurrency transactions, steganography, PDF analysis, Windows registry, … | [source](https://github.com/ljagiello/ctf-skills/tree/d19f35f/ctf-forensics) | + +## Source: mohitagw15856/pm-claude-skills + +- Repository: [https://github.com/mohitagw15856/pm-claude-skills](https://github.com/mohitagw15856/pm-claude-skills) (commit `876fa30`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `short-form-script` | adjacent | Write a short-form video script for TikTok, Instagram Reels, or YouTube Shorts — built on the hook→retention→payoff structure that drives watch-time. Use when asked to script a Reel, TikTok, Short, or any 15–60s vertical video. Produces a … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-creator/skills/short-form-script) | + +## Source: mukul975/Anthropic-Cybersecurity-Skills + +- Repository: [https://github.com/mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) (commit `673da1f`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `analyzing-macro-malware-in-office-documents` | core | Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-macro-malware-in-office-documents) | +| `performing-endpoint-forensics-investigation` | adjacent | Performs digital forensics investigation on compromised endpoints including memory acquisition, disk imaging, artifact analysis, and timeline reconstruction. Use when investigating security incidents, collecting evidence for legal … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-endpoint-forensics-investigation) | +| `performing-steganography-detection` | adjacent | Detect and extract hidden data embedded in images, audio, and other media files using steganalysis tools to uncover covert communication channels. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-steganography-detection) | + +## Source: muratcankoylan/Agent-Skills-for-Context-Engineering + +- Repository: [https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering) (commit `c578e85`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `digital-brain` | adjacent | This skill should be used for personal operating-system workflows: content creation, voice consistency, relationship lookup, meeting preparation, weekly review, goal tracking, personal brand management, and network management. | [source](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/c578e85/examples/digital-brain-skill) | + +## Source: NarratorAI-Studio/narrator-ai-cli-skill + +- Repository: [https://github.com/NarratorAI-Studio/narrator-ai-cli-skill](https://github.com/NarratorAI-Studio/narrator-ai-cli-skill) (commit `4b17c6f`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `narrator-ai-cli` | adjacent | AI 电影/短剧解说视频自动生成(AI 解说大师 CLI Skill)。当用户需要创建电影解说视频、短剧解说、影视二创、AI 配音旁白视频、film commentary、video narration、drama dubbing、movie narration 时触发。内置电影素材库、BGM、多语种配音、解说模板。通过 narrator-ai-cli 命令行实现:搜片→选模板→选 BGM→选配音→生成文案→合成视频的全流程自动化。CLI client for … | [source](https://github.com/NarratorAI-Studio/narrator-ai-cli-skill/tree/4b17c6f) | + +## Source: nexu-io/open-design + +- Repository: [https://github.com/nexu-io/open-design](https://github.com/nexu-io/open-design) (commit `4b66023`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `image-enhancer` | core | Improve image and screenshot quality by enhancing resolution, sharpness, and clarity for professional presentations and documentation. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/image-enhancer) | +| `video-template-frame-light-leak-cinema` | adjacent | Use this plugin when the user wants a "Light-Leak Cinematic Frame" HyperFrames motion video — Film light leaks, grain, 16:9 letterbox, and large serif type for cinematic openings or chapter cards. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/video-templates/frame-light-leak-cinema) | +| `od-media-generation` | adjacent | Default reference pipeline for image, video, and audio projects — routes through media-image / media-video / media-audio atoms based on the project kind, wraps the output in a live artifact, and devloops on critique-theater until the score … | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/scenarios/od-media-generation) | +| `video-template-frame-glitch-title` | adjacent | Use this plugin when the user wants a "Glitch Title Frame" HyperFrames motion video — Digital glitch, chromatic offset, and data-corruption title frame for video transitions or cyberpunk heroes. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/video-templates/frame-glitch-title) | +| `frame-glitch-title` | adjacent | Digital glitch, chromatic offset, and data-corruption title frame for video transitions or cyberpunk heroes. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/examples/frame-glitch-title) | +| `replicate` | adjacent | Discover, compare, and run AI models using Replicate's API. Strong fit for image, audio, and video generation pipelines that swap models frequently. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/replicate) | + +## Source: Orchestra-Research/AI-research-SKILLs + +- Repository: [https://github.com/Orchestra-Research/AI-research-SKILLs](https://github.com/Orchestra-Research/AI-research-SKILLs) (commit `773a529`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `nemo-curator` | core | GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with … | [source](https://github.com/Orchestra-Research/AI-research-SKILLs/tree/773a529/05-data-processing/nemo-curator) | + +## Source: pattern-ai-labs/agentcall + +- Repository: [https://github.com/pattern-ai-labs/agentcall](https://github.com/pattern-ai-labs/agentcall) (commit `0ce97d9`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `join-meeting` | adjacent | AgentCall (agentcall.dev) — Join a video meeting (Google Meet, Teams, Zoom) as an AI bot with voice and visual presence. Supports audio-only mode with voice intelligence (barge-in, interruptions), text-to-speech mode, and webpage modes for … | [source](https://github.com/pattern-ai-labs/agentcall/tree/0ce97d9) | + +## Source: rameerez/claude-code-startup-skills + +- Repository: [https://github.com/rameerez/claude-code-startup-skills](https://github.com/rameerez/claude-code-startup-skills) (commit `410f81f`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `download-video` | adjacent | Download videos from social media URLs (X/Twitter, YouTube, Instagram, TikTok, etc.) using yt-dlp. Use when saving a video locally, extracting content for transcription, or archiving video references. | [source](https://github.com/rameerez/claude-code-startup-skills/tree/410f81f/skills/download-video) | + +## Source: rampstackco/claude-skills + +- Repository: [https://github.com/rampstackco/claude-skills](https://github.com/rampstackco/claude-skills) (commit `bc6d961`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `media-asset-management` | core | Plan and run a media pipeline for images, video, and downloadable assets. Use this skill when designing image storage and delivery, choosing formats (WebP, AVIF), setting up responsive images, picking a video host, organizing a brand asset … | [source](https://github.com/rampstackco/claude-skills/tree/bc6d961/skills/media-asset-management) | +| `ads-creative-development` | core | How to produce ad creative that converts at performance scale. Hook patterns, format selection, video pacing, variation systems, sequential testing methodology, fatigue detection, brand-voice alignment without conversion dilution, and … | [source](https://github.com/rampstackco/claude-skills/tree/bc6d961/skills/ads-creative-development) | + +## Source: samber/cc-skills-golang + +- Repository: [https://github.com/samber/cc-skills-golang](https://github.com/samber/cc-skills-golang) (commit `4881c01`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `golang-security` | core | Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, … | [source](https://github.com/samber/cc-skills-golang/tree/4881c01/skills/golang-security) | + +## Source: SamurAIGPT/Generative-Media-Skills + +- Repository: [https://github.com/SamurAIGPT/Generative-Media-Skills](https://github.com/SamurAIGPT/Generative-Media-Skills) (commit `a1c4c98`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `muapi-seedance-2` | adjacent | Expert Cinema Director skill for Seedance 2.0 (ByteDance) — high-fidelity video generation across Chinese, Global, and VIP tiers. Supports text-to-video, image-to-video, first-last-frame, omni reference, character training, omni-reference … | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/.opencode/skills/muapi-seedance-2) | +| `muapi-social-media-video` | adjacent | Brand-aware social media video creator. Reads brand-identity.md, ICP.md, and messaging.md to write a post/storyboard, craft an optimized Seedance 2.0 Director prompt, generate reference frames with the best available image model, and … | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/.opencode/skills/muapi-social-media-video) | +| `muapi-cinema-director` | adjacent | Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/.opencode/skills/muapi-cinema-director) | +| `muapi-ugc-video-factory` | adjacent | Turn a person photo + a product photo + an optional script into a vertical 9:16 UGC-style video ad. Generates a lifestyle hero image (Nano-Banana Pro Edit), then animates it with native audio using Seedance 2.0 VIP image-to-video. | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/.opencode/skills/muapi-ugc-video-factory) | +| `muapi-youtube-shorts` | adjacent | Auto-generate viral 9:16 YouTube Shorts (or TikTok / Reels clips) from a long-form video. Thin platform-aware wrapper around the AI Clipping skill — picks sensible defaults for short-form social platforms (9:16, 30–60s sweet spot) and … | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/.opencode/skills/muapi-youtube-shorts) | +| `muapi-media-editing` | adjacent | Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/core/edit) | +| `muapi-media-generation` | adjacent | Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5 | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/core/media) | +| `muapi-product-campaign` | adjacent | Generate a full multi-channel product campaign — hero visuals, social media assets, short ad video, and platform-specific crops for an end-to-end launch campaign. | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/library/social/product-campaign) | + +## Source: taisly/agent + +- Repository: [https://github.com/taisly/agent](https://github.com/taisly/agent) (commit `05a46b8`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `taisly-social-media-posting` | adjacent | Free AI-first short-form video publishing to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from AI agents through Taisly. | [source](https://github.com/taisly/agent/tree/05a46b8) | + +## Source: transloadit/skills + +- Repository: [https://github.com/transloadit/skills](https://github.com/transloadit/skills) (commit `8dd2fd9`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `transform-transcribe-audio-with-transloadit` | adjacent | One-off transcription of local audio or video files to text or subtitle files using Transloadit via the official `@transloadit/node` CLI. Use when the user wants speech in local media converted to `.txt`, `.json`, `.srt`, or `.webvtt`; … | [source](https://github.com/transloadit/skills/tree/8dd2fd9/skills/transform-transcribe-audio-with-transloadit) | + +## Source: zechenzhangAGI/AI-research-SKILLs + +- Repository: [https://github.com/zechenzhangAGI/AI-research-SKILLs](https://github.com/zechenzhangAGI/AI-research-SKILLs) (commit `773a529`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `nemo-curator` | core | GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with … | [source](https://github.com/zechenzhangAGI/AI-research-SKILLs/tree/773a529/05-data-processing/nemo-curator) | + +## Source: google/skills + +- Repository: [https://github.com/google/skills](https://github.com/google/skills) (commit `b15f327`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ima-sdk-basics` | adjacent | Use this skill for Interactive Media Ads (IMA) SDK client-side ad insertion when you are requesting video ads client-side into websites, apps, TVs or other platforms with VAST or VMAP. Do not use for Dynamic Ad Insertion (DAI), SSAI, or … | [source](https://github.com/google/skills/tree/b15f327/skills/ads/interactive-media-ads/ima-sdk-basics) | + +## Source: veniceai/skills + +- Repository: [https://github.com/veniceai/skills](https://github.com/veniceai/skills) (commit `de089fa`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `venice-video` | adjacent | Generate and transcribe videos via Venice. Covers the async /video/quote + /video/queue + /video/retrieve + /video/complete loop, text-to-video, image-to-video, video-to-video (upscale), audio input, reference images, scene and element … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-video) | +| `venice-chat` | adjacent | Call POST /chat/completions on Venice. Covers the OpenAI-compatible request shape, Venice-only venice_parameters (web search, E2EE, characters, thinking control, X search), multimodal inputs (images/audio/video), tool calls, reasoning … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-chat) | +| `venice-audio-music` | adjacent | Async music / audio-track generation via Venice. Covers the /audio/quote + /audio/queue + /audio/retrieve + /audio/complete lifecycle, lyrics vs instrumental, voice selection, duration, language, speed, model capability probing, and … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-audio-music) | +| `venice-audio-speech` | adjacent | Generate speech from text via POST /audio/speech. Covers TTS models (Kokoro, Qwen 3, xAI, Inworld, Chatterbox, Orpheus, ElevenLabs Turbo, MiniMax, Gemini Flash), voices per family, output formats (mp3/opus/aac/flac/wav/pcm), streaming, … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-audio-speech) | +| `venice-audio-transcription` | adjacent | Transcribe audio files to text via POST /audio/transcriptions. Covers supported models (Parakeet, Whisper, Wizper, Scribe, xAI STT), supported formats (wav/flac/m4a/aac/mp4/mp3/ogg/webm), response formats (json/text), timestamps, and … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-audio-transcription) | diff --git a/references/market.md b/references/market.md new file mode 100644 index 0000000..808534c --- /dev/null +++ b/references/market.md @@ -0,0 +1,69 @@ +# Market evidence report — projectionist + +Source: **10 real job ads** (JSearch API, countries: us 10), extracted into the MSSQL evidence store; as of 2026-07-19. +This report contains extracted, aggregated facts only — no ad text is +reproduced (copyright / platform terms). + +## Seniority distribution + +| Seniority | Ads | Share | +|---|---|---| +| n/a | 6 | 60 % | +| junior | 2 | 20 % | +| mid | 2 | 20 % | + +## Tools — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| +| 1 | 35mm film projectors | 3 | 30 % | + +## Hard skills — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| +| 1 | film projection | 6 | 60 % | +| 2 | equipment maintenance | 4 | 40 % | + +## Methods — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| + +## Responsibilities — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| +| 1 | equipment maintenance | 3 | 30 % | + +## Regional breakdown + +> **Corpus note:** 10 relevant ads in total — below the 100-ad target for a fully reliable ranking. Percentages above should be read as indicative. + +### US (us) + +**Insufficient evidence** — 10 ads (minimum for a regional ranking: 30). No ranking is reported for this region. + +### UK (gb) + +**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region. + +### EU/DACH (de, at, ch, nl) + +**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region. + + +## Job title variants in the market + +| Title | Ads | +|---|---| +| Projectionist | 3 | +| Cinema Projection Technician Smooth Screenings | 1 | +| Cinema Projectionist: Film & Digital Projection | 1 | +| Experienced 35mm Film Projectionist | 1 | +| Film Projectionist (Part-Time) | 1 | +| Projectionist I | 1 | +| Student - Projectionist | 1 | +| Theater Projectionist: Digital Cinema & Sound Master | 1 | + +Methodology: entities extracted per ad ({hard_skills, tools, methods, responsibilities, seniority}), normalized, counted as DISTINCT ads per entity; report threshold ≥ 3 ads. Headline sections in skills.md/tools.md use the stricter ≥ 20 % threshold. diff --git a/references/profile.md b/references/profile.md new file mode 100644 index 0000000..1824690 --- /dev/null +++ b/references/profile.md @@ -0,0 +1,26 @@ +# Occupation profile — projectionist + +- **ESCO URI:** http://data.europa.eu/esco/occupation/dce6a68c-8a05-4c26-85d4-6fbc43e7d822 +- **ESCO code:** 3521.1.5 +- **ISCO-08 group:** 3521 — Broadcasting and audiovisual technicians +- **O*NET-SOC:** 39-3021.00 — Motion Picture Projectionists (match: exactMatch) + +## Description (ESCO) + +Projectionists operate and maintain projection equipment in cinema theatres. They inspect the movie films before loading them into the projector. Projectionist make sure that everything runs smoothly during the projection of the movie. They also are responsible for the proper storage of movie films. + +## Definition + +nan + +## Alternative labels + +- projection operator +- booth operator +- film projectionist +- movie projector operator +- projector booth operator +- digital cinema projectionist +- cinema projectionist +- projection technician +- projector operator diff --git a/references/skills.md b/references/skills.md new file mode 100644 index 0000000..97f37e4 --- /dev/null +++ b/references/skills.md @@ -0,0 +1,50 @@ +# Competences — projectionist + +Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/dce6a68c-8a05-4c26-85d4-6fbc43e7d822). + +## Essential + +- **adjust projector** (skill/competence) +- **apply health and safety standards** (skill/competence) +- **assist multimedia operator** (skill/competence) +- **check film reels** (skill/competence) +- **health and safety regulations** (knowledge) +- **load film reels** (skill/competence) +- **operate projector** (skill/competence) +- **projection equipment** (knowledge) +- **store film reels** (skill/competence) +- **use a telecine** (skill/competence) + +## Optional + +- copyright legislation (knowledge) +- electricity (knowledge) +- glue film reels (skill/competence) +- maintain projection equipment (skill/competence) +- manage rented goods returns (skill/competence) +- mark film reels (skill/competence) +- optics (knowledge) +- synchronise sound with images (skill/competence) + + + +## Market evidence (job-ad analysis, 10 ads, as of 2026-07-19) + +Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs. + +### Hard skills + +- film projection — **60 %** +- equipment maintenance — **40 %** +- film inspection — **20 %** +- health and safety compliance — **20 %** +- technical troubleshooting — **20 %** + +### Responsibilities + +- equipment maintenance — **30 %** +- equipment operation — **20 %** +- film handling — **20 %** +- film inspection — **20 %** + + diff --git a/references/tasks.md b/references/tasks.md new file mode 100644 index 0000000..4d6c984 --- /dev/null +++ b/references/tasks.md @@ -0,0 +1,34 @@ +# Tasks & work activities — projectionist + +Source: O*NET 30.3, occupation 39-3021.00 (Motion Picture Projectionists). + +## Task statements + +- **[Core]** Perform regular maintenance tasks, such as rotating or replacing xenon bulbs, cleaning projectors and lenses, lubricating machinery, and keeping electrical contacts clean and tight. +- **[Core]** Clean the projection booth. +- **[Core]** Start projectors and open shutters to project images onto screens. +- **[Core]** Monitor operations to ensure that standards for sound and image projection quality are met. +- **[Core]** Operate equipment to show films in a number of theaters simultaneously. +- **[Core]** Set up and adjust picture projectors and screens to achieve proper size, illumination, and focus of images, and proper volume and tone of sound. +- **[Core]** Inspect projection equipment prior to operation to ensure proper working order. +- **[Core]** Perform minor repairs, such as replacing worn sprockets, or notify maintenance personnel of the need for major repairs. +- **[Core]** Open and close facilities according to rules and schedules. +- **[Core]** Set up and inspect curtain and screen controls. +- **[Core]** Coordinate equipment operation with presentation of supplemental material, such as music, oral commentaries, or sound effects. +- **[Supplemental]** Splice separate film reels, advertisements, and movie trailers together to form a feature-length presentation on one continuous reel. +- **[Supplemental]** Inspect movie films to ensure that they are complete and in good condition. +- **[Supplemental]** Observe projector operation to anticipate need to transfer operations from one projector to another. +- **[Supplemental]** Remove full take-up reels and run film through rewinding machines to rewind projected films so they may be shown again. +- **[Supplemental]** Install and connect auxiliary equipment, such as microphones, amplifiers, disc playback machines, and lights. +- **[Supplemental]** Prepare film inspection reports, attendance sheets, and log books. + +## Detailed work activities + +- Arrange facility schedules. +- Clean work areas. +- Inspect equipment to ensure proper functioning. +- Monitor operational quality or safety. +- Operate audio-visual equipment. +- Perform basic equipment maintenance. +- Prepare film for distribution or use. +- Prepare operational reports or records. diff --git a/references/tools.md b/references/tools.md new file mode 100644 index 0000000..4c8eade --- /dev/null +++ b/references/tools.md @@ -0,0 +1,31 @@ +# Tools & technology — projectionist + +Source: O*NET 30.3 'Software Skills' for 39-3021.00. + +| Software | Category | Hot technology | +|---|---|---| +| Autodesk AutoCAD | Computer aided design CAD software | yes | +| Microsoft Office software | Office suite software | yes | +| Apple macOS | Operating system software | yes | +| Microsoft PowerPoint | Presentation software | yes | +| Microsoft Excel | Spreadsheet software | yes | +| Facebook | Web page creation and editing software | yes | +| Microsoft Outlook | Word processing software | yes | +| Microsoft Word | Word processing software | yes | +| Audio calibration software | Analytical or scientific software | | +| Web browser software | Internet browser software | | +| Avid Technology iNEWS | Video creation and editing software | | + + + +## Market evidence (job-ad analysis, 10 ads, as of 2026-07-19) + +Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs. + +### Tools + +- 35mm film projectors — **30 %** +- Blu-ray players — **20 %** +- 16mm film projectors — **20 %** + +