feat: bingo-caller 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 — bingo-caller
|
||||||
|
|
||||||
|
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 — bingo-caller
|
||||||
|
"ESCO (occupation & competences)" : 20
|
||||||
|
"O*NET (tasks & tools)" : 42
|
||||||
|
"Job boards (market evidence)" : 48
|
||||||
|
"Anthropic official Claude skills" : 5
|
||||||
|
"External AI skill packs (mapped)" : 201
|
||||||
|
```
|
||||||
|
|
||||||
|
| Source | Items | Share | Files |
|
||||||
|
|---|---|---|---|
|
||||||
|
| ESCO (occupation & competences) | 20 | 6.3 % | references/profile.md, references/skills.md |
|
||||||
|
| O*NET (tasks & tools) | 42 | 13.3 % | references/tasks.md, references/tools.md |
|
||||||
|
| Job boards (market evidence) | 48 | 15.2 % | references/market.md (full report) + "Market evidence" headline sections |
|
||||||
|
| Wikipedia & AI expert curation | 0 | 0.0 % | glossary, literature, usecases, intake, quality, evals/ |
|
||||||
|
| Anthropic official Claude skills | 5 | 1.6 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
|
||||||
|
| External AI skill packs (mapped) | 201 | 63.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).
|
||||||
51
SKILL.md
Normal file
51
SKILL.md
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
---
|
||||||
|
name: bingo-caller
|
||||||
|
description: "Occupational skill for the role 'bingo caller' (also: main stage caller, bingo main caller, bingo attendant, main caller, bingo agent, bingo assistant). Use when the user asks for typical bingo caller work such as: Greet customers and make them feel welcome.; Exchange paper currency for playing chips or coin money.; Pay winnings or collect losing bets as established by the rules and procedures of a specific game."
|
||||||
|
---
|
||||||
|
|
||||||
|
# Bingo Caller
|
||||||
|
|
||||||
|
Bingo callers organise and run games of bingo in a bingo hall, social club or other entertainment facility. Main stage callers have knowledge of all relevant legislation governing the bingo operation and club rules regarding the playing of all variations of bingo.
|
||||||
|
|
||||||
|
## Core workflow
|
||||||
|
|
||||||
|
1. Greet customers and make them feel welcome.
|
||||||
|
2. Exchange paper currency for playing chips or coin money.
|
||||||
|
3. Pay winnings or collect losing bets as established by the rules and procedures of a specific game.
|
||||||
|
4. Deal cards to house hands, and compare these with players' hands to determine winners, as in black jack.
|
||||||
|
5. Conduct gambling games, such as dice, roulette, cards, or keno, following all applicable rules and regulations.
|
||||||
|
6. Check to ensure that all players have placed bets before play begins.
|
||||||
|
7. Stand behind a gaming table and deal the appropriate number of cards to each player.
|
||||||
|
8. Inspect cards and equipment to be used in games to ensure that they are in good condition.
|
||||||
|
|
||||||
|
## 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)
|
||||||
|
|
||||||
|
- announce bingo numbers
|
||||||
|
- communicate gambling rules
|
||||||
|
- explain bingo rules
|
||||||
|
- follow ethical code of conduct of gambling
|
||||||
|
- games rules
|
||||||
|
- maintain customer service
|
||||||
|
- maximise sales revenues
|
||||||
|
- show good manners with players
|
||||||
|
- train employees
|
||||||
|
- vocal techniques
|
||||||
|
|
||||||
|
## Hot technologies
|
||||||
|
|
||||||
|
- Apache Spark
|
||||||
|
- Slack
|
||||||
|
- Apache Hadoop
|
||||||
|
- Microsoft Office software
|
||||||
|
- Microsoft Excel
|
||||||
|
|
||||||
|
---
|
||||||
|
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/2f7f5c84-b9b3-41ea-aa5f-5997d0873141), O*NET 30.3 (39-3011.00). See manifest.json for licensing/attribution.*
|
||||||
322
manifest.json
Normal file
322
manifest.json
Normal file
@@ -0,0 +1,322 @@
|
|||||||
|
{
|
||||||
|
"name": "bingo-caller",
|
||||||
|
"title": "bingo caller",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"layer": "core",
|
||||||
|
"language": "en",
|
||||||
|
"generated": "2026-07-07",
|
||||||
|
"ids": {
|
||||||
|
"esco_uri": "http://data.europa.eu/esco/occupation/2f7f5c84-b9b3-41ea-aa5f-5997d0873141",
|
||||||
|
"esco_code": "4212.1",
|
||||||
|
"isco_group": "4212",
|
||||||
|
"onet_soc": "39-3011.00",
|
||||||
|
"crosswalk_match": "closeMatch"
|
||||||
|
},
|
||||||
|
"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": 21,
|
||||||
|
"dwas": 14,
|
||||||
|
"skills_essential": 10,
|
||||||
|
"skills_optional": 9,
|
||||||
|
"software": 6
|
||||||
|
},
|
||||||
|
"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": 4
|
||||||
|
},
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"tinyplex/tinybase": {
|
||||||
|
"repo": "https://github.com/tinyplex/tinybase",
|
||||||
|
"commit": "b211ee9",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"affaan-m/everything-claude-code": {
|
||||||
|
"repo": "https://github.com/affaan-m/everything-claude-code",
|
||||||
|
"commit": "ed38744",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 3
|
||||||
|
},
|
||||||
|
"mohitagw15856/pm-claude-skills": {
|
||||||
|
"repo": "https://github.com/mohitagw15856/pm-claude-skills",
|
||||||
|
"commit": "876fa30",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 4
|
||||||
|
},
|
||||||
|
"googleworkspace/cli": {
|
||||||
|
"repo": "https://github.com/googleworkspace/cli",
|
||||||
|
"commit": "a3768d0",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"nexu-io/open-design": {
|
||||||
|
"repo": "https://github.com/nexu-io/open-design",
|
||||||
|
"commit": "4b66023",
|
||||||
|
"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": 7
|
||||||
|
},
|
||||||
|
"davila7/claude-code-templates": {
|
||||||
|
"repo": "https://github.com/davila7/claude-code-templates",
|
||||||
|
"commit": "fa79251",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 8
|
||||||
|
},
|
||||||
|
"raintree-technology/apple-hig-skills": {
|
||||||
|
"repo": "https://github.com/raintree-technology/apple-hig-skills",
|
||||||
|
"commit": "431fd30",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"basicmachines-co/basic-memory": {
|
||||||
|
"repo": "https://github.com/basicmachines-co/basic-memory",
|
||||||
|
"commit": "53da71c",
|
||||||
|
"license": "custom (see upstream LICENSE)",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"rockscy/solo-skills": {
|
||||||
|
"repo": "https://github.com/rockscy/solo-skills",
|
||||||
|
"commit": "80ec4cf",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"pedrohcgs/claude-code-my-workflow": {
|
||||||
|
"repo": "https://github.com/pedrohcgs/claude-code-my-workflow",
|
||||||
|
"commit": "be53c12",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"brycewang-stanford/Auto-Empirical-Research-Skills": {
|
||||||
|
"repo": "https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills",
|
||||||
|
"commit": "85bf545",
|
||||||
|
"license": "CC-BY-4.0",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"microsoft/power-platform-skills": {
|
||||||
|
"repo": "https://github.com/microsoft/power-platform-skills",
|
||||||
|
"commit": "0d7ed9a",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"ljagiello/ctf-skills": {
|
||||||
|
"repo": "https://github.com/ljagiello/ctf-skills",
|
||||||
|
"commit": "d19f35f",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"nexscope-ai/eCommerce-Skills": {
|
||||||
|
"repo": "https://github.com/nexscope-ai/eCommerce-Skills",
|
||||||
|
"commit": "56f3288",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 2
|
||||||
|
},
|
||||||
|
"jeffallan/claude-skills": {
|
||||||
|
"repo": "https://github.com/jeffallan/claude-skills",
|
||||||
|
"commit": "e8be415",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"alirezarezvani/claude-skills": {
|
||||||
|
"repo": "https://github.com/alirezarezvani/claude-skills",
|
||||||
|
"commit": "0241f43",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 3
|
||||||
|
},
|
||||||
|
"foryourhealth111-pixel/Vibe-Skills": {
|
||||||
|
"repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills",
|
||||||
|
"commit": "34429a8",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"zxkane/aws-skills": {
|
||||||
|
"repo": "https://github.com/zxkane/aws-skills",
|
||||||
|
"commit": "68530c6",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"awrshift/claude-memory-kit": {
|
||||||
|
"repo": "https://github.com/awrshift/claude-memory-kit",
|
||||||
|
"commit": "4039315",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"samber/cc-skills-golang": {
|
||||||
|
"repo": "https://github.com/samber/cc-skills-golang",
|
||||||
|
"commit": "4881c01",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"davepoon/buildwithclaude": {
|
||||||
|
"repo": "https://github.com/davepoon/buildwithclaude",
|
||||||
|
"commit": "3c94e0c",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"a5c-ai/babysitter": {
|
||||||
|
"repo": "https://github.com/a5c-ai/babysitter",
|
||||||
|
"commit": "44a5d58b",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 3
|
||||||
|
},
|
||||||
|
"Orchestra-Research/AI-research-SKILLs": {
|
||||||
|
"repo": "https://github.com/Orchestra-Research/AI-research-SKILLs",
|
||||||
|
"commit": "773a529",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"zechenzhangAGI/AI-research-SKILLs": {
|
||||||
|
"repo": "https://github.com/zechenzhangAGI/AI-research-SKILLs",
|
||||||
|
"commit": "773a529",
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"ThinkInAIXYZ/deepchat": {
|
||||||
|
"repo": "https://github.com/ThinkInAIXYZ/deepchat",
|
||||||
|
"commit": "f275c92",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"giuseppe-trisciuoglio/developer-kit": {
|
||||||
|
"repo": "https://github.com/giuseppe-trisciuoglio/developer-kit",
|
||||||
|
"commit": "306f428",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"jezweb/claude-skills": {
|
||||||
|
"repo": "https://github.com/jezweb/claude-skills",
|
||||||
|
"commit": "e875a6b",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"MohamedAbdallah-14/unslop": {
|
||||||
|
"repo": "https://github.com/MohamedAbdallah-14/unslop",
|
||||||
|
"commit": "5af59d9",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"DheerG/swarms": {
|
||||||
|
"repo": "https://github.com/DheerG/swarms",
|
||||||
|
"commit": "617900e",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"Devin-AXIS/iPolloWork": {
|
||||||
|
"repo": "https://github.com/Devin-AXIS/iPolloWork",
|
||||||
|
"commit": "5107542",
|
||||||
|
"license": "custom (see upstream LICENSE)",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"dotnet/skills": {
|
||||||
|
"repo": "https://github.com/dotnet/skills",
|
||||||
|
"commit": "79a2ada",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"more-io/claude-apple-bridges": {
|
||||||
|
"repo": "https://github.com/more-io/claude-apple-bridges",
|
||||||
|
"commit": "8e9890f",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"microsoft/skills": {
|
||||||
|
"repo": "https://github.com/microsoft/skills",
|
||||||
|
"commit": "dc543aa",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"trailofbits/skills": {
|
||||||
|
"repo": "https://github.com/trailofbits/skills",
|
||||||
|
"commit": "cfe5d7b",
|
||||||
|
"license": "custom (see upstream LICENSE)",
|
||||||
|
"skills": 1
|
||||||
|
},
|
||||||
|
"hoangsonww/Claude-Code-Agent-Monitor": {
|
||||||
|
"repo": "https://github.com/hoangsonww/Claude-Code-Agent-Monitor",
|
||||||
|
"commit": "8f87ce1",
|
||||||
|
"license": "MIT",
|
||||||
|
"skills": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total_skills": 80,
|
||||||
|
"tiers": {
|
||||||
|
"core": 17,
|
||||||
|
"adjacent": 63
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"provenance": {
|
||||||
|
"items": {
|
||||||
|
"esco": 20,
|
||||||
|
"onet": 42,
|
||||||
|
"jobads": 48,
|
||||||
|
"wiki_ai": 0,
|
||||||
|
"anthropic": 5,
|
||||||
|
"ai_skills": 201,
|
||||||
|
"stackx": 0
|
||||||
|
},
|
||||||
|
"share_percent": {
|
||||||
|
"esco": 6.3,
|
||||||
|
"onet": 13.3,
|
||||||
|
"jobads": 15.2,
|
||||||
|
"wiki_ai": 0.0,
|
||||||
|
"anthropic": 1.6,
|
||||||
|
"ai_skills": 63.6,
|
||||||
|
"stackx": 0.0
|
||||||
|
},
|
||||||
|
"method": "content items per source category"
|
||||||
|
},
|
||||||
|
"collar": "white",
|
||||||
|
"computer_work": true
|
||||||
|
}
|
||||||
434
references/ai-skills.md
Normal file
434
references/ai-skills.md
Normal file
@@ -0,0 +1,434 @@
|
|||||||
|
# External AI agent skills — bingo-caller
|
||||||
|
|
||||||
|
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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `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) |
|
||||||
|
| `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) |
|
||||||
|
|
||||||
|
## Source: wshobson/agents
|
||||||
|
|
||||||
|
- Repository: [https://github.com/wshobson/agents](https://github.com/wshobson/agents) (commit `6fd3247`, retrieved 2026-07-14)
|
||||||
|
- License: MIT (c) Seth Hobson
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `file-conversion` | adjacent | Convert files between formats — PDF to Word, HEIC to JPG, MP4 to MP3, CSV to JSON, EPUB to MOBI, and 999 total routes across images, video, audio, documents, data, fonts, ebooks, and archives. Free via changethisfile.com, no API key or … | [source](https://github.com/wshobson/agents/tree/main/plugins/file-conversion/skills/file-conversion) |
|
||||||
|
|
||||||
|
## Source: a5c-ai/babysitter
|
||||||
|
|
||||||
|
- Repository: [https://github.com/a5c-ai/babysitter](https://github.com/a5c-ai/babysitter) (commit `44a5d58b`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `ipa-transcription-phonological` | adjacent | Transcribe speech using International Phonetic Alphabet and analyze sound systems including phonotactics and phonological rules | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/humanities/skills/ipa-transcription-phonological) |
|
||||||
|
| `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) |
|
||||||
|
| `context-engineering` | adjacent | Context window monitoring and budget management. Keeps orchestrator at 15-30% context usage while subagents get full 200k tokens. Provides warnings at thresholds, context-aware summarization triggers, and wave-level budget planning. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/methodologies/gsd/skills/context-engineering) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `autonomous-agent-harness` | core | Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Claude Code's native crons, … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/autonomous-agent-harness) |
|
||||||
|
| `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) |
|
||||||
|
| `ck` | adjacent | Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/ck) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `self-improving-agent` | adjacent | Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering-team/self-improving-agent/skills/self-improving-agent) |
|
||||||
|
| `promote` | adjacent | Graduate a proven pattern from auto-memory (MEMORY.md) to CLAUDE.md or .claude/rules/ for permanent enforcement. Use when the user runs /si:promote or asks to make a learned behavior permanent. | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering-team/self-improving-agent/skills/promote) |
|
||||||
|
| `ceo-advisor` | adjacent | Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/skills/ceo-advisor) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `close-day` | adjacent | 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) |
|
||||||
|
|
||||||
|
## Source: basicmachines-co/basic-memory
|
||||||
|
|
||||||
|
- Repository: [https://github.com/basicmachines-co/basic-memory](https://github.com/basicmachines-co/basic-memory) (commit `53da71c`, retrieved 2026-07-14)
|
||||||
|
- License: custom (see upstream LICENSE)
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `bm-checkpoint` | core | Save a deliberate Codex work checkpoint to Basic Memory with changed files, verification, decisions, blockers, and the next action. | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/plugins/codex/skills/bm-checkpoint) |
|
||||||
|
| `memory-tasks` | adjacent | Task management via Basic Memory schemas: create, track, and resume structured tasks that survive context compaction. Uses BM's schema system for uniform notes queryable through the knowledge graph. | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/skills/memory-tasks) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `submit` | core | Final submission verification gate for the sewage-house-prices paper. Runs full paper excellence review, replication audit, enforces score gates, and generates cover letter draft and submission checklist. This skill should be used when … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/41-sticerd-eee-sewage-econometrics-check/skills/submit) |
|
||||||
|
| `academic-paper-summarizer` | adjacent | Summarize academic papers with structured extraction of key elements | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/literature/metadata/academic-paper-summarizer) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `invoice-organizer` | adjacent | Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of … | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/invoice-organizer) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `gcc` | core | Git Context Controller (GCC) - Manages agent memory as a versioned file system under .GCC/. This skill should be used when working on multi-step projects that benefit from structured memory persistence, milestone tracking, branching for … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/git/git-context-controller) |
|
||||||
|
| `firebase` | adjacent | Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/firebase) |
|
||||||
|
| `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-mcp` | adjacent | A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions). | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/agent-memory-mcp) |
|
||||||
|
| `c-pro` | adjacent | Write efficient C code with proper memory management, pointer | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/c-pro) |
|
||||||
|
| `invoice-organizer` | adjacent | Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/productivity/invoice-organizer) |
|
||||||
|
| `langchain` | adjacent | Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/agents-langchain) |
|
||||||
|
| `context-window-management` | adjacent | Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/context-window-management) |
|
||||||
|
|
||||||
|
## Source: Devin-AXIS/iPolloWork
|
||||||
|
|
||||||
|
- Repository: [https://github.com/Devin-AXIS/iPolloWork](https://github.com/Devin-AXIS/iPolloWork) (commit `5107542`, retrieved 2026-07-14)
|
||||||
|
- License: custom (see upstream LICENSE)
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `acme-research` | adjacent | Search and summarize material from the Acme research service. | [source](https://github.com/Devin-AXIS/iPolloWork/tree/5107542/examples/plugin-packages/acme-research/.opencode/skills/acme-research) |
|
||||||
|
|
||||||
|
## Source: DheerG/swarms
|
||||||
|
|
||||||
|
- Repository: [https://github.com/DheerG/swarms](https://github.com/DheerG/swarms) (commit `617900e`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `workflow-rules` | adjacent | Returns the universal governance spec for swarm team runs — hard rules, briefing templates, gate presentation contract, launch mechanics, and pulse setup. The canonical source: invoked by launch.md at Step 1 and by user-authored shortcut … | [source](https://github.com/DheerG/swarms/tree/617900e/skills/workflow-rules) |
|
||||||
|
|
||||||
|
## Source: dotnet/skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/dotnet/skills](https://github.com/dotnet/skills) (commit `79a2ada`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `analyzing-dotnet-performance` | adjacent | Scans .NET code for ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O with tiered severity classification. Use when analyzing .NET code for optimization opportunities, reviewing … | [source](https://github.com/dotnet/skills/tree/79a2ada/plugins/dotnet-diag/skills/analyzing-dotnet-performance) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `slides-as-code` | adjacent | Build research slides with text-first source (Slidev/Marp/Reveal/Quarto) and reproducible export (PDF). Includes structure, figure reuse rules, and quality checklist for top-tier scientific presentations. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/slides-as-code) |
|
||||||
|
|
||||||
|
## Source: giuseppe-trisciuoglio/developer-kit
|
||||||
|
|
||||||
|
- Repository: [https://github.com/giuseppe-trisciuoglio/developer-kit](https://github.com/giuseppe-trisciuoglio/developer-kit) (commit `306f428`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `memory-md-management` | adjacent | Provides comprehensive memory file management capabilities including auditing, quality assessment, and targeted improvements for files such as CLAUDE.md. Use when user asks to check, audit, update, improve, fix, maintain, or validate … | [source](https://github.com/giuseppe-trisciuoglio/developer-kit/tree/306f428/plugins/developer-kit-core/skills/memory-md-management) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `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) |
|
||||||
|
|
||||||
|
## Source: hoangsonww/Claude-Code-Agent-Monitor
|
||||||
|
|
||||||
|
- Repository: [https://github.com/hoangsonww/Claude-Code-Agent-Monitor](https://github.com/hoangsonww/Claude-Code-Agent-Monitor) (commit `8f87ce1`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `cwd-rollup` | adjacent | Roll up Claude Code sessions by working directory (project) from Agent Monitor data — session count, total cost, total tokens, and last-active timestamp per cwd — so per-project activity can be compared at a glance. Use when summarizing … | [source](https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/8f87ce1/plugins/ccam-sessions/skills/cwd-rollup) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `meeting-notes` | adjacent | Structured meeting summaries with action items, decisions, and key discussion points. Use when: taking meeting notes, summarizing discussions, tracking action items, or when user mentions meeting notes, minutes, action items, or needs … | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/meeting-notes) |
|
||||||
|
|
||||||
|
## Source: jeffallan/claude-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/jeffallan/claude-skills](https://github.com/jeffallan/claude-skills) (commit `e8be415`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `rust-engineer` | adjacent | Writes, reviews, and debugs idiomatic Rust code with memory safety and zero-cost abstractions. Implements ownership patterns, manages lifetimes, designs trait hierarchies, builds async applications with tokio, and structures error handling … | [source](https://github.com/jeffallan/claude-skills/tree/e8be415/skills/rust-engineer) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `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) |
|
||||||
|
| `langchain-langgraph-checkpointing` | adjacent | Persist LangGraph agent state correctly with MemorySaver and PostgresSaver\ \ \u2014\nthread_id discipline, JSON-serializable state rules, time-travel, schema\n\ migration. Use when adding chat memory, migrating from … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/langchain-py-pack/skills/langchain-langgraph-checkpointing) |
|
||||||
|
| `twinmind-data-handling` | adjacent | Handle TwinMind meeting data with GDPR compliance: transcript storage, memory vault management, data export, and deletion policies. Use when implementing data handling, or managing TwinMind meeting AI operations. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/twinmind-pack/skills/twinmind-data-handling) |
|
||||||
|
| `memory-kit` | adjacent | Persistent context management for Claude Code sessions. Save, load, update, share, and audit session memory via MEMORY.md. Prevents context loss on compaction or session restart. Use when starting a session, before compaction, syncing … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/productivity/claude-memory-kit/skills/memory-kit) |
|
||||||
|
| `apify-cost-tuning` | adjacent | Optimize Apify platform costs through memory tuning, compute unit management, and proxy budgeting. Use when analyzing Apify billing, reducing Actor run costs, or implementing usage monitoring and budget alerts. Trigger: "apify cost", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/apify-pack/skills/apify-cost-tuning) |
|
||||||
|
| `cache` | adjacent | Use when the user wants to view, search, add, edit, prune, archive, or clear hyperflow memory entries. CRUD interface for `.hyperflow/memory/` — never modifies source code, only memory files. Trigger with /hyperflow:cache, "show memory", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/hyperflow/skills/cache) |
|
||||||
|
| `cursor-context-management` | adjacent | Optimize context window usage in Cursor with @-mentions, context pills, and conversation strategy. Triggers on "cursor context", "context window", "context limit", "cursor memory", "context management", "@-mentions", "context pills". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/cursor-pack/skills/cursor-context-management) |
|
||||||
|
|
||||||
|
## 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: 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-pwn` | adjacent | Provides binary exploitation techniques for CTF challenges. Use when you already have a vulnerable native target or service and need to turn memory corruption or low-level primitives into code execution or privilege escalation, such as … | [source](https://github.com/ljagiello/ctf-skills/tree/d19f35f/ctf-pwn) |
|
||||||
|
| `ctf-forensics` | adjacent | 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: 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-ai-webapi` | adjacent | Integrates Power Pages generative-AI summarization APIs (PREVIEW) into a Single Page Application (SPA) site — the Search Summary API and the Data Summarization API — on any record-detail or list page. Generates per-target service code … | [source](https://github.com/microsoft/power-platform-skills/tree/0d7ed9a/plugins/power-pages/skills/add-ai-webapi) |
|
||||||
|
| `add-excel` | adjacent | Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint. | [source](https://github.com/microsoft/power-platform-skills/tree/0d7ed9a/plugins/code-apps/skills/add-excel) |
|
||||||
|
|
||||||
|
## Source: microsoft/skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/microsoft/skills](https://github.com/microsoft/skills) (commit `dc543aa`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `azure-ai-translation-document-py` | adjacent | Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale. Triggers: "document translation", "batch translation", … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/plugins/azure-sdk-python/skills/azure-ai-translation-document-py) |
|
||||||
|
|
||||||
|
## Source: MohamedAbdallah-14/unslop
|
||||||
|
|
||||||
|
- Repository: [https://github.com/MohamedAbdallah-14/unslop](https://github.com/MohamedAbdallah-14/unslop) (commit `5af59d9`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `unslop-file` | adjacent | Humanize natural-language memory files (CLAUDE.md, todos, preferences, docs) by removing AI-isms and adding burstiness while preserving every code block, URL, path, command, and heading exactly. Two modes: --deterministic (fast, … | [source](https://github.com/MohamedAbdallah-14/unslop/tree/5af59d9/plugins/unslop/skills/unslop-file) |
|
||||||
|
|
||||||
|
## 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) |
|
||||||
|
| `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) |
|
||||||
|
| `kyc-escalation` | adjacent | Write an internal KYC/AML escalation memo: a factual time-stamped trigger description, customer-profile vs activity mismatch analysis, red-flag taxonomy mapping, outstanding information, and a recommendation with rationale. Use when asked … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-banking/skills/kyc-escalation) |
|
||||||
|
|
||||||
|
## 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` | adjacent | 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-threat-hunting-with-yara-rules` | adjacent | Use YARA pattern-matching rules to hunt for malware, suspicious files, and indicators of compromise across filesystems and memory dumps. Covers rule authoring, yara-python scanning, and integration with threat intel feeds. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-threat-hunting-with-yara-rules) |
|
||||||
|
| `detecting-rootkit-activity` | adjacent | Detects rootkit presence on compromised systems by identifying hidden processes, hooked system calls, modified kernel structures, hidden files, and covert network connections using memory forensics, cross-view detection, and integrity … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-rootkit-activity) |
|
||||||
|
| `detecting-t1003-credential-dumping-with-edr` | adjacent | Detect OS credential dumping techniques targeting LSASS memory, SAM database, NTDS.dit, and cached credentials using EDR telemetry, Sysmon process access monitoring, and Windows security event correlation. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-t1003-credential-dumping-with-edr) |
|
||||||
|
|
||||||
|
## 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-email-marketing-builder` | adjacent | 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) |
|
||||||
|
| `ecommerce-content-marketing` | adjacent | 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) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `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) |
|
||||||
|
|
||||||
|
## Source: Orchestra-Research/AI-research-SKILLs
|
||||||
|
|
||||||
|
- Repository: [https://github.com/Orchestra-Research/AI-research-SKILLs](https://github.com/Orchestra-Research/AI-research-SKILLs) (commit `773a529`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `langchain` | adjacent | Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for … | [source](https://github.com/Orchestra-Research/AI-research-SKILLs/tree/773a529/14-agents/langchain) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `promote-memory` | core | Review candidate `[LEARN]` entries in `.claude/state/personal-memory.md` (gitignored) and run them through a five-critic council in parallel: generality, staleness, redundancy, evidence, format. Majority vote (3+ of 5) promotes the entry … | [source](https://github.com/pedrohcgs/claude-code-my-workflow/tree/be53c12/.claude/skills/promote-memory) |
|
||||||
|
| `coauthor-brief` | adjacent | 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: raintree-technology/apple-hig-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/raintree-technology/apple-hig-skills](https://github.com/raintree-technology/apple-hig-skills) (commit `431fd30`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `hig-components-dialogs` | core | Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views. Use this skill when the user says "should I use an alert or a sheet," "how do I show a confirmation dialog," "when … | [source](https://github.com/raintree-technology/apple-hig-skills/tree/431fd30/skills/hig-components-dialogs) |
|
||||||
|
|
||||||
|
## Source: rockscy/solo-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/rockscy/solo-skills](https://github.com/rockscy/solo-skills) (commit `80ec4cf`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `changelog-from-commits` | core | Generate a user-facing CHANGELOG entry from raw git log output. Use when the user is preparing a release, says "what changed since last version", asks to write release notes, or wants to summarize a batch of commits for end users. | [source](https://github.com/rockscy/solo-skills/tree/80ec4cf/skills/changelog-from-commits) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `Hooks Automation` | core | Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre$post task hooks, session management, Git integration, memory coordination, and neural pattern training … | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/hooks-automation) |
|
||||||
|
| `memory-management` | adjacent | AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, … | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/memory-management) |
|
||||||
|
| `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) |
|
||||||
|
|
||||||
|
## 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 |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `Hooks Automation` | core | Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre$post task hooks, session management, Git integration, memory coordination, and neural pattern training … | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/hooks-automation) |
|
||||||
|
| `memory-management` | adjacent | AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, … | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/memory-management) |
|
||||||
|
| `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) |
|
||||||
|
|
||||||
|
## Source: samber/cc-skills-golang
|
||||||
|
|
||||||
|
- Repository: [https://github.com/samber/cc-skills-golang](https://github.com/samber/cc-skills-golang) (commit `4881c01`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `golang-security` | adjacent | Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, … | [source](https://github.com/samber/cc-skills-golang/tree/4881c01/skills/golang-security) |
|
||||||
|
|
||||||
|
## Source: ThinkInAIXYZ/deepchat
|
||||||
|
|
||||||
|
- Repository: [https://github.com/ThinkInAIXYZ/deepchat](https://github.com/ThinkInAIXYZ/deepchat) (commit `f275c92`, retrieved 2026-07-14)
|
||||||
|
- License: Apache-2.0
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `memory-management` | adjacent | Guide the agent to recall, remember, and route durable learning into Memory, Skills, Scheduled Tasks, or Tape. | [source](https://github.com/ThinkInAIXYZ/deepchat/tree/f275c92/resources/skills/memory-management) |
|
||||||
|
|
||||||
|
## Source: tinyplex/tinybase
|
||||||
|
|
||||||
|
- Repository: [https://github.com/tinyplex/tinybase](https://github.com/tinyplex/tinybase) (commit `b211ee9`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `build-with-tinybase` | core | Scaffold, extend, and verify reactive local-first JavaScript or TypeScript applications with TinyBase. Use when choosing TinyBase for in-memory tabular or key-value state, generating an app with create-tinybase, adding schemas or UI … | [source](https://github.com/tinyplex/tinybase/tree/b211ee9/docs/skills/build-with-tinybase) |
|
||||||
|
|
||||||
|
## Source: trailofbits/skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/trailofbits/skills](https://github.com/trailofbits/skills) (commit `cfe5d7b`, retrieved 2026-07-14)
|
||||||
|
- License: custom (see upstream LICENSE)
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `c-review` | adjacent | Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C/C++ applications, reviewing daemons or services for memory safety, or … | [source](https://github.com/trailofbits/skills/tree/cfe5d7b/plugins/c-review/skills/c-review) |
|
||||||
|
|
||||||
|
## Source: zechenzhangAGI/AI-research-SKILLs
|
||||||
|
|
||||||
|
- Repository: [https://github.com/zechenzhangAGI/AI-research-SKILLs](https://github.com/zechenzhangAGI/AI-research-SKILLs) (commit `773a529`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `langchain` | adjacent | Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for … | [source](https://github.com/zechenzhangAGI/AI-research-SKILLs/tree/773a529/14-agents/langchain) |
|
||||||
|
|
||||||
|
## Source: zxkane/aws-skills
|
||||||
|
|
||||||
|
- Repository: [https://github.com/zxkane/aws-skills](https://github.com/zxkane/aws-skills) (commit `68530c6`, retrieved 2026-07-14)
|
||||||
|
- License: MIT
|
||||||
|
|
||||||
|
| Skill | Tier | What it adds | Upstream |
|
||||||
|
|---|---|---|---|
|
||||||
|
| `aws-agentic-ai` | adjacent | AWS Bedrock AgentCore comprehensive expert for deploying and managing AI agents at scale. Use when working with any AgentCore service including Gateway, Runtime, Memory, Identity, Code Interpreter, Browser, Observability, Agent Registry, … | [source](https://github.com/zxkane/aws-skills/tree/68530c6/plugins/aws-agentic-ai/skills/aws-agentic-ai) |
|
||||||
73
references/market.md
Normal file
73
references/market.md
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
# Market evidence report — bingo-caller
|
||||||
|
|
||||||
|
Source: **23 real job ads** (JSearch API, countries: us 23), extracted into the MSSQL evidence store; as of 2026-07-09.
|
||||||
|
This report contains extracted, aggregated facts only — no ad text is
|
||||||
|
reproduced (copyright / platform terms).
|
||||||
|
|
||||||
|
## Seniority distribution
|
||||||
|
|
||||||
|
| Seniority | Ads | Share |
|
||||||
|
|---|---|---|
|
||||||
|
| n/a | 16 | 70 % |
|
||||||
|
| mid | 4 | 17 % |
|
||||||
|
| junior | 3 | 13 % |
|
||||||
|
|
||||||
|
## Tools — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
| 1 | copier | 3 | 13 % |
|
||||||
|
| 2 | fax machine | 3 | 13 % |
|
||||||
|
| 3 | laptop | 3 | 13 % |
|
||||||
|
| 4 | tablet | 3 | 13 % |
|
||||||
|
|
||||||
|
## Hard skills — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
| 1 | cash handling | 8 | 35 % |
|
||||||
|
| 2 | inventory management | 7 | 30 % |
|
||||||
|
| 3 | customer service | 6 | 26 % |
|
||||||
|
| 4 | record keeping | 6 | 26 % |
|
||||||
|
| 5 | customer engagement | 3 | 13 % |
|
||||||
|
| 6 | data entry | 3 | 13 % |
|
||||||
|
|
||||||
|
## Methods — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
|
||||||
|
## Responsibilities — full market ranking
|
||||||
|
|
||||||
|
| # | Item | Ads | Share |
|
||||||
|
|---|---|---|---|
|
||||||
|
| 1 | payout processing | 5 | 22 % |
|
||||||
|
| 2 | bingo calling | 4 | 17 % |
|
||||||
|
| 3 | entertaining crowds | 3 | 13 % |
|
||||||
|
| 4 | resident assistance | 3 | 13 % |
|
||||||
|
|
||||||
|
## Job title variants in the market
|
||||||
|
|
||||||
|
| Title | Ads |
|
||||||
|
|---|---|
|
||||||
|
| Bingo Caller | 4 |
|
||||||
|
| Music Bingo - Trivia - and Karaoke Host | 2 |
|
||||||
|
| Bingo Agent - PT | 1 |
|
||||||
|
| BINGO ATTENDANT | 1 |
|
||||||
|
| Bingo Caller at Good Sam | 1 |
|
||||||
|
| Bingo Caller at Good Sam Loveland! | 1 |
|
||||||
|
| Bingo Caller P/T | 1 |
|
||||||
|
| Bingo Caller/Attendant | 1 |
|
||||||
|
| Bingo Caller/Runner | 1 |
|
||||||
|
| Bingo Caller-Cashier | 1 |
|
||||||
|
| Bingo callers needed for seniors | 1 |
|
||||||
|
| Bingo Dual Rate | 1 |
|
||||||
|
| Bingo Host | 1 |
|
||||||
|
| Bingo Manager | 1 |
|
||||||
|
| FARGO PARKS FOUNDATION - Part Time Gaming Event Staff | 1 |
|
||||||
|
| Floorwalker/Cashier/Caller | 1 |
|
||||||
|
| Music Bingo - Trivia - Karaoke Host | 1 |
|
||||||
|
| Volunteer Bingo Caller and a helper wanted Sunday afternoons | 1 |
|
||||||
|
| Wednesday and/or Friday Evening Bingo Caller | 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.
|
||||||
27
references/profile.md
Normal file
27
references/profile.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Occupation profile — bingo caller
|
||||||
|
|
||||||
|
- **ESCO URI:** http://data.europa.eu/esco/occupation/2f7f5c84-b9b3-41ea-aa5f-5997d0873141
|
||||||
|
- **ESCO code:** 4212.1
|
||||||
|
- **ISCO-08 group:** 4212 — Bookmakers, croupiers and related gaming workers
|
||||||
|
- **O*NET-SOC:** 39-3011.00 — Gambling Dealers (match: closeMatch)
|
||||||
|
|
||||||
|
## Description (ESCO)
|
||||||
|
|
||||||
|
Bingo callers organise and run games of bingo in a bingo hall, social club or other entertainment facility. Main stage callers have knowledge of all relevant legislation governing the bingo operation and club rules regarding the playing of all variations of bingo.
|
||||||
|
|
||||||
|
## Definition
|
||||||
|
|
||||||
|
nan
|
||||||
|
|
||||||
|
## Alternative labels
|
||||||
|
|
||||||
|
- main stage caller
|
||||||
|
- bingo main caller
|
||||||
|
- bingo attendant
|
||||||
|
- main caller
|
||||||
|
- bingo agent
|
||||||
|
- bingo assistant
|
||||||
|
- bingo runner
|
||||||
|
- bingo spotter
|
||||||
|
- bingo main stage caller
|
||||||
|
- bingo cashier
|
||||||
48
references/skills.md
Normal file
48
references/skills.md
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
# Competences — bingo caller
|
||||||
|
|
||||||
|
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/2f7f5c84-b9b3-41ea-aa5f-5997d0873141).
|
||||||
|
|
||||||
|
## Essential
|
||||||
|
|
||||||
|
- **announce bingo numbers** (skill/competence)
|
||||||
|
- **communicate gambling rules** (skill/competence)
|
||||||
|
- **explain bingo rules** (skill/competence)
|
||||||
|
- **follow ethical code of conduct of gambling** (skill/competence)
|
||||||
|
- **games rules** (knowledge)
|
||||||
|
- **maintain customer service** (skill/competence)
|
||||||
|
- **maximise sales revenues** (skill/competence)
|
||||||
|
- **show good manners with players** (skill/competence)
|
||||||
|
- **train employees** (skill/competence)
|
||||||
|
- **vocal techniques** (knowledge)
|
||||||
|
|
||||||
|
## Optional
|
||||||
|
|
||||||
|
- apply knowledge of human behaviour (skill/competence)
|
||||||
|
- bingo terminology (knowledge)
|
||||||
|
- company policies (knowledge)
|
||||||
|
- display betting information (skill/competence)
|
||||||
|
- handle game complaints (skill/competence)
|
||||||
|
- interact with an audience (skill/competence)
|
||||||
|
- keep task records (skill/competence)
|
||||||
|
- place bets (skill/competence)
|
||||||
|
- remove cheating players (skill/competence)
|
||||||
|
|
||||||
|
<!-- market-evidence -->
|
||||||
|
|
||||||
|
## Market evidence (job-ad analysis, 23 ads, as of 2026-07-09)
|
||||||
|
|
||||||
|
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||||
|
|
||||||
|
### Hard skills
|
||||||
|
|
||||||
|
- cash handling — **35 %**
|
||||||
|
- inventory management — **30 %**
|
||||||
|
- customer service — **26 %**
|
||||||
|
- record keeping — **26 %**
|
||||||
|
|
||||||
|
### Responsibilities
|
||||||
|
|
||||||
|
- payout processing — **22 %**
|
||||||
|
- bingo calling — **17 %**
|
||||||
|
|
||||||
|
<!-- market-evidence -->
|
||||||
44
references/tasks.md
Normal file
44
references/tasks.md
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
# Tasks & work activities — bingo caller
|
||||||
|
|
||||||
|
Source: O*NET 30.3, occupation 39-3011.00 (Gambling Dealers).
|
||||||
|
|
||||||
|
## Task statements
|
||||||
|
|
||||||
|
- **[Core]** Greet customers and make them feel welcome.
|
||||||
|
- **[Core]** Exchange paper currency for playing chips or coin money.
|
||||||
|
- **[Core]** Pay winnings or collect losing bets as established by the rules and procedures of a specific game.
|
||||||
|
- **[Core]** Deal cards to house hands, and compare these with players' hands to determine winners, as in black jack.
|
||||||
|
- **[Core]** Conduct gambling games, such as dice, roulette, cards, or keno, following all applicable rules and regulations.
|
||||||
|
- **[Core]** Check to ensure that all players have placed bets before play begins.
|
||||||
|
- **[Core]** Stand behind a gaming table and deal the appropriate number of cards to each player.
|
||||||
|
- **[Core]** Inspect cards and equipment to be used in games to ensure that they are in good condition.
|
||||||
|
- **[Core]** Start and control games and gaming equipment, and announce winning numbers or colors.
|
||||||
|
- **[Core]** Open and close cash floats and game tables.
|
||||||
|
- **[Core]** Compute amounts of players' wins or losses, or scan winning tickets presented by patrons to calculate the amount of money won.
|
||||||
|
- **[Core]** Apply rule variations to card games such as poker, in which players bet on the value of their hands.
|
||||||
|
- **[Core]** Receive, verify, and record patrons' cash wagers.
|
||||||
|
- **[Core]** Answer questions about game rules and casino policies.
|
||||||
|
- **[Core]** Refer patrons to gaming cashiers to collect winnings.
|
||||||
|
- **[Core]** Work as part of a team of dealers in games, such as baccarat or craps.
|
||||||
|
- **[Supplemental]** Supervise staff and monitor gambling tables to ensure security of the game.
|
||||||
|
- **[Supplemental]** Participate in games for gambling establishments to provide the minimum complement of players at a table.
|
||||||
|
- **[Supplemental]** Seat patrons at gaming tables.
|
||||||
|
- **[Supplemental]** Prepare collection reports for submission to supervisors.
|
||||||
|
- **[Supplemental]** Train new dealers.
|
||||||
|
|
||||||
|
## Detailed work activities
|
||||||
|
|
||||||
|
- Compute gaming wins and losses.
|
||||||
|
- Conduct amusement or gaming activities.
|
||||||
|
- Conduct gaming transactions.
|
||||||
|
- Greet customers, patrons, or visitors.
|
||||||
|
- Inspect equipment to ensure proper functioning.
|
||||||
|
- Maintain financial or account records.
|
||||||
|
- Monitor operational quality or safety.
|
||||||
|
- Operate gaming equipment.
|
||||||
|
- Prepare operational reports or records.
|
||||||
|
- Refer customers to appropriate personnel.
|
||||||
|
- Respond to customer inquiries.
|
||||||
|
- Supervise service workers.
|
||||||
|
- Train service staff.
|
||||||
|
- Usher patrons to seats or exits.
|
||||||
12
references/tools.md
Normal file
12
references/tools.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Tools & technology — bingo caller
|
||||||
|
|
||||||
|
Source: O*NET 30.3 'Software Skills' for 39-3011.00.
|
||||||
|
|
||||||
|
| Software | Category | Hot technology |
|
||||||
|
|---|---|---|
|
||||||
|
| Apache Spark | Business intelligence and data analysis software | yes |
|
||||||
|
| Slack | Cloud-based data access and sharing software | yes |
|
||||||
|
| Apache Hadoop | Data base management system software | yes |
|
||||||
|
| Microsoft Office software | Office suite software | yes |
|
||||||
|
| Microsoft Excel | Spreadsheet software | yes |
|
||||||
|
| Email software | Electronic mail software | |
|
||||||
Reference in New Issue
Block a user