feat: cloud-architect skill package v0.1.0
This commit is contained in:
31
PROVENANCE.md
Normal file
31
PROVENANCE.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Data provenance — cloud-architect
|
||||
|
||||
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 — cloud-architect
|
||||
"ESCO (occupation & competences)" : 18
|
||||
"O*NET (tasks & tools)" : 466
|
||||
"Job boards (market evidence)" : 195
|
||||
"Anthropic official Claude skills" : 9
|
||||
"External AI skill packs (mapped)" : 110
|
||||
```
|
||||
|
||||
| Source | Items | Share | Files |
|
||||
|---|---|---|---|
|
||||
| ESCO (occupation & competences) | 18 | 2.3 % | references/profile.md, references/skills.md |
|
||||
| O*NET (tasks & tools) | 466 | 58.4 % | references/tasks.md, references/tools.md |
|
||||
| Job boards (market evidence) | 195 | 24.4 % | 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 | 9 | 1.1 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
|
||||
| External AI skill packs (mapped) | 110 | 13.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).
|
||||
44
SKILL.md
Normal file
44
SKILL.md
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
name: cloud-architect
|
||||
description: "Occupational skill for the role 'cloud architect' (also: aws cloud architect, cloud solutions consultant). Use when the user asks for typical cloud architect work such as: typical cloud architect responsibilities"
|
||||
---
|
||||
|
||||
# Cloud Architect
|
||||
|
||||
Cloud architects are responsible for converting the technical features of a project into the architecture to lead to the final product. To develop technical cloud strategy, they have in-depth knowledge of the architectural principles and services, assisting with cloud migration efforts, review workload architectures, and provide guidance on how to address high-risk issues. They typically perform in a pre-sales capacity and are often asked to deliver proof-of-concept projects, topical workshops, and lead implementation projects. They team up with DevOps engineers to build the appropriate technologies.
|
||||
|
||||
## Core workflow
|
||||
|
||||
|
||||
## 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)
|
||||
|
||||
- cloud technologies
|
||||
- collaborate with engineers
|
||||
- deploy cloud resource
|
||||
- design cloud architecture
|
||||
- design cloud networks
|
||||
- plan migration to cloud
|
||||
|
||||
## Hot technologies
|
||||
|
||||
- Adobe Acrobat
|
||||
- Adobe After Effects
|
||||
- Adobe Creative Cloud software
|
||||
- Adobe Illustrator
|
||||
- Adobe InDesign
|
||||
- Adobe Photoshop
|
||||
- AJAX
|
||||
- Alteryx software
|
||||
- Amazon DynamoDB
|
||||
- Amazon Elastic Compute Cloud EC2
|
||||
|
||||
---
|
||||
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/2fb96c6c-8d0b-4ef0-b1ee-3e493305e4eb), O*NET 30.3 (15-1252.00, manual nearest match). See manifest.json for licensing/attribution.*
|
||||
148
manifest.json
Normal file
148
manifest.json
Normal file
@@ -0,0 +1,148 @@
|
||||
{
|
||||
"name": "cloud-architect",
|
||||
"title": "cloud architect",
|
||||
"version": "0.1.0",
|
||||
"layer": "core",
|
||||
"language": "en",
|
||||
"generated": "2026-07-07",
|
||||
"ids": {
|
||||
"esco_uri": "http://data.europa.eu/esco/occupation/2fb96c6c-8d0b-4ef0-b1ee-3e493305e4eb",
|
||||
"esco_code": "2512.6",
|
||||
"isco_group": "2512",
|
||||
"onet_soc": "15-1252.00",
|
||||
"crosswalk_match": "manual nearest via ISCO 2512 (Software Developers)"
|
||||
},
|
||||
"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": 0,
|
||||
"dwas": 0,
|
||||
"skills_essential": 6,
|
||||
"skills_optional": 11,
|
||||
"software": 0
|
||||
},
|
||||
"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": 6
|
||||
},
|
||||
"obra/superpowers": {
|
||||
"repo": "https://github.com/obra/superpowers",
|
||||
"commit": "d884ae0",
|
||||
"license": "MIT (c) Jesse Vincent",
|
||||
"skills": 12
|
||||
},
|
||||
"wshobson/agents": {
|
||||
"repo": "https://github.com/wshobson/agents",
|
||||
"commit": "6fd3247",
|
||||
"license": "MIT (c) Seth Hobson",
|
||||
"skills": 12
|
||||
},
|
||||
"NVIDIA/skills": {
|
||||
"repo": "https://github.com/NVIDIA/skills",
|
||||
"commit": "153b14b",
|
||||
"license": "CC-BY-4.0 (skills/docs), Apache-2.0 (code)",
|
||||
"skills": 12
|
||||
},
|
||||
"veniceai/skills": {
|
||||
"repo": "https://github.com/veniceai/skills",
|
||||
"commit": "de089fa",
|
||||
"license": "MIT",
|
||||
"skills": 9
|
||||
},
|
||||
"czlonkowski/n8n-skills": {
|
||||
"repo": "https://github.com/czlonkowski/n8n-skills",
|
||||
"commit": "9ea3aa5",
|
||||
"license": "MIT",
|
||||
"skills": 12
|
||||
},
|
||||
"davila7/claude-code-templates": {
|
||||
"repo": "https://github.com/davila7/claude-code-templates",
|
||||
"commit": "fa79251",
|
||||
"license": "MIT",
|
||||
"skills": 4
|
||||
},
|
||||
"microsoft/skills": {
|
||||
"repo": "https://github.com/microsoft/skills",
|
||||
"commit": "dc543aa",
|
||||
"license": "MIT",
|
||||
"skills": 2
|
||||
},
|
||||
"a5c-ai/babysitter": {
|
||||
"repo": "https://github.com/a5c-ai/babysitter",
|
||||
"commit": "44a5d58b",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"jeremylongshore/claude-code-plugins-plus-skills": {
|
||||
"repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
|
||||
"commit": "e112938a",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"mukul975/Anthropic-Cybersecurity-Skills": {
|
||||
"repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
|
||||
"commit": "673da1f",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 7
|
||||
},
|
||||
"alirezarezvani/claude-code-skill-factory": {
|
||||
"repo": "https://github.com/alirezarezvani/claude-code-skill-factory",
|
||||
"commit": "ba18b31",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"jeffallan/claude-skills": {
|
||||
"repo": "https://github.com/jeffallan/claude-skills",
|
||||
"commit": "e8be415",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
}
|
||||
},
|
||||
"total_skills": 80,
|
||||
"tiers": {
|
||||
"core": 36,
|
||||
"adjacent": 44
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"items": {
|
||||
"esco": 18,
|
||||
"onet": 466,
|
||||
"jobads": 195,
|
||||
"wiki_ai": 0,
|
||||
"anthropic": 9,
|
||||
"ai_skills": 110,
|
||||
"stackx": 0
|
||||
},
|
||||
"share_percent": {
|
||||
"esco": 2.3,
|
||||
"onet": 58.4,
|
||||
"jobads": 24.4,
|
||||
"wiki_ai": 0.0,
|
||||
"anthropic": 1.1,
|
||||
"ai_skills": 13.8,
|
||||
"stackx": 0.0
|
||||
},
|
||||
"method": "content items per source category"
|
||||
},
|
||||
"collar": "white",
|
||||
"computer_work": true
|
||||
}
|
||||
202
references/ai-skills.md
Normal file
202
references/ai-skills.md
Normal file
@@ -0,0 +1,202 @@
|
||||
# External AI agent skills — cloud-architect
|
||||
|
||||
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 |
|
||||
|---|---|---|---|
|
||||
| `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) |
|
||||
| `claude-api` | adjacent | 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) |
|
||||
| `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) |
|
||||
| `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) |
|
||||
| `webapp-testing` | adjacent | 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) |
|
||||
|
||||
## 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` | adjacent | 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) |
|
||||
| `test-driven-development` | adjacent | Use when implementing any feature or bugfix, before writing implementation code | [source](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) |
|
||||
| `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) |
|
||||
| `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) |
|
||||
| `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) |
|
||||
| `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) |
|
||||
| `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) |
|
||||
| `writing-plans` | adjacent | 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) |
|
||||
| `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) |
|
||||
| `writing-skills` | adjacent | 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) |
|
||||
| `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) |
|
||||
| `systematic-debugging` | adjacent | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | [source](https://github.com/obra/superpowers/tree/main/skills/systematic-debugging) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `deployment-validation-cloud-architect (agent)` | core | Expert cloud architect specializing in AWS/Azure/GCP/OCI multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, security, … | [source](https://github.com/wshobson/agents/tree/main/plugins/deployment-validation/agents/cloud-architect.md) |
|
||||
| `multi-cloud-architecture` | core | Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from … | [source](https://github.com/wshobson/agents/tree/main/plugins/cloud-infrastructure/skills/multi-cloud-architecture) |
|
||||
| `deployment-strategies-terraform-specialist (agent)` | core | Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Handles complex module design, multi-cloud deployments, GitOps workflows, policy as code, and CI/CD … | [source](https://github.com/wshobson/agents/tree/main/plugins/deployment-strategies/agents/terraform-specialist.md) |
|
||||
| `terraform-module-library` | core | Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC … | [source](https://github.com/wshobson/agents/tree/main/plugins/cloud-infrastructure/skills/terraform-module-library) |
|
||||
| `comprehensive-review-security-auditor (agent)` | core | Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and … | [source](https://github.com/wshobson/agents/tree/main/plugins/comprehensive-review/agents/security-auditor.md) |
|
||||
| `cost-optimization` | core | Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost … | [source](https://github.com/wshobson/agents/tree/main/plugins/cloud-infrastructure/skills/cost-optimization) |
|
||||
| `code-documentation-docs-architect (agent)` | core | Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, … | [source](https://github.com/wshobson/agents/tree/main/plugins/code-documentation/agents/docs-architect.md) |
|
||||
| `haskell-pro (agent)` | core | Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance. | [source](https://github.com/wshobson/agents/tree/main/plugins/functional-programming/agents/haskell-pro.md) |
|
||||
| `python-project-structure` | core | Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with __all__, or planning directory layouts. | [source](https://github.com/wshobson/agents/tree/main/plugins/python-development/skills/python-project-structure) |
|
||||
| `scala-pro (agent)` | core | Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures. Use PROACTIVELY for Scala system design, … | [source](https://github.com/wshobson/agents/tree/main/plugins/jvm-languages/agents/scala-pro.md) |
|
||||
| `deployment-pipeline-design` | core | Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment … | [source](https://github.com/wshobson/agents/tree/main/plugins/cicd-automation/skills/deployment-pipeline-design) |
|
||||
| `secrets-management` | core | Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments. | [source](https://github.com/wshobson/agents/tree/main/plugins/cicd-automation/skills/secrets-management) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `generating-gcp-diagrams` | core | Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or … | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/devops-sre-platform/skills/generating-gcp-diagrams) |
|
||||
|
||||
## Source: alirezarezvani/claude-code-skill-factory
|
||||
|
||||
- Repository: [https://github.com/alirezarezvani/claude-code-skill-factory](https://github.com/alirezarezvani/claude-code-skill-factory) (commit `ba18b31`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `aws-solution-architect` | core | Expert AWS solution architecture for startups focusing on serverless, scalable, and cost-effective cloud infrastructure with modern DevOps practices and infrastructure-as-code | [source](https://github.com/alirezarezvani/claude-code-skill-factory/tree/ba18b31/generated-skills/aws-solution-architect) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `cloud-architect` | core | Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/cloud-architect) |
|
||||
| `devops-iac-engineer` | core | Implements infrastructure as code using Terraform, Kubernetes, and cloud platforms. Designs scalable architectures, CI/CD pipelines, and observability solutions. Provides security-first DevOps practices and site reliability engineering … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/devops-iac-engineer) |
|
||||
| `gcp-cloud-run` | core | Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/gcp-cloud-run) |
|
||||
| `senior-devops` | core | Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/senior-devops) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `cloud-architect` | core | Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or … | [source](https://github.com/jeffallan/claude-skills/tree/e8be415/skills/cloud-architect) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `abridge-deploy-integration` | core | Deploy Abridge clinical AI integration to HIPAA-compliant cloud infrastructure. Use when deploying to GCP Cloud Run, AWS ECS, or Azure Container Apps with healthcare-grade secrets management and compliance controls. Trigger: "deploy … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-deploy-integration) |
|
||||
|
||||
## Source: microsoft/skills
|
||||
|
||||
- Repository: [https://github.com/microsoft/skills](https://github.com/microsoft/skills) (commit `dc543aa`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `cloud-solution-architect` | core | Transform the agent into a Cloud Solution Architect following Azure Architecture Center best practices. Use when designing cloud architectures, reviewing system designs, selecting architecture styles, applying cloud design patterns, making … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/skills/cloud-solution-architect) |
|
||||
| `azure-enterprise-infra-planner` | core | Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/plugins/azure-skills/skills/azure-enterprise-infra-planner) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `performing-gcp-security-assessment-with-forseti` | core | Performing comprehensive security assessments of Google Cloud Platform environments using Forseti Security, Security Command Center, and gcloud CLI to audit IAM policies, firewall rules, storage permissions, and compliance against CIS GCP … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-gcp-security-assessment-with-forseti) |
|
||||
| `configuring-identity-aware-proxy-with-google-iap` | core | Configuring Google Cloud Identity-Aware Proxy (IAP) to enforce per-request identity verification for Compute Engine, App Engine, Cloud Run, and GKE services using access levels, context-aware policies, and programmatic access with service … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/configuring-identity-aware-proxy-with-google-iap) |
|
||||
| `implementing-cloud-security-posture-management` | core | Implementing Cloud Security Posture Management (CSPM) to continuously monitor multi-cloud environments for misconfigurations, compliance violations, and security risks using Prowler, ScoutSuite, AWS Security Hub, Azure Defender, and GCP … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-cloud-security-posture-management) |
|
||||
| `implementing-gcp-binary-authorization` | core | Implement GCP Binary Authorization to enforce deploy-time security controls that ensure only trusted, attested container images are deployed to Google Kubernetes Engine and Cloud Run. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-gcp-binary-authorization) |
|
||||
| `implementing-zero-trust-in-cloud` | core | This skill guides organizations through implementing zero trust architecture in cloud environments following NIST SP 800-207 and Google BeyondCorp principles. It covers identity-centric access controls, micro-segmentation, continuous … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-zero-trust-in-cloud) |
|
||||
| `securing-serverless-functions` | core | This skill covers security hardening for serverless compute platforms including AWS Lambda, Azure Functions, and Google Cloud Functions. It addresses least privilege IAM roles, dependency vulnerability scanning, secrets management … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/securing-serverless-functions) |
|
||||
| `auditing-gcp-iam-permissions` | core | Auditing Google Cloud Platform IAM permissions to identify overly permissive bindings, primitive role usage, service account key proliferation, and cross-project access risks using gcloud CLI, Policy Analyzer, and IAM Recommender. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/auditing-gcp-iam-permissions) |
|
||||
|
||||
## 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` | adjacent | 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) |
|
||||
| `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-code-javascript` | adjacent | 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-code-python` | adjacent | 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-tool` | adjacent | 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-node-configuration` | adjacent | Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type. … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-node-configuration) |
|
||||
| `n8n-self-hosting` | adjacent | Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-self-hosting) |
|
||||
| `using-n8n-mcp-skills` | adjacent | 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-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-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) |
|
||||
| `n8n-expression-syntax` | adjacent | 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) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `tao-run-on-kubernetes` | core | Kubernetes execution platform — submits TAO container jobs as single-pod k8s Jobs with NVIDIA GPU scheduling. Use when running on EKS / GKE / AKS / on-prem clusters with the NVIDIA GPU Operator installed, or when integrating TAO into an … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-run-on-kubernetes) |
|
||||
| `physical-ai-infrastructure-setup-and-resilient-scaling` | core | Use when the user wants to set up, scale, validate, or harden NVIDIA physical AI infrastructure for synthetic data generation workflows across local MicroK8s or Azure AKS, including Kubernetes clusters, inference endpoint deployment, OSMO … | [source](https://github.com/NVIDIA/skills/tree/153b14b/plugins/nvidia-skills/skills/physical-ai-infrastructure-setup-and-resilient-scaling) |
|
||||
| `dali-dynamic-mode` | core | DALI imperative dynamic mode (`nvidia.dali.experimental.dynamic`, ndd): use when working on ndd code or migrating pipelines; skip pipeline-only tasks. | [source](https://github.com/NVIDIA/skills/tree/153b14b/plugins/nvidia-skills/skills/dali-dynamic-mode) |
|
||||
| `deepstream-generate-pipeline` | core | Build DeepStream GStreamer pipelines interactively. Use when the user asks about pipelines for video/image inference, detection, tracking, or streaming — including natural phrases like 'pipeline to infer on image', 'run inference on … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/deepstream-generate-pipeline) |
|
||||
| `deepstream-dev` | core | 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) |
|
||||
| `nemotron-customize` | core | Plan, configure, and chain repo-native Nemotron customization steps into single-step or multi-step pipelines: curation, translation, SFT/PEFT (AutoModel or Megatron-Bridge), pretraining/CPT, RL alignment (DPO/RLVR/GRPO/RLHF), BYOB/MCQ … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/nemotron-customize) |
|
||||
| `earth2studio-data-fetch` | core | Fetch weather/climate data via Earth2Studio data sources for specific variables and times. Do NOT use for inference pipelines, model discovery, or installation. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/earth2studio-data-fetch) |
|
||||
| `nemo-automodel-launcher-config` | adjacent | Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/nemo-automodel-launcher-config) |
|
||||
| `nemo-automodel-model-onboarding` | adjacent | Guide for onboarding new model architectures into NeMo AutoModel, including architecture discovery, implementation patterns, registration, and validation. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/nemo-automodel-model-onboarding) |
|
||||
| `tao-train-oneformer` | adjacent | OneFormer for universal image segmentation. Unifies panoptic, instance, and semantic segmentation with a single architecture using task-conditioned queries. Use when training, evaluating, exporting, quantizing, or running inference for a … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-train-oneformer) |
|
||||
| `tao-train-segformer` | adjacent | SegFormer for semantic segmentation. Lightweight transformer-based architecture with hierarchical feature extraction, efficient for real-time segmentation tasks. Use when training, evaluating, exporting, quantizing, or running inference … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-train-segformer) |
|
||||
| `hsb-app` | adjacent | 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) |
|
||||
|
||||
## 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-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-characters` | adjacent | Discover and use Venice public characters (persona-driven system prompts with a bound model). Covers GET /characters (search/filter/sort), /characters/{slug}, /characters/{slug}/reviews, the Character schema, and how to apply a character … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-characters) |
|
||||
| `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-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-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) |
|
||||
| `venice-embeddings` | adjacent | Call POST /embeddings on Venice. Covers request shape (input, model, encoding_format, dimensions, user), OpenAI compatibility, response compression (gzip/br), and practical usage for retrieval, clustering, and RAG. | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-embeddings) |
|
||||
| `venice-image-edit` | adjacent | Transform existing images with Venice. Covers POST /image/edit (prompt-driven single-image edit), /image/multi-edit (compose 1-3 images), /image/upscale (2-4x upscale + enhance), and /image/background-remove. Accepts base64, file upload, … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-image-edit) |
|
||||
| `venice-image-generate` | adjacent | Generate images with Venice. Covers POST /image/generate (Venice-native), POST /images/generations (OpenAI-compatible), GET /image/styles (style presets), request fields (prompt, dimensions, cfg_scale, seed, variants, style_preset, … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-image-generate) |
|
||||
| `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) |
|
||||
73
references/market.md
Normal file
73
references/market.md
Normal file
@@ -0,0 +1,73 @@
|
||||
# Market evidence report — cloud-architect
|
||||
|
||||
Source: **9 real job ads** (JSearch API, countries: us 9), extracted into the MSSQL evidence store; as of 2026-07-10.
|
||||
This report contains extracted, aggregated facts only — no ad text is
|
||||
reproduced (copyright / platform terms).
|
||||
|
||||
## Seniority distribution
|
||||
|
||||
| Seniority | Ads | Share |
|
||||
|---|---|---|
|
||||
| mid | 4 | 44 % |
|
||||
| senior | 4 | 44 % |
|
||||
| lead | 1 | 11 % |
|
||||
|
||||
## Tools — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | AWS | 6 | 67 % |
|
||||
| 2 | Terraform | 6 | 67 % |
|
||||
| 3 | Azure | 5 | 56 % |
|
||||
| 4 | CloudFormation | 4 | 44 % |
|
||||
|
||||
## Hard skills — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | cloud architecture | 3 | 33 % |
|
||||
| 2 | cloud architecture design | 3 | 33 % |
|
||||
|
||||
## Methods — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | devsecops | 4 | 44 % |
|
||||
|
||||
## Responsibilities — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
|
||||
## Regional breakdown
|
||||
|
||||
> **Corpus note:** 9 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** — 9 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 |
|
||||
|---|---|
|
||||
| Cloud Architect - Google Cloud Platform (GCP) | 1 |
|
||||
| Cloud Architect - National Capital Region (NCR); Must have an active TS/SCI Clearance with Polygraph | 1 |
|
||||
| Cloud Architect / Engineer | 1 |
|
||||
| Cloud Architect job at ICF in Washington, DC | 1 |
|
||||
| Cloud Architect/Engineer 🏆 | 1 |
|
||||
| Cloud Infrastructure Architect, Okta Federal | 1 |
|
||||
| Cloud Systems Architect | 1 |
|
||||
| Hybrid Cloud Master Solution Architect | 1 |
|
||||
| Principal Proserve Cloud Architect, AWS Professional Services, Pan-Amazon Strategy and Growth | 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.
|
||||
18
references/profile.md
Normal file
18
references/profile.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Occupation profile — cloud architect
|
||||
|
||||
- **ESCO URI:** http://data.europa.eu/esco/occupation/2fb96c6c-8d0b-4ef0-b1ee-3e493305e4eb
|
||||
- **ESCO code:** 2512.6
|
||||
- **ISCO-08 group:** 2512 — Software developers
|
||||
|
||||
## Description (ESCO)
|
||||
|
||||
Cloud architects are responsible for converting the technical features of a project into the architecture to lead to the final product. To develop technical cloud strategy, they have in-depth knowledge of the architectural principles and services, assisting with cloud migration efforts, review workload architectures, and provide guidance on how to address high-risk issues. They typically perform in a pre-sales capacity and are often asked to deliver proof-of-concept projects, topical workshops, and lead implementation projects. They team up with DevOps engineers to build the appropriate technologies.
|
||||
|
||||
## Definition
|
||||
|
||||
nan
|
||||
|
||||
## Alternative labels
|
||||
|
||||
- aws cloud architect
|
||||
- cloud solutions consultant
|
||||
182
references/skills.md
Normal file
182
references/skills.md
Normal file
@@ -0,0 +1,182 @@
|
||||
# Competences — cloud architect
|
||||
|
||||
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/2fb96c6c-8d0b-4ef0-b1ee-3e493305e4eb).
|
||||
|
||||
## Essential
|
||||
|
||||
- **cloud technologies** (knowledge)
|
||||
- **collaborate with engineers** (skill/competence)
|
||||
- **deploy cloud resource** (skill/competence)
|
||||
- **design cloud architecture** (skill/competence)
|
||||
- **design cloud networks** (skill/competence)
|
||||
- **plan migration to cloud** (skill/competence)
|
||||
|
||||
## Optional
|
||||
|
||||
- Agile development (knowledge)
|
||||
- Agile project management (knowledge)
|
||||
- automate cloud tasks (skill/competence)
|
||||
- cloud security and compliance (knowledge)
|
||||
- coordinate engineering teams (skill/competence)
|
||||
- design database in the cloud (skill/competence)
|
||||
- design for organisational complexity (skill/competence)
|
||||
- develop with cloud services (skill/competence)
|
||||
- DevOps (knowledge)
|
||||
- do cloud refactoring (skill/competence)
|
||||
- ICT architectural frameworks (knowledge)
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 9 ads, as of 2026-07-10)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Hard skills
|
||||
|
||||
- cloud architecture — **33 %**
|
||||
- cloud architecture design — **33 %**
|
||||
- identity and access management — **22 %**
|
||||
- network design — **22 %**
|
||||
- secure enclave design — **22 %**
|
||||
- system design — **22 %**
|
||||
- system integration — **11 %**
|
||||
- solution development — **11 %**
|
||||
- solution implementation — **11 %**
|
||||
- security compliance — **11 %**
|
||||
- security hardening — **11 %**
|
||||
- security implementation — **11 %**
|
||||
- secure infrastructure implementation — **11 %**
|
||||
- security architecture — **11 %**
|
||||
- risk identification — **11 %**
|
||||
- project management — **11 %**
|
||||
- proposal development — **11 %**
|
||||
- pursuit orchestration — **11 %**
|
||||
- requirements definition — **11 %**
|
||||
- network security — **11 %**
|
||||
- migration planning — **11 %**
|
||||
- multi-cloud strategy — **11 %**
|
||||
- network architecture — **11 %**
|
||||
- kubernetes administration — **11 %**
|
||||
- kubernetes orchestration — **11 %**
|
||||
- legacy system migration — **11 %**
|
||||
- logging and monitoring — **11 %**
|
||||
- identity management — **11 %**
|
||||
- incident response — **11 %**
|
||||
- infrastructure as code — **11 %**
|
||||
- infrastructure-as-code — **11 %**
|
||||
- interface definition — **11 %**
|
||||
- encryption — **11 %**
|
||||
- iaac implementation — **11 %**
|
||||
- ci/cd pipeline architecture — **11 %**
|
||||
- cloud engineering — **11 %**
|
||||
- cloud infrastructure architecture — **11 %**
|
||||
- cloud modernization — **11 %**
|
||||
- ai platform engineering — **11 %**
|
||||
- cloud security — **11 %**
|
||||
- cloud security architecture — **11 %**
|
||||
- compliance documentation — **11 %**
|
||||
- compliance engineering — **11 %**
|
||||
- compliance frameworks — **11 %**
|
||||
- configuration management — **11 %**
|
||||
- containerization — **11 %**
|
||||
- cost optimization — **11 %**
|
||||
- cross-functional leadership — **11 %**
|
||||
- customer relationship development — **11 %**
|
||||
- devsecops practices — **11 %**
|
||||
- disaster recovery — **11 %**
|
||||
- technical architecture — **11 %**
|
||||
- technical writing — **11 %**
|
||||
- technology evaluation — **11 %**
|
||||
- systems engineering — **11 %**
|
||||
- troubleshooting — **11 %**
|
||||
- zero trust implementation — **11 %**
|
||||
- system deployment — **11 %**
|
||||
|
||||
### Methods
|
||||
|
||||
- devsecops — **44 %**
|
||||
- infrastructure as code (iac) — **22 %**
|
||||
- IT/Digital Transformation — **11 %**
|
||||
- infrastructure-as-code — **11 %**
|
||||
- hybrid cloud environments — **11 %**
|
||||
- IaC — **11 %**
|
||||
- microservices architecture — **11 %**
|
||||
- Migration — **11 %**
|
||||
- Modernization — **11 %**
|
||||
- NIST 800-207 — **11 %**
|
||||
- nist 800-53 compliance — **11 %**
|
||||
- platform engineering — **11 %**
|
||||
- secure design reviews — **11 %**
|
||||
- dhs 4300a requirements — **11 %**
|
||||
- design thinking — **11 %**
|
||||
- DevOps practices — **11 %**
|
||||
- fedramp compliance — **11 %**
|
||||
- fedramp high compliance — **11 %**
|
||||
- finops — **11 %**
|
||||
- fisma compliance — **11 %**
|
||||
- agile development — **11 %**
|
||||
- Agile methods — **11 %**
|
||||
- big bang architecture — **11 %**
|
||||
- CI/CD pipelines — **11 %**
|
||||
- zero trust principles — **11 %**
|
||||
- zero-trust architecture — **11 %**
|
||||
- V-model — **11 %**
|
||||
- zero trust frameworks — **11 %**
|
||||
- technical architecture reviews — **11 %**
|
||||
|
||||
### Responsibilities
|
||||
|
||||
- cloud governance — **22 %**
|
||||
- architecture design — **22 %**
|
||||
- cross-functional collaboration — **22 %**
|
||||
- security implementation — **22 %**
|
||||
- security solution implementation — **11 %**
|
||||
- solution architecture — **11 %**
|
||||
- solution conceptualization — **11 %**
|
||||
- solution deployment — **11 %**
|
||||
- stakeholder presentation — **11 %**
|
||||
- solution development — **11 %**
|
||||
- system migration — **11 %**
|
||||
- system element architecture — **11 %**
|
||||
- secure cloud pattern collaboration — **11 %**
|
||||
- security assessment participation — **11 %**
|
||||
- platform integration — **11 %**
|
||||
- resource optimization — **11 %**
|
||||
- reference architecture development — **11 %**
|
||||
- making proserve capabilities visible — **11 %**
|
||||
- legacy system migration — **11 %**
|
||||
- leading milestone reviews — **11 %**
|
||||
- federal security compliance — **11 %**
|
||||
- emerging service evaluation — **11 %**
|
||||
- emerging technology evaluation — **11 %**
|
||||
- infrastructure validation — **11 %**
|
||||
- cluster management — **11 %**
|
||||
- cost optimization — **11 %**
|
||||
- connecting amazon’s operational excellence — **11 %**
|
||||
- compliance management — **11 %**
|
||||
- compliance oversight — **11 %**
|
||||
- cloud solution architecture — **11 %**
|
||||
- framework establishment — **11 %**
|
||||
- disaster recovery planning — **11 %**
|
||||
- architecture review — **11 %**
|
||||
- ai infrastructure development — **11 %**
|
||||
- architectural guidance — **11 %**
|
||||
- architectural guideline development — **11 %**
|
||||
- architectural oversight — **11 %**
|
||||
- aligning domain experts — **11 %**
|
||||
- building reusable integration assets — **11 %**
|
||||
- cloud infrastructure design — **11 %**
|
||||
- cloud modernization support — **11 %**
|
||||
- cloud platform design — **11 %**
|
||||
- client requirement definition — **11 %**
|
||||
- cloud architecture design — **11 %**
|
||||
- cloud architecture development — **11 %**
|
||||
- technical direction provision — **11 %**
|
||||
- technical leadership — **11 %**
|
||||
- technical response delivery — **11 %**
|
||||
- technical roadmap creation — **11 %**
|
||||
- technology evaluation — **11 %**
|
||||
- technology roadmap definition — **11 %**
|
||||
- team collaboration — **11 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
44
references/tasks.md
Normal file
44
references/tasks.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# Tasks & work activities — cloud architect
|
||||
|
||||
Source: O*NET 30.3, occupation 15-1252.00 (Software Developers) — manual nearest-occupation mapping via ISCO group 2512; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
## Task statements
|
||||
|
||||
- **[Core]** Analyze information to determine, recommend, and plan installation of a new system or modification of an existing system.
|
||||
- **[Core]** Analyze user needs and software requirements to determine feasibility of design within time and cost constraints.
|
||||
- **[Core]** Confer with data processing or project managers to obtain information on limitations or capabilities for data processing projects.
|
||||
- **[Core]** Confer with systems analysts, engineers, programmers and others to design systems and to obtain information on project limitations and capabilities, performance requirements and interfaces.
|
||||
- **[Core]** Consult with customers or other departments on project status, proposals, or technical issues, such as software system design or maintenance.
|
||||
- **[Supplemental]** Coordinate installation of software system.
|
||||
- **[Core]** Design, develop and modify software systems, using scientific analysis and mathematical models to predict and measure outcomes and consequences of design.
|
||||
- **[Core]** Determine system performance standards.
|
||||
- **[Core]** Develop or direct software system testing or validation procedures, programming, or documentation.
|
||||
- **[Core]** Modify existing software to correct errors, adapt it to new hardware, or upgrade interfaces and improve performance.
|
||||
- **[Supplemental]** Monitor functioning of equipment to ensure system operates in conformance with specifications.
|
||||
- **[Supplemental]** Obtain and evaluate information on factors such as reporting formats required, costs, or security needs to determine hardware configuration.
|
||||
- **[Core]** Prepare reports or correspondence concerning project specifications, activities, or status.
|
||||
- **[Core]** Store, retrieve, and manipulate data for analysis of system capabilities and requirements.
|
||||
- **[Supplemental]** Supervise and assign work to programmers, designers, technologists, technicians, or other engineering or scientific personnel.
|
||||
- **[Supplemental]** Supervise the work of programmers, technologists and technicians and other engineering and scientific personnel.
|
||||
- **[Supplemental]** Train users to use new or modified equipment.
|
||||
|
||||
## Detailed work activities
|
||||
|
||||
- Analyze project data to determine specifications or requirements.
|
||||
- Apply mathematical principles or statistical approaches to solve problems in scientific or applied fields.
|
||||
- Assess database performance.
|
||||
- Assign duties or work schedules to employees.
|
||||
- Collaborate with others to determine design specifications or details.
|
||||
- Collaborate with others to resolve information technology issues.
|
||||
- Communicate project information to others.
|
||||
- Coordinate software or hardware installation.
|
||||
- Design software applications.
|
||||
- Develop performance metrics or standards related to information technology.
|
||||
- Develop testing routines or procedures.
|
||||
- Manage information technology projects or system activities.
|
||||
- Modify software programs to improve performance.
|
||||
- Monitor computer system performance to ensure proper operation.
|
||||
- Prepare data for analysis.
|
||||
- Provide technical support for software maintenance or use.
|
||||
- Supervise information technology personnel.
|
||||
- Teach others to use computer equipment or hardware.
|
||||
478
references/tools.md
Normal file
478
references/tools.md
Normal file
@@ -0,0 +1,478 @@
|
||||
# Tools & technology — cloud architect
|
||||
|
||||
Source: O*NET 30.3, occupation 15-1252.00 (Software Developers) — manual nearest-occupation mapping via ISCO group 2512; 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 |
|
||||
| Alteryx software | Business intelligence and data analysis 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 Airflow | Procedure management software | yes |
|
||||
| Apache Cassandra | Data base management system software | yes |
|
||||
| Apache Hadoop | Data base management system software | yes |
|
||||
| Apache Hive | Data base user interface and query 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 Bitbucket | Application server 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 |
|
||||
| Border Gateway Protocol BGP | Switch or router 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 |
|
||||
| ESRI ArcGIS software | Map creation 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 |
|
||||
| GitLab | 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 |
|
||||
| Google Looker Analytics | Business intelligence and data analysis software | yes |
|
||||
| Google Sheets | Spreadsheet software | yes |
|
||||
| Grafana Labs Grafana Cloud | Graphical user interface development software | yes |
|
||||
| GraphQL | Data base user interface and query software | yes |
|
||||
| Hibernate ORM | Object oriented data base management software | yes |
|
||||
| Hypertext markup language HTML | Web platform development software | yes |
|
||||
| IBM DB2 | Data base user interface and query software | yes |
|
||||
| IBM SPSS Statistics | Analytical or scientific software | yes |
|
||||
| IBM Terraform | Configuration management software | yes |
|
||||
| IBM WebSphere MQ | Cloud-based management software | yes |
|
||||
| Informatica software | Metadata management software | yes |
|
||||
| JavaScript | Web platform development software | yes |
|
||||
| JavaScript Object Notation JSON | Web platform development software | yes |
|
||||
| Jenkins CI | Enterprise application integration software | yes |
|
||||
| jQuery | Object or component oriented development software | yes |
|
||||
| JUnit | Program testing software | yes |
|
||||
| Kubernetes | Application server software | yes |
|
||||
| Linux | Operating system software | yes |
|
||||
| Marketo Marketing Automation | Sales and marketing software | yes |
|
||||
| Microsoft .NET Framework | Development environment software | yes |
|
||||
| Microsoft Access | Data base user interface and query software | yes |
|
||||
| Microsoft Active Directory | Internet directory services 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 Outlook | Electronic mail software | yes |
|
||||
| Microsoft Power Automate | Enterprise application integration software | yes |
|
||||
| Microsoft Power BI | Business intelligence and data analysis software | yes |
|
||||
| Microsoft Power Platform software | Enterprise application integration software | yes |
|
||||
| Microsoft PowerPoint | Presentation 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 Team Foundation Server | Project management software | yes |
|
||||
| Microsoft Teams | Project management 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 |
|
||||
| Microsoft Word | Word processing software | yes |
|
||||
| MongoDB | Data base management system software | yes |
|
||||
| MySQL | Data base user interface and query software | yes |
|
||||
| Node.js | Web platform development software | yes |
|
||||
| NoSQL | Data base management system software | yes |
|
||||
| Oracle Cloud software | Cloud-based management software | yes |
|
||||
| Oracle Database | Data base management system 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 |
|
||||
| Oracle SQL Developer | Development environment software | yes |
|
||||
| Perl | Object or component oriented development software | yes |
|
||||
| PHP | Web platform development software | yes |
|
||||
| PostgreSQL | Object oriented data base management software | yes |
|
||||
| Prometheus | Data base user interface and query software | yes |
|
||||
| Puppet | Configuration management software | yes |
|
||||
| Python | Object or component oriented development software | yes |
|
||||
| PyTorch | Data base user interface and query 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 |
|
||||
| Redis | Data base management system software | yes |
|
||||
| Ruby | Development environment software | yes |
|
||||
| Salesforce software | Customer relationship management CRM software | yes |
|
||||
| SAP ERP | Enterprise resource planning ERP 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 |
|
||||
| ServiceNow | Data base user interface and query software | yes |
|
||||
| Shell script | Operating system software | yes |
|
||||
| Slack | Cloud-based data access and sharing software | yes |
|
||||
| Snowflake | Data mining 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 |
|
||||
| TensorFlow | Analytical or scientific 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 |
|
||||
| WordPress | Web page creation and editing software | yes |
|
||||
| Workday software | Enterprise resource planning ERP software | yes |
|
||||
| Zoom | Video conferencing software | yes |
|
||||
| 3M Post-it App | Word processing software | |
|
||||
| A programming language APL | Development environment software | |
|
||||
| ABC Compiler | Development environment software | |
|
||||
| ABC: the AspectBench Compiler for AspectJ | Object or component oriented development software | |
|
||||
| Ada | Development environment software | |
|
||||
| ADO.NET | Data base user interface and query software | |
|
||||
| Adobe ActionScript | Development environment software | |
|
||||
| Adobe Dreamweaver | Web page creation and editing software | |
|
||||
| Adobe Flex | Web platform development software | |
|
||||
| Advanced business application programming ABAP | Object or component oriented development software | |
|
||||
| Airtable | Data base user interface and query software | |
|
||||
| Algorithmic language ALGOL | Development environment software | |
|
||||
| Allaire ColdFusion | Web platform development software | |
|
||||
| Amazon Kinesis | Data base management system software | |
|
||||
| Amazon Simple Storage Service S3 | Storage networking software | |
|
||||
| American National Standards Institute ANSI C | Development environment software | |
|
||||
| Apache Ant | Development environment software | |
|
||||
| Apache Avro | Information retrieval or search software | |
|
||||
| Apache Flume | Data base management system software | |
|
||||
| Apache Groovy | Object or component oriented development software | |
|
||||
| Apache HBase | Data base management system software | |
|
||||
| Apache HTTP Server | Portal server software | |
|
||||
| Apache Oozie | Data base management system software | |
|
||||
| Apache Pig | Data base management system software | |
|
||||
| Apache Solr | Data base management system software | |
|
||||
| Apache Struts | Web platform development software | |
|
||||
| Atlassian Bamboo | Enterprise application integration software | |
|
||||
| Automated installation software | Configuration management software | |
|
||||
| AWK | Development environment software | |
|
||||
| Backbone.js | Web platform development software | |
|
||||
| Backup and archival software | Backup or archival software | |
|
||||
| Beginner's all-purpose symbolic instruction code BASIC | Development environment software | |
|
||||
| Bigloo Scheme | Development environment software | |
|
||||
| Blackbaud The Raiser's Edge | Customer relationship management CRM software | |
|
||||
| Blackboard software | Data base user interface and query software | |
|
||||
| Blink | Instant messaging software | |
|
||||
| B-Method | Development environment software | |
|
||||
| Call-processing language CPL | Development environment software | |
|
||||
| Canu | Development environment software | |
|
||||
| Cisco IOS | Operating system software | |
|
||||
| Citrix cloud computing software | Access software | |
|
||||
| Collaborative Application Markup Language CAML | Object or component oriented development software | |
|
||||
| Common business oriented language COBOL | Development environment software | |
|
||||
| Common Lisp Object System CLOS | Object or component oriented development software | |
|
||||
| Component object model COM software | Object or component oriented development software | |
|
||||
| Component-based Scalable Logical Architecture CSLA | Object or component oriented development software | |
|
||||
| Computer Associates integrated data management system CA-IDMS | Data base management system software | |
|
||||
| Computer On-line Real-time Applications Language CORAL 66 | Development environment software | |
|
||||
| Customer information control system CICS | Transaction server software | |
|
||||
| Data analysis software | Analytical or scientific software | |
|
||||
| Data definition language DDL | Data base management system software | |
|
||||
| Data manipulation language DML | Data base management system software | |
|
||||
| DataVision | Data base reporting software | |
|
||||
| Defect tracking software | Program testing software | |
|
||||
| Delphi Technology | Financial analysis software | |
|
||||
| Deployment software | Configuration management software | |
|
||||
| Disk operating system DOS | Operating system software | |
|
||||
| Distributed component object model DCOM software | Object or component oriented development software | |
|
||||
| Distributed database management software | Data base management system software | |
|
||||
| Document management system software | Document management software | |
|
||||
| Document Object Model DOM Scripting | Object or component oriented development software | |
|
||||
| Dropbox | Cloud-based data access and sharing software | |
|
||||
| Drupal | Web platform development software | |
|
||||
| Dynamic analysis software | Program testing software | |
|
||||
| Dynamic hypertext markup language DHTML | Web platform development software | |
|
||||
| Dynamic modeling software | Analytical or scientific software | |
|
||||
| E++ pattern language | Object or component oriented development software | |
|
||||
| Eclipse Jersey | Web platform development software | |
|
||||
| Eiffel | Object or component oriented development software | |
|
||||
| Embarcadero Delphi | Object or component oriented development software | |
|
||||
| Embarcadero JBuilder | Development environment software | |
|
||||
| Embedded systems development software | Development environment software | |
|
||||
| Emerald Software Group Emerald Green Office | Content workflow software | |
|
||||
| Encryption software | Transaction security and virus protection software | |
|
||||
| Enterprise application integration EAI software | Enterprise application integration software | |
|
||||
| Enterprise JavaBeans | Web platform development software | |
|
||||
| Event-driven State-machines Programming | Development environment 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 | |
|
||||
| FaceTime | Video conferencing software | |
|
||||
| Fault testing software | Program testing software | |
|
||||
| File server software | Filesystem software | |
|
||||
| FileMaker Pro | Data base user interface and query software | |
|
||||
| Firewall software | Network security and virtual private network VPN equipment software | |
|
||||
| Flipgrid | Video creation and editing software | |
|
||||
| Formula translation/translator FORTRAN | Development environment software | |
|
||||
| Forth | Development environment software | |
|
||||
| Functional testing software | Program testing software | |
|
||||
| Gambit Scheme | Development environment software | |
|
||||
| GNU Image Manipulation Program GIMP | Graphics or photo imaging software | |
|
||||
| Google Cloud software | Cloud-based management software | |
|
||||
| Google Drive | Cloud-based data access and sharing software | |
|
||||
| Google Gmail | Electronic mail software | |
|
||||
| Google Meet | Video conferencing software | |
|
||||
| Google Sites | Web page creation and editing software | |
|
||||
| Google Slides | Presentation software | |
|
||||
| Gradle | Object or component oriented development software | |
|
||||
| Graphical user interface GUI builder software | Graphical user interface development software | |
|
||||
| Graphical user interface GUI design software | Graphical user interface development software | |
|
||||
| GroupMe | Instant messaging software | |
|
||||
| Haskell | Development environment software | |
|
||||
| Hewlett Packard HP-UX | Operating system software | |
|
||||
| Hewlett Packard LoadRunner | Program testing software | |
|
||||
| IBM AIX | Operating system software | |
|
||||
| IBM Cognos Impromptu | Business intelligence and data analysis software | |
|
||||
| IBM Domino | Communications server software | |
|
||||
| IBM InfoSphere DataStage | Enterprise application integration software | |
|
||||
| IBM Middleware | Transaction server software | |
|
||||
| IBM Notes | Electronic mail software | |
|
||||
| IBM Power Systems software | Enterprise system management software | |
|
||||
| IBM Rational ClearCase | Configuration management software | |
|
||||
| IBM Rational ClearQuest | Development environment software | |
|
||||
| IBM Rational PurifyPlus | Program testing software | |
|
||||
| IBM Rational RequisitePro | Requirements analysis and system architecture software | |
|
||||
| IBM Rational Rose XDE | Development environment software | |
|
||||
| IBM WebSphere | Cloud-based management software | |
|
||||
| IBM z/OS operating systems | Network operation system software | |
|
||||
| ICON programming language | Development environment software | |
|
||||
| IEA Software Emerald | Data base user interface and query software | |
|
||||
| Integrated development environment IDE software | Development environment software | |
|
||||
| Integration testing software | Program testing software | |
|
||||
| Interface definition language IDL | Development environment software | |
|
||||
| Interoperability testing software | Program testing software | |
|
||||
| Interstate connection ICON | Development environment software | |
|
||||
| J | Development environment software | |
|
||||
| JamBoard | Graphics or photo imaging software | |
|
||||
| JavaScript framework software | Web platform development software | |
|
||||
| JFrog Artifactory | Development environment software | |
|
||||
| Job control language JCL | Operating system software | |
|
||||
| Jupyter Notebook | Object or component oriented development software | |
|
||||
| KornShell | Operating system software | |
|
||||
| Kotlin | Development environment software | |
|
||||
| LAMP Stack | Web platform development software | |
|
||||
| LexisNexis | Information retrieval or search software | |
|
||||
| LibreOffice | Office suite software | |
|
||||
| LinkedIn | Web page creation and editing software | |
|
||||
| List processing language LISP | Development environment software | |
|
||||
| Load testing software | Program testing software | |
|
||||
| LogMeIn GoToMeeting | Video conferencing software | |
|
||||
| LogMeIn GoToWebinar | Network conferencing software | |
|
||||
| Loom | Video creation and editing software | |
|
||||
| Magellan Firmware | Operating system software | |
|
||||
| Management information systems MIS | Enterprise resource planning ERP software | |
|
||||
| MathWorks Simulink | Analytical or scientific software | |
|
||||
| McAfee | Transaction security and virus protection software | |
|
||||
| Microservices Architecture | Application server software | |
|
||||
| Microsoft ActiveX | Object or component oriented development software | |
|
||||
| Microsoft ASP.NET Core MVC | Web platform development software | |
|
||||
| Microsoft Azure DevOps Services | Development environment software | |
|
||||
| Microsoft DirectX | Device drivers or system software | |
|
||||
| Microsoft Dynamics | Enterprise resource planning ERP software | |
|
||||
| Microsoft Dynamics GP | Enterprise resource planning ERP software | |
|
||||
| Microsoft ESP SDK | Development environment software | |
|
||||
| Microsoft Exchange | Electronic mail software | |
|
||||
| Microsoft Internet Information Services (IIS) | Transaction server software | |
|
||||
| Microsoft OneNote | Word processing software | |
|
||||
| Microsoft Publisher | Desktop publishing software | |
|
||||
| Microsoft transact-structural query language T-SQL | Data base management system 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 | |
|
||||
| MicroStrategy | Business intelligence and data analysis software | |
|
||||
| Migration software | Platform interconnectivity software | |
|
||||
| Migration testing software | Program testing software | |
|
||||
| Minitab | Analytical or scientific software | |
|
||||
| Modula | Object or component oriented development software | |
|
||||
| Moodle | Computer based training software | |
|
||||
| MuleSoft software | Enterprise application integration software | |
|
||||
| MUMPS M | Development environment software | |
|
||||
| Mutation testing software | Program testing software | |
|
||||
| Nagios | Network monitoring software | |
|
||||
| National Instruments LabVIEW | Development environment software | |
|
||||
| NetSuite ERP | Enterprise resource planning ERP software | |
|
||||
| NortonLifeLock cybersecurity software | Transaction security and virus protection software | |
|
||||
| Oberon | Object or component oriented development software | |
|
||||
| Object Management Group Object Request Broker | Transaction server software | |
|
||||
| Objective C | Object or component oriented development software | |
|
||||
| Objective Caml | Object or component oriented development software | |
|
||||
| Open Graphics Library OpenGL | Graphics or photo imaging software | |
|
||||
| OpenAI ChatGPT | Development environment software | |
|
||||
| Operating system shells | Operating system software | |
|
||||
| Oracle Application Server | Application server software | |
|
||||
| Oracle Business Intelligence Discoverer | Data base reporting software | |
|
||||
| Oracle Business Intelligence Enterprise Edition | Business intelligence and data analysis software | |
|
||||
| Oracle Business Intelligence Suite | Data base reporting software | |
|
||||
| Oracle E-Business Suite Financials | Financial 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 Java Message Service JMS | Object or component oriented development 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 PeopleSoft Financials | Enterprise resource planning ERP software | |
|
||||
| Oracle Reports | Data base reporting software | |
|
||||
| Oracle Solaris | Operating system software | |
|
||||
| Oracle WebLogic Server | Application server software | |
|
||||
| Pascal | Development environment software | |
|
||||
| Patch management software | Configuration management software | |
|
||||
| Perforce Helix software | Configuration management software | |
|
||||
| Platform as a service PaaS | Cloud-based data access and sharing software | |
|
||||
| Programming language one PL/I | Development environment software | |
|
||||
| Prolog | Development environment software | |
|
||||
| PuTTY | Access software | |
|
||||
| Qlik Tech QlikView | Business intelligence and data analysis software | |
|
||||
| QNX | Operating system software | |
|
||||
| Quest Erwin Data Modeler | Metadata management software | |
|
||||
| RabbitMQ | Object or component oriented development software | |
|
||||
| React Native | Web platform development software | |
|
||||
| React Redux | Web platform development software | |
|
||||
| Real time operating system RTOS software | Operating system software | |
|
||||
| Recovery testing software | Program testing software | |
|
||||
| Red Hat Ansible Engine | Configuration management software | |
|
||||
| Red Hat WildFly | Application server software | |
|
||||
| Regression testing software | Program testing software | |
|
||||
| Relational database management software | Data base management system software | |
|
||||
| Requirements management software | Requirements analysis and system architecture software | |
|
||||
| RESTful API | Web platform development software | |
|
||||
| Restructured extended executor REXX | Development environment software | |
|
||||
| Ruby on Rails | Web platform development software | |
|
||||
| Salesforce Visualforce | Graphical user interface development software | |
|
||||
| SAP Adaptive Server Enterprise | Data base management system software | |
|
||||
| SAP Business Intelligence | Data base reporting software | |
|
||||
| SAP Business Objects | Enterprise resource planning ERP software | |
|
||||
| SAP Crystal Reports | Data base reporting software | |
|
||||
| SAP NetWeaver | Enterprise application integration software | |
|
||||
| SAP PowerBuilder | Object or component oriented development software | |
|
||||
| Scheme | Development environment software | |
|
||||
| Screencastify | Video creation and editing software | |
|
||||
| Security testing software | Program testing software | |
|
||||
| Simple API for XML SAX | Object or component oriented development software | |
|
||||
| Simulation program with integrated circuit emphasis SPICE | Analytical or scientific software | |
|
||||
| Single sign-on SSO | Authentication server software | |
|
||||
| Skype | Desktop communications software | |
|
||||
| Smalltalk | Object or component oriented development software | |
|
||||
| SmugMug Flickr | Graphics or photo imaging software | |
|
||||
| Social media sites | Web page creation and editing software | |
|
||||
| Software development tools | Development environment software | |
|
||||
| Software distribution management software | Administration software | |
|
||||
| Software libraries | Development environment software | |
|
||||
| SonarQube | Program testing software | |
|
||||
| Source code editor software | Program testing software | |
|
||||
| StataCorp Stata | Analytical or scientific software | |
|
||||
| Static analysis software | Program testing software | |
|
||||
| Storage area network SAN software | Storage networking software | |
|
||||
| Stress testing software | Program testing software | |
|
||||
| String oriented symbolic language SNOBOL | Development environment software | |
|
||||
| Structured Query Report SQR | Data base management system software | |
|
||||
| Sun Microsystems Java Persistence API | Object or component oriented development software | |
|
||||
| Symantec Visual Cafe | Development environment software | |
|
||||
| System testing software | Program testing software | |
|
||||
| Talend Big Data Integration | Data base management system software | |
|
||||
| Talend Data Fabric | Metadata management software | |
|
||||
| Test design software | Program testing software | |
|
||||
| Test implementation software | Program testing software | |
|
||||
| Ubuntu | Operating system software | |
|
||||
| Unified modeling language UML | Requirements analysis and system architecture software | |
|
||||
| Unit testing software | Program testing software | |
|
||||
| Usability testing software | Program testing software | |
|
||||
| Verilog | Development environment software | |
|
||||
| Veritas NetBackup | Backup or archival software | |
|
||||
| Version control software | File versioning software | |
|
||||
| Virtual private networking VPN software | Network security and virtual private network VPN equipment software | |
|
||||
| Visible Razor | Configuration management software | |
|
||||
| VMware | Clustering software | |
|
||||
| Voice over internet protocol VoIP system software | Internet protocol IP multimedia subsystem software | |
|
||||
| Web application software | Development environment software | |
|
||||
| Web server software | Transaction server software | |
|
||||
| Web service definition language WDSL | Development environment software | |
|
||||
| Win CE | Operating system software | |
|
||||
| Wind River VxWorks | Operating system software | |
|
||||
| Wireshark | Network monitoring software | |
|
||||
| Xcode | Development environment software | |
|
||||
| XML Path Language XPATH | Development environment software | |
|
||||
| YouTube | Video creation and editing software | |
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 9 ads, as of 2026-07-10)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Tools
|
||||
|
||||
- Terraform — **67 %**
|
||||
- AWS — **67 %**
|
||||
- Azure — **56 %**
|
||||
- CloudFormation — **44 %**
|
||||
- GCP — **22 %**
|
||||
- Google Cloud — **22 %**
|
||||
- google cloud deployment manager — **11 %**
|
||||
- google cloud platform (gcp) — **11 %**
|
||||
- google kubernetes engine (gke) — **11 %**
|
||||
- google siem — **11 %**
|
||||
- Grafana — **11 %**
|
||||
- EKS — **11 %**
|
||||
- ELK stack — **11 %**
|
||||
- compute engine — **11 %**
|
||||
- Datadog — **11 %**
|
||||
- Bicep — **11 %**
|
||||
- bigquery — **11 %**
|
||||
- AWS services — **11 %**
|
||||
- artifact registry — **11 %**
|
||||
- Ansible — **11 %**
|
||||
- anthos — **11 %**
|
||||
- cloud functions — **11 %**
|
||||
- cloud run — **11 %**
|
||||
- Kubernetes — **11 %**
|
||||
- IBM Cloud — **11 %**
|
||||
- Okta — **11 %**
|
||||
- Pinecone / Weaviate / Milvus / FAISS — **11 %**
|
||||
- Prometheus — **11 %**
|
||||
- SDN — **11 %**
|
||||
- SD-WAN — **11 %**
|
||||
- vertex ai — **11 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
Reference in New Issue
Block a user