feat: election-agent 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 — election-agent
|
||||||
|
|
||||||
|
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 — election-agent
|
||||||
|
"ESCO (occupation & competences)" : 29
|
||||||
|
"O*NET (tasks & tools)" : 109
|
||||||
|
"Job boards (market evidence)" : 68
|
||||||
|
"Anthropic official Claude skills" : 8
|
||||||
|
"External AI skill packs (mapped)" : 165
|
||||||
|
```
|
||||||
|
|
||||||
|
| Source | Items | Share | Files |
|
||||||
|
|---|---|---|---|
|
||||||
|
| ESCO (occupation & competences) | 29 | 7.7 % | references/profile.md, references/skills.md |
|
||||||
|
| O*NET (tasks & tools) | 109 | 28.8 % | references/tasks.md, references/tools.md |
|
||||||
|
| Job boards (market evidence) | 68 | 17.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 | 8 | 2.1 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
|
||||||
|
| External AI skill packs (mapped) | 165 | 43.5 % | 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).
|
||||||
48
SKILL.md
Normal file
48
SKILL.md
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
name: election-agent
|
||||||
|
description: "Occupational skill for the role 'election agent' (also: campaign manager, parliamentary agent, electorate officer, elections officer). Use when the user asks for typical election agent work such as: typical election agent responsibilities"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Election Agent
|
||||||
|
|
||||||
|
Election agents manage a political candidate's campaign and oversee the operations of elections to ensure accuracy. They develop strategies to support candidates and persuade the public to vote for the candidate they represent. They conduct research to gauge which image and ideas would be most advantageous for the candidate to present to the public in order to secure the most votes.
|
||||||
|
|
||||||
|
## 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 public relations
|
||||||
|
- advise politicians on electoral procedures
|
||||||
|
- analyse election procedures
|
||||||
|
- communicate with media
|
||||||
|
- election law
|
||||||
|
- liaise with politicians
|
||||||
|
- monitor elections
|
||||||
|
- monitor political campaigns
|
||||||
|
- perform public relations
|
||||||
|
- political campaigning
|
||||||
|
|
||||||
|
## Hot technologies
|
||||||
|
|
||||||
|
- Adobe Acrobat
|
||||||
|
- Adobe After Effects
|
||||||
|
- Adobe Creative Cloud software
|
||||||
|
- Adobe Illustrator
|
||||||
|
- Adobe InDesign
|
||||||
|
- Adobe Photoshop
|
||||||
|
- Canva
|
||||||
|
- Facebook
|
||||||
|
- Google Analytics
|
||||||
|
- Google Docs
|
||||||
|
|
||||||
|
---
|
||||||
|
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/82fe0140-7069-47f9-a7d4-d63a611cb5bd), O*NET 30.3 (11-2032.00, manual nearest match). See manifest.json for licensing/attribution.*
|
||||||
256
manifest.json
Normal file
256
manifest.json
Normal file
@@ -0,0 +1,256 @@
|
|||||||
|
{
|
||||||
|
"name": "election-agent",
|
||||||
|
"title": "election agent",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"layer": "core",
|
||||||
|
"language": "en",
|
||||||
|
"generated": "2026-07-07",
|
||||||
|
"ids": {
|
||||||
|
"esco_uri": "http://data.europa.eu/esco/occupation/82fe0140-7069-47f9-a7d4-d63a611cb5bd",
|
||||||
|
"esco_code": "2432.2",
|
||||||
|
"isco_group": "2432",
|
||||||
|
"onet_soc": "11-2032.00",
|
||||||
|
"crosswalk_match": "manual nearest via ISCO 2432 (Public Relations Managers)"
|
||||||
|
},
|
||||||
|
"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": 10,
|
||||||
|
"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": 5
|
||||||
|
},
|
||||||
|
"coreyhaines31/marketingskills": {
|
||||||
|
"repo": "https://github.com/coreyhaines31/marketingskills",
|
||||||
|
"commit": "33218ff",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 5
|
||||||
|
},
|
||||||
|
"resend/resend-skills": {
|
||||||
|
"repo": "https://github.com/resend/resend-skills",
|
||||||
|
"commit": "2caefff",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 5
|
||||||
|
},
|
||||||
|
"ConardLi/garden-skills": {
|
||||||
|
"repo": "https://github.com/ConardLi/garden-skills",
|
||||||
|
"commit": "fbd6453",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"davila7/claude-code-templates": {
|
||||||
|
"repo": "https://github.com/davila7/claude-code-templates",
|
||||||
|
"commit": "fa79251",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 5
|
||||||
|
},
|
||||||
|
"mukul975/Anthropic-Cybersecurity-Skills": {
|
||||||
|
"repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
|
||||||
|
"commit": "673da1f",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"skills": 8
|
||||||
|
},
|
||||||
|
"davepoon/buildwithclaude": {
|
||||||
|
"repo": "https://github.com/davepoon/buildwithclaude",
|
||||||
|
"commit": "3c94e0c",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 7
|
||||||
|
},
|
||||||
|
"vibeeval/vibecosystem": {
|
||||||
|
"repo": "https://github.com/vibeeval/vibecosystem",
|
||||||
|
"commit": "cea9462",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"nexscope-ai/eCommerce-Skills": {
|
||||||
|
"repo": "https://github.com/nexscope-ai/eCommerce-Skills",
|
||||||
|
"commit": "56f3288",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"Eronred/aso-skills": {
|
||||||
|
"repo": "https://github.com/Eronred/aso-skills",
|
||||||
|
"commit": "e2a7c45",
|
||||||
|
"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": 10
|
||||||
|
},
|
||||||
|
"gooseworks-ai/goose-skills": {
|
||||||
|
"repo": "https://github.com/gooseworks-ai/goose-skills",
|
||||||
|
"commit": "94ec916",
|
||||||
|
"license": "no explicit license \u2014 referenced by link only",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"aaron-he-zhu/aaron-marketing-skills": {
|
||||||
|
"repo": "https://github.com/aaron-he-zhu/aaron-marketing-skills",
|
||||||
|
"commit": "b7b0b9f",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"jeremylongshore/claude-code-plugins-plus-skills": {
|
||||||
|
"repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
|
||||||
|
"commit": "e112938a",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 4
|
||||||
|
},
|
||||||
|
"a5c-ai/babysitter": {
|
||||||
|
"repo": "https://github.com/a5c-ai/babysitter",
|
||||||
|
"commit": "44a5d58b",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 6
|
||||||
|
},
|
||||||
|
"affaan-m/everything-claude-code": {
|
||||||
|
"repo": "https://github.com/affaan-m/everything-claude-code",
|
||||||
|
"commit": "ed38744",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"Ericyoung-183/alpha-insights": {
|
||||||
|
"repo": "https://github.com/Ericyoung-183/alpha-insights",
|
||||||
|
"commit": "30c1e87",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"elementalsouls/Claude-BugHunter": {
|
||||||
|
"repo": "https://github.com/elementalsouls/Claude-BugHunter",
|
||||||
|
"commit": "05098fc",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"pedrohcgs/claude-code-my-workflow": {
|
||||||
|
"repo": "https://github.com/pedrohcgs/claude-code-my-workflow",
|
||||||
|
"commit": "be53c12",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"ljagiello/ctf-skills": {
|
||||||
|
"repo": "https://github.com/ljagiello/ctf-skills",
|
||||||
|
"commit": "d19f35f",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"softaworks/agent-toolkit": {
|
||||||
|
"repo": "https://github.com/softaworks/agent-toolkit",
|
||||||
|
"commit": "3027f20",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"FlorianBruniaux/claude-code-ultimate-guide": {
|
||||||
|
"repo": "https://github.com/FlorianBruniaux/claude-code-ultimate-guide",
|
||||||
|
"commit": "5395214",
|
||||||
|
"license": "custom (see upstream LICENSE)",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"muratcankoylan/ralph-wiggum-marketer": {
|
||||||
|
"repo": "https://github.com/muratcankoylan/ralph-wiggum-marketer",
|
||||||
|
"commit": "4c1f5f3",
|
||||||
|
"license": "no explicit license \u2014 referenced by link only",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"ViryaZheng/recomby-geo": {
|
||||||
|
"repo": "https://github.com/ViryaZheng/recomby-geo",
|
||||||
|
"commit": "530d5e2",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"AgriciDaniel/claude-blog": {
|
||||||
|
"repo": "https://github.com/AgriciDaniel/claude-blog",
|
||||||
|
"commit": "49842ea",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"infrasity-labs/dev-gtm-claude-skills": {
|
||||||
|
"repo": "https://github.com/infrasity-labs/dev-gtm-claude-skills",
|
||||||
|
"commit": "02cfefb",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"wanshuiyin/Auto-claude-code-research-in-sleep": {
|
||||||
|
"repo": "https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep",
|
||||||
|
"commit": "eb5c9d7",
|
||||||
|
"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": 1
|
||||||
|
},
|
||||||
|
"sanjay3290/ai-skills": {
|
||||||
|
"repo": "https://github.com/sanjay3290/ai-skills",
|
||||||
|
"commit": "3619692",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"skills": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total_skills": 80,
|
||||||
|
"tiers": {
|
||||||
|
"core": 65,
|
||||||
|
"adjacent": 15
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"provenance": {
|
||||||
|
"items": {
|
||||||
|
"esco": 29,
|
||||||
|
"onet": 109,
|
||||||
|
"jobads": 68,
|
||||||
|
"wiki_ai": 0,
|
||||||
|
"anthropic": 8,
|
||||||
|
"ai_skills": 165,
|
||||||
|
"stackx": 0
|
||||||
|
},
|
||||||
|
"share_percent": {
|
||||||
|
"esco": 7.7,
|
||||||
|
"onet": 28.8,
|
||||||
|
"jobads": 17.9,
|
||||||
|
"wiki_ai": 0.0,
|
||||||
|
"anthropic": 2.1,
|
||||||
|
"ai_skills": 43.5,
|
||||||
|
"stackx": 0.0
|
||||||
|
},
|
||||||
|
"method": "content items per source category"
|
||||||
|
},
|
||||||
|
"collar": "white",
|
||||||
|
"computer_work": true
|
||||||
|
}
|
||||||
346
references/ai-skills.md
Normal file
346
references/ai-skills.md
Normal file
@@ -0,0 +1,346 @@
|
|||||||
|
# External AI agent skills — election-agent
|
||||||
|
|
||||||
|
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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `internal-comms` | core | A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership … | [source](https://github.com/anthropics/skills/tree/main/skills/internal-comms) |
|
||||||
|
| `doc-coauthoring` | adjacent | Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer … | [source](https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring) |
|
||||||
|
| `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) |
|
||||||
|
| `slack-gif-creator` | adjacent | Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack. | [source](https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator) |
|
||||||
|
|
||||||
|
## Source: ConardLi/garden-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/ConardLi/garden-skills](https://github.com/ConardLi/garden-skills) (commit `fbd6453`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `kb-retriever` | adjacent | 面向本地知识库目录的检索和问答助手。核心流程:(1)分层索引导航 (2)遇到PDF/Excel时必须先读取references学习处理方法 (3)处理文件后再检索。按文件类型组合使用 grep、Read、pdfplumber、pandas 进行渐进式检索,避免整文件加载。用户问题涉及"从知识库目录回答问题/检索信息/查资料"时使用。 | [source](https://github.com/ConardLi/garden-skills/tree/fbd6453/skills/kb-retriever) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `donor-relationship-management` | core | Cultivate and steward donor relationships including prospect research, personalized engagement strategies, gift acknowledgment, and impact reporting | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/arts-culture/skills/donor-relationship-management) |
|
||||||
|
| `security-sandbox` | core | Isolated analysis environment management for malware and exploit testing. Create and manage isolated VMs, configure Cuckoo Sandbox, set up REMnux/FlareVM environments, manage Docker-based analysis containers, and capture filesystem and … | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/security-research/skills/security-sandbox) |
|
||||||
|
| `unified-memory` | core | Expert skill for CUDA Unified Memory and memory prefetching optimization. Configure managed memory allocations, implement memory prefetch strategies, handle page fault analysis, configure memory hints and advise, profile unified memory … | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/gpu-programming/skills/unified-memory) |
|
||||||
|
| `codebase-sync` | core | Convention discovery and rule generation from codebase analysis. Scans project structure, builds search indexes, identifies patterns, and generates enforceable rules. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/methodologies/pilot-shell/skills/codebase-sync) |
|
||||||
|
| `hardware-security` | core | Hardware and embedded security research capabilities. Interface with JTAG debuggers, analyze SPI/I2C communications, dump and analyze firmware, support fault injection, side-channel analysis, and hardware exploitation research. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/security-research/skills/hardware-security) |
|
||||||
|
| `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) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `investor-outreach` | core | Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/.agents/skills/investor-outreach) |
|
||||||
|
|
||||||
|
## Source: AgriciDaniel/claude-blog
|
||||||
|
|
||||||
|
- Repository: [https://github.com/AgriciDaniel/claude-blog](https://github.com/AgriciDaniel/claude-blog) (commit `49842ea`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `blog-google` | core | Google API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video … | [source](https://github.com/AgriciDaniel/claude-blog/tree/49842ea/skills/blog-google) |
|
||||||
|
|
||||||
|
## 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) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `business-skills` | core | 5 business research skills. Trigger: business strategy, market analysis, competitive intelligence. Design: analytical frameworks and methods for management and innovation research. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/business) |
|
||||||
|
| `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) |
|
||||||
|
| `research-intake` | core | Bidirectional review — THE entry point for every research engagement. Reviews everything the researcher has (data, docs, code, instruments) and produces two outputs: (1) a gap analysis showing what their project needs to meet gold … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/61-phdemotions-research-methods/skills/research-intake) |
|
||||||
|
| `humanities-skills` | core | 5 humanities skills. Trigger: textual analysis, archival research, digital humanities, philosophy. Design: digital tools and qualitative methods for humanities scholarship. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/humanities) |
|
||||||
|
| `options-analytics-agent-guide` | core | AI agent for options pricing, Greeks, and strategy analysis | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/finance/options-analytics-agent-guide) |
|
||||||
|
| `political-history-guide` | core | Chinese and European political struggle history and comparative analysis | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/humanities/political-history-guide) |
|
||||||
|
| `write-paper` | core | Draft a full academic paper manuscript from analysis outputs, project spec, and lit review. Make sure to use this skill whenever the user wants to turn completed analysis into a written paper — not to run analysis or review existing … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/15-Felpix-Studios-social-science-research/skills/write-paper) |
|
||||||
|
| `bibliometrix-guide` | core | Perform science mapping and bibliometric analysis with R bibliometrix | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/literature/metadata/bibliometrix-guide) |
|
||||||
|
| `comm-lit-review` | core | Communications-domain literature review and related-work search with database-aware source control. Use when the task is about communications, wireless, networking, satellite/NTN, Wi-Fi, cellular, transport protocols, congestion control, … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/42-wanshuiyin-ARIS/skills/skills-codex/comm-lit-review) |
|
||||||
|
| `comm-lit-review-claude-single` | core | Communications-domain literature review with Claude-style knowledge-base-first retrieval. Use when the task is about communications, wireless, networking, satellite/NTN, Wi-Fi, cellular, transport protocols, congestion control, routing, … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/42-wanshuiyin-ARIS/skills/comm-lit-review) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `brevo-automation` | core | Automate Brevo (Sendinblue) tasks via Rube MCP (Composio): manage email campaigns, create/edit templates, track senders, and monitor campaign performance. Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/brevo-automation) |
|
||||||
|
| `klaviyo-automation` | core | Automate Klaviyo tasks via Rube MCP (Composio): manage email/SMS campaigns, inspect campaign messages, track tags, and monitor send jobs. Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/klaviyo-automation) |
|
||||||
|
| `clickup-automation` | core | Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/clickup-automation) |
|
||||||
|
| `gitlab-automation` | core | Automate GitLab project management, issues, merge requests, pipelines, branches, and user operations via Rube MCP (Composio). Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/gitlab-automation) |
|
||||||
|
| `basecamp-automation` | core | Automate Basecamp project management, to-dos, messages, people, and to-do list organization via Rube MCP (Composio). Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/basecamp-automation) |
|
||||||
|
| `supabase-automation` | core | Automate Supabase database queries, table management, project administration, storage, edge functions, and SQL execution via Rube MCP (Composio). Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/supabase-automation) |
|
||||||
|
| `wrike-automation` | core | Automate Wrike project management via Rube MCP (Composio): create tasks/folders, manage projects, assign work, and track progress. Always search tools first for current schemas. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/wrike-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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `executing-marketing-campaigns` | core | Plans, creates, and optimizes marketing campaigns including content strategy, social media, email, and analytics. Helps develop go-to-market strategies, campaign messaging, and performance measurement. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/creative-design/executing-marketing-campaigns) |
|
||||||
|
| `SEO Optimizer` | core | Search Engine Optimization specialist for content strategy, technical SEO, keyword research, and ranking improvements. Use when optimizing website content, improving search rankings, conducting keyword analysis, or implementing SEO best … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/business-marketing/seo-optimizer) |
|
||||||
|
| `gepetto` | core | Creates detailed, sectionized implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/gepetto) |
|
||||||
|
| `Excel Analysis` | core | Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/excel-analysis) |
|
||||||
|
| `deep-research-notebooklm` | core | Deep research skill powered by NotebookLM MCP. Conducts structured multi-source research (market analysis, competitive intel, trend analysis, prospect research) using Google NotebookLM as the research engine, then delivers formatted briefs … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/deep-research-notebooklm) |
|
||||||
|
|
||||||
|
## Source: elementalsouls/Claude-BugHunter
|
||||||
|
|
||||||
|
- Repository: [https://github.com/elementalsouls/Claude-BugHunter](https://github.com/elementalsouls/Claude-BugHunter) (commit `05098fc`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `bugcrowd-reporting` | core | Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body … | [source](https://github.com/elementalsouls/Claude-BugHunter/tree/05098fc/skills/bugcrowd-reporting) |
|
||||||
|
|
||||||
|
## Source: Ericyoung-183/alpha-insights
|
||||||
|
|
||||||
|
- Repository: [https://github.com/Ericyoung-183/alpha-insights](https://github.com/Ericyoung-183/alpha-insights) (commit `30c1e87`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `alpha-insights` | core | Business Analyst Skill. Triggered when users ask about business analysis, industry research, competitive analysis, product analysis, business model analysis, business opportunity discovery, market entry strategy, investment decisions, … | [source](https://github.com/Ericyoung-183/alpha-insights/tree/30c1e87) |
|
||||||
|
|
||||||
|
## Source: Eronred/aso-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/Eronred/aso-skills](https://github.com/Eronred/aso-skills) (commit `e2a7c45`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `apple-search-ads` | core | When the user wants to set up, optimize, or scale Apple Search Ads (ASA) campaigns — including keyword bidding, match types, campaign structure, Creative Product Sets, CPP routing, and ROAS optimization. Use when the user mentions "Apple … | [source](https://github.com/Eronred/aso-skills/tree/e2a7c45/skills/apple-search-ads) |
|
||||||
|
| `competitor-analysis` | core | When the user wants to analyze competitors' App Store strategy, find keyword gaps, or understand competitive positioning. Also use when the user mentions "competitor analysis", "competitive research", "keyword gap", "what are my … | [source](https://github.com/Eronred/aso-skills/tree/e2a7c45/skills/competitor-analysis) |
|
||||||
|
|
||||||
|
## Source: FlorianBruniaux/claude-code-ultimate-guide
|
||||||
|
|
||||||
|
- Repository: [https://github.com/FlorianBruniaux/claude-code-ultimate-guide](https://github.com/FlorianBruniaux/claude-code-ultimate-guide) (commit `5395214`, retrieved 2026-07-14)
|
||||||
|
- License: custom (see upstream LICENSE)
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `plan-pipeline-start` | core | 5-phase planning: PRD analysis, design review, technical decisions, dynamic research team, metrics. Produces a complete implementation plan + ADRs before any code is written. | [source](https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/5395214/examples/skills/plan-pipeline/start) |
|
||||||
|
|
||||||
|
## Source: gooseworks-ai/goose-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/gooseworks-ai/goose-skills](https://github.com/gooseworks-ai/goose-skills) (commit `94ec916`, retrieved 2026-07-14)
|
||||||
|
- License: no explicit license — referenced by link only
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `google-ad-scraper` | core | Scrape competitor ads from Google Ads by domain. Returns ad creatives, formats, and campaign details. Use for competitive ad research and messaging analysis. | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/ads/capabilities/google-ad-scraper) |
|
||||||
|
| `newsletter-monitor` | core | Scan an AgentMail inbox for newsletter signals using configurable keyword campaigns. Extracts matched keywords, context snippets, and company mentions from incoming emails. Use for monitoring accounting industry newsletters for buying … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/monitoring/composites/newsletter-monitor) |
|
||||||
|
|
||||||
|
## Source: infrasity-labs/dev-gtm-claude-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/infrasity-labs/dev-gtm-claude-skills](https://github.com/infrasity-labs/dev-gtm-claude-skills) (commit `02cfefb`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `blog-google` | core | Google API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video … | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/blog-google) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `notion-architecture-variants` | core | Different Notion integration architectures: CMS (headless blog), task tracker (project management), knowledge base (wiki), form submission handler, and data pipeline source. Trigger with phrases like "notion cms", "notion headless blog", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/notion-pack/skills/notion-architecture-variants) |
|
||||||
|
| `analyzing-mempool` | core | Monitor blockchain mempools for pending transactions, gas analysis, and MEV opportunities. Use when analyzing pending transactions, optimizing gas prices, or researching MEV. Trigger with phrases like "check mempool", "scan pending txs", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/crypto/mempool-analyzer/skills/analyzing-mempool) |
|
||||||
|
| `ink-seo` | core | SEO strategy and keyword research — build topic clusters, keyword gap analysis, on-page audit, and prioritized SEO roadmap. Use when asked to "improve our SEO", "do keyword research", "build a topic cluster", or "why aren't we ranking". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/ink-seo) |
|
||||||
|
| `yt-research` | core | Research competitor YouTube channels, niches, and trending topics for your content strategy. Use this skill whenever the user says "research channels", "analyze competitors", "find trending topics", "niche analysis", "competitive … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/productivity/youtube-strategy/skills/yt-research) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `open-notebook` | core | Self-hosted, open-source alternative to Google NotebookLM for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/open-notebook) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `open-notebook` | core | Self-hosted, open-source alternative to Google NotebookLM for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/open-notebook) |
|
||||||
|
|
||||||
|
## Source: ljagiello/ctf-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/ljagiello/ctf-skills](https://github.com/ljagiello/ctf-skills) (commit `d19f35f`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `ctf-forensics` | core | Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, network captures, cryptocurrency transactions, steganography, PDF analysis, Windows registry, … | [source](https://github.com/ljagiello/ctf-skills/tree/d19f35f/ctf-forensics) |
|
||||||
|
|
||||||
|
## Source: mukul975/Anthropic-Cybersecurity-Skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) (commit `673da1f`, retrieved 2026-07-14)
|
||||||
|
- License: Apache-2.0
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `performing-phishing-simulation-with-gophish` | core | GoPhish is an open-source phishing simulation framework used by security teams to conduct authorized phishing awareness campaigns. It provides campaign management, email template creation, landing pag | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-phishing-simulation-with-gophish) |
|
||||||
|
| `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) |
|
||||||
|
| `analyzing-outlook-pst-for-email-forensics` | core | Analyze Microsoft Outlook PST and OST files for email forensic evidence including message content, headers, attachments, deleted items, and metadata using libpff, pst-utils, and forensic email analysis tools for legal investigations and … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-outlook-pst-for-email-forensics) |
|
||||||
|
| `performing-endpoint-forensics-investigation` | core | Performs digital forensics investigation on compromised endpoints including memory acquisition, disk imaging, artifact analysis, and timeline reconstruction. Use when investigating security incidents, collecting evidence for legal … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-endpoint-forensics-investigation) |
|
||||||
|
| `analyzing-office365-audit-logs-for-compromise` | core | Parse Office 365 Unified Audit Logs via Microsoft Graph API to detect email forwarding rule creation, inbox delegation, suspicious OAuth app grants, and other indicators of account compromise. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-office365-audit-logs-for-compromise) |
|
||||||
|
| `detecting-email-forwarding-rules-attack` | core | Detect malicious email forwarding rules created by adversaries to maintain persistent access to email communications for intelligence collection and BEC attacks. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-email-forwarding-rules-attack) |
|
||||||
|
| `detecting-insider-threat-with-ueba` | core | Implement User and Entity Behavior Analytics using Elasticsearch/OpenSearch to build behavioral baselines, calculate anomaly scores, perform peer group analysis, and detect insider threat indicators such as data exfiltration, privilege … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-insider-threat-with-ueba) |
|
||||||
|
| `detecting-spearphishing-with-email-gateway` | core | Spearphishing targets specific individuals using personalized, researched content that bypasses generic spam filters. Email security gateways (SEGs) like Microsoft Defender for Office 365, Proofpoint, | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-spearphishing-with-email-gateway) |
|
||||||
|
|
||||||
|
## Source: muratcankoylan/ralph-wiggum-marketer
|
||||||
|
|
||||||
|
- Repository: [https://github.com/muratcankoylan/ralph-wiggum-marketer](https://github.com/muratcankoylan/ralph-wiggum-marketer) (commit `4c1f5f3`, retrieved 2026-07-14)
|
||||||
|
- License: no explicit license — referenced by link only
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `ralph-copywriter` | core | Use this skill when the user asks to "analyze my content", "learn my writing style", "research competitors", "find content angles", "improve my blog", "write like me", "embody my brand voice", or mentions content strategy, voice analysis, … | [source](https://github.com/muratcankoylan/ralph-wiggum-marketer/tree/4c1f5f3/skills/copywriter) |
|
||||||
|
|
||||||
|
## 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-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) |
|
||||||
|
| `etsy-competitor-analysis` | core | Competitor research — pricing comparison, bestseller analysis, differentiation strategy | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/etsy-competitor-analysis) |
|
||||||
|
|
||||||
|
## Source: pedrohcgs/claude-code-my-workflow
|
||||||
|
|
||||||
|
- Repository: [https://github.com/pedrohcgs/claude-code-my-workflow](https://github.com/pedrohcgs/claude-code-my-workflow) (commit `be53c12`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `coauthor-brief` | core | Generate a co-author / collaborator handoff brief for a multi-author, multi-machine project — summarizing what changed since the last brief (git delta), the current state of each artifact (manuscript, analysis, slides), open questions, how … | [source](https://github.com/pedrohcgs/claude-code-my-workflow/tree/be53c12/.claude/skills/coauthor-brief) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `deep-research` | core | Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited … | [source](https://github.com/sanjay3290/ai-skills/tree/3619692/skills/deep-research) |
|
||||||
|
|
||||||
|
## Source: softaworks/agent-toolkit
|
||||||
|
|
||||||
|
- Repository: [https://github.com/softaworks/agent-toolkit](https://github.com/softaworks/agent-toolkit) (commit `3027f20`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `gepetto` | core | Creates detailed, sectionized implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis. | [source](https://github.com/softaworks/agent-toolkit/tree/3027f20/skills/gepetto) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `seo-geo-optimizer` | core | Comprehensive SEO/GEO/AEO analysis toolkit for optimizing content visibility across traditional search engines (Google, Bing), AI platforms (ChatGPT, Perplexity, Claude, Gemini, Grokipedia), answer engines (Google AI Overviews, Bing … | [source](https://github.com/ViryaZheng/recomby-geo/tree/530d5e2/plugins/recomby-geo/skills/seo-geo-optimizer) |
|
||||||
|
|
||||||
|
## Source: wanshuiyin/Auto-claude-code-research-in-sleep
|
||||||
|
|
||||||
|
- Repository: [https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep) (commit `eb5c9d7`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `comm-lit-review` | core | Communications-domain literature review with Claude-style knowledge-base-first retrieval. Use when the task is about communications, wireless, networking, satellite/NTN, Wi-Fi, cellular, transport protocols, congestion control, routing, … | [source](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/tree/eb5c9d7/skills/comm-lit-review) |
|
||||||
|
|
||||||
|
## Source: coreyhaines31/marketingskills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) (commit `33218ff`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `cold-email` | adjacent | Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Also use when the user mentions "cold … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/cold-email) |
|
||||||
|
| `emails` | adjacent | When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/emails) |
|
||||||
|
| `popups` | adjacent | When the user wants to create or optimize popups, modals, overlays, slide-ins, or banners for conversion purposes. Also use when the user mentions "exit intent," "popup conversions," "modal optimization," "lead capture popup," "email … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/popups) |
|
||||||
|
| `lead-magnets` | adjacent | When the user wants to create, plan, or optimize a lead magnet for email capture or lead generation. Also use when the user mentions "lead magnet," "gated content," "content upgrade," "downloadable," "ebook," "cheat sheet," "checklist," … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/lead-magnets) |
|
||||||
|
| `sms` | adjacent | When the user wants to plan, build, or optimize SMS or MMS marketing — including welcome flows, abandoned cart texts, post-purchase, win-back, promotional sends, or transactional/auth SMS. Also use when the user mentions "SMS marketing," … | [source](https://github.com/coreyhaines31/marketingskills/tree/33218ff/skills/sms) |
|
||||||
|
|
||||||
|
## Source: resend/resend-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/resend/resend-skills](https://github.com/resend/resend-skills) (commit `2caefff`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `agent-email-inbox` | adjacent | Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email-to-task pipelines, or any workflow processing untrusted inbound email. Always use this skill when the user wants to … | [source](https://github.com/resend/resend-skills/tree/2caefff/skills/agent-email-inbox) |
|
||||||
|
| `email-best-practices` | adjacent | Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, making emails … | [source](https://github.com/resend/resend-skills/tree/2caefff/skills/email-best-practices) |
|
||||||
|
| `react-email` | adjacent | Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering emails to HTML, or sending emails with Resend. Covers welcome emails, password … | [source](https://github.com/resend/resend-skills/tree/2caefff/skills/react-email) |
|
||||||
|
| `resend` | adjacent | Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing email templates, tracking delivery events, managing domains, contacts, broadcasts, webhooks, API … | [source](https://github.com/resend/resend-skills/tree/2caefff/skills/resend) |
|
||||||
|
| `resend-cli` | adjacent | Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events via the `resend` CLI. … | [source](https://github.com/resend/resend-skills/tree/2caefff/skills/resend-cli) |
|
||||||
64
references/market.md
Normal file
64
references/market.md
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# Market evidence report — election-agent
|
||||||
|
|
||||||
|
Source: **8 real job ads** (JSearch API, countries: us 8), extracted into the MSSQL evidence store; as of 2026-07-11.
|
||||||
|
This report contains extracted, aggregated facts only — no ad text is
|
||||||
|
reproduced (copyright / platform terms).
|
||||||
|
|
||||||
|
## Seniority distribution
|
||||||
|
|
||||||
|
| Seniority | Ads | Share |
|
||||||
|
|---|---|---|
|
||||||
|
| mid | 5 | 62 % |
|
||||||
|
| n/a | 3 | 38 % |
|
||||||
|
|
||||||
|
## Tools — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
| 1 | Daybook | 3 | 38 % |
|
||||||
|
|
||||||
|
## Hard skills — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
| 1 | campaign management | 4 | 50 % |
|
||||||
|
| 2 | fundraising | 3 | 38 % |
|
||||||
|
|
||||||
|
## Methods — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
|
||||||
|
## Responsibilities — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
|
||||||
|
## Regional breakdown
|
||||||
|
|
||||||
|
> **Corpus note:** 8 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** — 8 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 |
|
||||||
|
|---|---|
|
||||||
|
| Campaign Manager | 4 |
|
||||||
|
| Campaign Manager, Climate & Conservation Elections | 1 |
|
||||||
|
| Campaign Manager, US Policy and Political Campaigns Team | 1 |
|
||||||
|
| Hodge for New York: Campaign Manager for New York Assembly | 1 |
|
||||||
|
| Senior Campaign Manager, Precision | 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 — election agent
|
||||||
|
|
||||||
|
- **ESCO URI:** http://data.europa.eu/esco/occupation/82fe0140-7069-47f9-a7d4-d63a611cb5bd
|
||||||
|
- **ESCO code:** 2432.2
|
||||||
|
- **ISCO-08 group:** 2432 — Public relations professionals
|
||||||
|
|
||||||
|
## Description (ESCO)
|
||||||
|
|
||||||
|
Election agents manage a political candidate's campaign and oversee the operations of elections to ensure accuracy. They develop strategies to support candidates and persuade the public to vote for the candidate they represent. They conduct research to gauge which image and ideas would be most advantageous for the candidate to present to the public in order to secure the most votes.
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
nan
|
||||||
|
|
||||||
|
## Alternative labels
|
||||||
|
|
||||||
|
- campaign manager
|
||||||
|
- parliamentary agent
|
||||||
|
- electorate officer
|
||||||
|
- elections officer
|
||||||
98
references/skills.md
Normal file
98
references/skills.md
Normal file
@@ -0,0 +1,98 @@
|
|||||||
|
# Competences — election agent
|
||||||
|
|
||||||
|
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/82fe0140-7069-47f9-a7d4-d63a611cb5bd).
|
||||||
|
|
||||||
|
## Essential
|
||||||
|
|
||||||
|
- **advise on public relations** (skill/competence)
|
||||||
|
- **advise politicians on electoral procedures** (skill/competence)
|
||||||
|
- **analyse election procedures** (skill/competence)
|
||||||
|
- **communicate with media** (skill/competence)
|
||||||
|
- **election law** (knowledge)
|
||||||
|
- **liaise with politicians** (skill/competence)
|
||||||
|
- **monitor elections** (skill/competence)
|
||||||
|
- **monitor political campaigns** (skill/competence)
|
||||||
|
- **perform public relations** (skill/competence)
|
||||||
|
- **political campaigning** (knowledge)
|
||||||
|
|
||||||
|
## Optional
|
||||||
|
|
||||||
|
- advertising techniques (knowledge)
|
||||||
|
- advise on public image (skill/competence)
|
||||||
|
- conduct public surveys (skill/competence)
|
||||||
|
- coordinate advertising campaigns (skill/competence)
|
||||||
|
- coordinate events (skill/competence)
|
||||||
|
- create campaign schedule (skill/competence)
|
||||||
|
- develop media strategy (skill/competence)
|
||||||
|
- develop professional network (skill/competence)
|
||||||
|
- develop promotional tools (skill/competence)
|
||||||
|
- establish collaborative relations (skill/competence)
|
||||||
|
- fix meetings (skill/competence)
|
||||||
|
- influence voting behaviour (skill/competence)
|
||||||
|
- maintain relationships with government agencies (skill/competence)
|
||||||
|
- manage fundraising activities (skill/competence)
|
||||||
|
- political science (knowledge)
|
||||||
|
- prepare presentation material (skill/competence)
|
||||||
|
- promote political campaign (skill/competence)
|
||||||
|
- solicit event publicity (skill/competence)
|
||||||
|
|
||||||
|
<!-- market-evidence -->
|
||||||
|
|
||||||
|
## Market evidence (job-ad analysis, 8 ads, as of 2026-07-11)
|
||||||
|
|
||||||
|
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||||
|
|
||||||
|
### Hard skills
|
||||||
|
|
||||||
|
- campaign management — **50 %**
|
||||||
|
- fundraising — **38 %**
|
||||||
|
- data analysis — **25 %**
|
||||||
|
- message development — **25 %**
|
||||||
|
- paid communications planning — **25 %**
|
||||||
|
- vendor coordination — **25 %**
|
||||||
|
- voter contact — **25 %**
|
||||||
|
- field operations — **12 %**
|
||||||
|
- volunteer recruitment — **12 %**
|
||||||
|
- volunteer training — **12 %**
|
||||||
|
- project management — **12 %**
|
||||||
|
- project oversight — **12 %**
|
||||||
|
- media planning — **12 %**
|
||||||
|
- data reporting — **12 %**
|
||||||
|
- digital strategy — **12 %**
|
||||||
|
- campaign optimization — **12 %**
|
||||||
|
- bid management — **12 %**
|
||||||
|
- campaign strategy — **12 %**
|
||||||
|
- candidate fundraising — **12 %**
|
||||||
|
- communications — **12 %**
|
||||||
|
|
||||||
|
### Methods
|
||||||
|
|
||||||
|
- coordinated campaigns — **25 %**
|
||||||
|
|
||||||
|
### Responsibilities
|
||||||
|
|
||||||
|
- staff supervision — **25 %**
|
||||||
|
- voter contact — **12 %**
|
||||||
|
- project oversight — **12 %**
|
||||||
|
- paid media execution — **12 %**
|
||||||
|
- platform implementation — **12 %**
|
||||||
|
- creative asset delivery — **12 %**
|
||||||
|
- community event facilitation — **12 %**
|
||||||
|
- candidate schedule management — **12 %**
|
||||||
|
- canvass coordination — **12 %**
|
||||||
|
- client communication — **12 %**
|
||||||
|
- budget maintenance — **12 %**
|
||||||
|
- campaign execution — **12 %**
|
||||||
|
- campaign leadership — **12 %**
|
||||||
|
- campaign plan execution — **12 %**
|
||||||
|
- campaign plan implementation — **12 %**
|
||||||
|
- campaign measurement — **12 %**
|
||||||
|
- campaign metric reporting — **12 %**
|
||||||
|
- electoral activity management — **12 %**
|
||||||
|
- event staffing — **12 %**
|
||||||
|
- media program management — **12 %**
|
||||||
|
- house party facilitation — **12 %**
|
||||||
|
- issue troubleshooting — **12 %**
|
||||||
|
- media coordination — **12 %**
|
||||||
|
|
||||||
|
<!-- market-evidence -->
|
||||||
52
references/tasks.md
Normal file
52
references/tasks.md
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
# Tasks & work activities — election agent
|
||||||
|
|
||||||
|
Source: O*NET 30.3, occupation 11-2032.00 (Public Relations Managers) — manual nearest-occupation mapping via ISCO group 2432; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||||
|
|
||||||
|
## Task statements
|
||||||
|
|
||||||
|
- **[nan]** Assign, supervise, and review the activities of public relations staff.
|
||||||
|
- **[nan]** Confer with labor relations managers to develop internal communications that keep employees informed of company activities.
|
||||||
|
- **[nan]** Design and edit promotional publications, such as brochures.
|
||||||
|
- **[nan]** Develop and maintain the company's corporate image and identity, which includes the use of logos and signage.
|
||||||
|
- **[nan]** Develop, implement, or maintain crisis communication plans.
|
||||||
|
- **[nan]** Direct activities of external agencies, establishments, or departments that develop and implement communication strategies and information programs.
|
||||||
|
- **[nan]** Draft speeches for company executives and arrange interviews and other forms of contact for them.
|
||||||
|
- **[nan]** Establish and maintain effective working relationships with clients, government officials, and media representatives and use these relationships to develop new business opportunities.
|
||||||
|
- **[nan]** Evaluate advertising and promotion programs for compatibility with public relations efforts.
|
||||||
|
- **[nan]** Facilitate consumer relations or the relationship between parts of the company, such as the managers and employees, or different branch offices.
|
||||||
|
- **[nan]** Formulate policies and procedures related to public information programs, working with public relations executives.
|
||||||
|
- **[nan]** Identify main client groups and audiences, determine the best way to communicate publicity information to them, and develop and implement a communication plan.
|
||||||
|
- **[nan]** Maintain company archives.
|
||||||
|
- **[nan]** Manage communications budgets.
|
||||||
|
- **[nan]** Manage in-house communication courses.
|
||||||
|
- **[nan]** Manage special events, such as sponsorship of races, parties introducing new products, or other activities the firm supports, to gain public attention through the media without advertising directly.
|
||||||
|
- **[nan]** Observe and report on social, economic, and political trends that might affect employers.
|
||||||
|
- **[nan]** Produce films and other video products, regulate their distribution, and operate film library.
|
||||||
|
- **[nan]** Respond to requests for information about employers' activities or status.
|
||||||
|
- **[nan]** Write interesting and effective press releases, prepare information for media kits, and develop and maintain company internet or intranet web pages.
|
||||||
|
|
||||||
|
## Detailed work activities
|
||||||
|
|
||||||
|
- Confer with organizational members to accomplish work activities.
|
||||||
|
- Coordinate special events or programs.
|
||||||
|
- Coordinate with external parties to exchange information.
|
||||||
|
- Develop contingency plans to deal with organizational emergencies.
|
||||||
|
- Develop library or archival databases.
|
||||||
|
- Develop marketing plans or strategies.
|
||||||
|
- Develop operating strategies, plans, or procedures.
|
||||||
|
- Develop organizational policies or programs.
|
||||||
|
- Develop promotional materials.
|
||||||
|
- Direct employee training programs.
|
||||||
|
- Direct sales, marketing, or customer service activities.
|
||||||
|
- Distribute instructional or library materials.
|
||||||
|
- Edit documents.
|
||||||
|
- Establish interpersonal business relationships to facilitate work activities.
|
||||||
|
- Evaluate employee performance.
|
||||||
|
- Evaluate program effectiveness.
|
||||||
|
- Liaise between departments or other groups to improve function or communication.
|
||||||
|
- Maintain operational records.
|
||||||
|
- Manage organizational or project budgets.
|
||||||
|
- Monitor external affairs or events affecting business operations.
|
||||||
|
- Operate still or video cameras or related equipment.
|
||||||
|
- Present information to the public.
|
||||||
|
- Supervise employees.
|
||||||
90
references/tools.md
Normal file
90
references/tools.md
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
# Tools & technology — election agent
|
||||||
|
|
||||||
|
Source: O*NET 30.3, occupation 11-2032.00 (Public Relations Managers) — manual nearest-occupation mapping via ISCO group 2432; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||||
|
|
||||||
|
| Software | Category | Hot technology |
|
||||||
|
|---|---|---|
|
||||||
|
| Adobe Acrobat | Document management software | yes |
|
||||||
|
| Adobe After Effects | Video creation and editing software | yes |
|
||||||
|
| Adobe Creative Cloud software | Graphics or photo imaging software | yes |
|
||||||
|
| Adobe Illustrator | Graphics or photo imaging software | yes |
|
||||||
|
| Adobe InDesign | Desktop publishing software | yes |
|
||||||
|
| Adobe Photoshop | Graphics or photo imaging software | yes |
|
||||||
|
| Canva | Graphics or photo imaging software | yes |
|
||||||
|
| Facebook | Web page creation and editing software | yes |
|
||||||
|
| Google Analytics | Data mining software | yes |
|
||||||
|
| Google Docs | Word processing software | yes |
|
||||||
|
| Google Workspace software | Office suite software | yes |
|
||||||
|
| HubSpot software | Sales and marketing software | yes |
|
||||||
|
| Hypertext markup language HTML | Web platform development software | yes |
|
||||||
|
| Marketo Marketing Automation | Sales and marketing 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 Project | Project management software | yes |
|
||||||
|
| Microsoft SharePoint | Document management software | yes |
|
||||||
|
| Microsoft Word | Word processing software | yes |
|
||||||
|
| Salesforce software | Customer relationship management CRM software | yes |
|
||||||
|
| Slack | Cloud-based data access and sharing software | yes |
|
||||||
|
| Teradata Database | Data base management system software | yes |
|
||||||
|
| TikTok | Video creation and editing software | yes |
|
||||||
|
| WordPress | Web page creation and editing software | yes |
|
||||||
|
| Yardi software | Data base user interface and query software | yes |
|
||||||
|
| Zoom | Video conferencing software | yes |
|
||||||
|
| Adobe Distiller | Desktop publishing software | |
|
||||||
|
| Adobe Dreamweaver | Web page creation and editing software | |
|
||||||
|
| Adobe PageMaker | Desktop publishing software | |
|
||||||
|
| Airtable | Data base user interface and query software | |
|
||||||
|
| Apple Final Cut Pro | Video creation and editing software | |
|
||||||
|
| Apple iDVD | Video creation and editing software | |
|
||||||
|
| Apple iMovie | Video creation and editing software | |
|
||||||
|
| Blackbaud eTapestry | Customer relationship management CRM software | |
|
||||||
|
| Blackbaud The Raiser's Edge | Customer relationship management CRM software | |
|
||||||
|
| Corel WordPerfect Office Suite | Office suite software | |
|
||||||
|
| Drupal | Web platform development software | |
|
||||||
|
| FileMaker Pro | Data base user interface and query software | |
|
||||||
|
| Flipgrid | Video creation and editing software | |
|
||||||
|
| Fund accounting software | Accounting software | |
|
||||||
|
| Google Ads | Sales and marketing software | |
|
||||||
|
| Google Drive | Cloud-based data access and sharing software | |
|
||||||
|
| Google Gmail | Electronic mail software | |
|
||||||
|
| Human resource management software HRMS | Human resources software | |
|
||||||
|
| IBM Notes | Electronic mail software | |
|
||||||
|
| LinkedIn | Web page creation and editing software | |
|
||||||
|
| Mentimeter | Presentation software | |
|
||||||
|
| MicroFocus GroupWise | Electronic mail software | |
|
||||||
|
| Microsoft Dynamics | Enterprise resource planning ERP software | |
|
||||||
|
| Microsoft Publisher | Desktop publishing software | |
|
||||||
|
| MicroStrategy | Business intelligence and data analysis software | |
|
||||||
|
| MightyScout | Sales and marketing software | |
|
||||||
|
| Oracle Eloqua | Customer relationship management CRM software | |
|
||||||
|
| Oracle PeopleSoft Financials | Enterprise resource planning ERP software | |
|
||||||
|
| Oracle Siebel Server Sync | Customer relationship management CRM software | |
|
||||||
|
| QuarkXPress | Desktop publishing software | |
|
||||||
|
| SmugMug Flickr | Graphics or photo imaging software | |
|
||||||
|
| Social media sites | Web page creation and editing software | |
|
||||||
|
| Web browser software | Internet browser software | |
|
||||||
|
| WeVideo | Video creation and editing software | |
|
||||||
|
| YouTube | Video creation and editing software | |
|
||||||
|
| zkipster | Project management software | |
|
||||||
|
|
||||||
|
<!-- market-evidence -->
|
||||||
|
|
||||||
|
## Market evidence (job-ad analysis, 8 ads, as of 2026-07-11)
|
||||||
|
|
||||||
|
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||||
|
|
||||||
|
### Tools
|
||||||
|
|
||||||
|
- Daybook — **38 %**
|
||||||
|
- digital ad platforms — **25 %**
|
||||||
|
- Votebuilder — **25 %**
|
||||||
|
- VAN — **25 %**
|
||||||
|
- Google Docs — **12 %**
|
||||||
|
- Microsoft Office — **12 %**
|
||||||
|
- NGP — **12 %**
|
||||||
|
- NGP VAN — **12 %**
|
||||||
|
|
||||||
|
<!-- market-evidence -->
|
||||||
Reference in New Issue
Block a user