feat: port-coordinator 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 — port-coordinator
|
||||
|
||||
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 — port-coordinator
|
||||
"ESCO (occupation & competences)" : 40
|
||||
"O*NET (tasks & tools)" : 59
|
||||
"Job boards (market evidence)" : 49
|
||||
"Anthropic official Claude skills" : 5
|
||||
"External AI skill packs (mapped)" : 159
|
||||
```
|
||||
|
||||
| Source | Items | Share | Files |
|
||||
|---|---|---|---|
|
||||
| ESCO (occupation & competences) | 40 | 12.8 % | references/profile.md, references/skills.md |
|
||||
| O*NET (tasks & tools) | 59 | 18.9 % | references/tasks.md, references/tools.md |
|
||||
| Job boards (market evidence) | 49 | 15.7 % | references/market.md (full report) + "Market evidence" headline sections |
|
||||
| Wikipedia & AI expert curation | 0 | 0.0 % | glossary, literature, usecases, intake, quality, evals/ |
|
||||
| Anthropic official Claude skills | 5 | 1.6 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
|
||||
| External AI skill packs (mapped) | 159 | 51.0 % | 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).
|
||||
52
SKILL.md
Normal file
52
SKILL.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
name: port-coordinator
|
||||
description: "Occupational skill for the role 'port coordinator' (also: port terminal manager, port operations manager, coordinator of port operations, port operations coordinator, port terminal supervisor, port operations supervisor). Use when the user asks for typical port coordinator work such as: typical port coordinator responsibilities"
|
||||
---
|
||||
|
||||
# Port Coordinator
|
||||
|
||||
Port coordinators manage operations of traffic division for port authorities. They enforce rules and regulations, such as the berthing of ships, handling and storing of cargo, and the use of port facilities. They direct policing and cleaning activities of the harbour department land, streets, buildings, and water areas. Port coordinators also ensure that activities concerning revenue are documented and submitted to the accounting division. They advise port authorities on rates and revisions of port tariff, and solicit steamship companies to use port facilities. They direct activities concerned with compiling daily and annual ship and cargo statistics.
|
||||
|
||||
## 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)
|
||||
|
||||
- anticipate installation maintenance
|
||||
- anticipate logistics requirements for port operations
|
||||
- apply procedures to ensure cargo complies with customs regulations
|
||||
- apply safety management
|
||||
- commodities in maritime transportation
|
||||
- conduct full-scale emergency plan exercises
|
||||
- coordinate dock operations
|
||||
- coordinate the itineraries of vessels
|
||||
- customs regulations for passengers
|
||||
- ensure compliance with port regulations
|
||||
- ensure ongoing compliance with regulations
|
||||
- ensure public safety and security
|
||||
- geographic areas
|
||||
- give instructions to staff
|
||||
- liaise with port users
|
||||
|
||||
## Hot technologies
|
||||
|
||||
- Kronos Workforce Timekeeper
|
||||
- Microsoft Access
|
||||
- Microsoft Excel
|
||||
- Microsoft Office software
|
||||
- Microsoft Outlook
|
||||
- Microsoft PowerPoint
|
||||
- Microsoft Windows
|
||||
- Microsoft Word
|
||||
- SAP software
|
||||
|
||||
---
|
||||
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/fa404a79-4091-47f9-a635-c2e3c576ece8), O*NET 30.3 (43-5032.00, manual nearest match). See manifest.json for licensing/attribution.*
|
||||
238
manifest.json
Normal file
238
manifest.json
Normal file
@@ -0,0 +1,238 @@
|
||||
{
|
||||
"name": "port-coordinator",
|
||||
"title": "port coordinator",
|
||||
"version": "0.1.0",
|
||||
"layer": "core",
|
||||
"language": "en",
|
||||
"generated": "2026-07-07",
|
||||
"ids": {
|
||||
"esco_uri": "http://data.europa.eu/esco/occupation/fa404a79-4091-47f9-a635-c2e3c576ece8",
|
||||
"esco_code": "4323.11",
|
||||
"isco_group": "4323",
|
||||
"onet_soc": "43-5032.00",
|
||||
"crosswalk_match": "manual nearest via ISCO 4323 (Dispatchers, Except Police, Fire, and Ambulance)"
|
||||
},
|
||||
"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": 31,
|
||||
"skills_optional": 8,
|
||||
"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": 2
|
||||
},
|
||||
"wshobson/agents": {
|
||||
"repo": "https://github.com/wshobson/agents",
|
||||
"commit": "6fd3247",
|
||||
"license": "MIT (c) Seth Hobson",
|
||||
"skills": 1
|
||||
},
|
||||
"jeremylongshore/claude-code-plugins-plus-skills": {
|
||||
"repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
|
||||
"commit": "e112938a",
|
||||
"license": "MIT",
|
||||
"skills": 12
|
||||
},
|
||||
"davila7/claude-code-templates": {
|
||||
"repo": "https://github.com/davila7/claude-code-templates",
|
||||
"commit": "fa79251",
|
||||
"license": "MIT",
|
||||
"skills": 6
|
||||
},
|
||||
"a5c-ai/babysitter": {
|
||||
"repo": "https://github.com/a5c-ai/babysitter",
|
||||
"commit": "44a5d58b",
|
||||
"license": "MIT",
|
||||
"skills": 12
|
||||
},
|
||||
"samber/cc-skills-golang": {
|
||||
"repo": "https://github.com/samber/cc-skills-golang",
|
||||
"commit": "4881c01",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"affaan-m/everything-claude-code": {
|
||||
"repo": "https://github.com/affaan-m/everything-claude-code",
|
||||
"commit": "ed38744",
|
||||
"license": "MIT",
|
||||
"skills": 6
|
||||
},
|
||||
"ruvnet/claude-code-flow": {
|
||||
"repo": "https://github.com/ruvnet/claude-code-flow",
|
||||
"commit": "73914bd",
|
||||
"license": "MIT",
|
||||
"skills": 3
|
||||
},
|
||||
"ruvnet/ruflo": {
|
||||
"repo": "https://github.com/ruvnet/ruflo",
|
||||
"commit": "73914bd",
|
||||
"license": "MIT",
|
||||
"skills": 3
|
||||
},
|
||||
"nexscope-ai/eCommerce-Skills": {
|
||||
"repo": "https://github.com/nexscope-ai/eCommerce-Skills",
|
||||
"commit": "56f3288",
|
||||
"license": "MIT",
|
||||
"skills": 5
|
||||
},
|
||||
"davepoon/buildwithclaude": {
|
||||
"repo": "https://github.com/davepoon/buildwithclaude",
|
||||
"commit": "3c94e0c",
|
||||
"license": "MIT",
|
||||
"skills": 2
|
||||
},
|
||||
"brycewang-stanford/Auto-Empirical-Research-Skills": {
|
||||
"repo": "https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills",
|
||||
"commit": "85bf545",
|
||||
"license": "CC-BY-4.0",
|
||||
"skills": 2
|
||||
},
|
||||
"mohitagw15856/pm-claude-skills": {
|
||||
"repo": "https://github.com/mohitagw15856/pm-claude-skills",
|
||||
"commit": "876fa30",
|
||||
"license": "MIT",
|
||||
"skills": 2
|
||||
},
|
||||
"alirezarezvani/claude-skills": {
|
||||
"repo": "https://github.com/alirezarezvani/claude-skills",
|
||||
"commit": "0241f43",
|
||||
"license": "MIT",
|
||||
"skills": 4
|
||||
},
|
||||
"microsoft/power-platform-skills": {
|
||||
"repo": "https://github.com/microsoft/power-platform-skills",
|
||||
"commit": "0d7ed9a",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"aaron-he-zhu/aaron-marketing-skills": {
|
||||
"repo": "https://github.com/aaron-he-zhu/aaron-marketing-skills",
|
||||
"commit": "b7b0b9f",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 1
|
||||
},
|
||||
"trailofbits/skills": {
|
||||
"repo": "https://github.com/trailofbits/skills",
|
||||
"commit": "cfe5d7b",
|
||||
"license": "custom (see upstream LICENSE)",
|
||||
"skills": 2
|
||||
},
|
||||
"Chachamaru127/claude-code-harness": {
|
||||
"repo": "https://github.com/Chachamaru127/claude-code-harness",
|
||||
"commit": "9851b1a",
|
||||
"license": "custom (see upstream LICENSE)",
|
||||
"skills": 1
|
||||
},
|
||||
"Sushegaad/Claude-Skills-Governance-Risk-and-Compliance": {
|
||||
"repo": "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
|
||||
"commit": "71d8920",
|
||||
"license": "MIT",
|
||||
"skills": 2
|
||||
},
|
||||
"open-gitagent/opengap": {
|
||||
"repo": "https://github.com/open-gitagent/opengap",
|
||||
"commit": "d7a8e2e",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"mukul975/Anthropic-Cybersecurity-Skills": {
|
||||
"repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
|
||||
"commit": "673da1f",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 2
|
||||
},
|
||||
"qdrant/skills": {
|
||||
"repo": "https://github.com/qdrant/skills",
|
||||
"commit": "2a06cb1",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 1
|
||||
},
|
||||
"avelikiy/great_cto": {
|
||||
"repo": "https://github.com/avelikiy/great_cto",
|
||||
"commit": "4fe1e39",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"honeydew-ai/honeydew-ai-coding-agents-plugins": {
|
||||
"repo": "https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins",
|
||||
"commit": "f4066d2",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 1
|
||||
},
|
||||
"harperreed/dotfiles": {
|
||||
"repo": "https://github.com/harperreed/dotfiles",
|
||||
"commit": "6b5ced1",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"zxkane/aws-skills": {
|
||||
"repo": "https://github.com/zxkane/aws-skills",
|
||||
"commit": "68530c6",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"microsoft/skills": {
|
||||
"repo": "https://github.com/microsoft/skills",
|
||||
"commit": "dc543aa",
|
||||
"license": "MIT",
|
||||
"skills": 3
|
||||
},
|
||||
"basicmachines-co/basic-memory": {
|
||||
"repo": "https://github.com/basicmachines-co/basic-memory",
|
||||
"commit": "53da71c",
|
||||
"license": "custom (see upstream LICENSE)",
|
||||
"skills": 1
|
||||
}
|
||||
},
|
||||
"total_skills": 80,
|
||||
"tiers": {
|
||||
"core": 44,
|
||||
"adjacent": 36
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"items": {
|
||||
"esco": 40,
|
||||
"onet": 59,
|
||||
"jobads": 49,
|
||||
"wiki_ai": 0,
|
||||
"anthropic": 5,
|
||||
"ai_skills": 159,
|
||||
"stackx": 0
|
||||
},
|
||||
"share_percent": {
|
||||
"esco": 12.8,
|
||||
"onet": 18.9,
|
||||
"jobads": 15.7,
|
||||
"wiki_ai": 0.0,
|
||||
"anthropic": 1.6,
|
||||
"ai_skills": 51.0,
|
||||
"stackx": 0.0
|
||||
},
|
||||
"method": "content items per source category"
|
||||
},
|
||||
"collar": "white",
|
||||
"computer_work": true
|
||||
}
|
||||
322
references/ai-skills.md
Normal file
322
references/ai-skills.md
Normal file
@@ -0,0 +1,322 @@
|
||||
# External AI agent skills — port-coordinator
|
||||
|
||||
Proven, publicly available AI agent skills mapped to this occupation.
|
||||
Nothing is copied from the sources: every entry is a name, a one-line
|
||||
summary and a link to the upstream skill package. Each section names
|
||||
its source repository, commit, license and retrieval date.
|
||||
|
||||
**Tiers:** `core` = the skill directly exercises a top market hard
|
||||
skill, tool or method (from gated job-ad evidence) or an essential
|
||||
ESCO competence of this occupation; `adjacent` =
|
||||
plausibly useful, secondary. Entries are capped at 12 per source
|
||||
and 80 in total per occupation (core first,
|
||||
strongest matches survive); everything beyond the caps is excluded
|
||||
and logged in the pipeline audit trail, not in this package.
|
||||
|
||||
_Matched deterministically (ISCO group + title/competence keywords,
|
||||
tiered against market evidence + ESCO essentials) by
|
||||
`pipeline/p5_enrich_ai_skills.py` on 2026-07-14._
|
||||
|
||||
## Source: anthropics/skills
|
||||
|
||||
- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `f6656c1`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `docx` | adjacent | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to … | [source](https://github.com/anthropics/skills/tree/main/skills/docx) |
|
||||
| `pdf` | adjacent | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … | [source](https://github.com/anthropics/skills/tree/main/skills/pdf) |
|
||||
|
||||
## Source: 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 |
|
||||
|---|---|---|---|
|
||||
| `file-conversion` | adjacent | Convert files between formats — PDF to Word, HEIC to JPG, MP4 to MP3, CSV to JSON, EPUB to MOBI, and 999 total routes across images, video, audio, documents, data, fonts, ebooks, and archives. Free via changethisfile.com, no API key or … | [source](https://github.com/wshobson/agents/tree/main/plugins/file-conversion/skills/file-conversion) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `translation-management` | core | Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/technical-documentation/skills/translation-management) |
|
||||
| `inventory-optimizer` | core | Inventory management optimization skill with safety stock calculation, reorder point determination, and ABC analysis | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/operations/skills/inventory-optimizer) |
|
||||
| `context-engineering` | core | Context window monitoring and budget management. Keeps orchestrator at 15-30% context usage while subagents get full 200k tokens. Provides warnings at thresholds, context-aware summarization triggers, and wave-level budget planning. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/methodologies/gsd/skills/context-engineering) |
|
||||
| `driver-scheduling-optimizer` | core | Automated driver assignment and hours of service compliance skill ensuring regulatory compliance and operational efficiency | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/driver-scheduling-optimizer) |
|
||||
| `logistics-kpi-tracker` | core | Comprehensive logistics performance measurement skill with KPI tracking, benchmarking, and improvement recommendations | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/logistics-kpi-tracker) |
|
||||
| `production-coordination` | core | Coordinate all aspects of live performance production including scheduling, technical requirements, artist contracts, venue logistics, and show documentation | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/arts-culture/skills/production-coordination) |
|
||||
| `warehouse-simulation-modeler` | core | Discrete event simulation skill for warehouse design validation and capacity planning | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/warehouse-simulation-modeler) |
|
||||
| `fleet-analytics-dashboard` | core | Comprehensive fleet performance analytics skill tracking KPIs across fuel, utilization, maintenance, and driver performance | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/fleet-analytics-dashboard) |
|
||||
| `supplier-scorecard-engine` | core | Automated supplier performance scorecard generation with KPI tracking and trend analysis | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/supply-chain/skills/supplier-scorecard-engine) |
|
||||
| `dock-scheduling-coordinator` | adjacent | Automated dock appointment scheduling skill with inbound flow optimization and receiving efficiency management | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/dock-scheduling-coordinator) |
|
||||
| `shipment-visibility-tracker` | adjacent | Real-time shipment monitoring and exception management skill with proactive alerting and customer communication | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/shipment-visibility-tracker) |
|
||||
| `unity-addressables` | adjacent | Unity Addressables asset management skill for remote catalogs, content updates, asset bundles, and memory-efficient asset loading. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/game-development/skills/unity-addressables) |
|
||||
|
||||
## Source: aaron-he-zhu/aaron-marketing-skills
|
||||
|
||||
- Repository: [https://github.com/aaron-he-zhu/aaron-marketing-skills](https://github.com/aaron-he-zhu/aaron-marketing-skills) (commit `b7b0b9f`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `memory-management` | core | Use when the user asks to "remember project context", review saved findings, initialize runtime memory, archive stale work, reconcile notes, or erase a subject; manages authorized HOT/WARM/COLD working memory across all disciplines while … | [source](https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/b7b0b9f/protocol/memory-management) |
|
||||
|
||||
## Source: affaan-m/everything-claude-code
|
||||
|
||||
- Repository: [https://github.com/affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) (commit `ed38744`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `agentic-os` | core | Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/agentic-os) |
|
||||
| `carrier-relationship-management` | core | Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/carrier-relationship-management) |
|
||||
| `inventory-demand-planning` | adjacent | 在庫管理、需要予測、補充戦略、およびサプライチェーン最適化。 Codified expertise for demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation at multi-location retailers. Informed by demand planners with 15+ years experience … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/docs/ja-JP/skills/inventory-demand-planning) |
|
||||
| `logistics-exception-management` | adjacent | 日本語翻訳:このファイルは logistics-exception-management 用の日本語翻訳が必要です | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/docs/ja-JP/skills/logistics-exception-management) |
|
||||
| `quality-nonconformance` | adjacent | Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing. Informed by quality engineers with 15+ years experience across FDA, … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/quality-nonconformance) |
|
||||
| `energy-procurement` | adjacent | 電気とガス調達、料金最適化、需要料金管理、再生可能エネルギーPPA評価、およびマルチファシリティーエネルギー戦略のための符号化された専門知識。 Codified expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/docs/ja-JP/skills/energy-procurement) |
|
||||
|
||||
## Source: alirezarezvani/claude-skills
|
||||
|
||||
- Repository: [https://github.com/alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) (commit `0241f43`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `business-operations-skills` | core | Use when running, diagnosing, or designing internal business operations — process documentation, vendor SLAs, capacity planning, internal comms, SOP/runbook authoring, procurement spend. Triggers on "BizOps review", "where's the … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/business-operations/skills/business-operations-skills) |
|
||||
| `ceo-advisor` | adjacent | Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/skills/ceo-advisor) |
|
||||
| `compliance-readiness` | adjacent | /cs:compliance-readiness <program> — Multi-framework compliance officer 6-question forcing interrogation of any compliance program. Use before starting a new framework, planning the annual audit calendar, or preparing for certification … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/compliance-os/skills/compliance-readiness) |
|
||||
| `founder-coach` | adjacent | Personal leadership development for founders and first-time CEOs. Covers founder archetype identification, delegation frameworks, energy management, CEO calendar audits, leadership style evolution, blind spot identification, imposter … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/skills/founder-coach) |
|
||||
|
||||
## Source: avelikiy/great_cto
|
||||
|
||||
- Repository: [https://github.com/avelikiy/great_cto](https://github.com/avelikiy/great_cto) (commit `4fe1e39`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `vertical-logistics` | core | Domain knowledge for the logistics & supply-chain vertical (SMB shipping & inventory) so architect and pm don't spec naively. Covers the vocabulary (TMS vs WMS, multi-carrier rate shopping, dimensional weight, BOL/ASN, lot/batch, reorder … | [source](https://github.com/avelikiy/great_cto/tree/4fe1e39/skills/vertical-logistics) |
|
||||
|
||||
## Source: basicmachines-co/basic-memory
|
||||
|
||||
- Repository: [https://github.com/basicmachines-co/basic-memory](https://github.com/basicmachines-co/basic-memory) (commit `53da71c`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `memory-schema` | adjacent | Schema lifecycle management for Basic Memory: discover unschemaed notes, infer schemas, create and edit schema definitions, validate notes, and detect drift. Use when working with structured note types (Task, Person, Meeting, etc.) to … | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/skills/memory-schema) |
|
||||
|
||||
## Source: brycewang-stanford/Auto-Empirical-Research-Skills
|
||||
|
||||
- Repository: [https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills) (commit `85bf545`, retrieved 2026-07-14)
|
||||
- License: CC-BY-4.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `hud` | core | Diverga HUD (Heads-Up Display) management skill. Configure and manage the research project statusline display. Supports multiple presets: research, checkpoint, memory, minimal. Triggers: "hud", "statusline", "display settings | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/25-HosungYou-Diverga/skills/hud) |
|
||||
| `operations-research-guide` | core | Optimization and operations research methods for business and logistics | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/business/operations-research-guide) |
|
||||
|
||||
## Source: Chachamaru127/claude-code-harness
|
||||
|
||||
- Repository: [https://github.com/Chachamaru127/claude-code-harness](https://github.com/Chachamaru127/claude-code-harness) (commit `9851b1a`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `harness-setup` | core | HAR: Project init, tool setup, agent config, memory setup, skill mirror sync. Trigger: setup, init, new project, CI/Codex setup, harness-mem, mirror. Do NOT load for: implementation, review, release, planning. | [source](https://github.com/Chachamaru127/claude-code-harness/tree/9851b1a/codex/.codex/skills/harness-setup) |
|
||||
|
||||
## Source: davepoon/buildwithclaude
|
||||
|
||||
- Repository: [https://github.com/davepoon/buildwithclaude](https://github.com/davepoon/buildwithclaude) (commit `3c94e0c`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `googlesheets-automation` | core | Automate Google Sheets operations (read, write, format, filter, manage spreadsheets) via Rube MCP (Composio). Read/write data, manage tabs, apply formatting, and search rows programmatically. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/googlesheets-automation) |
|
||||
| `google-calendar-automation` | adjacent | Automate Google Calendar events, scheduling, availability checks, and attendee management via Rube MCP (Composio). Create events, find free slots, manage attendees, and list calendars programmatically. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/google-calendar-automation) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `it-operations` | core | Manages IT infrastructure, monitoring, incident response, and service reliability. Provides frameworks for ITIL service management, observability strategies, automation, backup/recovery, capacity planning, and operational excellence … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/it-operations) |
|
||||
| `benchling-integration` | core | Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/benchling-integration) |
|
||||
| `ai-agents-architect` | adjacent | Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool use, function calling. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/ai-agents-architect) |
|
||||
| `agent-memory-mcp` | adjacent | A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions). | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/agent-memory-mcp) |
|
||||
| `c-pro` | adjacent | Write efficient C code with proper memory management, pointer | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/c-pro) |
|
||||
| `context-window-management` | adjacent | Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/context-window-management) |
|
||||
|
||||
## Source: harperreed/dotfiles
|
||||
|
||||
- Repository: [https://github.com/harperreed/dotfiles](https://github.com/harperreed/dotfiles) (commit `6b5ced1`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `snowball-content` | core | Use when turning a single topic into a full content plan with multiple angles, formats, and a publishing calendar. Triggers on "content plan", "content calendar", "snowball method", "turn one topic into many posts", "content … | [source](https://github.com/harperreed/dotfiles/tree/6b5ced1/.claude/skills-archive/snowball-content) |
|
||||
|
||||
## Source: honeydew-ai/honeydew-ai-coding-agents-plugins
|
||||
|
||||
- Repository: [https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins](https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins) (commit `f4066d2`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `context-item-creation` | core | Guides you through creating context items — instructions, skills, knowledge pointers, and memory events — that give the AI analyst persistent knowledge about your organization. Covers when to create each type, naming conventions, folder … | [source](https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins/tree/f4066d2/skills/context-item-creation) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `twinmind-data-handling` | core | Handle TwinMind meeting data with GDPR compliance: transcript storage, memory vault management, data export, and deletion policies. Use when implementing data handling, or managing TwinMind meeting AI operations. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/twinmind-pack/skills/twinmind-data-handling) |
|
||||
| `warden-recon` | core | Security reconnaissance — full inventory of secrets management, IAM, dependencies, auth, encryption, audit logging, and compliance gaps. Use when asked about "security posture", "how secure is this", or "security assessment". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/warden-recon) |
|
||||
| `flexport-data-handling` | core | Implement data handling for Flexport supply chain data including PII redaction, shipment data retention, GDPR compliance, and secure document management. Trigger: "flexport data handling", "flexport PII", "flexport GDPR", "flexport data … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/flexport-pack/skills/flexport-data-handling) |
|
||||
| `snowflake-known-pitfalls` | core | Identify and avoid Snowflake anti-patterns and common mistakes in SQL, warehouse management, data loading, and access control. Use when reviewing Snowflake configurations, onboarding new users, or auditing existing Snowflake deployments … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/snowflake-pack/skills/snowflake-known-pitfalls) |
|
||||
| `apify-cost-tuning` | core | Optimize Apify platform costs through memory tuning, compute unit management, and proxy budgeting. Use when analyzing Apify billing, reducing Actor run costs, or implementing usage monitoring and budget alerts. Trigger: "apify cost", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/apify-pack/skills/apify-cost-tuning) |
|
||||
| `presentation-slide-outliner` | core | Manage presentation slide outliner operations. Auto-activating skill for Visual Content. Triggers on: presentation slide outliner, presentation slide outliner Part of the Visual Content skill category. Use when working with presentation … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/skills/18-visual-content/presentation-slide-outliner) |
|
||||
| `snowflake-load-scale` | core | Implement Snowflake load testing, warehouse scaling, and capacity planning. Use when testing query performance at scale, configuring multi-cluster warehouses, or planning capacity for production Snowflake workloads. Trigger with phrases … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/snowflake-pack/skills/snowflake-load-scale) |
|
||||
| `snowflake-observability` | core | Set up Snowflake observability using ACCOUNT_USAGE views, alerts, and external monitoring. Use when implementing Snowflake monitoring dashboards, setting up query performance tracking, or configuring alerting for warehouse and pipeline … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/snowflake-pack/skills/snowflake-observability) |
|
||||
| `notion-load-scale` | adjacent | High-volume Notion operations: parallel requests within 3 req/sec, worker queues, database pagination at scale, incremental sync for large workspaces, and memory management for bulk operations. Trigger with phrases like "notion scale", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/notion-pack/skills/notion-load-scale) |
|
||||
| `memorystore-config` | adjacent | Configure memorystore config operations. Auto-activating skill for GCP Skills. Triggers on: memorystore config, memorystore config Part of the GCP Skills skill category. Use when configuring systems or services. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/skills/14-gcp-skills/memorystore-config) |
|
||||
| `twinmind-reference-architecture` | adjacent | Production architecture for meeting AI systems using TwinMind: transcription pipeline, memory vault, action item workflow, and calendar integration. Use when implementing reference architecture, or managing TwinMind meeting AI operations. … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/twinmind-pack/skills/twinmind-reference-architecture) |
|
||||
| `windsurf-cascade-context` | adjacent | Manage Cascade context window and memory for complex projects. Activate when users mention "cascade context", "ai memory", "context management", "large codebase navigation", or "multi-session development". Handles context optimization and … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-cascade-context) |
|
||||
|
||||
## Source: microsoft/power-platform-skills
|
||||
|
||||
- Repository: [https://github.com/microsoft/power-platform-skills](https://github.com/microsoft/power-platform-skills) (commit `0d7ed9a`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `manage-flows` | core | Manage flow lifecycle - publish, test, batch operations, inventory reports. Use when the user asks to publish, test, batch manage, or get an inventory of flows. | [source](https://github.com/microsoft/power-platform-skills/tree/0d7ed9a/plugins/power-automate/skills/manage-flows) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `azure-mgmt-apicenter-dotnet` | adjacent | Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apicenter-dotnet) |
|
||||
| `kql` | adjacent | KQL language expertise for writing correct, efficient Kusto Query Language queries. Covers syntax gotchas, join patterns, dynamic types, datetime pitfalls, regex patterns, serialization, memory management, result-size discipline, and … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/skills/kql) |
|
||||
| `azure-mgmt-apicenter-py` | adjacent | Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization. Triggers: "azure-mgmt-apicenter", "ApiCenterMgmtClient", "API Center", "API inventory", "API governance". | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/plugins/azure-sdk-python/skills/azure-mgmt-apicenter-py) |
|
||||
|
||||
## Source: mohitagw15856/pm-claude-skills
|
||||
|
||||
- Repository: [https://github.com/mohitagw15856/pm-claude-skills](https://github.com/mohitagw15856/pm-claude-skills) (commit `876fa30`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `logistics-incident-report` | core | Write up a supply chain disruption — port delay, carrier failure, customs hold, or in-transit damage — as a decision-ready incident report. Use when asked to document a shipment delay, write up a logistics failure, report a customs hold, … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-supplychain/skills/logistics-incident-report) |
|
||||
| `team-offsite-planner` | core | Plan a team offsite from goals to full agenda. Use when asked to plan a team offsite, away day, team retreat, quarterly offsite, or team-building event. Produces a full agenda, session designs, facilitation notes, and logistics checklist. | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-people/skills/team-offsite-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 |
|
||||
|---|---|---|---|
|
||||
| `analyzing-macro-malware-in-office-documents` | core | Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-macro-malware-in-office-documents) |
|
||||
| `managing-third-party-vendor-risk` | adjacent | Build and run a third-party / vendor risk management (TPRM) program aligned to NIST SP 800-161 C-SCRM and NIST CSF 2.0 GV.SC: inventory and tier vendors by risk, send the right due-diligence questionnaire (SIG, CAIQ), review evidence (SOC … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/managing-third-party-vendor-risk) |
|
||||
|
||||
## Source: nexscope-ai/eCommerce-Skills
|
||||
|
||||
- Repository: [https://github.com/nexscope-ai/eCommerce-Skills](https://github.com/nexscope-ai/eCommerce-Skills) (commit `56f3288`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `shopify-inventory-management` | core | Multi-location inventory — transfers, low stock alerts, demand forecasting, safety stock, ABC analysis | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/shopify-inventory-management) |
|
||||
| `tiktok-shop-cross-border` | core | Cross-border selling on TikTok Shop. Market selection, logistics setup, localization strategy, compliance requirements, and international expansion. Use when the user asks about TikTok Shop international selling, cross-border ecommerce, … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/tiktok-shop-cross-border) |
|
||||
| `tiktok-shop-inventory` | adjacent | Inventory management for TikTok Shop — demand forecasting, viral stock planning, FBT optimization | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/tiktok-shop-inventory) |
|
||||
| `ecommerce-returns-management` | adjacent | Optimize e-commerce returns process and reduce return rates. Returns policy design, reverse logistics, root cause analysis, and customer retention through better returns experience. | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/ecommerce-returns-management) |
|
||||
| `supply-chain-optimization-tiktok` | adjacent | Supply Chain Bottleneck Analyzer for TikTok Shop sellers. Diagnose cash flow, inventory turnover, affiliate commissions, and return rates. Includes FBT cost analysis, influencer payout optimization, and viral product lifecycle management. … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/supply-chain-optimization/supply-chain-optimization-tiktok) |
|
||||
|
||||
## Source: open-gitagent/opengap
|
||||
|
||||
- Repository: [https://github.com/open-gitagent/opengap](https://github.com/open-gitagent/opengap) (commit `d7a8e2e`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `document-review` | core | Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the … | [source](https://github.com/open-gitagent/opengap/tree/d7a8e2e/examples/full/skills/document-review) |
|
||||
|
||||
## Source: qdrant/skills
|
||||
|
||||
- Repository: [https://github.com/qdrant/skills](https://github.com/qdrant/skills) (commit `2a06cb1`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `qdrant-performance-optimization` | core | Navigation hub linking sub-skills for proactive Qdrant tuning: search speed, indexing performance, and memory usage optimization. Use when planning configuration or capacity changes to improve speed and efficiency. For diagnosing an active … | [source](https://github.com/qdrant/skills/tree/2a06cb1/skills/qdrant-performance-optimization) |
|
||||
|
||||
## Source: ruvnet/claude-code-flow
|
||||
|
||||
- Repository: [https://github.com/ruvnet/claude-code-flow](https://github.com/ruvnet/claude-code-flow) (commit `73914bd`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `AgentDB Memory Patterns` | core | Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants. | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/agentdb-memory-patterns) |
|
||||
| `Hooks Automation` | adjacent | Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre$post task hooks, session management, Git integration, memory coordination, and neural pattern training … | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/hooks-automation) |
|
||||
| `AgentDB Performance Optimization` | adjacent | Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors. | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/agentdb-optimization) |
|
||||
|
||||
## Source: ruvnet/ruflo
|
||||
|
||||
- Repository: [https://github.com/ruvnet/ruflo](https://github.com/ruvnet/ruflo) (commit `73914bd`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `AgentDB Memory Patterns` | core | Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants. | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/agentdb-memory-patterns) |
|
||||
| `Hooks Automation` | adjacent | Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre$post task hooks, session management, Git integration, memory coordination, and neural pattern training … | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/hooks-automation) |
|
||||
| `AgentDB Performance Optimization` | adjacent | Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors. | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/agentdb-optimization) |
|
||||
|
||||
## Source: samber/cc-skills-golang
|
||||
|
||||
- Repository: [https://github.com/samber/cc-skills-golang](https://github.com/samber/cc-skills-golang) (commit `4881c01`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `golang-security` | core | Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, … | [source](https://github.com/samber/cc-skills-golang/tree/4881c01/skills/golang-security) |
|
||||
|
||||
## Source: Sushegaad/Claude-Skills-Governance-Risk-and-Compliance
|
||||
|
||||
- Repository: [https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) (commit `71d8920`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `tsa-compliance` | core | Expert TSA cybersecurity compliance advisor for critical infrastructure owners and operators. Use this skill whenever a user asks about TSA Security Directives for pipelines, freight railroads, passenger rail, public transit, or bus … | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/tsa-compliance/skills/tsa-compliance) |
|
||||
| `cis-controls` | adjacent | Expert CIS Controls v8 (CIS Top 18) advisor — implementation group scoping (IG1/IG2/IG3), control gap assessments, safeguard-level guidance, asset inventory, software inventory, data protection, secure configuration, account management, … | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/cis-controls/skills/cis-controls) |
|
||||
|
||||
## Source: trailofbits/skills
|
||||
|
||||
- Repository: [https://github.com/trailofbits/skills](https://github.com/trailofbits/skills) (commit `cfe5d7b`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `c-review` | core | Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or … | [source](https://github.com/trailofbits/skills/tree/cfe5d7b/plugins/c-review/skills/c-review) |
|
||||
| `rust-review` | core | Performs comprehensive Rust security review for safe/unsafe boundary issues, memory safety in unsafe blocks, concurrency hazards, panic-induced DoS, FFI safety, and async runtime mistakes. Use when auditing Rust crates, services, or … | [source](https://github.com/trailofbits/skills/tree/cfe5d7b/plugins/rust-review/skills/rust-review) |
|
||||
|
||||
## Source: zxkane/aws-skills
|
||||
|
||||
- Repository: [https://github.com/zxkane/aws-skills](https://github.com/zxkane/aws-skills) (commit `68530c6`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `aws-cost-operations` | adjacent | AWS cost optimization, monitoring, and operational excellence expert. Use when analyzing AWS bills, estimating costs, setting up CloudWatch alarms, querying logs, auditing CloudTrail activity, or assessing security posture. Essential when … | [source](https://github.com/zxkane/aws-skills/tree/68530c6/plugins/aws-cost-ops/skills/aws-cost-operations) |
|
||||
64
references/berufsbild-de.md
Normal file
64
references/berufsbild-de.md
Normal file
@@ -0,0 +1,64 @@
|
||||
# Berufsbild (Deutschland) — Hafenmeister/in
|
||||
|
||||
> **Quelle:** BERUFENET, Bundesagentur für Arbeit — Beruf-ID 7316,
|
||||
> KldB 2010: B 51543 · via öffentliche BERUFENET-API,
|
||||
> abgerufen 2026-07-12. Automatisches Label-Matching
|
||||
> (Score 1.00); Inhalte paraphrasiert/gekürzt, Volltext beim
|
||||
> Original: https://web.arbeitsagentur.de/berufenet/beruf/7316
|
||||
|
||||
## Aufgaben und Tätigkeiten kompakt
|
||||
|
||||
Hafenmeister und -meisterinnen gewährleisten Ordnung und Sicherheit in Häfen. Sie organisieren den Schifffahrt: Methode zum Umschlag von Frachtgut; umladen der Fracht von einem Transportmittel auf ein anderes mit einem sog.Umschlaggerät (z.B. Gabelstapler, Ladekran)
|
||||
" name="Umschlagstechnik">Hafenumschlag, weisen Schiffen Liegeplätze zu und koordinieren den Einsatz von Kränen, Schleppern sowie Flaches, breites Schiff ohne eigenen Antrieb; dient dem Gütertransport innerhalb von Häfen
|
||||
" name="Schute">Schuten beim Be- und Entladen. Darüber hinaus teilen sie Mitarbeitende ein, leiten sie an und überwachen die Einhaltung von Sicherheitsvorschriften. Sie rechnen Gebühren ab, verwalten Verträge und sind Ansprechpersonen für Kundschaft, Behörden und Dienstleistende. Zudem kontrollieren sie Hafenanlagen, Fahrwasser, Zufahrten sowie Rettungswege.
|
||||
|
||||
## Die Tätigkeit im Überblick
|
||||
|
||||
Hafenmeister und -meisterinnen steuern die Arbeitsabläufe im Hafen.
|
||||
|
||||
## Trends
|
||||
|
||||
Smart PortsModerne Häfen müssen ihre Logistik vermehrt auf den wachsenden Welthandel und technische Entwicklungen einstellen, um reibungslose Abläufe zu gewährleisten. Intelligente und vernetzte Häfen ("Smart Ports") verwenden Echtzeitdaten, um Auskunft über Abfertigungszeiten, freie Schiffsliegeplätze und Umweltinformationen, z.B. Wasserstände, zu erhalten. Virtuelle Depots helfen, das Verschieben von Containern zu optimieren. Die unterschiedlichen Technologien steigern den wirtschaftlichen Profit, sowie die betriebliche Effizienz, nachhaltige Entwicklungen und verbessern die Sicherheit z.B. durch Automatisierung.
|
||||
Smart ShippingDurch digitale Technologien soll die Schifffahrt effizienter und umweltfreundlicher werden. Intelligente Bordsysteme werten automatisch erfasste Schiffsdaten wie den Ladungsstatus sowie externe Informationen wie Wetter- oder Hafendaten aus. Künstliche Intelligenz (KI) könnte in Zukunft autark fahrende Schiffe steuern bzw. den gesamten Schiffsverkehr regeln. Fach- und Führungskräfte in Schifffahrtsberufen sollten diese Entwicklungen verfolgen und sich mit den veränderten Arbeitsprozessen und Technologien vertraut zu machen.
|
||||
|
||||
## Aufgaben und Tätigkeiten im Einzelnen
|
||||
|
||||
ordnungsgemäße Abläufe in Häfen planen, koordinieren und überwachen
|
||||
|
||||
Schifffahrt: Methode zum Umschlag von Frachtgut; umladen der Fracht von einem Transportmittel auf ein anderes mit einem sog.Umschlaggerät (z.B. Gabelstapler, Ladekran)
|
||||
" name="Umschlagstechnik">Hafenumschlag organisieren, ggf. angelandeten Warenumsatz mittels Software überwachen
|
||||
Liegeplatzzuweisung an Schiffe durchführen
|
||||
|
||||
Einsatz von Kränen, Schleppern oder Flaches, breites Schiff ohne eigenen Antrieb; dient dem Gütertransport innerhalb von Häfen
|
||||
" name="Schute">Schuten koordinieren
|
||||
|
||||
Mitarbeitende einteilen, einweisen und überwachen
|
||||
|
||||
Entgelte wie Ufergeld, Hafengeld, Liegegeld und Lagergeld abrechnen, zugrundeliegende Verträge verwalten
|
||||
|
||||
Kundschaft und Dienstleistende betreuen, z.B. Telefonate und schriftliche Korrespondenz abwickeln
|
||||
|
||||
Einhaltung der Sicherheitsbestimmungen überwachen, z.B. beim Umschlag gefährlicher Güter
|
||||
|
||||
|
||||
Befahrbarkeit der Hafenbecken sicherstellen, Instandhaltungen der Hafenanlagen initiieren
|
||||
|
||||
Kontrollfahrten durchführen, Maßnahmen zur Vermeidung von Gefahren einleiten sowie bei Un- oder Störfällen Anforderung von Rettungsdiensten oder Katastrophenschutz veranlassen
|
||||
|
||||
Information von und Absprachen mit zuständigen Behörden sicherstellen
|
||||
|
||||
Repräsentationsaufgaben wahrnehmen
|
||||
|
||||
## Arbeitsbereiche/Branchen
|
||||
|
||||
Hafenmeister und -meisterinnen finden Beschäftigung
|
||||
bei See- und Binnenhafenbetrieben
|
||||
|
||||
bei Hafen- und Seemannsämtern
|
||||
|
||||
## Arbeitsorte
|
||||
|
||||
Hafenmeister und -meisterinnen arbeiten meist
|
||||
in Büro- und Besprechungsräumen
|
||||
|
||||
auf dem Hafengelände
|
||||
86
references/market.md
Normal file
86
references/market.md
Normal file
@@ -0,0 +1,86 @@
|
||||
# Market evidence report — port-coordinator
|
||||
|
||||
Source: **18 real job ads** (JSearch API, countries: us 18), extracted into the MSSQL evidence store; as of 2026-07-18.
|
||||
This report contains extracted, aggregated facts only — no ad text is
|
||||
reproduced (copyright / platform terms).
|
||||
|
||||
## Seniority distribution
|
||||
|
||||
| Seniority | Ads | Share |
|
||||
|---|---|---|
|
||||
| mid | 13 | 72 % |
|
||||
| junior | 2 | 11 % |
|
||||
| lead | 1 | 6 % |
|
||||
| n/a | 1 | 6 % |
|
||||
| senior | 1 | 6 % |
|
||||
|
||||
## Tools — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | Microsoft Office | 3 | 17 % |
|
||||
|
||||
## Hard skills — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | labor management | 4 | 22 % |
|
||||
| 2 | terminal management | 4 | 22 % |
|
||||
| 3 | drayage operations | 3 | 17 % |
|
||||
| 4 | port operations | 3 | 17 % |
|
||||
|
||||
## Methods — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | continuous improvement | 4 | 22 % |
|
||||
|
||||
## Responsibilities — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | terminal operation oversight | 4 | 22 % |
|
||||
| 2 | cost control | 3 | 17 % |
|
||||
| 3 | daily operation oversight | 3 | 17 % |
|
||||
| 4 | labor scheduling | 3 | 17 % |
|
||||
| 5 | safety compliance | 3 | 17 % |
|
||||
|
||||
## Regional breakdown
|
||||
|
||||
> **Corpus note:** 18 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** — 18 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 |
|
||||
|---|---|
|
||||
| Assistant Operations Manager | 2 |
|
||||
| Terminal Operations Manager (Drayage / Port Logistics) | 2 |
|
||||
| Assistant Operations Manager - DMT | 1 |
|
||||
| Assistant Operations Manager Port Logistics & Safety | 1 |
|
||||
| Cruise Terminal Manager (Operations Manager) | 1 |
|
||||
| Operations Leader — Ports & Vessel Productivity | 1 |
|
||||
| Port Operations Coordinator | 1 |
|
||||
| Port Operations Manager | 1 |
|
||||
| Port Operations Manager - Diego Garcia | 1 |
|
||||
| Port Terminal Operations Lead - Drayage and Logistics | 1 |
|
||||
| Sr. Terminal Operations Manager | 1 |
|
||||
| Terminal Manager | 1 |
|
||||
| Terminal Manager- Drayage | 1 |
|
||||
| Terminal Operations Leader - Drayage & Port Logistics | 1 |
|
||||
| Terminal Operations Manager | 1 |
|
||||
| Vessel 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.
|
||||
23
references/profile.md
Normal file
23
references/profile.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Occupation profile — port coordinator
|
||||
|
||||
- **ESCO URI:** http://data.europa.eu/esco/occupation/fa404a79-4091-47f9-a635-c2e3c576ece8
|
||||
- **ESCO code:** 4323.11
|
||||
- **ISCO-08 group:** 4323 — Transport clerks
|
||||
|
||||
## Description (ESCO)
|
||||
|
||||
Port coordinators manage operations of traffic division for port authorities. They enforce rules and regulations, such as the berthing of ships, handling and storing of cargo, and the use of port facilities. They direct policing and cleaning activities of the harbour department land, streets, buildings, and water areas. Port coordinators also ensure that activities concerning revenue are documented and submitted to the accounting division. They advise port authorities on rates and revisions of port tariff, and solicit steamship companies to use port facilities. They direct activities concerned with compiling daily and annual ship and cargo statistics.
|
||||
|
||||
## Definition
|
||||
|
||||
nan
|
||||
|
||||
## Alternative labels
|
||||
|
||||
- port terminal manager
|
||||
- port operations manager
|
||||
- coordinator of port operations
|
||||
- port operations coordinator
|
||||
- port terminal supervisor
|
||||
- port operations supervisor
|
||||
- terminal supervisor
|
||||
75
references/skills.md
Normal file
75
references/skills.md
Normal file
@@ -0,0 +1,75 @@
|
||||
# Competences — port coordinator
|
||||
|
||||
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/fa404a79-4091-47f9-a635-c2e3c576ece8).
|
||||
|
||||
## Essential
|
||||
|
||||
- **anticipate installation maintenance** (skill/competence)
|
||||
- **anticipate logistics requirements for port operations** (skill/competence)
|
||||
- **apply procedures to ensure cargo complies with customs regulations** (skill/competence)
|
||||
- **apply safety management** (skill/competence)
|
||||
- **commodities in maritime transportation** (knowledge)
|
||||
- **conduct full-scale emergency plan exercises** (skill/competence)
|
||||
- **coordinate dock operations** (skill/competence)
|
||||
- **coordinate the itineraries of vessels** (skill/competence)
|
||||
- **customs regulations for passengers** (knowledge)
|
||||
- **ensure compliance with port regulations** (skill/competence)
|
||||
- **ensure ongoing compliance with regulations** (skill/competence)
|
||||
- **ensure public safety and security** (skill/competence)
|
||||
- **geographic areas** (knowledge)
|
||||
- **give instructions to staff** (skill/competence)
|
||||
- **liaise with port users** (skill/competence)
|
||||
- **load cargo onto ships** (skill/competence)
|
||||
- **manage port operations** (skill/competence)
|
||||
- **manage port operations improvement procedures** (skill/competence)
|
||||
- **manage staff** (skill/competence)
|
||||
- **manage vessel cargo activities** (skill/competence)
|
||||
- **match vessels to shipping routes** (skill/competence)
|
||||
- **operate marine communication systems** (skill/competence)
|
||||
- **operate port communications systems** (skill/competence)
|
||||
- **physical parts of the vessel** (knowledge)
|
||||
- **port regulation** (knowledge)
|
||||
- **supervise loading of cargo** (skill/competence)
|
||||
- **supervise movement of crew** (skill/competence)
|
||||
- **supervise movement of passengers** (skill/competence)
|
||||
- **supervise unloading of cargo** (skill/competence)
|
||||
- **types of maritime vessels** (knowledge)
|
||||
- **vessel traffic services** (knowledge)
|
||||
|
||||
## Optional
|
||||
|
||||
- act reliably (skill/competence)
|
||||
- apply transportation management concepts (skill/competence)
|
||||
- comply with checklists (skill/competence)
|
||||
- have computer literacy (skill/competence)
|
||||
- manage ocean-going oil tankers (skill/competence)
|
||||
- manage the customer experience (skill/competence)
|
||||
- perform services in a flexible manner (skill/competence)
|
||||
- use different communication channels (skill/competence)
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 18 ads, as of 2026-07-18)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Hard skills
|
||||
|
||||
- labor management — **22 %**
|
||||
- terminal management — **22 %**
|
||||
- port operations — **17 %**
|
||||
- drayage operations — **17 %**
|
||||
|
||||
### Methods
|
||||
|
||||
- continuous improvement — **22 %**
|
||||
|
||||
### Responsibilities
|
||||
|
||||
- terminal operation oversight — **22 %**
|
||||
- safety compliance — **17 %**
|
||||
- cost control — **17 %**
|
||||
- daily operation oversight — **17 %**
|
||||
- labor scheduling — **17 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
34
references/tasks.md
Normal file
34
references/tasks.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Tasks & work activities — port coordinator
|
||||
|
||||
Source: O*NET 30.3, occupation 43-5032.00 (Dispatchers, Except Police, Fire, and Ambulance) — manual nearest-occupation mapping via ISCO group 4323; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
## Task statements
|
||||
|
||||
- **[Core]** Schedule or dispatch workers, work crews, equipment, or service vehicles to appropriate locations, according to customer requests, specifications, or needs, using radios or telephones.
|
||||
- **[Core]** Arrange for necessary repairs to restore service and schedules.
|
||||
- **[Core]** Relay work orders, messages, or information to or from work crews, supervisors, or field inspectors, using telephones or two-way radios.
|
||||
- **[Core]** Confer with customers or supervising personnel to address questions, problems, or requests for service or equipment.
|
||||
- **[Core]** Prepare daily work and run schedules.
|
||||
- **[Core]** Receive or prepare work orders.
|
||||
- **[Supplemental]** Oversee all communications within specifically assigned territories.
|
||||
- **[Core]** Monitor personnel or equipment locations and utilization to coordinate service and schedules.
|
||||
- **[Core]** Record and maintain files or records of customer requests, work or services performed, charges, expenses, inventory, or other dispatch information.
|
||||
- **[Core]** Determine types or amounts of equipment, vehicles, materials, or personnel required, according to work orders or specifications.
|
||||
- **[Core]** Advise personnel about traffic problems, such as construction areas, accidents, congestion, weather conditions, or other hazards.
|
||||
- **[Supplemental]** Order supplies or equipment and issue them to personnel.
|
||||
|
||||
## Detailed work activities
|
||||
|
||||
- Coordinate operational activities.
|
||||
- Distribute materials to employees or customers.
|
||||
- Maintain operational records.
|
||||
- Operate communications equipment or systems.
|
||||
- Order materials, supplies, or equipment.
|
||||
- Prepare documentation for contracts, transactions, or regulatory compliance.
|
||||
- Prepare employee work schedules.
|
||||
- Provide information to coworkers.
|
||||
- Relay information between personnel.
|
||||
- Respond to customer problems or complaints.
|
||||
- Schedule operational activities.
|
||||
- Select resources needed to accomplish tasks.
|
||||
- Track goods or materials.
|
||||
51
references/tools.md
Normal file
51
references/tools.md
Normal file
@@ -0,0 +1,51 @@
|
||||
# Tools & technology — port coordinator
|
||||
|
||||
Source: O*NET 30.3, occupation 43-5032.00 (Dispatchers, Except Police, Fire, and Ambulance) — manual nearest-occupation mapping via ISCO group 4323; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
| Software | Category | Hot technology |
|
||||
|---|---|---|
|
||||
| Kronos Workforce Timekeeper | Time accounting software | yes |
|
||||
| Microsoft Access | Data base user interface and query software | yes |
|
||||
| Microsoft Excel | Spreadsheet software | yes |
|
||||
| Microsoft Office software | Office suite software | yes |
|
||||
| Microsoft Outlook | Electronic mail software | yes |
|
||||
| Microsoft PowerPoint | Presentation software | yes |
|
||||
| Microsoft Windows | Operating system software | yes |
|
||||
| Microsoft Word | Word processing software | yes |
|
||||
| SAP software | Enterprise resource planning ERP software | yes |
|
||||
| Air-Trak Cloudberry | Mobile location based services software | |
|
||||
| Bornemann Associates Flight Plan | Aviation ground support software | |
|
||||
| Command Alkon COMMANDconcrete | Customer relationship management CRM software | |
|
||||
| Computer aided dispatch software | Helpdesk or call center software | |
|
||||
| Computer aided dispatching auto routing software | Expert system software | |
|
||||
| Database software | Data base user interface and query software | |
|
||||
| Digital Gateway e-automate | Customer relationship management CRM software | |
|
||||
| Dr. Dispatch | Mobile location based services software | |
|
||||
| Email software | Electronic mail software | |
|
||||
| ESRI ArcIMS | Geographic information system | |
|
||||
| Geomechanical design analysis GDA software | Map creation software | |
|
||||
| Global positioning system GPS software | Mobile location based services software | |
|
||||
| Locomotive distribution software | Data base reporting software | |
|
||||
| Microsoft Dynamics | Enterprise resource planning ERP software | |
|
||||
| Rail Traffic Track Warrant Control System | Expert system software | |
|
||||
| Resource management software | Mobile location based services software | |
|
||||
| Routing software | Route navigation software | |
|
||||
| Sabre travel agent software | Aviation ground support software | |
|
||||
| Scheduling software | Calendar and scheduling software | |
|
||||
| Situation resource tracking software | Mobile location based services software | |
|
||||
| Tangier Sky Scheduler View | Data base user interface and query software | |
|
||||
| TMW PowerSuite | Enterprise resource planning ERP software | |
|
||||
| Transportation management software | Mobile location based services software | |
|
||||
| Web browser software | Internet browser software | |
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 18 ads, as of 2026-07-18)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Tools
|
||||
|
||||
- Microsoft Office — **17 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
Reference in New Issue
Block a user