feat: ambassador 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 — ambassador
|
||||
|
||||
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 — ambassador
|
||||
"ESCO (occupation & competences)" : 37
|
||||
"O*NET (tasks & tools)" : 1
|
||||
"Job boards (market evidence)" : 61
|
||||
"Anthropic official Claude skills" : 5
|
||||
"External AI skill packs (mapped)" : 174
|
||||
```
|
||||
|
||||
| Source | Items | Share | Files |
|
||||
|---|---|---|---|
|
||||
| ESCO (occupation & competences) | 37 | 13.3 % | references/profile.md, references/skills.md |
|
||||
| O*NET (tasks & tools) | 1 | 0.4 % | references/tasks.md, references/tools.md |
|
||||
| Job boards (market evidence) | 61 | 21.9 % | references/market.md (full report) + "Market evidence" headline sections |
|
||||
| Wikipedia & AI expert curation | 0 | 0.0 % | glossary, literature, usecases, intake, quality, evals/ |
|
||||
| Anthropic official Claude skills | 5 | 1.8 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
|
||||
| External AI skill packs (mapped) | 174 | 62.6 % | 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).
|
||||
40
SKILL.md
Normal file
40
SKILL.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
name: ambassador
|
||||
description: "Occupational skill for the role 'ambassador' (also: ordinary ambassador, high commissioner, resident ambassador, diplomatic ambassador). Use when the user asks for typical ambassador work such as: typical ambassador responsibilities"
|
||||
---
|
||||
|
||||
# Ambassador
|
||||
|
||||
Ambassadors represent their own government in foreign countries for diplomatic and peace-keeping purposes. They deal with political negotiation between the country of origin and the country where they are stationed and ensure the protection of citizens from their home nation in the nation they are stationed. They facilitate communication between the two nations and perform advisory functions to the home government to help develop foreign policy.
|
||||
|
||||
## 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)
|
||||
|
||||
- advise on foreign affairs policies
|
||||
- advise on legislative acts
|
||||
- apply diplomatic principles
|
||||
- assess risk factors
|
||||
- coordinate government activities in foreign institutions
|
||||
- develop professional network
|
||||
- diplomatic principles
|
||||
- foreign affairs
|
||||
- foreign affairs policy development
|
||||
- government policy implementation
|
||||
- government representation
|
||||
- maintain relations with local representatives
|
||||
- maintain relationships with government agencies
|
||||
- manage government policy implementation
|
||||
- observe new developments in foreign countries
|
||||
|
||||
---
|
||||
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/190ec9a5-938c-45a5-bd9c-c12b1af33353), O*NET 30.3 (11-9199.00, manual nearest match). See manifest.json for licensing/attribution.*
|
||||
268
manifest.json
Normal file
268
manifest.json
Normal file
@@ -0,0 +1,268 @@
|
||||
{
|
||||
"name": "ambassador",
|
||||
"title": "ambassador",
|
||||
"version": "0.1.0",
|
||||
"layer": "core",
|
||||
"language": "en",
|
||||
"generated": "2026-07-07",
|
||||
"ids": {
|
||||
"esco_uri": "http://data.europa.eu/esco/occupation/190ec9a5-938c-45a5-bd9c-c12b1af33353",
|
||||
"esco_code": "1112.3.1",
|
||||
"isco_group": "1112",
|
||||
"onet_soc": "11-9199.00",
|
||||
"crosswalk_match": "manual nearest via ISCO 1112 (Managers, All Other)"
|
||||
},
|
||||
"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": 18,
|
||||
"skills_optional": 18,
|
||||
"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
|
||||
},
|
||||
"mukul975/Anthropic-Cybersecurity-Skills": {
|
||||
"repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
|
||||
"commit": "673da1f",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 3
|
||||
},
|
||||
"mohitagw15856/pm-claude-skills": {
|
||||
"repo": "https://github.com/mohitagw15856/pm-claude-skills",
|
||||
"commit": "876fa30",
|
||||
"license": "MIT",
|
||||
"skills": 6
|
||||
},
|
||||
"nexu-io/open-design": {
|
||||
"repo": "https://github.com/nexu-io/open-design",
|
||||
"commit": "4b66023",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 5
|
||||
},
|
||||
"microsoft/power-platform-skills": {
|
||||
"repo": "https://github.com/microsoft/power-platform-skills",
|
||||
"commit": "0d7ed9a",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"alirezarezvani/claude-skills": {
|
||||
"repo": "https://github.com/alirezarezvani/claude-skills",
|
||||
"commit": "0241f43",
|
||||
"license": "MIT",
|
||||
"skills": 3
|
||||
},
|
||||
"nexscope-ai/eCommerce-Skills": {
|
||||
"repo": "https://github.com/nexscope-ai/eCommerce-Skills",
|
||||
"commit": "56f3288",
|
||||
"license": "MIT",
|
||||
"skills": 3
|
||||
},
|
||||
"davepoon/buildwithclaude": {
|
||||
"repo": "https://github.com/davepoon/buildwithclaude",
|
||||
"commit": "3c94e0c",
|
||||
"license": "MIT",
|
||||
"skills": 2
|
||||
},
|
||||
"a5c-ai/babysitter": {
|
||||
"repo": "https://github.com/a5c-ai/babysitter",
|
||||
"commit": "44a5d58b",
|
||||
"license": "MIT",
|
||||
"skills": 7
|
||||
},
|
||||
"JasonColapietro/suede-creator-skills": {
|
||||
"repo": "https://github.com/JasonColapietro/suede-creator-skills",
|
||||
"commit": "0dc2aef",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"ahacker-1/cre-agent-skills": {
|
||||
"repo": "https://github.com/ahacker-1/cre-agent-skills",
|
||||
"commit": "618734e",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 3
|
||||
},
|
||||
"jeremylongshore/claude-code-plugins-plus-skills": {
|
||||
"repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
|
||||
"commit": "e112938a",
|
||||
"license": "MIT",
|
||||
"skills": 8
|
||||
},
|
||||
"K-Dense-AI/claude-scientific-skills": {
|
||||
"repo": "https://github.com/K-Dense-AI/claude-scientific-skills",
|
||||
"commit": "4d97e29",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"K-Dense-AI/scientific-agent-skills": {
|
||||
"repo": "https://github.com/K-Dense-AI/scientific-agent-skills",
|
||||
"commit": "4d97e29",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"davila7/claude-code-templates": {
|
||||
"repo": "https://github.com/davila7/claude-code-templates",
|
||||
"commit": "fa79251",
|
||||
"license": "MIT",
|
||||
"skills": 3
|
||||
},
|
||||
"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
|
||||
},
|
||||
"open-gitagent/opengap": {
|
||||
"repo": "https://github.com/open-gitagent/opengap",
|
||||
"commit": "d7a8e2e",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"googleworkspace/cli": {
|
||||
"repo": "https://github.com/googleworkspace/cli",
|
||||
"commit": "a3768d0",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 5
|
||||
},
|
||||
"redis/agent-skills": {
|
||||
"repo": "https://github.com/redis/agent-skills",
|
||||
"commit": "23e10ae",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"ViryaZheng/recomby-geo": {
|
||||
"repo": "https://github.com/ViryaZheng/recomby-geo",
|
||||
"commit": "530d5e2",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"foryourhealth111-pixel/Vibe-Skills": {
|
||||
"repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills",
|
||||
"commit": "34429a8",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 1
|
||||
},
|
||||
"ruvnet/claude-code-flow": {
|
||||
"repo": "https://github.com/ruvnet/claude-code-flow",
|
||||
"commit": "73914bd",
|
||||
"license": "MIT",
|
||||
"skills": 4
|
||||
},
|
||||
"ruvnet/ruflo": {
|
||||
"repo": "https://github.com/ruvnet/ruflo",
|
||||
"commit": "73914bd",
|
||||
"license": "MIT",
|
||||
"skills": 4
|
||||
},
|
||||
"nanocoai/nanoclaw": {
|
||||
"repo": "https://github.com/nanocoai/nanoclaw",
|
||||
"commit": "da9a74f",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"more-io/claude-apple-bridges": {
|
||||
"repo": "https://github.com/more-io/claude-apple-bridges",
|
||||
"commit": "8e9890f",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"awrshift/claude-memory-kit": {
|
||||
"repo": "https://github.com/awrshift/claude-memory-kit",
|
||||
"commit": "4039315",
|
||||
"license": "MIT",
|
||||
"skills": 3
|
||||
},
|
||||
"vibeeval/vibecosystem": {
|
||||
"repo": "https://github.com/vibeeval/vibecosystem",
|
||||
"commit": "cea9462",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"sanjay3290/ai-skills": {
|
||||
"repo": "https://github.com/sanjay3290/ai-skills",
|
||||
"commit": "3619692",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 1
|
||||
},
|
||||
"affaan-m/everything-claude-code": {
|
||||
"repo": "https://github.com/affaan-m/everything-claude-code",
|
||||
"commit": "ed38744",
|
||||
"license": "MIT",
|
||||
"skills": 2
|
||||
},
|
||||
"Leonxlnx/taste-skill": {
|
||||
"repo": "https://github.com/Leonxlnx/taste-skill",
|
||||
"commit": "b177427",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"jezweb/claude-skills": {
|
||||
"repo": "https://github.com/jezweb/claude-skills",
|
||||
"commit": "e875a6b",
|
||||
"license": "MIT",
|
||||
"skills": 1
|
||||
},
|
||||
"fcakyon/claude-codex-settings": {
|
||||
"repo": "https://github.com/fcakyon/claude-codex-settings",
|
||||
"commit": "44b7c00",
|
||||
"license": "Apache-2.0",
|
||||
"skills": 1
|
||||
}
|
||||
},
|
||||
"total_skills": 80,
|
||||
"tiers": {
|
||||
"core": 57,
|
||||
"adjacent": 23
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"items": {
|
||||
"esco": 37,
|
||||
"onet": 1,
|
||||
"jobads": 61,
|
||||
"wiki_ai": 0,
|
||||
"anthropic": 5,
|
||||
"ai_skills": 174,
|
||||
"stackx": 0
|
||||
},
|
||||
"share_percent": {
|
||||
"esco": 13.3,
|
||||
"onet": 0.4,
|
||||
"jobads": 21.9,
|
||||
"wiki_ai": 0.0,
|
||||
"anthropic": 1.8,
|
||||
"ai_skills": 62.6,
|
||||
"stackx": 0.0
|
||||
},
|
||||
"method": "content items per source category"
|
||||
},
|
||||
"collar": "white",
|
||||
"computer_work": true
|
||||
}
|
||||
362
references/ai-skills.md
Normal file
362
references/ai-skills.md
Normal file
@@ -0,0 +1,362 @@
|
||||
# External AI agent skills — ambassador
|
||||
|
||||
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 |
|
||||
|---|---|---|---|
|
||||
| `team-collaboration-dx-optimizer (agent)` | adjacent | Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed. | [source](https://github.com/wshobson/agents/tree/main/plugins/team-collaboration/agents/dx-optimizer.md) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `policy-communication` | core | Translate research findings into accessible policy briefs, presentations, and stakeholder communications | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/social-sciences/skills/policy-communication) |
|
||||
| `Stakeholder Communication` | core | Generate stakeholder-specific communications and presentations for product updates | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/product-management/skills/stakeholder-comms) |
|
||||
| `embedded-docs` | adjacent | Embedded firmware documentation generation and maintenance using Doxygen and related tools. Expert skill for API documentation, hardware interface documentation, memory maps, and integration with documentation systems. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/embedded-systems/skills/embedded-docs) |
|
||||
| `growing-outside-in-systems` | adjacent | Drive feature development using Outside-In TDD with Hexagonal Architecture. Design emerges through inline code, in-memory fakes, interface extraction, and deferred I/O. Use when building features, writing tests, or structuring backend … | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/backend-development/skills/growing-outside-in-systems) |
|
||||
| `nsight-profiler` | adjacent | Expert skill for NVIDIA Nsight Systems and Nsight Compute profiling tools. Configure profiling sessions, analyze kernel reports, interpret occupancy metrics, roofline model data, memory bandwidth bottlenecks, and warp execution efficiency. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/gpu-programming/skills/nsight-profiler) |
|
||||
| `translation-management` | adjacent | 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) |
|
||||
| `vector-memory` | adjacent | HNSW vector search for pattern similarity retrieval and knowledge graph maintenance with PageRank scoring, community detection, and 3-tier memory management. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/methodologies/ruflo/skills/vector-memory) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `marketing-campaign` | core | End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/marketing-campaign) |
|
||||
| `agentic-os` | adjacent | 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) |
|
||||
|
||||
## Source: ahacker-1/cre-agent-skills
|
||||
|
||||
- Repository: [https://github.com/ahacker-1/cre-agent-skills](https://github.com/ahacker-1/cre-agent-skills) (commit `618734e`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `cre-office` | core | CRE Office analysis suite - 8 specialist skills for U.S. office acquisitions, refinancings, lease-up, tenant credit, TI/LC underwriting, financing fit, and investment committee memo writing. | [source](https://github.com/ahacker-1/cre-agent-skills/tree/618734e/claude-code-plugins/cre-office) |
|
||||
| `cre-underwriting` | core | CRE Underwriting analysis suite — 3 specialist skills for building pro formas, running sensitivity scenarios, and writing investment committee memos for multifamily acquisitions. | [source](https://github.com/ahacker-1/cre-agent-skills/tree/618734e/claude-code-plugins/cre-underwriting) |
|
||||
| `cre-document-ingestion` | core | CRE Document Ingestion suite — 4 specialist skills for classifying and extracting structured data from deal documents including rent rolls, T-12 financials, and offering memoranda. | [source](https://github.com/ahacker-1/cre-agent-skills/tree/618734e/claude-code-plugins/cre-document-ingestion) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `demo-video` | core | Use when the user asks to create a demo video, product walkthrough, feature showcase, animated presentation, marketing video, or GIF from screenshots or scene descriptions. Orchestrates playwright, ffmpeg, and edge-tts MCPs to produce … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering/demo-video/skills/demo-video) |
|
||||
| `boardroom` | core | /cs:boardroom <brief> — 6-phase multi-role deliberation across the C-suite with Phase 2 isolation, critic pre-screen, and synthesis. Outputs a board memo. Use when a decision spans multiple executive domains — e.g. a pricing change … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/c-level-agents/skills/boardroom) |
|
||||
| `social-media-manager` | adjacent | When the user wants to develop social media strategy, plan content calendars, manage community engagement, or grow their social presence across platforms. Also use when the user mentions 'social media strategy,' 'social calendar,' … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/marketing-skill/skills/social-media-manager) |
|
||||
|
||||
## Source: awrshift/claude-memory-kit
|
||||
|
||||
- Repository: [https://github.com/awrshift/claude-memory-kit](https://github.com/awrshift/claude-memory-kit) (commit `4039315`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `claude-memory-kit` | core | Persistent memory for Claude Code agents with an agent-audit-ritual architecture. User only talks; the agent captures, audits, proposes promotions, and writes. Memory lives in layers — a hot cache (MEMORY.md) held under three size caps, … | [source](https://github.com/awrshift/claude-memory-kit/tree/4039315) |
|
||||
| `close-day` | core | End-of-day audit ritual — auto-detect missed working days (commits with no daily file) and backfill them, synthesize today into a daily log, audit patterns against MEMORY.md and existing concepts/rules, propose promotions verbally, write … | [source](https://github.com/awrshift/claude-memory-kit/tree/4039315/.kit/advanced/close-day-layer/skills/close-day) |
|
||||
| `close-session` | core | End-of-session ritual — audit today's patterns against accumulated memory, propose promotions, refresh MEMORY.md, and write the session handoff. Use when the user says "/close-session", "закрой сессию", "закрываем", "we're done for today", … | [source](https://github.com/awrshift/claude-memory-kit/tree/4039315/.claude/skills/close-session) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `outlook-calendar-automation` | core | Automate Outlook Calendar tasks via Rube MCP (Composio): create events, manage attendees, find meeting times, and handle invitations. Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/outlook-calendar-automation) |
|
||||
| `google-calendar-automation` | core | 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 |
|
||||
|---|---|---|---|
|
||||
| `latex-posters` | core | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/latex-posters) |
|
||||
| `it-operations` | adjacent | 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) |
|
||||
| `agent-memory-systems` | adjacent | Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/agent-memory-systems) |
|
||||
|
||||
## Source: fcakyon/claude-codex-settings
|
||||
|
||||
- Repository: [https://github.com/fcakyon/claude-codex-settings](https://github.com/fcakyon/claude-codex-settings) (commit `44b7c00`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `slides` | adjacent | Create and edit presentation slide decks (`.pptx`) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, … | [source](https://github.com/fcakyon/claude-codex-settings/tree/44b7c00/plugins/openai-office-skills/skills/slides) |
|
||||
|
||||
## Source: foryourhealth111-pixel/Vibe-Skills
|
||||
|
||||
- Repository: [https://github.com/foryourhealth111-pixel/Vibe-Skills](https://github.com/foryourhealth111-pixel/Vibe-Skills) (commit `34429a8`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `sentry` | core | Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/sentry) |
|
||||
|
||||
## Source: googleworkspace/cli
|
||||
|
||||
- Repository: [https://github.com/googleworkspace/cli](https://github.com/googleworkspace/cli) (commit `a3768d0`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `gws-calendar` | core | Google Calendar: Manage calendars and events. | [source](https://github.com/googleworkspace/cli/tree/a3768d0/skills/gws-calendar) |
|
||||
| `gws-calendar-agenda` | core | Google Calendar: Show upcoming events across all calendars. | [source](https://github.com/googleworkspace/cli/tree/a3768d0/skills/gws-calendar-agenda) |
|
||||
| `recipe-log-deal-update` | core | Append a deal status update to a Google Sheets sales tracking spreadsheet. | [source](https://github.com/googleworkspace/cli/tree/a3768d0/skills/recipe-log-deal-update) |
|
||||
| `recipe-plan-weekly-schedule` | core | Review your Google Calendar week, identify gaps, and add events to fill them. | [source](https://github.com/googleworkspace/cli/tree/a3768d0/skills/recipe-plan-weekly-schedule) |
|
||||
| `recipe-create-events-from-sheet` | core | Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row. | [source](https://github.com/googleworkspace/cli/tree/a3768d0/skills/recipe-create-events-from-sheet) |
|
||||
|
||||
## 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: JasonColapietro/suede-creator-skills
|
||||
|
||||
- Repository: [https://github.com/JasonColapietro/suede-creator-skills](https://github.com/JasonColapietro/suede-creator-skills) (commit `0dc2aef`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `suede-paywalls` | core | Suede-affiliated in-product monetization design for paywall screens, feature gates, trial-expiry states, usage-limit prompts, and free-to-paid upgrade moments. Use when the user needs trigger timing, message structure, plan presentation, … | [source](https://github.com/JasonColapietro/suede-creator-skills/tree/0dc2aef/skills/suede-paywalls) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `demo-video` | core | Generate polished demo videos from a single prompt. Use when the user asks to create a demo video, product walkthrough, feature showcase, or animated presentation. Trigger with "make a demo video", "create a product video", "demo … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/community/framecraft/skills/demo-video) |
|
||||
| `form-deck` | core | Use when asked to design a pitch deck, presentation, or slide set. Examples: "design a pitch deck", "create a sales deck", "make a conference presentation", "build an investor deck", "help me present this to the board", "create slides for … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/form-deck) |
|
||||
| `notion-load-scale` | core | 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) |
|
||||
| `calendar-to-workflow` | core | Converts calendar events and schedules into Claude Code workflows, meeting prep documents, and standup notes. Use when the user mentions calendar events, meeting prep, standup generation, or scheduling workflows. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/skill-enhancers/calendar-to-workflow/skills/calendar-to-workflow) |
|
||||
| `executive-digest` | core | Generate the daily executive digest \u2014 a single WhatsApp summary\ \ of everything needing attention: stalled scheduling, pending intros, unanswered\ \ emails, promised follow-ups, open Todoist tasks, and upcoming calendar events.\ \ … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/executive-assistant-skills/skills/executive-digest) |
|
||||
| `ink` | core | Content Marketing engineer — blog strategy, SEO, thought leadership, developer content, case studies, and content calendar. | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/ink) |
|
||||
| `twinmind-webhooks-events` | core | Handle TwinMind meeting events including transcription completion, action item extraction, and calendar sync notifications. Use when implementing webhooks events, 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-webhooks-events) |
|
||||
| `excel-dcf-modeler` | adjacent | Build discounted cash flow (DCF) valuation models in Excel. Use when creating DCF models, calculating enterprise value, or valuing companies. Trigger with phrases like ''excel dcf'', ''build dcf model'', ''calculate enterprise value''. | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/excel-analyst-pro/skills/excel-dcf-modeler) |
|
||||
|
||||
## Source: jezweb/claude-skills
|
||||
|
||||
- Repository: [https://github.com/jezweb/claude-skills](https://github.com/jezweb/claude-skills) (commit `e875a6b`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `proposal-writer` | adjacent | Write a client proposal, quote, scope of work, or engagement letter for a service business. Covers project understanding, scope, timeline, pricing presentation, and terms. Use whenever the user asks for a proposal, quote, project proposal, … | [source](https://github.com/jezweb/claude-skills/tree/e875a6b/plugins/writing/skills/proposal-writer) |
|
||||
|
||||
## Source: K-Dense-AI/claude-scientific-skills
|
||||
|
||||
- Repository: [https://github.com/K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) (commit `4d97e29`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `latex-posters` | core | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/latex-posters) |
|
||||
|
||||
## Source: K-Dense-AI/scientific-agent-skills
|
||||
|
||||
- Repository: [https://github.com/K-Dense-AI/scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) (commit `4d97e29`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `latex-posters` | core | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/latex-posters) |
|
||||
|
||||
## Source: Leonxlnx/taste-skill
|
||||
|
||||
- Repository: [https://github.com/Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill) (commit `b177427`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `brandkit` | adjacent | Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, … | [source](https://github.com/Leonxlnx/taste-skill/tree/b177427/skills/brandkit) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `add-office365` | core | Adds Office 365 Outlook connector to a Power Apps code app. Use when accessing calendars, sending emails, reading inbox, or managing Outlook events. | [source](https://github.com/microsoft/power-platform-skills/tree/0d7ed9a/plugins/code-apps/skills/add-office365) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `lifecycle-crm-plan` | core | Design lifecycle marketing / CRM journeys across the customer lifecycle. Use when asked to plan onboarding emails, lifecycle/CRM campaigns, drip sequences, re-engagement or winback flows, or a messaging calendar. Produces a lifecycle plan … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-growth/skills/lifecycle-crm-plan) |
|
||||
| `professional-brain` | core | Maintain a durable, local markdown memory ('brain') of your product context, decisions, hypotheses, and stakeholders that other skills read from and write back to. Use when asked to set up a brain, ingest notes/artifacts into memory, … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-cross/skills/professional-brain) |
|
||||
| `roadmap-presentation` | core | Create structured roadmap presentations calibrated to any audience. Use when asked to build a product roadmap, present roadmap to leadership, create a roadmap slide, or communicate quarterly plans to execs, teams, or customers. Produces an … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-planning/skills/roadmap-presentation) |
|
||||
| `credit-memo` | core | Write a credit memo for a lending decision: borrower story, facility structure, repayment sources, financial-ratio spread with covenant headroom, risk factors with mitigants, risk-rating rationale, and a recommendation. Use when asked to … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-banking/skills/credit-memo) |
|
||||
| `slide-deck` | core | Build a real, editable PowerPoint (.pptx) deck from an outline or brief. Use when asked to make a slide deck, a PowerPoint, a pitch/board/sales deck as an actual file, or to turn a doc/notes into slides. Produces an actual .pptx via a … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-documents/skills/slide-deck) |
|
||||
| `win-loss-analysis` | core | Analyze why deals are won and lost and turn it into an action plan. Use when asked to run a win/loss analysis, review closed-won and closed-lost deals, understand why the team is losing to a competitor, or summarize sales feedback into … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-pmm/skills/win-loss-analysis) |
|
||||
|
||||
## Source: more-io/claude-apple-bridges
|
||||
|
||||
- Repository: [https://github.com/more-io/claude-apple-bridges](https://github.com/more-io/claude-apple-bridges) (commit `8e9890f`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `apple-bridges` | core | Use this skill whenever the user asks about Apple apps — Reminders, Calendar, Contacts, Notes, Mail, or tmux sessions. This includes creating/completing reminders, checking/adding calendar events, looking up contacts, reading/writing … | [source](https://github.com/more-io/claude-apple-bridges/tree/8e9890f/skills/apple-bridges) |
|
||||
|
||||
## Source: mukul975/Anthropic-Cybersecurity-Skills
|
||||
|
||||
- Repository: [https://github.com/mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) (commit `673da1f`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `analyzing-macro-malware-in-office-documents` | core | Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-macro-malware-in-office-documents) |
|
||||
| `performing-thick-client-application-penetration-test` | core | Conduct a thick client application penetration test to identify insecure local storage, hardcoded credentials, DLL hijacking, memory manipulation, and insecure API communication in desktop applications using dnSpy, Procmon, and Burp Suite. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-thick-client-application-penetration-test) |
|
||||
| `detecting-t1055-process-injection-with-sysmon` | core | Detect process injection techniques (T1055) including classic DLL injection, process hollowing, and APC injection by analyzing Sysmon events for cross-process memory operations, remote thread creation, and anomalous DLL loading patterns. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-t1055-process-injection-with-sysmon) |
|
||||
|
||||
## Source: nanocoai/nanoclaw
|
||||
|
||||
- Repository: [https://github.com/nanocoai/nanoclaw](https://github.com/nanocoai/nanoclaw) (commit `da9a74f`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `add-gcal-tool` | core | Add Google Calendar as an MCP tool (list calendars, list/search/create events, free/busy queries) using OneCLI-managed OAuth. Multi-calendar and multi-account supported. Mirrors /add-gmail-tool's stub pattern — no raw credentials ever … | [source](https://github.com/nanocoai/nanoclaw/tree/da9a74f/.claude/skills/add-gcal-tool) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `ecommerce-content-marketing` | core | E-commerce content marketing strategy planner. Generates content calendars, topic ideas, and platform-specific strategies by analyzing customer reviews, trends, competitor content, and SEO opportunities. Two modes: (A) Build — create a … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/ecommerce-content-marketing) |
|
||||
| `ecommerce-social-media-marketing` | core | Social media marketing strategy for ecommerce brands. Content calendar planning, platform-specific strategies, social commerce optimization, influencer collaboration, and community building. Use when the user asks about social media … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/ecommerce-social-media-marketing) |
|
||||
| `ecommerce-email-marketing-builder` | core | E-commerce email marketing system builder. Creates complete email automation flows with full copywriting, subject lines, ESP setup instructions, segmentation rules, and annual campaign calendars. Generates copy-paste-ready email sequences … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/ecommerce-email-marketing-builder) |
|
||||
|
||||
## Source: nexu-io/open-design
|
||||
|
||||
- Repository: [https://github.com/nexu-io/open-design](https://github.com/nexu-io/open-design) (commit `4b66023`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `marketing-psychology` | core | Apply psychological principles and behavioral science to copy and design. Useful for tightening hooks, framing, and pricing presentation. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/marketing-psychology) |
|
||||
| `deck-guizang-editorial` | core | Open Design's FY26 marketing plan: brand-to-pipeline — audience, offer, channel mix, and the launch calendar that ties creative to growth. Built as a decision-grade marketing & GTM deck for CMO, growth lead, founder. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/examples/deck-guizang-editorial) |
|
||||
| `html-ppt-zhangzara-coral` | core | Open Design's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-zhangzara-coral) |
|
||||
| `slides` | core | Create and edit .pptx presentation decks with PptxGenJS. Useful for sales decks, kickoff briefs, and design-system showcases. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/slides) |
|
||||
| `brandkit` | adjacent | Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, … | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/brandkit) |
|
||||
|
||||
## 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: redis/agent-skills
|
||||
|
||||
- Repository: [https://github.com/redis/agent-skills](https://github.com/redis/agent-skills) (commit `23e10ae`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `iris-development` | core | Iris is Redis's umbrella for AI-focused products. Use this skill when integrating with the Iris Redis Agent Memory (RAM) data plane on Redis Cloud — recording session events for an AI agent, creating or searching long-term memories, … | [source](https://github.com/redis/agent-skills/tree/23e10ae/skills/iris-development) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `V3 Performance Optimization` | core | Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite. | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/v3-performance-optimization) |
|
||||
| `AgentDB Memory Patterns` | adjacent | 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) |
|
||||
| `V3 Memory Unification` | adjacent | Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend). | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/v3-memory-unification) |
|
||||
| `harness-evolve` | adjacent | Run `@metaharness/darwin evolve <repo>` to mutate a harness's seven policy surfaces (planner/contextBuilder/reviewer/retryPolicy/toolPolicy/memoryPolicy/scorePolicy), sandbox-score each variant, and promote only measured wins. The model is … | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/plugins/ruflo-metaharness/skills/harness-evolve) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `V3 Performance Optimization` | core | Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite. | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/v3-performance-optimization) |
|
||||
| `AgentDB Memory Patterns` | adjacent | 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) |
|
||||
| `V3 Memory Unification` | adjacent | Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend). | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/v3-memory-unification) |
|
||||
| `harness-evolve` | adjacent | Run `@metaharness/darwin evolve <repo>` to mutate a harness's seven policy surfaces (planner/contextBuilder/reviewer/retryPolicy/toolPolicy/memoryPolicy/scorePolicy), sandbox-score each variant, and promote only measured wins. The model is … | [source](https://github.com/ruvnet/ruflo/tree/73914bd/plugins/ruflo-metaharness/skills/harness-evolve) |
|
||||
|
||||
## Source: sanjay3290/ai-skills
|
||||
|
||||
- Repository: [https://github.com/sanjay3290/ai-skills](https://github.com/sanjay3290/ai-skills) (commit `3619692`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `google-calendar` | core | Interact with Google Calendar - list calendars, view events, create/update/delete events, and find free time. Use when user asks to: check calendar, schedule a meeting, create an event, find available time, list upcoming events, delete or … | [source](https://github.com/sanjay3290/ai-skills/tree/3619692/skills/google-calendar) |
|
||||
|
||||
## Source: vibeeval/vibecosystem
|
||||
|
||||
- Repository: [https://github.com/vibeeval/vibecosystem](https://github.com/vibeeval/vibecosystem) (commit `cea9462`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `content-strategy` | core | Content marketing strategy - content audit, editorial calendar, SEO optimization, content funnel (TOFU/MOFU/BOFU), performance metrics, developer content, social media planning | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/content-strategy) |
|
||||
|
||||
## Source: ViryaZheng/recomby-geo
|
||||
|
||||
- Repository: [https://github.com/ViryaZheng/recomby-geo](https://github.com/ViryaZheng/recomby-geo) (commit `530d5e2`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `keyword-research` | core | Discover, analyze, and prioritize keywords for SEO and GEO content strategies. Identifies high-value opportunities based on search volume, competition, intent, and business relevance. Generates topic clusters and content calendars. Use … | [source](https://github.com/ViryaZheng/recomby-geo/tree/530d5e2/plugins/recomby-geo/skills/keyword-research) |
|
||||
91
references/market.md
Normal file
91
references/market.md
Normal file
@@ -0,0 +1,91 @@
|
||||
# Market evidence report — ambassador
|
||||
|
||||
Source: **61 real job ads** (JSearch API, countries: us 61), extracted into the MSSQL evidence store; as of 2026-07-08.
|
||||
This report contains extracted, aggregated facts only — no ad text is
|
||||
reproduced (copyright / platform terms).
|
||||
|
||||
## Seniority distribution
|
||||
|
||||
| Seniority | Ads | Share |
|
||||
|---|---|---|
|
||||
| n/a | 28 | 46 % |
|
||||
| mid | 16 | 26 % |
|
||||
| junior | 15 | 25 % |
|
||||
| senior | 2 | 3 % |
|
||||
|
||||
## Tools — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | G-Suite | 3 | 5 % |
|
||||
| 2 | Microsoft Office | 3 | 5 % |
|
||||
| 3 | smartphone | 3 | 5 % |
|
||||
|
||||
## Hard skills — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | customer service | 15 | 25 % |
|
||||
| 2 | sales | 11 | 18 % |
|
||||
| 3 | customer engagement | 7 | 11 % |
|
||||
| 4 | problem solving | 5 | 8 % |
|
||||
| 5 | inventory management | 4 | 7 % |
|
||||
| 6 | product presentation | 4 | 7 % |
|
||||
| 7 | promotions | 4 | 7 % |
|
||||
| 8 | sales techniques | 4 | 7 % |
|
||||
| 9 | cash handling | 3 | 5 % |
|
||||
| 10 | consumer tasting | 3 | 5 % |
|
||||
| 11 | customer relationship building | 3 | 5 % |
|
||||
| 12 | lead generation | 3 | 5 % |
|
||||
| 13 | marketing | 3 | 5 % |
|
||||
| 14 | product knowledge | 3 | 5 % |
|
||||
|
||||
## Methods — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
|
||||
## Responsibilities — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | brand representation | 7 | 11 % |
|
||||
| 2 | customer guidance | 4 | 7 % |
|
||||
| 3 | product education | 4 | 7 % |
|
||||
| 4 | product sampling | 4 | 7 % |
|
||||
| 5 | store maintenance | 4 | 7 % |
|
||||
| 6 | consumer engagement | 3 | 5 % |
|
||||
| 7 | customer engagement | 3 | 5 % |
|
||||
| 8 | customer service | 3 | 5 % |
|
||||
|
||||
## Job title variants in the market
|
||||
|
||||
| Title | Ads |
|
||||
|---|---|
|
||||
| Brand Ambassador | 4 |
|
||||
| Ambassador | 3 |
|
||||
| Part-Time Ambassador | 2 |
|
||||
| AE - Brand Ambassador | 1 |
|
||||
| AE - Sr Brand Ambassador (Sr Sales Associate) | 1 |
|
||||
| Automotive Sales Leader: New & Used Cars, High Commission | 1 |
|
||||
| Avon Ambassador | 1 |
|
||||
| Beauty Ambassador | 1 |
|
||||
| Brand Ambassador - Full-time / Part-time | 1 |
|
||||
| Brand Ambassador - Must be 21+ | 1 |
|
||||
| Brand Ambassador / Promo Model Job in Washington, DC | 1 |
|
||||
| Campus Ambassador George Mason University | 1 |
|
||||
| Community Ambassador | 1 |
|
||||
| Community Ambassador - The Standard at College Park | 1 |
|
||||
| Community Ambassador PT (4648) | 1 |
|
||||
| Consultative Retail Sales Specialist — High Commission | 1 |
|
||||
| Entry Level Brand Ambassador | 1 |
|
||||
| Front-End Customer Ambassador (Call-Center and Benefits experience) | 1 |
|
||||
| Full Time Branch Ambassador - Northern Va (Fairfax County Area) | 1 |
|
||||
| Full Time Branch Ambassador - Northern Va (Loudoun/Fairfax/Prince William) | 1 |
|
||||
| High-Commission Independent Sales Rep | 1 |
|
||||
| High-Commission Life Insurance Agent — No Fees, Leads | 1 |
|
||||
| hospitality night ambassador | 1 |
|
||||
| In-Home Sales Consultant - High Commission & Pre-Set Leads | 1 |
|
||||
| In-Home Sales Pro — High Commission & Prequalified Leads | 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.
|
||||
20
references/profile.md
Normal file
20
references/profile.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Occupation profile — ambassador
|
||||
|
||||
- **ESCO URI:** http://data.europa.eu/esco/occupation/190ec9a5-938c-45a5-bd9c-c12b1af33353
|
||||
- **ESCO code:** 1112.3.1
|
||||
- **ISCO-08 group:** 1112 — Senior government officials
|
||||
|
||||
## Description (ESCO)
|
||||
|
||||
Ambassadors represent their own government in foreign countries for diplomatic and peace-keeping purposes. They deal with political negotiation between the country of origin and the country where they are stationed and ensure the protection of citizens from their home nation in the nation they are stationed. They facilitate communication between the two nations and perform advisory functions to the home government to help develop foreign policy.
|
||||
|
||||
## Definition
|
||||
|
||||
nan
|
||||
|
||||
## Alternative labels
|
||||
|
||||
- ordinary ambassador
|
||||
- high commissioner
|
||||
- resident ambassador
|
||||
- diplomatic ambassador
|
||||
57
references/skills.md
Normal file
57
references/skills.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# Competences — ambassador
|
||||
|
||||
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/190ec9a5-938c-45a5-bd9c-c12b1af33353).
|
||||
|
||||
## Essential
|
||||
|
||||
- **advise on foreign affairs policies** (skill/competence)
|
||||
- **advise on legislative acts** (skill/competence)
|
||||
- **apply diplomatic principles** (skill/competence)
|
||||
- **assess risk factors** (skill/competence)
|
||||
- **coordinate government activities in foreign institutions** (skill/competence)
|
||||
- **develop professional network** (skill/competence)
|
||||
- **diplomatic principles** (knowledge)
|
||||
- **foreign affairs** (knowledge)
|
||||
- **foreign affairs policy development** (knowledge)
|
||||
- **government policy implementation** (knowledge)
|
||||
- **government representation** (knowledge)
|
||||
- **maintain relations with local representatives** (skill/competence)
|
||||
- **maintain relationships with government agencies** (skill/competence)
|
||||
- **manage government policy implementation** (skill/competence)
|
||||
- **observe new developments in foreign countries** (skill/competence)
|
||||
- **represent national interests** (skill/competence)
|
||||
- **show intercultural awareness** (skill/competence)
|
||||
- **speak different languages** (skill/competence)
|
||||
|
||||
## Optional
|
||||
|
||||
- analyse foreign affairs policies (skill/competence)
|
||||
- analyse potential threats against national security (skill/competence)
|
||||
- apply conflict management (skill/competence)
|
||||
- apply organisational techniques (skill/competence)
|
||||
- budgetary principles (knowledge)
|
||||
- build international relations (skill/competence)
|
||||
- conduct public presentations (skill/competence)
|
||||
- develop contingency plans for emergencies (skill/competence)
|
||||
- ensure cross-department cooperation (skill/competence)
|
||||
- ensure public safety and security (skill/competence)
|
||||
- facilitate official agreement (skill/competence)
|
||||
- international law (knowledge)
|
||||
- manage emergency procedures (skill/competence)
|
||||
- organise cultural events (skill/competence)
|
||||
- perform government ceremonies (skill/competence)
|
||||
- perform political negotiation (skill/competence)
|
||||
- set organisational policies (skill/competence)
|
||||
- support other national representatives (skill/competence)
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 61 ads, as of 2026-07-08)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Hard skills
|
||||
|
||||
- customer service — **25 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
6
references/tasks.md
Normal file
6
references/tasks.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Tasks & work activities — ambassador
|
||||
|
||||
Source: O*NET 30.3, occupation 11-9199.00 (Managers, All Other) — manual nearest-occupation mapping via ISCO group 1112; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
## Task statements
|
||||
|
||||
6
references/tools.md
Normal file
6
references/tools.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Tools & technology — ambassador
|
||||
|
||||
Source: O*NET 30.3, occupation 11-9199.00 (Managers, All Other) — manual nearest-occupation mapping via ISCO group 1112; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
| Software | Category | Hot technology |
|
||||
|---|---|---|
|
||||
Reference in New Issue
Block a user