feat: web-content-manager skill package v0.1.0
This commit is contained in:
194
references/ai-skills.md
Normal file
194
references/ai-skills.md
Normal file
@@ -0,0 +1,194 @@
|
||||
# External AI agent skills — web-content-manager
|
||||
|
||||
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 |
|
||||
|---|---|---|---|
|
||||
| `web-artifacts-builder` | core | Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components … | [source](https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder) |
|
||||
| `brand-guidelines` | core | Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. | [source](https://github.com/anthropics/skills/tree/main/skills/brand-guidelines) |
|
||||
| `webapp-testing` | core | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. | [source](https://github.com/anthropics/skills/tree/main/skills/webapp-testing) |
|
||||
| `claude-api` | core | Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a … | [source](https://github.com/anthropics/skills/tree/main/skills/claude-api) |
|
||||
| `frontend-design` | core | Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults. | [source](https://github.com/anthropics/skills/tree/main/skills/frontend-design) |
|
||||
| `doc-coauthoring` | adjacent | Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer … | [source](https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring) |
|
||||
| `mcp-builder` | adjacent | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python … | [source](https://github.com/anthropics/skills/tree/main/skills/mcp-builder) |
|
||||
| `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) |
|
||||
| `slack-gif-creator` | adjacent | Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack. | [source](https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator) |
|
||||
| `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) |
|
||||
| `skill-creator` | adjacent | Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with … | [source](https://github.com/anthropics/skills/tree/main/skills/skill-creator) |
|
||||
|
||||
## Source: obra/superpowers
|
||||
|
||||
- Repository: [https://github.com/obra/superpowers](https://github.com/obra/superpowers) (commit `d884ae0`, retrieved 2026-07-14)
|
||||
- License: MIT (c) Jesse Vincent
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `brainstorming` | core | You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. | [source](https://github.com/obra/superpowers/tree/main/skills/brainstorming) |
|
||||
| `writing-plans` | core | Use when you have a spec or requirements for a multi-step task, before touching code | [source](https://github.com/obra/superpowers/tree/main/skills/writing-plans) |
|
||||
| `test-driven-development` | core | Use when implementing any feature or bugfix, before writing implementation code | [source](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) |
|
||||
| `writing-skills` | core | Use when creating new skills, editing existing skills, or verifying skills work before deployment | [source](https://github.com/obra/superpowers/tree/main/skills/writing-skills) |
|
||||
| `requesting-code-review` | adjacent | Use when completing tasks, implementing major features, or before merging to verify work meets requirements | [source](https://github.com/obra/superpowers/tree/main/skills/requesting-code-review) |
|
||||
| `finishing-a-development-branch` | adjacent | Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup | [source](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) |
|
||||
| `using-git-worktrees` | adjacent | Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback | [source](https://github.com/obra/superpowers/tree/main/skills/using-git-worktrees) |
|
||||
| `subagent-driven-development` | adjacent | Use when executing implementation plans with independent tasks in the current session | [source](https://github.com/obra/superpowers/tree/main/skills/subagent-driven-development) |
|
||||
| `receiving-code-review` | adjacent | Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation | [source](https://github.com/obra/superpowers/tree/main/skills/receiving-code-review) |
|
||||
| `executing-plans` | adjacent | Use when you have a written implementation plan to execute in a separate session with review checkpoints | [source](https://github.com/obra/superpowers/tree/main/skills/executing-plans) |
|
||||
| `verification-before-completion` | adjacent | Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always | [source](https://github.com/obra/superpowers/tree/main/skills/verification-before-completion) |
|
||||
| `dispatching-parallel-agents` | adjacent | Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies | [source](https://github.com/obra/superpowers/tree/main/skills/dispatching-parallel-agents) |
|
||||
|
||||
## Source: wshobson/agents
|
||||
|
||||
- Repository: [https://github.com/wshobson/agents](https://github.com/wshobson/agents) (commit `6fd3247`, retrieved 2026-07-14)
|
||||
- License: MIT (c) Seth Hobson
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `content-marketer (agent)` | core | Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing. Masters modern content tools, social media automation, and conversion … | [source](https://github.com/wshobson/agents/tree/main/plugins/content-marketing/agents/content-marketer.md) |
|
||||
| `seo-content-planner (agent)` | core | Creates comprehensive content outlines and topic clusters for SEO. Plans content calendars and identifies topic gaps. Use PROACTIVELY for content strategy and planning. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-content-creation/agents/seo-content-planner.md) |
|
||||
| `seo-structure-architect (agent)` | core | Analyzes and optimizes content structure including header hierarchy, suggests schema markup, and internal linking opportunities. Creates search-friendly content organization. Use PROACTIVELY for content structuring. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-technical-optimization/agents/seo-structure-architect.md) |
|
||||
| `seo-content-writer (agent)` | core | Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY for content creation tasks. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-content-creation/agents/seo-content-writer.md) |
|
||||
| `seo-keyword-strategist (agent)` | core | Analyzes keyword usage in provided content, calculates density, suggests semantic variations and LSI keywords based on the topic. Prevents over-optimization. Use PROACTIVELY for content optimization. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-technical-optimization/agents/seo-keyword-strategist.md) |
|
||||
| `seo-cannibalization-detector (agent)` | core | Analyzes multiple provided pages to identify keyword overlap and potential cannibalization issues. Suggests differentiation strategies. Use PROACTIVELY when reviewing similar content. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-analysis-monitoring/agents/seo-cannibalization-detector.md) |
|
||||
| `seo-content-auditor (agent)` | core | Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines. Use PROACTIVELY for content review. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-content-creation/agents/seo-content-auditor.md) |
|
||||
| `seo-meta-optimizer (agent)` | core | Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. Use PROACTIVELY for new content. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-technical-optimization/agents/seo-meta-optimizer.md) |
|
||||
| `seo-snippet-hunter (agent)` | core | Formats content to be eligible for featured snippets and SERP features. Creates snippet-optimized content blocks based on best practices. Use PROACTIVELY for question-based content. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-technical-optimization/agents/seo-snippet-hunter.md) |
|
||||
| `code-documentation-tutorial-engineer (agent)` | core | Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples. Use PROACTIVELY for onboarding guides, feature tutorials, or concept explanations. | [source](https://github.com/wshobson/agents/tree/main/plugins/code-documentation/agents/tutorial-engineer.md) |
|
||||
| `seo-authority-builder (agent)` | core | Analyzes content for E-E-A-T signals and suggests improvements to build authority and trust. Identifies missing credibility elements. Use PROACTIVELY for YMYL topics. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-analysis-monitoring/agents/seo-authority-builder.md) |
|
||||
| `seo-content-refresher (agent)` | core | Identifies outdated elements in provided content and suggests updates to maintain freshness. Finds statistics, dates, and examples that need updating. Use PROACTIVELY for older content. | [source](https://github.com/wshobson/agents/tree/main/plugins/seo-analysis-monitoring/agents/seo-content-refresher.md) |
|
||||
|
||||
## Source: realkimbarrett/advertising-skills
|
||||
|
||||
- Repository: [https://github.com/realkimbarrett/advertising-skills](https://github.com/realkimbarrett/advertising-skills) (commit `45f4a4a`, retrieved 2026-07-14)
|
||||
- License: no explicit license — referenced by link only
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `ad-angle-multiplier` | core | Expand a core idea into multiple distinct ad angles. Trigger on "more ads", "creative testing", "scale campaigns". | [source](https://github.com/realkimbarrett/advertising-skills/tree/45f4a4a/skills/operator-os/ad-angle-multiplier) |
|
||||
| `conversion-path-builder` | adjacent | Design the optimal funnel from click to conversion. Trigger on "funnel", "conversion path", "booked calls". | [source](https://github.com/realkimbarrett/advertising-skills/tree/45f4a4a/skills/operator-os/conversion-path-builder) |
|
||||
| `full-funnel-campaign-orchestrator` | adjacent | Coordinate all skills to build a complete advertising campaign. Trigger on "build a campaign", "full funnel", "ads + funnel". | [source](https://github.com/realkimbarrett/advertising-skills/tree/45f4a4a/skills/orchestrators/full-funnel-campaign-orchestrator) |
|
||||
| `mechanism-builder` | adjacent | Use when you need to explain why your solution works and others failed. Trigger on "unique mechanism", "why this works", "different angle", "positioning". | [source](https://github.com/realkimbarrett/advertising-skills/tree/45f4a4a/skills/copy-chief/mechanism-builder) |
|
||||
| `performance-diagnosis` | adjacent | Diagnose why campaigns are underperforming. Trigger on "low performance", "high CPL", "bad ads". | [source](https://github.com/realkimbarrett/advertising-skills/tree/45f4a4a/skills/operator-os/performance-diagnosis) |
|
||||
|
||||
## Source: angular/skills
|
||||
|
||||
- Repository: [https://github.com/angular/skills](https://github.com/angular/skills) (commit `5dd20da`, retrieved 2026-07-14)
|
||||
- License: no explicit license — referenced by link only
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `angular-new-app` | adjacent | Creates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application. | [source](https://github.com/angular/skills/tree/5dd20da/angular-new-app) |
|
||||
| `angular-developer` | adjacent | Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, … | [source](https://github.com/angular/skills/tree/5dd20da/angular-developer) |
|
||||
|
||||
## 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-design-engineer` | core | Build polished visual web artifacts with HTML/CSS/JavaScript/React: pages, dashboards, prototypes, slide decks, animations, UI mockups, and data visualizations. Use when the user wants a browser-rendered, interactive, or presentational … | [source](https://github.com/ConardLi/garden-skills/tree/fbd6453/skills/web-design-engineer) |
|
||||
| `beautiful-article` | adjacent | 把用户提供的素材(网页 URL / PDF / DOCX / Markdown / 纯文本 / 截图 / 粘贴材料)编辑、设计成一篇美丽的、可离线打开和分享的**单文件 HTML 网页文章**。基于 reacticle 组件协议:不手写裸 HTML/CSS,而用语义组件 + 受主题约束的 Raw 自由层;按 source→规划→双确认→生成→终审→修复的小型 harness 流程推进,默认 100% 信息保留的长文。触发场景:把 URL/PDF/DOCX/文章做成网页文章 … | [source](https://github.com/ConardLi/garden-skills/tree/fbd6453/skills/beautiful-article) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `firebase-basics` | adjacent | Use this skill whenever you are working on a project that uses Firebase products or services, especially for mobile or web apps. | [source](https://github.com/google/skills/tree/b15f327/skills/cloud/firebase-basics) |
|
||||
| `gke-batch-hpc` | adjacent | Runs batch and HPC workloads on GKE, utilizing job queues and parallel processing. Use when running GKE batch jobs, configuring GKE HPC, or setting up GKE job queues. Don't use for standard web application deployments (use … | [source](https://github.com/google/skills/tree/b15f327/skills/cloud/gke-batch-hpc) |
|
||||
| `google-ads-api-quickstart` | adjacent | Guides developers through Google Ads API quickstart: credential setup, choosing from 6 client libraries/REST, configuring environments, and running a "retrieve campaigns" script. Troubleshoots common setup errors: USER_PERMISSION_DENIED, … | [source](https://github.com/google/skills/tree/b15f327/skills/ads/google-ads-api/google-ads-api-quickstart) |
|
||||
|
||||
## Source: coreyhaines31/marketingskills
|
||||
|
||||
- Repository: [https://github.com/coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (commit `33218ff`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `ai-seo` | core | When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/ai-seo) |
|
||||
| `content-strategy` | core | When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content strategy," "what should I write about," "content ideas," "blog strategy," "topic … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/content-strategy) |
|
||||
| `copy-editing` | core | When the user wants to edit, review, or improve existing marketing copy, or refresh outdated content. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/copy-editing) |
|
||||
| `social` | core | When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms, or wants to do social listening and engagement triage. Also use when the user … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/social) |
|
||||
| `community-marketing` | core | Build and leverage online communities to drive product growth and brand loyalty. Use when the user wants to create a community strategy, grow a Discord or Slack community, manage a forum or subreddit, build brand advocates, increase … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/community-marketing) |
|
||||
| `free-tools` | core | When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/free-tools) |
|
||||
| `competitors` | core | When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/competitors) |
|
||||
| `programmatic-seo` | core | When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/programmatic-seo) |
|
||||
| `seo-audit` | core | When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/seo-audit) |
|
||||
| `ab-testing` | core | When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/ab-testing) |
|
||||
| `copywriting` | core | When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/copywriting) |
|
||||
| `aso` | adjacent | When the user wants to audit or optimize an App Store or Google Play listing. Also use when the user mentions 'ASO audit,' 'app store optimization,' 'optimize my app listing,' 'improve app visibility,' 'app store ranking,' 'audit my … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/aso) |
|
||||
|
||||
## Source: czlonkowski/n8n-skills
|
||||
|
||||
- Repository: [https://github.com/czlonkowski/n8n-skills](https://github.com/czlonkowski/n8n-skills) (commit `9ea3aa5`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `n8n-agents` | core | Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain.* AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-agents) |
|
||||
| `using-n8n-mcp-skills` | core | Use when building, editing, validating, testing, or debugging an n8n workflow through the n8n-mcp MCP server — designing a flow, configuring a node, writing an expression or Code node, wiring credentials, or fixing one that misbehaves. The … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/using-n8n-mcp-skills) |
|
||||
| `n8n-code-tool` | core | Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-code-tool) |
|
||||
| `n8n-code-python` | core | Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-code-python) |
|
||||
| `n8n-code-javascript` | core | Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with this.helpers / the $helpers global, working with dates using DateTime, troubleshooting Code node … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-code-javascript) |
|
||||
| `n8n-expression-syntax` | core | Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, mapping data between nodes, or referencing webhook data in … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-expression-syntax) |
|
||||
| `n8n-mcp-tools-expert` | adjacent | Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, managing credentials, auditing instance security, or using any n8n-mcp tool. Provides … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-mcp-tools-expert) |
|
||||
| `n8n-workflow-patterns` | adjacent | Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-workflow-patterns) |
|
||||
| `n8n-binary-and-data` | adjacent | Handle files and binary data in n8n correctly. Use when working with files, images, PDFs, attachments, uploads or downloads, base64, vision/multimodal input, or when an AI agent needs a file as tool input or output — and whenever the user … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-binary-and-data) |
|
||||
| `n8n-subworkflows` | adjacent | Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over ~10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-subworkflows) |
|
||||
| `n8n-validation-expert` | adjacent | Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-validation-expert) |
|
||||
| `n8n-error-handling` | adjacent | Wire n8n error handling so failures are loud, structured, and recoverable. Use when building any webhook/API workflow, a scheduled or unattended workflow, or any path where a silent failure would drop user-visible work — and whenever the … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-error-handling) |
|
||||
|
||||
## Source: NVIDIA/skills
|
||||
|
||||
- Repository: [https://github.com/NVIDIA/skills](https://github.com/NVIDIA/skills) (commit `153b14b`, retrieved 2026-07-14)
|
||||
- License: CC-BY-4.0 (skills/docs), Apache-2.0 (code)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `nemo-rl-session-memory` | core | Manage durable working-session memory for coding agents. Use when a user asks to preserve or recover agent context across disconnects, VS Code restarts, long-running work, handoffs, or any session where important state should be written … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/nemo-rl-session-memory) |
|
||||
| `hsb-app` | core | Discover and run Holoscan Sensor Bridge example applications on a connected devkit. Filters available apps by the user's platform, HSB software version, board type, and sensors. Supports timed execution, failure analysis, code-edit … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/hsb-app) |
|
||||
| `mcore-linting-and-formatting` | core | Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/mcore-linting-and-formatting) |
|
||||
| `tilegym-monkey-patch-kernels-to-transformers` | core | Integrate TileGym kernels into Hugging Face `transformers` models by replacing the library's submodule(s) and certain class(es)' implementations, and patching certain class(es)' init/forward/load weight methods prior to instantiating … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tilegym-monkey-patch-kernels-to-transformers) |
|
||||
| `earth2studio-discover` | core | Find Earth2Studio models, data sources, and examples for a weather/climate use case. Do NOT use for writing inference code, downloading data, or installation. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/earth2studio-discover) |
|
||||
| `earth2studio-install` | core | Guide installing Earth2Studio via uv or pip, selecting model extras, and configuring the environment. Do NOT use for writing inference code, choosing models, or PhysicsNeMo questions. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/earth2studio-install) |
|
||||
| `nemo-rl-docs` | core | Documentation conventions for NeMo-RL. Covers docs/index.md updates and docstring format. Do NOT use for: bug fixes, test fixes, dependency bumps, refactoring, CI/CD changes, performance tuning, or any task that does not involve writing or … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/nemo-rl-docs) |
|
||||
| `tao-train-ocrnet` | adjacent | OCRNet for scene text recognition. Recognizes text content from cropped text-region images and supports CTC and attention-based decoders. Use when training, evaluating, exporting, pruning, quantizing, retraining, or running inference for a … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-train-ocrnet) |
|
||||
| `deepstream-dev` | adjacent | NVIDIA DeepStream SDK 9.0 development with Python pyservicemaker API. Use when building video analytics pipelines, GStreamer-based video processing, TensorRT inference integration, object detection/tracking, or Kafka/message broker … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/deepstream-dev) |
|
||||
| `nemo-mbridge-perf-moe-optimization-workflow` | adjacent | Systematic workflow for MoE training optimization in Megatron Bridge, based on the Megatron-Core MoE paper. Covers the Three Walls framework, parallel folding, recompute strategy, dispatcher choice, and CUDA-graph bring-up. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/nemo-mbridge-perf-moe-optimization-workflow) |
|
||||
| `amc-setup-calibration-stack` | adjacent | Launch AutoMagicCalib microservice and web UI from NGC release images via Docker Compose. Use when user says 'deploy auto calibration', 'launch auto calibration', 'launch AMC', 'start MS+UI', or 'set up auto-magic-calib'. Requires NGC API … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/amc-setup-calibration-stack) |
|
||||
| `cupynumeric-install` | adjacent | Install and verify cuPyNumeric for Python — requirements, commands, verification. Source builds are out of scope. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/cupynumeric-install) |
|
||||
|
||||
## 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-responses` | adjacent | Use Venice's Alpha POST /responses endpoint - an OpenAI-compatible Responses API with typed output blocks (reasoning, message, function_call, web_search_call). Covers request shape, streaming, differences from /chat/completions, supported … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-responses) |
|
||||
| `venice-api-keys` | adjacent | Manage Venice API keys. Covers GET/POST/PATCH/DELETE /api_keys, GET /api_keys/{id}, GET /api_keys/rate_limits, GET /api_keys/rate_limits/log, the two-step /api_keys/generate_web3_key wallet flow, INFERENCE vs ADMIN key types, and per-key … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-api-keys) |
|
||||
| `venice-errors` | adjacent | Handle Venice API errors correctly. Covers the StandardError / DetailedError / ContentViolationError / X402InferencePaymentRequired body shapes, every meaningful status code (400, 401, 402, 403, 415, 422, 429, 500, 503, 504), the 402 … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-errors) |
|
||||
| `venice-api-overview` | adjacent | High-level map of the Venice.ai API - base URL, authentication modes, endpoint categories, response headers, pricing model, error shape, and versioning. Load this first when starting any Venice integration. | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-api-overview) |
|
||||
| `venice-auth` | adjacent | Authenticate to the Venice API with a Bearer API key or with an x402 / SIWE wallet. Covers header formats, the SIWE message fields, TTL and nonce rules, the venice-x402-client SDK, and how to choose between the two modes. | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-auth) |
|
||||
62
references/berufsbild-de.md
Normal file
62
references/berufsbild-de.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# Berufsbild (Deutschland) — Content-Manager/in
|
||||
|
||||
> **Quelle:** BERUFENET, Bundesagentur für Arbeit — Beruf-ID 14398,
|
||||
> KldB 2010: B 92413 · via öffentliche BERUFENET-API,
|
||||
> abgerufen 2026-07-12. Automatisches Label-Matching
|
||||
> (Score 0.67); Inhalte paraphrasiert/gekürzt, Volltext beim
|
||||
> Original: https://web.arbeitsagentur.de/berufenet/beruf/14398
|
||||
|
||||
## Aufgaben und Tätigkeiten kompakt
|
||||
|
||||
Content-Manager und -Managerinnen gestalten die redaktionellen Inhalte von Internet- und Intranet-Angeboten. Sie erstellen Konzepte für die Organisation und überlegen, welche Themen und Formate sie verwenden können. Die technische Umsetzung erfolgt dann z.B. mit Software zur Verwaltung von Inhalten, z.B. Websites; auch ohne Programmierkenntnisse nutzbar
|
||||
" name="Content-Management-System (CMS)">Content-Management-Systemen (CMS). Content-Manager und -Managerinnen pflegen die aufbereiteten Inhalte in die Systeme ein. Sie überprüfen und verbessern Einträge der Redaktion.
|
||||
|
||||
## Tätigkeitsbezeichnungen
|
||||
|
||||
Content-Manager/in
|
||||
|
||||
Berufsbezeichnung in englischer SpracheContent Manager (m/f)
|
||||
|
||||
Berufsbezeichnung in französischer SpracheGestionnaire de Contenu (m/f)
|
||||
|
||||
## Die Tätigkeit im Überblick
|
||||
|
||||
Content-Manager und -Managerinnen konzipieren und optimieren die Inhaltsorganisation von Websites, Internetportalen bzw. firmeninternen Netzen und verwalten deren Inhalte.
|
||||
|
||||
## Trends
|
||||
|
||||
Künstliche Intelligenz (KI) in Medienhäusern und VerlagenVerlage und Medienhäuser setzen zunehmend KI-basierte Systeme ein. Diese analysieren Texte, erkennen Schlagwörter und prüfen, ob Inhalte verständlich und glaubwürdig sind. Zudem identifizieren sie Personen und Motive auf Bildern und in Videos und ordnen diese entsprechend zu. Fortgeschrittene KI-Systeme erfassen die Bedeutung von Texten und erstellen eigenständig vollständige Beiträge. Mithilfe der KI können Contentanbieter Inhalte gezielt auf unterschiedliche Zielgruppen zuschneiden. Journalistische Angebote lassen sich so gezielter vermarkten. Fach- und Führungskräfte werden den Einsatz dieser neuen Technologien kritisch und mit Verantwortung prüfen.
|
||||
DatenjournalismusMittelpunkt der Berichterstattung stellen Daten bzw. große Datenmengen dar: Sie werden recherchiert und mittels geeigneter Tools analysiert und bereinigt. Anschließend werden die Daten visuell und multimedial aufbereitet und veröffentlicht. Wichtige Kompetenzen sind Journalistik, Statistik und Informatik. Zukünftig setzen sich Fach- und Führungskräfte in Redaktionen zunehmend auch mit datengesteuerten Erzählformaten auseinander und eignen sich ggf. Kenntnisse durch Weiterbildungen an.
|
||||
|
||||
## Aufgaben und Tätigkeiten im Einzelnen
|
||||
|
||||
Redaktionelle Inhalte für die Verwendung im Internet oder Intranet konzipieren und erstellen
|
||||
Organisationskonzepte entwerfen
|
||||
|
||||
Themen, Rubriken und Formate festlegen
|
||||
|
||||
journalistische, technische und gestalterische Techniken auswählen und anwenden
|
||||
|
||||
|
||||
Konzepte mithilfe von Software zur Verwaltung von Inhalten, z.B. Websites; auch ohne Programmierkenntnisse nutzbar
|
||||
" name="Content-Management-System (CMS)">Content-Management-Systemen (CMS) umsetzen, z.B. für Online-Shops oder Firmenhomepages
|
||||
Inhalte selbst erstellen bzw. intern oder extern anfertigen lassen, ggf. redigieren und einpflegen
|
||||
|
||||
Systeme inhaltlich und technisch laufend aktualisieren
|
||||
|
||||
|
||||
im Bereich Social Media z.B. Podcasts, Videos und Blogs in soziale Netzwerke einbinden
|
||||
|
||||
Gesamtheit aller Maßnahmen, die darauf abzielen, dass Webseiten in den organischen Suchergebnisseiten von Suchmaschinen auf höheren Plätzen ranken und dadurch auch öfter besucht werden.
|
||||
" name="Suchmaschinenoptimierung (SEO)">Suchmaschinenoptimierung (SEO) für Onlineangebote durchführen
|
||||
|
||||
## Arbeitsbereiche/Branchen
|
||||
|
||||
Content-Manager und -Managerinnen finden Beschäftigung
|
||||
bei Firmen, die Multimediadienstleistungen anbieten, Internetportale betreiben oder Software produzieren
|
||||
|
||||
bei Verlagen
|
||||
|
||||
in Rundfunk- und Fernsehanstalten
|
||||
|
||||
im Versandhandel
|
||||
123
references/market.md
Normal file
123
references/market.md
Normal file
@@ -0,0 +1,123 @@
|
||||
# Market evidence report — web-content-manager
|
||||
|
||||
Source: **39 real job ads** (JSearch API, countries: us 28, gb 11), extracted into the MSSQL evidence store; as of 2026-07-20.
|
||||
This report contains extracted, aggregated facts only — no ad text is
|
||||
reproduced (copyright / platform terms).
|
||||
|
||||
## Seniority distribution
|
||||
|
||||
| Seniority | Ads | Share |
|
||||
|---|---|---|
|
||||
| mid | 29 | 74 % |
|
||||
| senior | 7 | 18 % |
|
||||
| n/a | 1 | 3 % |
|
||||
| junior | 1 | 3 % |
|
||||
| lead | 1 | 3 % |
|
||||
|
||||
## Tools — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | ChatGPT | 4 | 10 % |
|
||||
| 2 | Gemini | 4 | 10 % |
|
||||
| 3 | Google Analytics | 4 | 10 % |
|
||||
| 4 | Jira | 4 | 10 % |
|
||||
| 5 | wordpress | 4 | 10 % |
|
||||
| 6 | Adobe Analytics | 3 | 8 % |
|
||||
| 7 | Adobe Experience Manager (AEM) | 3 | 8 % |
|
||||
| 8 | Asana | 3 | 8 % |
|
||||
| 9 | Claude | 3 | 8 % |
|
||||
| 10 | Drupal | 3 | 8 % |
|
||||
| 11 | google analytics (ga4) | 3 | 8 % |
|
||||
| 12 | Google Workspace | 3 | 8 % |
|
||||
| 13 | Siteimprove | 3 | 8 % |
|
||||
|
||||
## Hard skills — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | web content management | 8 | 21 % |
|
||||
| 2 | content editing | 7 | 18 % |
|
||||
| 3 | content strategy | 7 | 18 % |
|
||||
| 4 | content management | 5 | 13 % |
|
||||
| 5 | data analysis | 5 | 13 % |
|
||||
| 6 | seo | 5 | 13 % |
|
||||
| 7 | content creation | 4 | 10 % |
|
||||
| 8 | content optimization | 4 | 10 % |
|
||||
| 9 | web analytics | 4 | 10 % |
|
||||
| 10 | writing | 4 | 10 % |
|
||||
| 11 | content governance | 3 | 8 % |
|
||||
| 12 | copywriting | 3 | 8 % |
|
||||
| 13 | digital content operations | 3 | 8 % |
|
||||
| 14 | editing | 3 | 8 % |
|
||||
| 15 | editorial planning | 3 | 8 % |
|
||||
| 16 | seo optimization | 3 | 8 % |
|
||||
| 17 | seo writing | 3 | 8 % |
|
||||
|
||||
## Methods — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
|
||||
## Responsibilities — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | content creation | 6 | 15 % |
|
||||
| 2 | content publishing | 6 | 15 % |
|
||||
| 3 | content optimization | 4 | 10 % |
|
||||
| 4 | performance analysis | 4 | 10 % |
|
||||
| 5 | analytics reporting | 3 | 8 % |
|
||||
| 6 | content editing | 3 | 8 % |
|
||||
| 7 | content management | 3 | 8 % |
|
||||
| 8 | stakeholder collaboration | 3 | 8 % |
|
||||
| 9 | team coordination | 3 | 8 % |
|
||||
|
||||
## Regional breakdown
|
||||
|
||||
> **Corpus note:** 39 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** — 28 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
|
||||
|
||||
### UK (gb)
|
||||
|
||||
**Insufficient evidence** — 11 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 |
|
||||
|---|---|
|
||||
| Content Manager | 2 |
|
||||
| DOD Secret-Navy Web Content Manager | 2 |
|
||||
| Senior Content Manager | 2 |
|
||||
| Web Content Manager | 2 |
|
||||
| Website Content & Analytics Sr Manager | 2 |
|
||||
| Content Experience Specialist (AEM/Contentful) | 1 |
|
||||
| Content Manager, Deasy Labs | 1 |
|
||||
| Content Manager-3 | 1 |
|
||||
| Content Site Manager - Senior | 1 |
|
||||
| Digital Content Editor | 1 |
|
||||
| Digital Content Manager | 1 |
|
||||
| Digital Content Manager - Branding & Communications | 1 |
|
||||
| Drupal Content Manager | 1 |
|
||||
| Headless Web Content Manager - Auto Rollout (Hybrid) | 1 |
|
||||
| Manager, Web Content Operations | 1 |
|
||||
| Multilingual Content Manager | 1 |
|
||||
| On-Campus Digital Content & Media Manager | 1 |
|
||||
| Online Content Specialist | 1 |
|
||||
| PART TIME Web Content Editor | 1 |
|
||||
| Remote Content Manager - Enterprise CMS & Headless Expert | 1 |
|
||||
| Remote Drupal Content Manager | 1 |
|
||||
| Remote Senior Web Content Developer/Editor | 1 |
|
||||
| Senior Associate Web Content Manager | 1 |
|
||||
| Senior Web Content Editor | 1 |
|
||||
| Strategic Communicator & Web Content Manager | 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.
|
||||
22
references/profile.md
Normal file
22
references/profile.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Occupation profile — web content manager
|
||||
|
||||
- **ESCO URI:** http://data.europa.eu/esco/occupation/a74f6c51-37e5-423e-aa5b-044e98663027
|
||||
- **ESCO code:** 2513.4
|
||||
- **ISCO-08 group:** 2513 — Web and multimedia developers
|
||||
|
||||
## Description (ESCO)
|
||||
|
||||
Web content managers curate or create content for a web platform according to the long-term strategic goals, policies and procedures for an organisation's online content or their customers. They control and monitor compliance with standards, legal and privacy regulations and ensure web optimisation. They are also responsible for integrating the work of writers and designers to produce a final layout which is compatible with corporate standards.
|
||||
|
||||
## Definition
|
||||
|
||||
nan
|
||||
|
||||
## Alternative labels
|
||||
|
||||
- content specialist
|
||||
- web content specialist
|
||||
- web content curatorspecialist
|
||||
- web content administrators
|
||||
- digital content
|
||||
- content curator
|
||||
77
references/skills.md
Normal file
77
references/skills.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# Competences — web content manager
|
||||
|
||||
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/a74f6c51-37e5-423e-aa5b-044e98663027).
|
||||
|
||||
## Essential
|
||||
|
||||
- **apply tools for content development** (skill/competence)
|
||||
- **authoring software** (knowledge)
|
||||
- **compile content** (skill/competence)
|
||||
- **comply with legal regulations** (skill/competence)
|
||||
- **conduct content quality assurance** (skill/competence)
|
||||
- **conduct search engine optimisation** (skill/competence)
|
||||
- **content development processes** (knowledge)
|
||||
- **create content title** (skill/competence)
|
||||
- **develop digital content** (skill/competence)
|
||||
- **digital content creation** (nan)
|
||||
- **ensure compliance with company regulations** (skill/competence)
|
||||
- **ensure compliance with legal requirements** (skill/competence)
|
||||
- **identify customer requirements** (skill/competence)
|
||||
- **identify legal requirements** (skill/competence)
|
||||
- **information structure** (knowledge)
|
||||
- **integrate content into output media** (skill/competence)
|
||||
- **interpret technical texts** (skill/competence)
|
||||
- **keywords in digital content** (knowledge)
|
||||
- **legal requirements of ICT products** (knowledge)
|
||||
- **manage content metadata** (skill/competence)
|
||||
- **manage online content** (skill/competence)
|
||||
- **provide multimedia content** (skill/competence)
|
||||
- **provide written content** (skill/competence)
|
||||
- **publishing strategy** (knowledge)
|
||||
- **style sheet languages** (knowledge)
|
||||
- **translate requirement concepts into content** (skill/competence)
|
||||
- **translate requirements into visual design** (skill/competence)
|
||||
- **use content management system software** (skill/competence)
|
||||
- **use markup languages** (skill/competence)
|
||||
- **utilise content types** (skill/competence)
|
||||
- **web based collaborative platforms** (knowledge)
|
||||
- **web programming** (knowledge)
|
||||
|
||||
## Optional
|
||||
|
||||
- AJAX (knowledge)
|
||||
- augmented reality (knowledge)
|
||||
- cognitive psychology (knowledge)
|
||||
- content marketing strategy (knowledge)
|
||||
- CSS (knowledge)
|
||||
- design digital call to action (skill/competence)
|
||||
- ensure proper document management (skill/competence)
|
||||
- interactive media (knowledge)
|
||||
- JavaScript (knowledge)
|
||||
- JSSS (knowledge)
|
||||
- LESS (knowledge)
|
||||
- manage content development projects (skill/competence)
|
||||
- perform copywriting (skill/competence)
|
||||
- perform online data analysis (skill/competence)
|
||||
- PHP (knowledge)
|
||||
- proofread text (skill/competence)
|
||||
- provide guidelines for content development (skill/competence)
|
||||
- Sass (knowledge)
|
||||
- use presentation software (skill/competence)
|
||||
- use spreadsheets software (skill/competence)
|
||||
- use word processing software (skill/competence)
|
||||
- World Wide Web Consortium standards (knowledge)
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 39 ads, as of 2026-07-20)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Hard skills
|
||||
|
||||
- web content management — **21 %**
|
||||
- content editing — **18 %**
|
||||
- content strategy — **18 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
66
references/tasks.md
Normal file
66
references/tasks.md
Normal file
@@ -0,0 +1,66 @@
|
||||
# Tasks & work activities — web content manager
|
||||
|
||||
Source: O*NET 30.3, occupation 15-1255.00 (Web and Digital Interface Designers) — manual nearest-occupation mapping via ISCO group 2513; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
## Task statements
|
||||
|
||||
- **[nan]** Collaborate with management or users to develop e-commerce strategies and to integrate these strategies with Web sites.
|
||||
- **[nan]** Collaborate with web development professionals, such as front-end or back-end developers, to complete the full scope of Web development projects.
|
||||
- **[nan]** Communicate with network personnel or Web site hosting agencies to address hardware or software issues affecting Web sites.
|
||||
- **[nan]** Conduct user research to determine design requirements and analyze user feedback to improve design quality.
|
||||
- **[nan]** Confer with management or development teams to prioritize needs, resolve conflicts, develop content criteria, or choose solutions.
|
||||
- **[nan]** Create searchable indices for Web page content.
|
||||
- **[nan]** Create Web models or prototypes that include physical, interface, logical, or data models.
|
||||
- **[nan]** Design, build, or maintain Web sites, using authoring or scripting languages, content creation tools, management tools, and digital media.
|
||||
- **[nan]** Develop and document style guidelines for Web site content.
|
||||
- **[nan]** Develop new visual design concepts and modify concepts based on stakeholder feedback.
|
||||
- **[nan]** Develop or implement procedures for ongoing Web site revision.
|
||||
- **[nan]** Develop system interaction or sequence diagrams.
|
||||
- **[nan]** Develop Web site maps, application models, image templates, or page templates that meet project goals, user needs, or industry standards.
|
||||
- **[nan]** Develop, validate, and document test routines and schedules to ensure that test cases mimic external interfaces and address all browser and device types.
|
||||
- **[nan]** Direct and execute pre-production activities, such as creating moodboards or storyboards and establishing a project timeline.
|
||||
- **[nan]** Document technical factors such as server load, bandwidth, database performance, and browser and device types.
|
||||
- **[nan]** Identify or maintain links to and from other Web sites and check links to ensure proper functioning.
|
||||
- **[nan]** Identify problems uncovered by testing or customer feedback, and correct problems or refer problems to appropriate personnel for correction.
|
||||
- **[nan]** Incorporate technical considerations into Web site design plans, such as budgets, equipment, performance requirements, or legal issues including accessibility and privacy.
|
||||
- **[nan]** Maintain understanding of current Web technologies or programming practices through continuing education, reading, or participation in professional conferences, workshops, or groups.
|
||||
- **[nan]** Perform or direct Web site updates.
|
||||
- **[nan]** Perform Web site tests according to planned schedules, or after any Web site or product revision.
|
||||
- **[nan]** Provide clear, detailed descriptions of Web site specifications, such as product features, activities, software, communication protocols, programming languages, and operating systems software and hardware.
|
||||
- **[nan]** Register Web sites with search engines to increase Web site traffic.
|
||||
- **[nan]** Research and apply innovative solutions for product design, visuals, and user experience to meet the needs of individual Web development projects.
|
||||
- **[nan]** Research, document, rate, or select alternatives for Web architecture or technologies.
|
||||
- **[nan]** Respond to user email inquiries, or set up automated systems to send responses.
|
||||
- **[nan]** Select programming languages, design tools, or applications.
|
||||
- **[nan]** Write and edit technical documentation for digital interface products and designs, such as user manuals, testing protocols, and reports.
|
||||
- **[nan]** Write supporting code for Web applications or Web sites.
|
||||
|
||||
## Detailed work activities
|
||||
|
||||
- Analyze operational data to evaluate operations, processes or products.
|
||||
- Collaborate with others to determine design specifications or details.
|
||||
- Collaborate with others to develop or implement marketing strategies.
|
||||
- Collaborate with others to resolve information technology issues.
|
||||
- Conduct research to gain information about products or processes.
|
||||
- Create images or other visual displays.
|
||||
- Design websites or web applications.
|
||||
- Develop detailed project plans.
|
||||
- Develop diagrams or flow charts of system operation.
|
||||
- Develop models of information or communications systems.
|
||||
- Develop specifications or procedures for website development or maintenance.
|
||||
- Develop testing routines or procedures.
|
||||
- Document design or development procedures.
|
||||
- Document network-related activities or tasks.
|
||||
- Gather customer or product information to determine customer needs.
|
||||
- Implement design or process improvements.
|
||||
- Prepare graphics or other visual representations of information.
|
||||
- Provide customer service to clients or users.
|
||||
- Provide technical support for computer network issues.
|
||||
- Resolve computer software problems.
|
||||
- Supervise information technology personnel.
|
||||
- Test software performance.
|
||||
- Troubleshoot issues with computer applications or systems.
|
||||
- Update knowledge about emerging industry or technology trends.
|
||||
- Update website content.
|
||||
- Write computer programming code.
|
||||
- Write reports or evaluations.
|
||||
242
references/tools.md
Normal file
242
references/tools.md
Normal file
@@ -0,0 +1,242 @@
|
||||
# Tools & technology — web content manager
|
||||
|
||||
Source: O*NET 30.3, occupation 15-1255.00 (Web and Digital Interface Designers) — manual nearest-occupation mapping via ISCO group 2513; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
| Software | Category | Hot technology |
|
||||
|---|---|---|
|
||||
| Adobe Acrobat | Document management software | yes |
|
||||
| Adobe After Effects | Video creation and editing software | yes |
|
||||
| Adobe Creative Cloud software | Graphics or photo imaging software | yes |
|
||||
| Adobe Illustrator | Graphics or photo imaging software | yes |
|
||||
| Adobe InDesign | Desktop publishing software | yes |
|
||||
| Adobe Photoshop | Graphics or photo imaging software | yes |
|
||||
| AJAX | Web platform development software | yes |
|
||||
| Amazon DynamoDB | Data base management system software | yes |
|
||||
| Amazon Elastic Compute Cloud EC2 | Data base user interface and query software | yes |
|
||||
| Amazon Redshift | Data base user interface and query software | yes |
|
||||
| Amazon Web Services AWS CloudFormation | Cloud-based management software | yes |
|
||||
| Amazon Web Services AWS software | Data base user interface and query software | yes |
|
||||
| Ansible software | Expert system software | yes |
|
||||
| Apache Cassandra | Data base management system software | yes |
|
||||
| Apache Hadoop | Data base management system software | yes |
|
||||
| Apache Hive | Data base management system software | yes |
|
||||
| Apache Kafka | Development environment software | yes |
|
||||
| Apache Maven | Development environment software | yes |
|
||||
| Apache Spark | Object or component oriented development software | yes |
|
||||
| Apache Subversion SVN | File versioning software | yes |
|
||||
| Apache Tomcat | Web platform development software | yes |
|
||||
| Apple iOS | Operating system software | yes |
|
||||
| Apple macOS | Operating system software | yes |
|
||||
| Atlassian Confluence | Project management software | yes |
|
||||
| Atlassian JIRA | Content workflow software | yes |
|
||||
| Bash | Operating system software | yes |
|
||||
| Bootstrap | Web platform development software | yes |
|
||||
| C | Development environment software | yes |
|
||||
| C# | Object or component oriented development software | yes |
|
||||
| C++ | Object or component oriented development software | yes |
|
||||
| Cascading style sheets CSS | Web platform development software | yes |
|
||||
| Chef | Configuration management software | yes |
|
||||
| Cisco Webex | Video conferencing software | yes |
|
||||
| Django | Web platform development software | yes |
|
||||
| Docker | Application server software | yes |
|
||||
| Eclipse IDE | Development environment software | yes |
|
||||
| Elasticsearch | Data base management system software | yes |
|
||||
| Extensible markup language XML | Enterprise application integration software | yes |
|
||||
| Figma | Graphical user interface development software | yes |
|
||||
| Git | File versioning software | yes |
|
||||
| GitHub | Application server software | yes |
|
||||
| Go | Development environment software | yes |
|
||||
| Google Analytics | Data mining software | yes |
|
||||
| Google Android | Operating system software | yes |
|
||||
| Google Angular | Web platform development software | yes |
|
||||
| Google Docs | Word processing software | yes |
|
||||
| Hibernate ORM | Object oriented data base management software | yes |
|
||||
| HubSpot software | Sales and marketing software | yes |
|
||||
| Hypertext markup language HTML | Web platform development software | yes |
|
||||
| IBM SPSS Statistics | Analytical or scientific software | yes |
|
||||
| JavaScript | Web platform development software | yes |
|
||||
| JavaScript Object Notation JSON | Web platform development software | yes |
|
||||
| jQuery | Object or component oriented development software | yes |
|
||||
| JUnit | Program testing software | yes |
|
||||
| Linux | Operating system software | yes |
|
||||
| Microsoft .NET Framework | Development environment software | yes |
|
||||
| Microsoft Access | Data base user interface and query software | yes |
|
||||
| Microsoft Active Server Pages ASP | Web platform development software | yes |
|
||||
| Microsoft ASP.NET | Web platform development software | yes |
|
||||
| Microsoft Azure software | Development environment software | yes |
|
||||
| Microsoft Excel | Spreadsheet software | yes |
|
||||
| Microsoft Office software | Office suite software | yes |
|
||||
| Microsoft PowerShell | Development environment software | yes |
|
||||
| Microsoft Project | Project management software | yes |
|
||||
| Microsoft SharePoint | Document management software | yes |
|
||||
| Microsoft SQL Server | Data base user interface and query software | yes |
|
||||
| Microsoft SQL Server Integration Services SSIS | Enterprise application integration software | yes |
|
||||
| Microsoft SQL Server Reporting Services SSRS | Data base reporting software | yes |
|
||||
| Microsoft Visio | Process mapping and design software | yes |
|
||||
| Microsoft Visual Basic | Development environment software | yes |
|
||||
| Microsoft Visual Basic for Applications VBA | Development environment software | yes |
|
||||
| Microsoft Visual Studio | Development environment software | yes |
|
||||
| Microsoft Windows | Operating system software | yes |
|
||||
| Microsoft Windows Server | Operating system software | yes |
|
||||
| MongoDB | Data base management system software | yes |
|
||||
| MySQL | Data base management system software | yes |
|
||||
| Node.js | Web platform development software | yes |
|
||||
| NoSQL | Data base management system software | yes |
|
||||
| Oracle Database | Data base user interface and query software | yes |
|
||||
| Oracle Java | Object or component oriented development software | yes |
|
||||
| Oracle Java 2 Platform Enterprise Edition J2EE | Development environment software | yes |
|
||||
| Oracle PeopleSoft | Enterprise resource planning ERP software | yes |
|
||||
| Oracle PL/SQL | Data base management system software | yes |
|
||||
| Oracle Primavera Enterprise Project Portfolio Management | Project management software | yes |
|
||||
| Perl | Object or component oriented development software | yes |
|
||||
| PHP | Web platform development software | yes |
|
||||
| PostgreSQL | Object oriented data base management software | yes |
|
||||
| Puppet | Configuration management software | yes |
|
||||
| Python | Object or component oriented development software | yes |
|
||||
| R | Object or component oriented development software | yes |
|
||||
| React | Web platform development software | yes |
|
||||
| Red Hat Enterprise Linux | Operating system software | yes |
|
||||
| Red Hat OpenShift | Application server software | yes |
|
||||
| Ruby | Development environment software | yes |
|
||||
| Salesforce software | Customer relationship management CRM software | yes |
|
||||
| SAP software | Enterprise resource planning ERP software | yes |
|
||||
| SAS | Analytical or scientific software | yes |
|
||||
| Scala | Object or component oriented development software | yes |
|
||||
| Selenium | Program testing software | yes |
|
||||
| Shell script | Operating system software | yes |
|
||||
| Slack | Cloud-based data access and sharing software | yes |
|
||||
| Splunk Enterprise | Cloud-based management software | yes |
|
||||
| Spring Boot | Application server software | yes |
|
||||
| Spring Framework | Web platform development software | yes |
|
||||
| Structured query language SQL | Data base user interface and query software | yes |
|
||||
| Swift | Object or component oriented development software | yes |
|
||||
| Tableau | Business intelligence and data analysis software | yes |
|
||||
| Teradata Database | Data base management system software | yes |
|
||||
| The MathWorks MATLAB | Analytical or scientific software | yes |
|
||||
| Transact-SQL | Data base user interface and query software | yes |
|
||||
| Trimble SketchUp Pro | Graphics or photo imaging software | yes |
|
||||
| TypeScript | Object or component oriented development software | yes |
|
||||
| UNIX | Operating system software | yes |
|
||||
| UNIX Shell | Operating system software | yes |
|
||||
| Vue.js | Web platform development software | yes |
|
||||
| 3M Post-it App | Word processing software | |
|
||||
| Adobe ActionScript | Development environment software | |
|
||||
| Adobe Dreamweaver | Web page creation and editing software | |
|
||||
| Adobe Flex | Web platform development software | |
|
||||
| Adobe XD | Graphics or photo imaging software | |
|
||||
| Advanced business application programming ABAP | Object or component oriented development software | |
|
||||
| Airtable | Data base user interface and query software | |
|
||||
| Amazon Kinesis | Data base management system software | |
|
||||
| Amazon Simple Storage Service S3 | Storage networking software | |
|
||||
| Apache Ant | Development environment software | |
|
||||
| Apache Groovy | Object or component oriented development software | |
|
||||
| Apache HTTP Server | Portal server software | |
|
||||
| Apache Pig | Data base management system software | |
|
||||
| Apache Solr | Data base management system software | |
|
||||
| Apache Struts | Web platform development software | |
|
||||
| Apple Cocoa | Object or component oriented development software | |
|
||||
| Apple Keynote | Presentation software | |
|
||||
| Atlassian Bamboo | Enterprise application integration software | |
|
||||
| Axure RP | Web page creation and editing software | |
|
||||
| Backbone.js | Web platform development software | |
|
||||
| Blackboard software | Data base user interface and query software | |
|
||||
| Blink | Instant messaging software | |
|
||||
| Chatbot software | Industrial control software | |
|
||||
| Common business oriented language COBOL | Development environment software | |
|
||||
| Common gateway interface CGI | Enterprise application integration software | |
|
||||
| Customer information control system CICS | Transaction server software | |
|
||||
| Delphi Technology | Financial analysis software | |
|
||||
| Dropbox | Cloud-based data access and sharing software | |
|
||||
| Drupal | Web platform development software | |
|
||||
| Dynamic hypertext markup language DHTML | Web platform development software | |
|
||||
| Enterprise JavaBeans | Web platform development software | |
|
||||
| Evernote | Word processing software | |
|
||||
| Ext JS | Web platform development software | |
|
||||
| Extensible hypertext markup language XHTML | Web platform development software | |
|
||||
| Extensible stylesheet language transformations XSLT | Web platform development software | |
|
||||
| Extensible stylesheet language XSL | Enterprise application integration software | |
|
||||
| FileMaker Pro | Data base user interface and query software | |
|
||||
| FlexBox | Web platform development software | |
|
||||
| Flipgrid | Video creation and editing software | |
|
||||
| Google Ads | Sales and marketing software | |
|
||||
| Google Drive | Cloud-based data access and sharing software | |
|
||||
| Google Meet | Video conferencing software | |
|
||||
| Google Sites | Web page creation and editing software | |
|
||||
| Google Slides | Presentation software | |
|
||||
| HashiCorp Vagrant | Web platform development software | |
|
||||
| Hewlett Packard HP-UX | Operating system software | |
|
||||
| Hewlett Packard LoadRunner | Program testing software | |
|
||||
| IBM Cognos Impromptu | Business intelligence and data analysis software | |
|
||||
| IBM Domino | Communications server software | |
|
||||
| IBM Informix | Data base user interface and query software | |
|
||||
| IBM InfoSphere DataStage | Enterprise application integration software | |
|
||||
| IBM Notes | Electronic mail software | |
|
||||
| IBM Power Systems software | Enterprise system management software | |
|
||||
| IBM Rational Rose XDE | Development environment software | |
|
||||
| IBM WebSphere | Cloud-based management software | |
|
||||
| Integrated development environment IDE software | Development environment software | |
|
||||
| InVision software | Process mapping and design software | |
|
||||
| JamBoard | Graphics or photo imaging software | |
|
||||
| Jekyll | Web platform development software | |
|
||||
| JetBrains PhpStorm | Web platform development software | |
|
||||
| Job control language JCL | Operating system software | |
|
||||
| Jupyter Notebook | Object or component oriented development software | |
|
||||
| Kapwing | Video creation and editing software | |
|
||||
| KornShell | Operating system software | |
|
||||
| LAMP Stack | Web platform development software | |
|
||||
| MarkLogic | Data base user interface and query software | |
|
||||
| MeteorJS | Web platform development software | |
|
||||
| Microsoft ActiveX | Object or component oriented development software | |
|
||||
| Microsoft ASP.NET Core MVC | Web platform development software | |
|
||||
| Microsoft Commerce Server | Web platform development software | |
|
||||
| Microsoft Dynamics | Enterprise resource planning ERP software | |
|
||||
| Microsoft Internet Information Services (IIS) | Transaction server software | |
|
||||
| Microsoft Publisher | Desktop publishing software | |
|
||||
| Microsoft Visual Basic Scripting Edition VBScript | Development environment software | |
|
||||
| Microsoft Visual Basic.NET | Object or component oriented development software | |
|
||||
| Microsoft Visual C# .NET | Object or component oriented development software | |
|
||||
| Microsoft Visual InterDev | Web platform development software | |
|
||||
| Microsoft Visual SourceSafe | Development environment software | |
|
||||
| MicroStrategy | Business intelligence and data analysis software | |
|
||||
| Moodle | Computer based training software | |
|
||||
| Nagios | Network monitoring software | |
|
||||
| Nearpod | Multi-media educational software | |
|
||||
| NetSuite ERP | Enterprise resource planning ERP software | |
|
||||
| NortonLifeLock cybersecurity software | Transaction security and virus protection software | |
|
||||
| Nunjucks | Web platform development software | |
|
||||
| Objective C | Object or component oriented development software | |
|
||||
| Oracle Business Intelligence Enterprise Edition | Business intelligence and data analysis software | |
|
||||
| Oracle Eloqua | Customer relationship management CRM software | |
|
||||
| Oracle Fusion Applications | Enterprise resource planning ERP software | |
|
||||
| Oracle Fusion Middleware | Enterprise application integration software | |
|
||||
| Oracle Hyperion | Enterprise resource planning ERP software | |
|
||||
| Oracle JavaServer Pages JSP | Web platform development software | |
|
||||
| Oracle JD Edwards EnterpriseOne | Enterprise resource planning ERP software | |
|
||||
| Oracle JDBC | Data base user interface and query software | |
|
||||
| Oracle Solaris | Operating system software | |
|
||||
| Oracle WebLogic Server | Application server software | |
|
||||
| Perforce Helix software | Configuration management software | |
|
||||
| PhantomJS | Web platform development software | |
|
||||
| Qlik Tech QlikView | Business intelligence and data analysis software | |
|
||||
| Quest Erwin Data Modeler | Metadata management software | |
|
||||
| Red Hat WildFly | Application server software | |
|
||||
| Relational database management software | Data base management system software | |
|
||||
| RequireJS | Web platform development software | |
|
||||
| Ruby on Rails | Web platform development software | |
|
||||
| Salesforce Visualforce | Graphical user interface development software | |
|
||||
| SAP Business Objects | Enterprise resource planning ERP software | |
|
||||
| SAP Crystal Reports | Data base reporting software | |
|
||||
| Screencastify | Video creation and editing software | |
|
||||
| Screencast-O-Matic | Video creation and editing software | |
|
||||
| Sitecore CMS | Content workflow software | |
|
||||
| Skype | Desktop communications software | |
|
||||
| SmugMug Flickr | Graphics or photo imaging software | |
|
||||
| Social media sites | Web page creation and editing software | |
|
||||
| Travis | Program testing software | |
|
||||
| Ubuntu | Operating system software | |
|
||||
| Unified modeling language UML | Requirements analysis and system architecture software | |
|
||||
| UserZoom | Program testing software | |
|
||||
| WeVideo | Video creation and editing software | |
|
||||
| Wireshark | Network monitoring software | |
|
||||
| YouTube | Video creation and editing software | |
|
||||
| Zend Framework | Web platform development software | |
|
||||
Reference in New Issue
Block a user