From f5029f5c7eb39663488b7649c7a8064a1f063d1d Mon Sep 17 00:00:00 2001 From: skillfactor-pipeline Date: Fri, 14 Aug 2026 18:56:38 +0200 Subject: [PATCH] feat: taxidermist skill package v0.1.0 --- PROVENANCE.md | 30 +++ SKILL.md | 49 +++++ manifest.json | 328 +++++++++++++++++++++++++++++ references/ai-skills.md | 442 ++++++++++++++++++++++++++++++++++++++++ references/profile.md | 19 ++ references/skills.md | 36 ++++ references/tasks.md | 77 +++++++ references/tools.md | 26 +++ 8 files changed, 1007 insertions(+) create mode 100644 PROVENANCE.md create mode 100644 SKILL.md create mode 100644 manifest.json create mode 100644 references/ai-skills.md create mode 100644 references/profile.md create mode 100644 references/skills.md create mode 100644 references/tasks.md create mode 100644 references/tools.md diff --git a/PROVENANCE.md b/PROVENANCE.md new file mode 100644 index 0000000..89b2d04 --- /dev/null +++ b/PROVENANCE.md @@ -0,0 +1,30 @@ +# Data provenance — taxidermist + +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':'#d97757','pie4':'#8e24aa','pieOuterStrokeWidth':'0px','pieSectionTextColor':'#fff'}}}%% +pie showData + title Content sources — taxidermist + "ESCO (occupation & competences)" : 28 + "O*NET (tasks & tools)" : 89 + "Anthropic official Claude skills" : 5 + "External AI skill packs (mapped)" : 204 +``` + +| Source | Items | Share | Files | +|---|---|---|---| +| ESCO (occupation & competences) | 28 | 8.6 % | references/profile.md, references/skills.md | +| O*NET (tasks & tools) | 89 | 27.3 % | references/tasks.md, references/tools.md | +| Job boards (market evidence) | 0 | 0.0 % | 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.5 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) | +| External AI skill packs (mapped) | 204 | 62.6 % | references/ai-skills.md (per-source attribution inside) | +| Stack Exchange practitioner Q&A (CC-BY-SA) | 0 | 0.0 % | references/practitioner-qa.md (per-entry attribution inside) | + +Licensing: O*NET (USDOL/ETA, CC BY 4.0) · ESCO (© European Union) · +job-ad evidence via official APIs (JSearch/Adzuna) · Wikipedia content +paraphrased with source URLs — never copied · external AI skills are +linked, not copied (Apache-2.0/MIT/source-available, see ai-skills.md). diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..f049e8f --- /dev/null +++ b/SKILL.md @@ -0,0 +1,49 @@ +--- +name: taxidermist +description: "Occupational skill for the role 'taxidermist' (also: bird taxidermist, animal taxidermist, taxidermy technician). Use when the user asks for typical taxidermist work such as: typical taxidermist responsibilities" +--- + +# Taxidermist + +Taxidermists mount and reproduce deceased animals or parts of animals such as trophy heads for the purpose of public display and education, such as in a museum or monument, or for other sources of scientific study, or for a private collection. + +## 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) + +- anatomy of animals +- animal positions +- animal species +- animal welfare legislation +- clean animal body parts +- clean carcasses +- conservation techniques +- create animal structure +- finish animal structure +- physiology of animals +- skin animals + +## Hot technologies + +- Adobe Acrobat +- Adobe Photoshop +- C++ +- Microsoft Access +- Microsoft Excel +- Microsoft Office software +- Microsoft Outlook +- Microsoft PowerPoint +- Microsoft Windows +- Microsoft Word + +--- +*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/a78d8e2b-fe31-447f-8694-38ed7198d143), O*NET 30.3 (43-4121.00, manual nearest match). See manifest.json for licensing/attribution.* diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0e2d532 --- /dev/null +++ b/manifest.json @@ -0,0 +1,328 @@ +{ + "name": "taxidermist", + "title": "taxidermist", + "version": "0.1.0", + "layer": "core", + "language": "en", + "generated": "2026-07-07", + "ids": { + "esco_uri": "http://data.europa.eu/esco/occupation/a78d8e2b-fe31-447f-8694-38ed7198d143", + "esco_code": "3433.3", + "isco_group": "3433", + "onet_soc": "43-4121.00", + "crosswalk_match": "manual nearest via ISCO 3433 (Library Assistants, Clerical)" + }, + "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": 11, + "skills_optional": 16, + "software": 0 + }, + "enrichment_ai_skills": { + "generated": "2026-07-14", + "method": "deterministic mapping (ISCO prefix + title/competence keywords)", + "sources": { + "anthropics/skills": { + "repo": "https://github.com/anthropics/skills", + "commit": "f6656c1", + "license": "Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available \u2014 see the LICENSE.txt in the upstream skill folder", + "skills": 2 + }, + "mohitagw15856/pm-claude-skills": { + "repo": "https://github.com/mohitagw15856/pm-claude-skills", + "commit": "876fa30", + "license": "MIT", + "skills": 6 + }, + "AgriciDaniel/claude-ads": { + "repo": "https://github.com/AgriciDaniel/claude-ads", + "commit": "669c760", + "license": "MIT", + "skills": 4 + }, + "JuliusBrussee/caveman": { + "repo": "https://github.com/JuliusBrussee/caveman", + "commit": "0d95a81", + "license": "MIT", + "skills": 1 + }, + "davepoon/buildwithclaude": { + "repo": "https://github.com/davepoon/buildwithclaude", + "commit": "3c94e0c", + "license": "MIT", + "skills": 1 + }, + "foryourhealth111-pixel/Vibe-Skills": { + "repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills", + "commit": "34429a8", + "license": "Apache-2.0", + "skills": 4 + }, + "anbeime/skill": { + "repo": "https://github.com/anbeime/skill", + "commit": "ddad607", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + }, + "k-kolomeitsev/data-structure-protocol": { + "repo": "https://github.com/k-kolomeitsev/data-structure-protocol", + "commit": "a911c72", + "license": "Apache-2.0", + "skills": 1 + }, + "davila7/claude-code-templates": { + "repo": "https://github.com/davila7/claude-code-templates", + "commit": "fa79251", + "license": "MIT", + "skills": 5 + }, + "affaan-m/everything-claude-code": { + "repo": "https://github.com/affaan-m/everything-claude-code", + "commit": "ed38744", + "license": "MIT", + "skills": 2 + }, + "nexu-io/open-design": { + "repo": "https://github.com/nexu-io/open-design", + "commit": "4b66023", + "license": "Apache-2.0", + "skills": 2 + }, + "a5c-ai/babysitter": { + "repo": "https://github.com/a5c-ai/babysitter", + "commit": "44a5d58b", + "license": "MIT", + "skills": 4 + }, + "brycewang-stanford/Auto-Empirical-Research-Skills": { + "repo": "https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills", + "commit": "85bf545", + "license": "CC-BY-4.0", + "skills": 5 + }, + "alirezarezvani/claude-skills": { + "repo": "https://github.com/alirezarezvani/claude-skills", + "commit": "0241f43", + "license": "MIT", + "skills": 4 + }, + "basicmachines-co/basic-memory": { + "repo": "https://github.com/basicmachines-co/basic-memory", + "commit": "53da71c", + "license": "custom (see upstream LICENSE)", + "skills": 1 + }, + "silverstein/minutes": { + "repo": "https://github.com/silverstein/minutes", + "commit": "3fb2e83", + "license": "MIT", + "skills": 1 + }, + "yaojingang/yao-meta-skill": { + "repo": "https://github.com/yaojingang/yao-meta-skill", + "commit": "4eb11f9", + "license": "MIT", + "skills": 1 + }, + "nWave-ai/nWave": { + "repo": "https://github.com/nWave-ai/nWave", + "commit": "1d0f13c", + "license": "MIT", + "skills": 1 + }, + "billy-enrizky/openbrowser-ai": { + "repo": "https://github.com/billy-enrizky/openbrowser-ai", + "commit": "168d43e", + "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 + }, + "shanraisshan/claude-code-best-practice": { + "repo": "https://github.com/shanraisshan/claude-code-best-practice", + "commit": "67c2696", + "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": 2 + }, + "K-Dense-AI/scientific-agent-skills": { + "repo": "https://github.com/K-Dense-AI/scientific-agent-skills", + "commit": "4d97e29", + "license": "MIT", + "skills": 1 + }, + "Orkas-AI/Orkas-VideoStudio": { + "repo": "https://github.com/Orkas-AI/Orkas-VideoStudio", + "commit": "dd4a0f4", + "license": "MIT", + "skills": 1 + }, + "JasonColapietro/suede-creator-skills": { + "repo": "https://github.com/JasonColapietro/suede-creator-skills", + "commit": "0dc2aef", + "license": "MIT", + "skills": 2 + }, + "anthropics/claude-code": { + "repo": "https://github.com/anthropics/claude-code", + "commit": "988b3e5", + "license": "custom (see upstream LICENSE)", + "skills": 1 + }, + "Gabberflast/academic-pptx-skill": { + "repo": "https://github.com/Gabberflast/academic-pptx-skill", + "commit": "9f2b703", + "license": "MIT", + "skills": 1 + }, + "nanocoai/nanoclaw": { + "repo": "https://github.com/nanocoai/nanoclaw", + "commit": "da9a74f", + "license": "MIT", + "skills": 1 + }, + "jeremylongshore/claude-code-plugins-plus-skills": { + "repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills", + "commit": "e112938a", + "license": "MIT", + "skills": 3 + }, + "mukul975/Anthropic-Cybersecurity-Skills": { + "repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills", + "commit": "673da1f", + "license": "Apache-2.0", + "skills": 5 + }, + "harperreed/dotfiles": { + "repo": "https://github.com/harperreed/dotfiles", + "commit": "6b5ced1", + "license": "MIT", + "skills": 1 + }, + "JimLiu/baoyu-design": { + "repo": "https://github.com/JimLiu/baoyu-design", + "commit": "222ccbf", + "license": "MIT", + "skills": 1 + }, + "JimLiu/baoyu-skills": { + "repo": "https://github.com/JimLiu/baoyu-skills", + "commit": "6b7a2e4", + "license": "MIT", + "skills": 1 + }, + "hoangsonww/Claude-Code-Agent-Monitor": { + "repo": "https://github.com/hoangsonww/Claude-Code-Agent-Monitor", + "commit": "8f87ce1", + "license": "MIT", + "skills": 1 + }, + "tinyplex/tinybase": { + "repo": "https://github.com/tinyplex/tinybase", + "commit": "b211ee9", + "license": "MIT", + "skills": 1 + }, + "0-AI-UG/cate": { + "repo": "https://github.com/0-AI-UG/cate", + "commit": "9d74c9d", + "license": "MIT", + "skills": 1 + }, + "himself65/finance-skills": { + "repo": "https://github.com/himself65/finance-skills", + "commit": "87f688e", + "license": "MIT", + "skills": 1 + }, + "nowork-studio/NotFair": { + "repo": "https://github.com/nowork-studio/NotFair", + "commit": "99bda4b", + "license": "MIT", + "skills": 1 + }, + "honeydew-ai/honeydew-ai-coding-agents-plugins": { + "repo": "https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins", + "commit": "f4066d2", + "license": "Apache-2.0", + "skills": 1 + }, + "dotnet/skills": { + "repo": "https://github.com/dotnet/skills", + "commit": "79a2ada", + "license": "MIT", + "skills": 1 + }, + "ljagiello/ctf-skills": { + "repo": "https://github.com/ljagiello/ctf-skills", + "commit": "d19f35f", + "license": "MIT", + "skills": 2 + }, + "Joannis/claude-skills": { + "repo": "https://github.com/Joannis/claude-skills", + "commit": "9715ece", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + }, + "codeaholicguy/ai-devkit": { + "repo": "https://github.com/codeaholicguy/ai-devkit", + "commit": "c037861", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + } + }, + "total_skills": 80, + "tiers": { + "core": 3, + "adjacent": 77 + } + }, + "provenance": { + "items": { + "esco": 28, + "onet": 89, + "jobads": 0, + "wiki_ai": 0, + "anthropic": 5, + "ai_skills": 204, + "stackx": 0 + }, + "share_percent": { + "esco": 8.6, + "onet": 27.3, + "jobads": 0.0, + "wiki_ai": 0.0, + "anthropic": 1.5, + "ai_skills": 62.6, + "stackx": 0.0 + }, + "method": "content items per source category" + }, + "collar": "white", + "computer_work": true +} \ No newline at end of file diff --git a/references/ai-skills.md b/references/ai-skills.md new file mode 100644 index 0000000..8d301f0 --- /dev/null +++ b/references/ai-skills.md @@ -0,0 +1,442 @@ +# External AI agent skills — taxidermist + +Proven, publicly available AI agent skills mapped to this occupation. +Nothing is copied from the sources: every entry is a name, a one-line +summary and a link to the upstream skill package. Each section names +its source repository, commit, license and retrieval date. + +**Tiers:** `core` = the skill directly exercises a top market hard +skill, tool or method (from gated job-ad evidence) or an essential +ESCO competence of this occupation; `adjacent` = +plausibly useful, secondary. Entries are capped at 12 per source +and 80 in total per occupation (core first, +strongest matches survive); everything beyond the caps is excluded +and logged in the pipeline audit trail, not in this package. + +_Matched deterministically (ISCO group + title/competence keywords, +tiered against market evidence + ESCO essentials) by +`pipeline/p5_enrich_ai_skills.py` on 2026-07-14._ + +## Source: anthropics/skills + +- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `f6656c1`, retrieved 2026-07-14) +- License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `docx` | adjacent | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to … | [source](https://github.com/anthropics/skills/tree/main/skills/docx) | +| `pdf` | adjacent | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … | [source](https://github.com/anthropics/skills/tree/main/skills/pdf) | + +## Source: 0-AI-UG/cate + +- Repository: [https://github.com/0-AI-UG/cate](https://github.com/0-AI-UG/cate) (commit `9d74c9d`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `cate-theme` | adjacent | Author or edit a Cate IDE theme — one data-driven theme covering app chrome colors, the terminal ANSI palette, and Monaco editor syntax tokens. Use when the user asks to create, customize, recolor, or generate a Cate theme, mentions a … | [source](https://github.com/0-AI-UG/cate/tree/9d74c9d/skills/cate-theme) | + +## 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 | +|---|---|---|---| +| `industry-analysis-engine` | adjacent | Industry and competitive analysis skill with Porter's Five Forces and market structure analysis | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/finance-accounting/skills/industry-analysis-engine) | +| `opex-program-designer` | adjacent | Operational Excellence program design skill with governance structure, methodology deployment, and capability building | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/operations/skills/opex-program-designer) | +| `pyramid-structuring` | adjacent | Structure analysis and presentations using the Pyramid Principle with SCQA and MECE frameworks | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/business-analysis/skills/pyramid-structuring) | +| `amortized-analysis-assistant` | adjacent | Apply amortized analysis techniques including aggregate, accounting, and potential methods | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/computer-science/skills/amortized-analysis-assistant) | + +## 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 | +|---|---|---|---| +| `google-workspace-ops` | adjacent | Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/google-workspace-ops) | +| `content-engine` | adjacent | Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/.agents/skills/content-engine) | + +## Source: AgriciDaniel/claude-ads + +- Repository: [https://github.com/AgriciDaniel/claude-ads](https://github.com/AgriciDaniel/claude-ads) (commit `669c760`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ads-apple` | adjacent | Audit Apple Ads measurement, AdServices and AdAttributionKit, campaign and keyword structure, Search Match, App Store placements, custom product pages, bidding, budgets, MMP reconciliation, and policy. Use for Apple Ads, Apple Search Ads, … | [source](https://github.com/AgriciDaniel/claude-ads/tree/669c760/skills/ads-apple) | +| `ads-meta` | adjacent | Audit Meta Ads measurement, Pixel and Conversions API, attribution, Facebook and Instagram creative, audiences, placements, automation, budgets, account structure, and policy. Use for Meta Ads, Facebook Ads, Instagram Ads, Advantage+, … | [source](https://github.com/AgriciDaniel/claude-ads/tree/669c760/skills/ads-meta) | +| `ads-reddit` | adjacent | Audit Reddit Ads measurement, campaign structure, community and interest targeting, creative-native fit, catalog advertising, budgets, brand safety, and reporting. Use for Reddit Ads, promoted posts, conversation ads, community targeting, … | [source](https://github.com/AgriciDaniel/claude-ads/tree/669c760/skills/ads-reddit) | +| `ads-plan` | adjacent | Create a professional paid-advertising strategy covering objectives, economics, platform selection, campaign architecture, audiences, budget, creative, measurement, experiments, governance, rollout, and reporting. Use for ad plan, media … | [source](https://github.com/AgriciDaniel/claude-ads/tree/669c760/skills/ads-plan) | + +## 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 | +|---|---|---|---| +| `ma-playbook` | adjacent | M&A strategy for acquiring companies or being acquired. Due diligence, valuation, integration, and deal structure. Use when evaluating acquisitions, preparing for acquisition, M&A due diligence, integration planning, or deal negotiation. | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/skills/ma-playbook) | +| `skill-tester` | adjacent | Validate, test, and score the quality of skills within the claude-skills ecosystem. Comprehensive meta-skill: structure validation, Python script testing (syntax + imports + runtime + output format), multi-dimensional quality scoring with … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering/skills/skill-tester) | +| `demo-video` | adjacent | Use when the user asks to create a demo video, product walkthrough, feature showcase, animated presentation, marketing video, or GIF from screenshots or scene descriptions. Orchestrates playwright, ffmpeg, and edge-tts MCPs to produce … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering/demo-video/skills/demo-video) | +| `design-system` | adjacent | Captures the user's brand identity once via a 10-question onboarding wizard (primary/accent HEX + heading + body Google Fonts + design style editorial/technical/minimal/playful + default output directory + syntax theme + TOC behavior + … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/markdown-html/skills/design-system) | + +## Source: anbeime/skill + +- Repository: [https://github.com/anbeime/skill](https://github.com/anbeime/skill) (commit `ddad607`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `data-storytelling` | adjacent | Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations. | [source](https://github.com/anbeime/skill/tree/ddad607/skills/data-storytelling/data-storytelling) | + +## Source: anthropics/claude-code + +- Repository: [https://github.com/anthropics/claude-code](https://github.com/anthropics/claude-code) (commit `988b3e5`, retrieved 2026-07-14) +- License: custom (see upstream LICENSE) + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `Writing Hookify Rules` | adjacent | This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns. | [source](https://github.com/anthropics/claude-code/tree/988b3e5/plugins/hookify/skills/writing-rules) | + +## Source: basicmachines-co/basic-memory + +- Repository: [https://github.com/basicmachines-co/basic-memory](https://github.com/basicmachines-co/basic-memory) (commit `53da71c`, retrieved 2026-07-14) +- License: custom (see upstream LICENSE) + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `memory-onboarding` | adjacent | Guide someone new to Basic Memory through designing and building a complete personal knowledge system — interview them about what they want to track, propose a structure, build it with schemas and instruction notes, teach them to use it, … | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/skills/memory-onboarding) | + +## Source: billy-enrizky/openbrowser-ai + +- Repository: [https://github.com/billy-enrizky/openbrowser-ai](https://github.com/billy-enrizky/openbrowser-ai) (commit `168d43e`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `page-analysis` | adjacent | Analyze web page content, structure, and layout to understand what a page contains and how it is organized. Trigger when the user asks to: analyze a page, understand page structure, inspect a website, summarize page content, examine page … | [source](https://github.com/billy-enrizky/openbrowser-ai/tree/168d43e/plugin/skills/page-analysis) | + +## 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 | +|---|---|---|---| +| `longlist` | adjacent | Brainstorm a longlist of benefits and costs for a project. Outputs two clean tables (benefits and costs), each with materiality (H/M/L), a cash flow tag (cash in / cash out / non-cash), a quantification method, and a monetisation method. … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/58-charlescoverdale-econstack/longlist) | +| `quarto-clean` | adjacent | Cleans a Quarto (.qmd) file by replacing LaTeX holdovers with proper Quarto/Pandoc syntax so the document renders correctly to HTML, PDF (Typst/LaTeX), and Word. Fixes citations (\citep → [@key]), cross-references (\ref → @label), figures … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/22-christopherkenny-skills/skills/quarto-clean) | +| `beamer-presentation` | adjacent | Create academic presentations in Beamer with professional themes | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/09-meleantonio-awesome-econ-ai-stuff/_skills/communication/beamer-presentation) | +| `compiledeck` | adjacent | Create and compile beautiful Beamer presentations following the Rhetoric of Decks philosophy. Use when making slides, creating decks, or compiling .tex presentation files. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/13-scunning1975-MixtapeTools/skills/compiledeck) | +| `create-talk` | adjacent | Generate Beamer presentations for the sewage-house-prices project by dispatching the Storyteller agent (creator) and Discussant agent (critic). Supports 4 formats — job market, seminar, short, lightning. Derives all content from the paper. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/41-sticerd-eee-sewage-econometrics-check/skills/create-talk) | + +## Source: codeaholicguy/ai-devkit + +- Repository: [https://github.com/codeaholicguy/ai-devkit](https://github.com/codeaholicguy/ai-devkit) (commit `c037861`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `dev-planning` | adjacent | AI DevKit · Planning phase guidance for creating and reconciling feature task plans. Use when the user wants to create an implementation plan, update planning docs, mark task progress, capture blockers or new tasks, or run dev-lifecycle … | [source](https://github.com/codeaholicguy/ai-devkit/tree/c037861/skills/dev-planning) | + +## 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 | +|---|---|---|---| +| `close` | adjacent | Commit the session to durable vault memory and prepare a clean resume point | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/aigent-os/skills/close) | + +## 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 | +|---|---|---|---| +| `esm` | adjacent | Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/esm) | +| `prompt-engineer` | adjacent | Expert in designing effective prompts for LLM-powered applications. Masters prompt structure, context management, output formatting, and prompt evaluation. Use when: prompt engineering, system prompt, few-shot, chain of thought, prompt … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/prompt-engineer) | +| `scientific-slides` | adjacent | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/scientific-slides) | +| `Excel Analysis` | adjacent | 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) | +| `Writing Hookify Rules` | adjacent | This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/productivity/writing-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 | +|---|---|---|---| +| `create-skill-test` | adjacent | Scaffolds eval.yaml test files for agent skills in the dotnet/skills repository. Use when creating skill tests, writing evaluation scenarios, defining assertions and rubrics, or setting up test fixture files. Handles eval.yaml generation, … | [source](https://github.com/dotnet/skills/tree/79a2ada/.agents/skills/create-skill-test) | + +## 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 | +|---|---|---|---| +| `data-storytelling` | adjacent | Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/data-storytelling) | +| `evals-context` | adjacent | Provides context about the Roo Code evals system structure in this monorepo. Use when tasks mention "evals", "evaluation", "eval runs", "eval exercises", or working with the evals infrastructure. Helps distinguish between the evals … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/evals-context) | +| `scientific-slides` | adjacent | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/scientific-slides) | +| `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: Gabberflast/academic-pptx-skill + +- Repository: [https://github.com/Gabberflast/academic-pptx-skill](https://github.com/Gabberflast/academic-pptx-skill) (commit `9f2b703`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `academic-pptx` | adjacent | Use this skill whenever the user wants to create or improve a presentation for an academic context — conference papers, seminar talks, thesis defenses, grant briefings, lab meetings, invited lectures, or any presentation where the audience … | [source](https://github.com/Gabberflast/academic-pptx-skill/tree/9f2b703) | + +## Source: harperreed/dotfiles + +- Repository: [https://github.com/harperreed/dotfiles](https://github.com/harperreed/dotfiles) (commit `6b5ced1`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `app-store-changelog` | adjacent | Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or … | [source](https://github.com/harperreed/dotfiles/tree/6b5ced1/.claude/skills/app-store-changelog) | + +## Source: himself65/finance-skills + +- Repository: [https://github.com/himself65/finance-skills](https://github.com/himself65/finance-skills) (commit `87f688e`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `company-valuation` | adjacent | Estimate the intrinsic value of a public company using DCF, relative (peer multiple) and sum-of-parts (SOTP) methods, then triangulate to an implied share price with upside/downside versus the current market price. Use this skill whenever … | [source](https://github.com/himself65/finance-skills/tree/87f688e/plugins/market-analysis/skills/company-valuation) | + +## 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 | +|---|---|---|---| +| `budget-set` | adjacent | Define a spend budget for Claude Code and, optionally, create a cost alert rule that fires when usage crosses the limit, via POST /api/alerts/rules on the Agent Monitor dashboard. Reads current spend from /api/pricing/cost to size the … | [source](https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/8f87ce1/plugins/ccam-cost-guard/skills/budget-set) | + +## Source: honeydew-ai/honeydew-ai-coding-agents-plugins + +- Repository: [https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins](https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins) (commit `f4066d2`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `context-item-creation` | adjacent | Guides you through creating context items — instructions, skills, knowledge pointers, and memory events — that give the AI analyst persistent knowledge about your organization. Covers when to create each type, naming conventions, folder … | [source](https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins/tree/f4066d2/skills/context-item-creation) | + +## Source: 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 | +|---|---|---|---| +| `presentation-deck` | adjacent | Structure compelling design presentations for stakeholders, reviews, and showcases. | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/presentation-deck) | + +## Source: JasonColapietro/suede-creator-skills + +- Repository: [https://github.com/JasonColapietro/suede-creator-skills](https://github.com/JasonColapietro/suede-creator-skills) (commit `0dc2aef`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `suede-ads` | adjacent | Suede-owned paid-acquisition operating system for channel choice, campaign structure, audiences, bidding, budget pacing, negative keywords, retargeting, and kill-or-scale decisions. Use when planning, auditing, or optimizing paid campaigns … | [source](https://github.com/JasonColapietro/suede-creator-skills/tree/0dc2aef/skills/suede-ads) | +| `suede-paywalls` | adjacent | Suede-affiliated in-product monetization design for paywall screens, feature gates, trial-expiry states, usage-limit prompts, and free-to-paid upgrade moments. Use when the user needs trigger timing, message structure, plan presentation, … | [source](https://github.com/JasonColapietro/suede-creator-skills/tree/0dc2aef/skills/suede-paywalls) | + +## Source: jeremylongshore/claude-code-plugins-plus-skills + +- Repository: [https://github.com/jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) (commit `e112938a`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `adobe-core-workflow-b` | adjacent | Execute Adobe PDF Services workflow: create PDFs from HTML/DOCX, extract text/tables, document generation from templates, and PDF-to-Markdown conversion. Use when building document automation, extracting content from PDFs, or generating … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/adobe-pack/skills/adobe-core-workflow-b) | +| `calendar-event-creator` | adjacent | Create calendar event creator operations. Auto-activating skill for Business Automation. Triggers on: calendar event creator, calendar event creator Part of the Business Automation skill category. Use when working with calendar event … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/skills/19-business-automation/calendar-event-creator) | +| `demo-video` | adjacent | Generate polished demo videos from a single prompt. Use when the user asks to create a demo video, product walkthrough, feature showcase, or animated presentation. Trigger with "make a demo video", "create a product video", "demo … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/community/framecraft/skills/demo-video) | + +## Source: JimLiu/baoyu-design + +- Repository: [https://github.com/JimLiu/baoyu-design](https://github.com/JimLiu/baoyu-design) (commit `222ccbf`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `baoyu-design` | adjacent | Create polished design artifacts as self-contained HTML: UI mockups, interactive prototypes, wireframes, landing pages, dashboards, app screens, mobile apps, slide decks (a.k.a. PPT / PowerPoint presentations), and visual explorations. Use … | [source](https://github.com/JimLiu/baoyu-design/tree/222ccbf/skills/baoyu-design) | + +## Source: JimLiu/baoyu-skills + +- Repository: [https://github.com/JimLiu/baoyu-skills](https://github.com/JimLiu/baoyu-skills) (commit `6b7a2e4`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `baoyu-slide-deck` | adjacent | Generates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT". | [source](https://github.com/JimLiu/baoyu-skills/tree/6b7a2e4/skills/baoyu-slide-deck) | + +## Source: Joannis/claude-skills + +- Repository: [https://github.com/Joannis/claude-skills](https://github.com/Joannis/claude-skills) (commit `9715ece`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `deckset` | adjacent | Example for using Deckset to create Markdown presentations | [source](https://github.com/Joannis/claude-skills/tree/9715ece/deckset) | + +## Source: JuliusBrussee/caveman + +- Repository: [https://github.com/JuliusBrussee/caveman](https://github.com/JuliusBrussee/caveman) (commit `0d95a81`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `caveman-compress` | adjacent | Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable … | [source](https://github.com/JuliusBrussee/caveman/tree/0d95a81/plugins/caveman/skills/caveman-compress) | + +## 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 | +|---|---|---|---| +| `scientific-slides` | adjacent | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/scientific-slides) | +| `docx` | adjacent | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/docx) | + +## 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 | +|---|---|---|---| +| `scientific-slides` | adjacent | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/scientific-slides) | + +## Source: k-kolomeitsev/data-structure-protocol + +- Repository: [https://github.com/k-kolomeitsev/data-structure-protocol](https://github.com/k-kolomeitsev/data-structure-protocol) (commit `a911c72`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `data-structure-protocol` | adjacent | Build and navigate DSP (Data Structure Protocol) — graph-based long-term structural memory of codebases for LLM agents. Stores entities (modules, functions), their dependencies (imports), public API (shared/exports), and reasons for every … | [source](https://github.com/k-kolomeitsev/data-structure-protocol/tree/a911c72/skills/data-structure-protocol) | + +## 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` | 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) | +| `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) | + +## 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 | +|---|---|---|---| +| `board-deck-narrative` | core | Build the storyline and slide structure for a board presentation. Use when asked to create a board deck, board presentation narrative, board meeting slides, or quarterly board update. Produces a complete slide-by-slide structure with … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-business/skills/board-deck-narrative) | +| `investor-pitch-deck` | core | Build the narrative and slide structure for an investor pitch deck. Use when asked to create a pitch deck, investor presentation, fundraising deck, or startup pitch. Produces a slide-by-slide structure with narrative beats, key messages, … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-finance/skills/investor-pitch-deck) | +| `meeting-notes` | core | Structure and format meeting notes following PM best practices. Use when asked to create meeting notes, format discussion notes, capture action items, or document decisions from any meeting type. Produces structured notes with decisions, … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-essentials/skills/meeting-notes) | +| `credit-memo` | adjacent | Write a credit memo for a lending decision: borrower story, facility structure, repayment sources, financial-ratio spread with covenant headroom, risk factors with mitigants, risk-rating rationale, and a recommendation. Use when asked to … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-banking/skills/credit-memo) | +| `paid-acquisition-plan` | adjacent | Plan a paid acquisition / performance marketing program with unit economics that work. Use when asked to plan paid media, allocate an ad budget across channels, set CAC/LTV targets, or structure a creative-testing program. Produces a paid … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-growth/skills/paid-acquisition-plan) | +| `punch-list-builder` | adjacent | Turn walkthrough notes, photos, or voice-memo transcripts into a proper construction punch list with location, trade, and spec reference per item. Use when asked to build a punch list, clean up walkthrough notes, organise a deficiency … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-construction/skills/punch-list-builder) | + +## 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` | adjacent | 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) | +| `detecting-fileless-malware-techniques` | adjacent | Detects and analyzes fileless malware that operates entirely in memory using PowerShell, WMI, .NET reflection, registry-resident payloads, and living-off-the-land binaries (LOLBins) without writing traditional executable files to disk. … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-fileless-malware-techniques) | +| `detecting-process-injection-techniques` | adjacent | Detects and analyzes process injection techniques used by malware including classic DLL injection, process hollowing, APC injection, thread hijacking, and reflective loading. Uses memory forensics, API monitoring, and behavioral analysis … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-process-injection-techniques) | +| `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) | +| `detecting-t1055-process-injection-with-sysmon` | adjacent | Detect process injection techniques (T1055) including classic DLL injection, process hollowing, and APC injection by analyzing Sysmon events for cross-process memory operations, remote thread creation, and anomalous DLL loading patterns. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-t1055-process-injection-with-sysmon) | + +## Source: nanocoai/nanoclaw + +- Repository: [https://github.com/nanocoai/nanoclaw](https://github.com/nanocoai/nanoclaw) (commit `da9a74f`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `add-gcal-tool` | adjacent | Add Google Calendar as an MCP tool (list calendars, list/search/create events, free/busy queries) using OneCLI-managed OAuth. Multi-calendar and multi-account supported. Mirrors /add-gmail-tool's stub pattern — no raw credentials ever … | [source](https://github.com/nanocoai/nanoclaw/tree/da9a74f/.claude/skills/add-gcal-tool) | + +## Source: 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 | +|---|---|---|---| +| `html-ppt-retro-quarterly-review` | adjacent | Retro Quarterly Review presentation template in a bold blue + orange editorial language. Use when users ask for a high-impact quarterly review / roadmap deck with heavyweight slab headlines, clean cream paper sections, structured grids, … | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/html-ppt-retro-quarterly-review) | +| `doc` | adjacent | Read, create, and edit .docx documents with formatting and layout fidelity via OpenAI's document skill. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/doc) | + +## Source: nowork-studio/NotFair + +- Repository: [https://github.com/nowork-studio/NotFair](https://github.com/nowork-studio/NotFair) (commit `99bda4b`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `content-planner` | adjacent | GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, … | [source](https://github.com/nowork-studio/NotFair/tree/99bda4b/seo/content-planner) | + +## Source: nWave-ai/nWave + +- Repository: [https://github.com/nWave-ai/nWave](https://github.com/nWave-ai/nWave) (commit `1d0f13c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `nw-post-mortem-framework` | adjacent | Blameless post-mortem structure, incident timeline reconstruction, response evaluation, and organizational learning | [source](https://github.com/nWave-ai/nWave/tree/1d0f13c/nWave/skills/nw-post-mortem-framework) | + +## Source: Orkas-AI/Orkas-VideoStudio + +- Repository: [https://github.com/Orkas-AI/Orkas-VideoStudio](https://github.com/Orkas-AI/Orkas-VideoStudio) (commit `dd4a0f4`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `stage-decide` | adjacent | The decision layer for real footage — understand → select → produce an EVIDENCE-bearing rough cut. Trigger when the EDIT task is "find / select / reduce / clean" (remove dead air, drop fillers, pick highlights, cut 1 hour to 3 minutes), … | [source](https://github.com/Orkas-AI/Orkas-VideoStudio/tree/dd4a0f4/packages/skills/stage-decide) | + +## Source: shanraisshan/claude-code-best-practice + +- Repository: [https://github.com/shanraisshan/claude-code-best-practice](https://github.com/shanraisshan/claude-code-best-practice) (commit `67c2696`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `presentation-structure` | adjacent | Knowledge about the presentation slide format, weight system, navigation, and section structure | [source](https://github.com/shanraisshan/claude-code-best-practice/tree/67c2696/.claude/skills/presentation/presentation-structure) | + +## Source: silverstein/minutes + +- Repository: [https://github.com/silverstein/minutes](https://github.com/silverstein/minutes) (commit `3fb2e83`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `minutes-cleanup` | adjacent | Manage old recordings — find large files, archive old meetings, delete processed originals. Use when the user says "clean up recordings", "how much space are meetings using", "delete old recordings", "archive meetings", "manage meeting … | [source](https://github.com/silverstein/minutes/tree/3fb2e83/.agents/skills/minutes/minutes-cleanup) | + +## 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` | adjacent | 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: yaojingang/yao-meta-skill + +- Repository: [https://github.com/yaojingang/yao-meta-skill](https://github.com/yaojingang/yao-meta-skill) (commit `4eb11f9`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `note-cleanup` | adjacent | Clean messy meeting notes into structured markdown summaries. Use when asked to organize meeting notes, extract action items, separate decisions from open questions, or turn rough notes into a clean recap. | [source](https://github.com/yaojingang/yao-meta-skill/tree/4eb11f9/examples/simple-note-cleanup/generated-skill) | diff --git a/references/profile.md b/references/profile.md new file mode 100644 index 0000000..e3651e3 --- /dev/null +++ b/references/profile.md @@ -0,0 +1,19 @@ +# Occupation profile — taxidermist + +- **ESCO URI:** http://data.europa.eu/esco/occupation/a78d8e2b-fe31-447f-8694-38ed7198d143 +- **ESCO code:** 3433.3 +- **ISCO-08 group:** 3433 — Gallery, museum and library technicians + +## Description (ESCO) + +Taxidermists mount and reproduce deceased animals or parts of animals such as trophy heads for the purpose of public display and education, such as in a museum or monument, or for other sources of scientific study, or for a private collection. + +## Definition + +nan + +## Alternative labels + +- bird taxidermist +- animal taxidermist +- taxidermy technician diff --git a/references/skills.md b/references/skills.md new file mode 100644 index 0000000..d5f7625 --- /dev/null +++ b/references/skills.md @@ -0,0 +1,36 @@ +# Competences — taxidermist + +Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/a78d8e2b-fe31-447f-8694-38ed7198d143). + +## Essential + +- **anatomy of animals** (knowledge) +- **animal positions** (knowledge) +- **animal species** (knowledge) +- **animal welfare legislation** (knowledge) +- **clean animal body parts** (skill/competence) +- **clean carcasses** (skill/competence) +- **conservation techniques** (knowledge) +- **create animal structure** (skill/competence) +- **finish animal structure** (skill/competence) +- **physiology of animals** (knowledge) +- **skin animals** (skill/competence) + +## Optional + +- applied zoology (knowledge) +- apply a protective layer (skill/competence) +- assemble fossils (skill/competence) +- chemistry (knowledge) +- conduct research on fauna (skill/competence) +- create animal records (skill/competence) +- create base for products (skill/competence) +- create scenery display (skill/competence) +- deal with killing animals processes (skill/competence) +- human anatomy (knowledge) +- inspect animal carcasses (skill/competence) +- label components (skill/competence) +- provide customers with order information (skill/competence) +- provide customers with price information (skill/competence) +- repair stuffed animals (skill/competence) +- use painting techniques (skill/competence) diff --git a/references/tasks.md b/references/tasks.md new file mode 100644 index 0000000..ddb9719 --- /dev/null +++ b/references/tasks.md @@ -0,0 +1,77 @@ +# Tasks & work activities — taxidermist + +Source: O*NET 30.3, occupation 43-4121.00 (Library Assistants, Clerical) — manual nearest-occupation mapping via ISCO group 3433; the official ESCO crosswalk has no entry for this ESCO occupation. + +## Task statements + +- **[Core]** Open and close library during specified hours and secure library equipment, such as computers and audio-visual equipment. +- **[Core]** Perform clerical activities, such as answering phones, sorting mail, filing, typing, word processing, and photocopying and mailing out material. +- **[Core]** Schedule, supervise, and train clerical workers, volunteers, student assistants, and other library employees. +- **[Core]** Maintain library equipment, such as photocopiers, scanners, and computers, and instruct patrons in proper use of such equipment. +- **[Core]** Manage reserve materials by placing items on reserve for library patrons, checking items in and out of library, and removing out-of-date items. +- **[Core]** Lend, reserve, and collect books, periodicals, videotapes, and other materials at circulation desks and process materials for inter-library loans. +- **[Supplemental]** Perform accounting and bookkeeping activities, such as invoicing, maintaining financial records, budgeting, and handling cash. +- **[Core]** Repair books using mending tape, paste, and brushes or prepare books to be sent to a bindery for repair. +- **[Supplemental]** Acquire books, pamphlets, periodicals, audio-visual materials, and other library supplies by checking prices, figuring costs, and preparing appropriate order forms and facilitating the ordering process by providing such information to others. +- **[Core]** Prepare library statistics reports. +- **[Supplemental]** Design or maintain library web site and online catalogues. +- **[Supplemental]** Plan or participate in library events and programs, such as story time with children. +- **[Core]** Enter and update patrons' records on computers. +- **[Core]** Process new materials including books, audio-visual materials, and computer software. +- **[Core]** Sort books, publications, and other items according to established procedure and return them to shelves, files, or other designated storage areas. +- **[Core]** Locate library materials for patrons, including books, periodicals, tape cassettes, Braille volumes, and pictures. +- **[Core]** Instruct patrons on how to use reference sources, card catalogs, and automated information systems. +- **[Core]** Inspect returned books for condition and due-date status and compute any applicable fines. +- **[Core]** Answer routine inquiries and refer patrons in need of professional assistance to librarians. +- **[Core]** Maintain records of items received, stored, issued, and returned and file catalog cards according to system used. +- **[Core]** Provide assistance to librarians in the maintenance of collections of books, periodicals, magazines, newspapers, and audio-visual and other materials. +- **[Core]** Take action to deal with disruptive or problem patrons. +- **[Supplemental]** Classify and catalog items according to content and purpose. +- **[Core]** Register new patrons and issue borrower identification cards that permit patrons to borrow books and other materials. +- **[Core]** Send out notices and accept fine payments for lost or overdue books. +- **[Supplemental]** Operate small branch libraries, under the direction of off-site librarian supervisors. +- **[Core]** Prepare, store, and retrieve classification and catalog information, lecture notes, or other information related to stored documents, using computers. +- **[Supplemental]** Operate and maintain audio-visual equipment. +- **[Core]** Review records, such as microfilm and issue cards, to identify titles of overdue materials and delinquent borrowers. +- **[Core]** Select substitute titles when requested materials are unavailable, following criteria such as age, education, and interests. +- **[Core]** Deliver and retrieve items to and from departments by hand or using push carts. +- **[Core]** Assist in the preparation of book displays. + +## Detailed work activities + +- Answer telephones to direct calls or provide information. +- Arrange items for use or display. +- Calculate financial data. +- Collect deposits, payments or fees. +- Deliver items. +- Demonstrate activity techniques or equipment use. +- Develop computer or online applications. +- Distribute materials to employees or customers. +- Enter information into databases or software programs. +- Inspect items for damage or defects. +- Issue documentation or identification to customers or employees. +- Maintain electronic equipment. +- Maintain financial or account records. +- Maintain inventories of materials, equipment, or products. +- Maintain inventory records. +- Maintain office equipment in proper operating condition. +- Maintain security. +- Manage clerical or administrative activities. +- Operate office equipment. +- Order materials, supplies, or equipment. +- Plan educational activities. +- Plan special events. +- Prepare documentation for contracts, transactions, or regulatory compliance. +- Prepare employee work schedules. +- Prepare research or technical reports. +- Process library materials. +- Provide customer service to clients or users. +- Refer customers to appropriate personnel. +- Repair books or other printed material. +- Send information, materials or documentation. +- Sort mail. +- Sort materials or products. +- Store records or related materials. +- Supervise clerical or administrative personnel. +- Track goods or materials. +- Type documents. diff --git a/references/tools.md b/references/tools.md new file mode 100644 index 0000000..df9d192 --- /dev/null +++ b/references/tools.md @@ -0,0 +1,26 @@ +# Tools & technology — taxidermist + +Source: O*NET 30.3, occupation 43-4121.00 (Library Assistants, Clerical) — manual nearest-occupation mapping via ISCO group 3433; the official ESCO crosswalk has no entry for this ESCO occupation. + +| Software | Category | Hot technology | +|---|---|---| +| Adobe Acrobat | Document management software | yes | +| Adobe Photoshop | Graphics or photo imaging software | yes | +| C++ | Object or component oriented development software | yes | +| Microsoft Access | Data base user interface and query software | yes | +| Microsoft Excel | Spreadsheet software | yes | +| Microsoft Office software | Office suite software | yes | +| Microsoft Outlook | Electronic mail software | yes | +| Microsoft PowerPoint | Presentation software | yes | +| Microsoft Windows | Operating system software | yes | +| Microsoft Word | Word processing software | yes | +| Automated circulation systems | Library software | | +| Cataloging software | Library software | | +| Database software | Data base user interface and query software | | +| Microsoft Publisher | Desktop publishing software | | +| Online Computer Library Center (OCLC) databases | Library software | | +| Recordkeeping software | Data base user interface and query software | | +| ResourceMate Plus | Library software | | +| Video retrieval systems | Information retrieval or search software | | +| Web browser software | Internet browser software | | +| WorldCat | Library software | |