From 964f9929a85febdf5274a25a38ba4ec790a49a42 Mon Sep 17 00:00:00 2001 From: skillfactor-pipeline Date: Fri, 14 Aug 2026 16:45:00 +0200 Subject: [PATCH] feat: geochemist skill package v0.1.0 --- PROVENANCE.md | 30 +++ SKILL.md | 53 ++++++ manifest.json | 286 +++++++++++++++++++++++++++++ references/ai-skills.md | 394 ++++++++++++++++++++++++++++++++++++++++ references/profile.md | 26 +++ references/skills.md | 32 ++++ references/tasks.md | 52 ++++++ references/tools.md | 51 ++++++ 8 files changed, 924 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..926a5c4 --- /dev/null +++ b/PROVENANCE.md @@ -0,0 +1,30 @@ +# Data provenance — geochemist + +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 — geochemist + "ESCO (occupation & competences)" : 24 + "O*NET (tasks & tools)" : 89 + "Anthropic official Claude skills" : 9 + "External AI skill packs (mapped)" : 182 +``` + +| Source | Items | Share | Files | +|---|---|---|---| +| ESCO (occupation & competences) | 24 | 7.9 % | references/profile.md, references/skills.md | +| O*NET (tasks & tools) | 89 | 29.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 | 9 | 3.0 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) | +| External AI skill packs (mapped) | 182 | 59.9 % | 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..924b571 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,53 @@ +--- +name: geochemist +description: "Occupational skill for the role 'geochemist' (also: geo-technician, geoscience technician, exploration geochemist, consultant geochemist, petroleum technician, metals analyst). Use when the user asks for typical geochemist work such as: typical geochemist responsibilities" +--- + +# Geochemist + +Geochemists study the characteristics and chemical elements in minerals, rocks and soils, and how they interact with hydrological systems. They coordinate the collection of samples and indicate the suite of metals to be analysed. + +## 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) + +- address problems critically +- communicate on minerals issues +- conduct environmental site assessments +- conduct laboratory chemical research on metals +- create GIS reports +- create thematic maps +- deal with pressure from unexpected circumstances +- ensure compliance with environmental legislation +- examine geochemical samples +- geographic information systems +- geology +- manipulate metal +- perform sample testing +- prepare samples for testing +- prepare scientific reports + +## Hot technologies + +- Autodesk AutoCAD +- Autodesk AutoCAD Civil 3D +- Bentley MicroStation +- Microsoft Access +- Microsoft Excel +- Microsoft Office software +- Microsoft Outlook +- Microsoft PowerPoint +- Microsoft Project +- Microsoft SharePoint + +--- +*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/c8e6cdcc-824e-4887-8ee2-197e7d794258), O*NET 30.3 (17-2151.00, manual nearest match). See manifest.json for licensing/attribution.* diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..2f04715 --- /dev/null +++ b/manifest.json @@ -0,0 +1,286 @@ +{ + "name": "geochemist", + "title": "geochemist", + "version": "0.1.0", + "layer": "core", + "language": "en", + "generated": "2026-07-07", + "ids": { + "esco_uri": "http://data.europa.eu/esco/occupation/c8e6cdcc-824e-4887-8ee2-197e7d794258", + "esco_code": "2114.1.3", + "isco_group": "2114", + "onet_soc": "17-2151.00", + "crosswalk_match": "manual nearest via ISCO 2114 (Mining and Geological Engineers, Including Mining Safety Engineers)" + }, + "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": 16, + "skills_optional": 7, + "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": "9d2f1ae", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + }, + "davila7/claude-code-templates": { + "repo": "https://github.com/davila7/claude-code-templates", + "commit": "fa79251", + "license": "MIT", + "skills": 12 + }, + "zebbern/claude-code-guide": { + "repo": "https://github.com/zebbern/claude-code-guide", + "commit": "d2c5280", + "license": "MIT", + "skills": 1 + }, + "brycewang-stanford/Auto-Empirical-Research-Skills": { + "repo": "https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills", + "commit": "85bf545", + "license": "CC-BY-4.0", + "skills": 9 + }, + "K-Dense-AI/claude-scientific-skills": { + "repo": "https://github.com/K-Dense-AI/claude-scientific-skills", + "commit": "4d97e29", + "license": "MIT", + "skills": 5 + }, + "K-Dense-AI/scientific-agent-skills": { + "repo": "https://github.com/K-Dense-AI/scientific-agent-skills", + "commit": "4d97e29", + "license": "MIT", + "skills": 5 + }, + "foryourhealth111-pixel/Vibe-Skills": { + "repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills", + "commit": "34429a8", + "license": "Apache-2.0", + "skills": 6 + }, + "indranilbanerjee/digital-marketing-pro": { + "repo": "https://github.com/indranilbanerjee/digital-marketing-pro", + "commit": "a3d119c", + "license": "MIT", + "skills": 1 + }, + "alirezarezvani/claude-skills": { + "repo": "https://github.com/alirezarezvani/claude-skills", + "commit": "0241f43", + "license": "MIT", + "skills": 2 + }, + "JasonColapietro/suede-creator-skills": { + "repo": "https://github.com/JasonColapietro/suede-creator-skills", + "commit": "0dc2aef", + "license": "MIT", + "skills": 1 + }, + "ahacker-1/cre-agent-skills": { + "repo": "https://github.com/ahacker-1/cre-agent-skills", + "commit": "618734e", + "license": "Apache-2.0", + "skills": 1 + }, + "makenotion/claude-code-notion-plugin": { + "repo": "https://github.com/makenotion/claude-code-notion-plugin", + "commit": "9847f2a", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + }, + "mukul975/Anthropic-Cybersecurity-Skills": { + "repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills", + "commit": "673da1f", + "license": "Apache-2.0", + "skills": 3 + }, + "nWave-ai/nWave": { + "repo": "https://github.com/nWave-ai/nWave", + "commit": "1d0f13c", + "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": 4 + }, + "secondsky/claude-skills": { + "repo": "https://github.com/secondsky/claude-skills", + "commit": "c4889f6", + "license": "MIT", + "skills": 1 + }, + "ruvnet/claude-code-flow": { + "repo": "https://github.com/ruvnet/claude-code-flow", + "commit": "73914bd", + "license": "MIT", + "skills": 1 + }, + "ruvnet/ruflo": { + "repo": "https://github.com/ruvnet/ruflo", + "commit": "73914bd", + "license": "MIT", + "skills": 1 + }, + "pedrohcgs/claude-code-my-workflow": { + "repo": "https://github.com/pedrohcgs/claude-code-my-workflow", + "commit": "be53c12", + "license": "MIT", + "skills": 1 + }, + "rampstackco/claude-skills": { + "repo": "https://github.com/rampstackco/claude-skills", + "commit": "bc6d961", + "license": "MIT", + "skills": 1 + }, + "JimLiu/baoyu-skills": { + "repo": "https://github.com/JimLiu/baoyu-skills", + "commit": "6b7a2e4", + "license": "MIT", + "skills": 1 + }, + "ningzimu/codex-ppt-skill": { + "repo": "https://github.com/ningzimu/codex-ppt-skill", + "commit": "c54ccdf", + "license": "MIT", + "skills": 1 + }, + "affaan-m/everything-claude-code": { + "repo": "https://github.com/affaan-m/everything-claude-code", + "commit": "ed38744", + "license": "MIT", + "skills": 3 + }, + "gooseworks-ai/goose-skills": { + "repo": "https://github.com/gooseworks-ai/goose-skills", + "commit": "94ec916", + "license": "no explicit license \u2014 referenced by link only", + "skills": 3 + }, + "glittercowboy/taches-cc-resources": { + "repo": "https://github.com/glittercowboy/taches-cc-resources", + "commit": "1757615", + "license": "MIT", + "skills": 1 + }, + "fcakyon/claude-codex-settings": { + "repo": "https://github.com/fcakyon/claude-codex-settings", + "commit": "44b7c00", + "license": "Apache-2.0", + "skills": 1 + }, + "eigent-ai/eigent": { + "repo": "https://github.com/eigent-ai/eigent", + "commit": "c6a97e2", + "license": "Apache-2.0", + "skills": 1 + }, + "malob/nix-config": { + "repo": "https://github.com/malob/nix-config", + "commit": "f2ed178", + "license": "MIT", + "skills": 1 + }, + "pcliangx/AppGenesisForge": { + "repo": "https://github.com/pcliangx/AppGenesisForge", + "commit": "81ea032", + "license": "MIT", + "skills": 1 + }, + "zarazhangrui/frontend-slides": { + "repo": "https://github.com/zarazhangrui/frontend-slides", + "commit": "9906a34", + "license": "MIT", + "skills": 1 + }, + "eduardo-sl/go-agent-skills": { + "repo": "https://github.com/eduardo-sl/go-agent-skills", + "commit": "3c45d7f", + "license": "MIT", + "skills": 1 + }, + "elementalsouls/Claude-BugHunter": { + "repo": "https://github.com/elementalsouls/Claude-BugHunter", + "commit": "05098fc", + "license": "MIT", + "skills": 1 + }, + "rohitg00/skillkit": { + "repo": "https://github.com/rohitg00/skillkit", + "commit": "d2e5c34", + "license": "Apache-2.0", + "skills": 1 + }, + "mohitagw15856/pm-claude-skills": { + "repo": "https://github.com/mohitagw15856/pm-claude-skills", + "commit": "876fa30", + "license": "MIT", + "skills": 1 + }, + "basicmachines-co/basic-memory": { + "repo": "https://github.com/basicmachines-co/basic-memory", + "commit": "53da71c", + "license": "custom (see upstream LICENSE)", + "skills": 1 + }, + "vibeeval/vibecosystem": { + "repo": "https://github.com/vibeeval/vibecosystem", + "commit": "cea9462", + "license": "MIT", + "skills": 1 + } + }, + "total_skills": 80, + "tiers": { + "core": 20, + "adjacent": 60 + } + }, + "provenance": { + "items": { + "esco": 24, + "onet": 89, + "jobads": 0, + "wiki_ai": 0, + "anthropic": 9, + "ai_skills": 182, + "stackx": 0 + }, + "share_percent": { + "esco": 7.9, + "onet": 29.3, + "jobads": 0.0, + "wiki_ai": 0.0, + "anthropic": 3.0, + "ai_skills": 59.9, + "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..1a69dbd --- /dev/null +++ b/references/ai-skills.md @@ -0,0 +1,394 @@ +# External AI agent skills — geochemist + +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: 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 | +|---|---|---|---| +| `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) | +| `deep-research` | adjacent | Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/.agents/skills/deep-research) | +| `frontend-slides` | adjacent | Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/.agents/skills/frontend-slides) | + +## Source: ahacker-1/cre-agent-skills + +- Repository: [https://github.com/ahacker-1/cre-agent-skills](https://github.com/ahacker-1/cre-agent-skills) (commit `618734e`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `cre-document-ingestion` | core | CRE Document Ingestion suite — 4 specialist skills for classifying and extracting structured data from deal documents including rent rolls, T-12 financials, and offering memoranda. | [source](https://github.com/ahacker-1/cre-agent-skills/tree/618734e/claude-code-plugins/cre-document-ingestion) | + +## Source: alirezarezvani/claude-skills + +- Repository: [https://github.com/alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) (commit `0241f43`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `senior-data-scientist` | core | World-class senior data scientist skill specialising in statistical modeling, experiment design, causal inference, and predictive analytics. Covers A/B testing (sample sizing, two-proportion z-tests, Bonferroni correction), … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering-team/skills/senior-data-scientist) | +| `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) | + +## Source: anthropics/skills + +- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `9d2f1ae`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| 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). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting … | [source](https://github.com/anthropics/skills/tree/9d2f1ae/skills/docx) | + +## Source: basicmachines-co/basic-memory + +- Repository: [https://github.com/basicmachines-co/basic-memory](https://github.com/basicmachines-co/basic-memory) (commit `53da71c`, retrieved 2026-07-14) +- License: custom (see upstream LICENSE) + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `memory-schema` | adjacent | Schema lifecycle management for Basic Memory: discover unschemaed notes, infer schemas, create and edit schema definitions, validate notes, and detect drift. Use when working with structured note types (Task, Person, Meeting, etc.) to … | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/skills/memory-schema) | + +## Source: brycewang-stanford/Auto-Empirical-Research-Skills + +- Repository: [https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills) (commit `85bf545`, retrieved 2026-07-14) +- License: CC-BY-4.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `latex-document` | core | Universal LaTeX document skill: create, compile, and convert any document to professional PDF with PNG previews. Supports resumes, reports, cover letters, invoices, academic papers, theses/dissertations, academic CVs, presentations … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/08-ndpvt-web-latex-document-skill) | +| `action-research-guide` | core | Design and conduct action research and participatory studies | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/research/methodology/action-research-guide) | +| `literature-review` | core | Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/03-K-Dense-AI-claude-scientific-skills/literature-review) | +| `peer-review-guide` | core | Conduct thorough, constructive peer reviews and evaluate research papers | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/research/paper-review/peer-review-guide) | +| `qualitative-research-guide` | core | Design and conduct qualitative research using grounded theory and case studies | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/research/methodology/qualitative-research-guide) | +| `research-ideation` | core | This skill should be used when the user asks to "brainstorm research ideas", "use 5W1H framework", "identify research gaps", "conduct gap analysis", "start research project", "conduct literature review", "define research question", "select … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/33-Galaxy-Dawn-claude-scholar/skills/research-ideation) | +| `post-acceptance` | adjacent | This skill should be used when the user asks to "prepare conference presentation", "create presentation slides", "design poster", "make academic poster", "write promotion content", "create Twitter thread", or mentions post-acceptance … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/33-Galaxy-Dawn-claude-scholar/skills/post-acceptance) | +| `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) | +| `daily-paper-generator` | adjacent | Use when the user asks to "generate daily paper", "search arXiv for EEG papers", "find EEG decoding papers", "review brain-computer interface papers", or wants to create paper summaries for EEG/brain decoding/speech decoding research. This … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/33-Galaxy-Dawn-claude-scholar/skills/daily-paper-generator) | + +## 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 | +|---|---|---|---| +| `Ethical Hacking Methodology` | core | This skill should be used when the user asks to "learn ethical hacking", "understand penetration testing lifecycle", "perform reconnaissance", "conduct security scanning", "exploit vulnerabilities", or "write penetration test reports". It … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/security/ethical-hacking-methodology) | +| `market-research-reports` | core | Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/market-research-reports) | +| `literature-review` | core | Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/literature-review) | +| `hypogenic` | adjacent | Automated hypothesis generation and testing using large language models. Use this skill when generating scientific hypotheses from datasets, combining literature insights with empirical data, testing hypotheses against observational data, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/hypogenic) | +| `latex-posters` | adjacent | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/latex-posters) | +| `notion-research-documentation` | adjacent | Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/productivity/notion-research-documentation) | +| `scientific-writing` | adjacent | Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process: (1) create section outlines with key points using research-lookup, (2) convert to flowing … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/scientific-writing) | +| `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) | +| `adaptyv` | adjacent | Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/adaptyv) | +| `clinical-decision-support` | adjacent | Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/clinical-decision-support) | +| `datacommons-client` | adjacent | Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/datacommons-client) | +| `denario` | adjacent | Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/denario) | + +## Source: eduardo-sl/go-agent-skills + +- Repository: [https://github.com/eduardo-sl/go-agent-skills](https://github.com/eduardo-sl/go-agent-skills) (commit `3c45d7f`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `go-troubleshooting` | adjacent | Diagnose runtime problems in Go programs: panics and stack traces, deadlocks, goroutine leaks, memory leaks, OOM kills, race reports, and debugging with delve and pprof. Use when: "debug this panic", "read this stack trace", "deadlock", … | [source](https://github.com/eduardo-sl/go-agent-skills/tree/3c45d7f/skills/(safety)/go-troubleshooting) | + +## Source: eigent-ai/eigent + +- Repository: [https://github.com/eigent-ai/eigent](https://github.com/eigent-ai/eigent) (commit `c6a97e2`, retrieved 2026-07-14) +- License: Apache-2.0 + +| 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). Triggers include: any mention of \"Word doc\", \"word document\", \".docx\", or requests to produce professional documents with … | [source](https://github.com/eigent-ai/eigent/tree/c6a97e2/resources/example-skills/docx) | + +## Source: elementalsouls/Claude-BugHunter + +- Repository: [https://github.com/elementalsouls/Claude-BugHunter](https://github.com/elementalsouls/Claude-BugHunter) (commit `05098fc`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `hunt-xxe` | adjacent | Hunting skill for xxe vulnerabilities. Built from 10 public bug bounty reports including SVG-upload XXE, Office-doc (PPTX/DOCX) XXE, SOAP XXE, SAML AssertionConsumer XXE, blind OOB XXE via DTD callback, parameter-entity XXE, XXE-to-LFI, … | [source](https://github.com/elementalsouls/Claude-BugHunter/tree/05098fc/skills/hunt-xxe) | + +## Source: fcakyon/claude-codex-settings + +- Repository: [https://github.com/fcakyon/claude-codex-settings](https://github.com/fcakyon/claude-codex-settings) (commit `44b7c00`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `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/fcakyon/claude-codex-settings/tree/44b7c00/plugins/anthropic-office-skills/skills/docx) | + +## 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 | +|---|---|---|---| +| `scientific-reporting` | core | Write research/technical reports with strong structure + figure standards. Supports Markdown/HTML/PDF outputs (Quarto optional), executive summary, methods, results, discussion, and reproducibility appendix. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/scientific-reporting) | +| `literature-review` | core | Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/literature-review) | +| `creating-data-visualizations` | adjacent | Create analytical charts and plots from existing data. Use for exploratory or reporting visuals such as bars, lines, scatters, and dashboards; not for publication-grade scientific figures or AI-generated schematics. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/creating-data-visualizations) | +| `adaptyv` | adjacent | Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/adaptyv) | +| `denario` | adjacent | Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/denario) | +| `matplotlib` | adjacent | Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/matplotlib) | + +## Source: glittercowboy/taches-cc-resources + +- Repository: [https://github.com/glittercowboy/taches-cc-resources](https://github.com/glittercowboy/taches-cc-resources) (commit `1757615`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `debug-like-expert` | adjacent | Deep analysis debugging mode for complex issues. Activates methodical investigation protocol with evidence gathering, hypothesis testing, and rigorous verification. Use when standard troubleshooting fails or when issues require systematic … | [source](https://github.com/glittercowboy/taches-cc-resources/tree/1757615/skills/debug-like-expert) | + +## Source: gooseworks-ai/goose-skills + +- Repository: [https://github.com/gooseworks-ai/goose-skills](https://github.com/gooseworks-ai/goose-skills) (commit `94ec916`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `create-chatgpt-mockup` | adjacent | Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/ads/packs/video-ad-formats/create-chatgpt-mockup) | +| `frontend-slides` | adjacent | Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/design/capabilities/create-html-slides) | +| `investor-call-prep` | adjacent | Prepare for investor calls by pulling upcoming meetings from Google Calendar, deeply researching each investor and their firm (website scraping, portfolio analysis, thesis extraction), checking for competitor conflicts, and outputting an … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/research/capabilities/investor-call-prep) | + +## Source: indranilbanerjee/digital-marketing-pro + +- Repository: [https://github.com/indranilbanerjee/digital-marketing-pro](https://github.com/indranilbanerjee/digital-marketing-pro) (commit `a3d119c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ab-test-plan` | core | Design A/B and multivariate tests. Use when: sample size calculation, testing hypothesis, CRO experimentation. | [source](https://github.com/indranilbanerjee/digital-marketing-pro/tree/a3d119c/skills/ab-test-plan) | + +## 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-ab-testing` | core | Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog … | [source](https://github.com/JasonColapietro/suede-creator-skills/tree/0dc2aef/skills/suede-ab-testing) | + +## 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 | +|---|---|---|---| +| `perplexity-hello-world` | adjacent | Create a minimal working Perplexity Sonar search example with citations. Use when starting a new Perplexity integration, testing your setup, or learning basic search-with-citations patterns. Trigger with phrases like "perplexity hello … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/perplexity-pack/skills/perplexity-hello-world) | +| `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) | +| `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) | +| `meeting-prep` | adjacent | Prepare briefings for today's meetings \u2014 attendee research, email\ \ history, past meeting notes, LinkedIn, and company context. Use when running the\ \ daily meeting prep cron, or when user asks to prepare for meetings, review who\ \ … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/executive-assistant-skills/skills/meeting-prep) | + +## 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: 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 | +|---|---|---|---| +| `market-research-reports` | core | Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/market-research-reports) | +| `literature-review` | core | Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/literature-review) | +| `latex-posters` | adjacent | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/latex-posters) | +| `bgpt-paper-search` | adjacent | Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/bgpt-paper-search) | +| `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 | +|---|---|---|---| +| `market-research-reports` | core | Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/market-research-reports) | +| `literature-review` | core | Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/literature-review) | +| `latex-posters` | adjacent | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/latex-posters) | +| `bgpt-paper-search` | adjacent | Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/bgpt-paper-search) | +| `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/scientific-agent-skills/tree/4d97e29/skills/docx) | + +## Source: makenotion/claude-code-notion-plugin + +- Repository: [https://github.com/makenotion/claude-code-notion-plugin](https://github.com/makenotion/claude-code-notion-plugin) (commit `9847f2a`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `notion-research-documentation` | adjacent | Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages. Turns scattered information into structured reports with proper citations and … | [source](https://github.com/makenotion/claude-code-notion-plugin/tree/9847f2a/skills/notion/research-documentation) | + +## Source: malob/nix-config + +- Repository: [https://github.com/malob/nix-config](https://github.com/malob/nix-config) (commit `f2ed178`, retrieved 2026-07-14) +- License: MIT + +| 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). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting … | [source](https://github.com/malob/nix-config/tree/f2ed178/configs/claude/skills/docx) | + +## 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 | +|---|---|---|---| +| `meeting-notes` | adjacent | 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) | + +## 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 | +|---|---|---|---| +| `conducting-cyber-risk-assessment-with-nist-800-30` | adjacent | Conduct a defensible cybersecurity risk assessment using the NIST SP 800-30 Rev 1 methodology: prepare scope and a risk model, identify threat sources and threat events, identify vulnerabilities and predisposing conditions, determine … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/conducting-cyber-risk-assessment-with-nist-800-30) | +| `achieving-cmmc-level-2-compliance` | adjacent | Prepare a defense-contractor environment for CMMC Level 2 certification: scope CUI and FCI, implement the 110 NIST SP 800-171 Rev 2 security requirements across 14 families, compute the SPRS score with the DoD Assessment Methodology, … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/achieving-cmmc-level-2-compliance) | +| `extracting-config-from-agent-tesla-rat` | adjacent | Extract embedded configuration from Agent Tesla RAT samples including SMTP/FTP/Telegram exfiltration credentials, keylogger settings, and C2 endpoints using .NET decompilation and memory analysis. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/extracting-config-from-agent-tesla-rat) | + +## Source: ningzimu/codex-ppt-skill + +- Repository: [https://github.com/ningzimu/codex-ppt-skill](https://github.com/ningzimu/codex-ppt-skill) (commit `c54ccdf`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `codex-ppt` | adjacent | Generate visually unified image-based PPT/PPTX decks from articles, reports, papers, notes, or outlines. | [source](https://github.com/ningzimu/codex-ppt-skill/tree/c54ccdf/skills/codex-ppt) | + +## 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-interviewing-techniques` | adjacent | Mom Test questioning toolkit, JTBD analysis, interview conduct, assumption testing framework, and hypothesis design | [source](https://github.com/nWave-ai/nWave/tree/1d0f13c/nWave/skills/nw-interviewing-techniques) | + +## Source: pcliangx/AppGenesisForge + +- Repository: [https://github.com/pcliangx/AppGenesisForge](https://github.com/pcliangx/AppGenesisForge) (commit `81ea032`, retrieved 2026-07-14) +- License: MIT + +| 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). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting … | [source](https://github.com/pcliangx/AppGenesisForge/tree/81ea032/.claude/skills/docx) | + +## 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 | +|---|---|---|---| +| `teach-from-paper` | adjacent | Turn a research paper into teaching materials — a lecture outline, the 3-5 results worth presenting (with intuition), a slide skeleton ready for `/create-lecture`, discussion questions, and a problem-set brief. Reads the paper end-to-end … | [source](https://github.com/pedrohcgs/claude-code-my-workflow/tree/be53c12/.claude/skills/teach-from-paper) | + +## Source: rampstackco/claude-skills + +- Repository: [https://github.com/rampstackco/claude-skills](https://github.com/rampstackco/claude-skills) (commit `bc6d961`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ads-creative-development` | adjacent | How to produce ad creative that converts at performance scale. Hook patterns, format selection, video pacing, variation systems, sequential testing methodology, fatigue detection, brand-voice alignment without conversion dilution, and … | [source](https://github.com/rampstackco/claude-skills/tree/bc6d961/skills/ads-creative-development) | + +## Source: rohitg00/skillkit + +- Repository: [https://github.com/rohitg00/skillkit](https://github.com/rohitg00/skillkit) (commit `d2e5c34`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `hypothesis-testing` | adjacent | Applies the scientific method to debugging by helping users form specific, testable hypotheses, design targeted experiments, and systematically confirm or reject theories to find root causes. Use when a user says their code isn't working, … | [source](https://github.com/rohitg00/skillkit/tree/d2e5c34/packages/core/src/methodology/packs/debugging/hypothesis-testing) | + +## 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 | +|---|---|---|---| +| `research-synthesize` | adjacent | Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/plugins/ruflo-goals/skills/research-synthesize) | + +## 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 | +|---|---|---|---| +| `research-synthesize` | adjacent | Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations | [source](https://github.com/ruvnet/ruflo/tree/73914bd/plugins/ruflo-goals/skills/research-synthesize) | + +## Source: secondsky/claude-skills + +- Repository: [https://github.com/secondsky/claude-skills](https://github.com/secondsky/claude-skills) (commit `c4889f6`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `recommendation-system` | adjacent | Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache invalidation, experiment tracking, quality monitoring issues. | [source](https://github.com/secondsky/claude-skills/tree/c4889f6/plugins/recommendation-system/skills/recommendation-system) | + +## Source: vibeeval/vibecosystem + +- Repository: [https://github.com/vibeeval/vibecosystem](https://github.com/vibeeval/vibecosystem) (commit `cea9462`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `minimax-docx` | adjacent | Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit content in existing documents, (C) apply template formatting with XSD validation … | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/minimax-docx) | + +## Source: zarazhangrui/frontend-slides + +- Repository: [https://github.com/zarazhangrui/frontend-slides](https://github.com/zarazhangrui/frontend-slides) (commit `9906a34`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `frontend-slides` | adjacent | Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover … | [source](https://github.com/zarazhangrui/frontend-slides/tree/9906a34) | + +## Source: zebbern/claude-code-guide + +- Repository: [https://github.com/zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide) (commit `d2c5280`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ethical-hacking-methodology` | core | This skill should be used when the user asks to "learn ethical hacking", "understand penetration testing lifecycle", "perform reconnaissance", "conduct security scanning", "exploit vulnerabilities", or "write penetration test reports". It … | [source](https://github.com/zebbern/claude-code-guide/tree/d2c5280/skills/ethical-hacking-methodology) | diff --git a/references/profile.md b/references/profile.md new file mode 100644 index 0000000..afb96cb --- /dev/null +++ b/references/profile.md @@ -0,0 +1,26 @@ +# Occupation profile — geochemist + +- **ESCO URI:** http://data.europa.eu/esco/occupation/c8e6cdcc-824e-4887-8ee2-197e7d794258 +- **ESCO code:** 2114.1.3 +- **ISCO-08 group:** 2114 — Geologists and geophysicists + +## Description (ESCO) + +Geochemists study the characteristics and chemical elements in minerals, rocks and soils, and how they interact with hydrological systems. They coordinate the collection of samples and indicate the suite of metals to be analysed. + +## Definition + +nan + +## Alternative labels + +- geo-technician +- geoscience technician +- exploration geochemist +- consultant geochemist +- petroleum technician +- metals analyst +- mining geochemist +- research geochemist +- environmental geochemist +- oil geochemist diff --git a/references/skills.md b/references/skills.md new file mode 100644 index 0000000..6e828e8 --- /dev/null +++ b/references/skills.md @@ -0,0 +1,32 @@ +# Competences — geochemist + +Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/c8e6cdcc-824e-4887-8ee2-197e7d794258). + +## Essential + +- **address problems critically** (skill/competence) +- **communicate on minerals issues** (skill/competence) +- **conduct environmental site assessments** (skill/competence) +- **conduct laboratory chemical research on metals** (skill/competence) +- **create GIS reports** (skill/competence) +- **create thematic maps** (skill/competence) +- **deal with pressure from unexpected circumstances** (skill/competence) +- **ensure compliance with environmental legislation** (skill/competence) +- **examine geochemical samples** (skill/competence) +- **geographic information systems** (knowledge) +- **geology** (knowledge) +- **manipulate metal** (skill/competence) +- **perform sample testing** (skill/competence) +- **prepare samples for testing** (skill/competence) +- **prepare scientific reports** (skill/competence) +- **types of metal** (knowledge) + +## Optional + +- chemistry (knowledge) +- collect samples (skill/competence) +- liaise with industrial professionals (skill/competence) +- perform minor repairs to equipment (skill/competence) +- supervise staff (skill/competence) +- test samples for pollutants (skill/competence) +- troubleshoot (skill/competence) diff --git a/references/tasks.md b/references/tasks.md new file mode 100644 index 0000000..a5e3e59 --- /dev/null +++ b/references/tasks.md @@ -0,0 +1,52 @@ +# Tasks & work activities — geochemist + +Source: O*NET 30.3, occupation 17-2151.00 (Mining and Geological Engineers, Including Mining Safety Engineers) — manual nearest-occupation mapping via ISCO group 2114; the official ESCO crosswalk has no entry for this ESCO occupation. + +## Task statements + +- **[Core]** Supervise, train, and evaluate technicians, technologists, survey personnel, engineers, scientists or other mine personnel. +- **[Core]** Inspect mining areas for unsafe structures, equipment, and working conditions. +- **[Core]** Select locations and plan underground or surface mining operations, specifying processes, labor usage, and equipment that will result in safe, economical, and environmentally sound extraction of minerals and ores. +- **[Core]** Examine maps, deposits, drilling locations, or mines to determine the location, size, accessibility, contents, value, and potential profitability of mineral, oil, and gas deposits. +- **[Core]** Prepare schedules, reports, and estimates of the costs involved in developing and operating mines. +- **[Core]** Monitor mine production rates to assess operational effectiveness. +- **[Core]** Design, implement, and monitor the development of mines, facilities, systems, or equipment. +- **[Core]** Select or develop mineral location, extraction, and production methods, based on factors such as safety, cost, and deposit characteristics. +- **[Core]** Prepare technical reports for use by mining, engineering, and management personnel. +- **[Supplemental]** Implement and coordinate mine safety programs, including the design and maintenance of protective and rescue equipment and safety devices. +- **[Supplemental]** Test air to detect toxic gases and recommend measures to remove them, such as installation of ventilation shafts. +- **[Supplemental]** Design, develop, and implement computer applications for use in mining operations such as mine design, modeling, or mapping or for monitoring mine conditions. +- **[Supplemental]** Select or devise materials-handling methods and equipment to transport ore, waste materials, and mineral products efficiently and economically. +- **[Supplemental]** Devise solutions to problems of land reclamation and water and air pollution, such as methods of storing excavated soil and returning exhausted mine sites to natural states. +- **[Supplemental]** Lay out, direct, and supervise mine construction operations, such as the construction of shafts and tunnels. +- **[Supplemental]** Evaluate data to develop new mining products, equipment, or processes. +- **[Supplemental]** Conduct or direct mining experiments to test or prove research findings. +- **[Supplemental]** Design mining and mineral treatment equipment and machinery in collaboration with other engineering specialists. + +## Detailed work activities + +- Advise others on health and safety issues. +- Analyze design or requirements information for mechanical equipment or systems. +- Conduct research to inform art, designs, or other work. +- Coordinate safety or regulatory compliance activities. +- Design industrial equipment. +- Design structures or facilities. +- Determine operational methods. +- Develop software or computer applications. +- Develop technical methods or processes. +- Direct construction activities. +- Estimate operational costs. +- Inspect facilities or sites to determine if they meet specifications or standards. +- Investigate safety of work environment. +- Monitor the productivity or efficiency of industrial operations. +- Prepare detailed work plans. +- Prepare operational reports. +- Prepare technical reports for internal use. +- Research industrial processes or operations. +- Research topics in area of expertise. +- Resolve operational performance problems. +- Review technical documents to plan work. +- Schedule operational activities. +- Select tools, equipment, or technologies for use in operations or projects. +- Supervise engineering or other technical personnel. +- Train personnel on proper operational procedures. diff --git a/references/tools.md b/references/tools.md new file mode 100644 index 0000000..3ca0177 --- /dev/null +++ b/references/tools.md @@ -0,0 +1,51 @@ +# Tools & technology — geochemist + +Source: O*NET 30.3, occupation 17-2151.00 (Mining and Geological Engineers, Including Mining Safety Engineers) — manual nearest-occupation mapping via ISCO group 2114; the official ESCO crosswalk has no entry for this ESCO occupation. + +| Software | Category | Hot technology | +|---|---|---| +| Autodesk AutoCAD | Computer aided design CAD software | yes | +| Autodesk AutoCAD Civil 3D | Computer aided design CAD software | yes | +| Bentley MicroStation | Computer aided design CAD software | yes | +| Microsoft Access | Data base user interface and query software | yes | +| Microsoft Excel | Spreadsheet software | yes | +| Microsoft Office software | Office suite software | yes | +| Microsoft Outlook | Electronic mail software | yes | +| Microsoft PowerPoint | Presentation software | yes | +| Microsoft Project | Project management software | yes | +| Microsoft SharePoint | Document management software | yes | +| Microsoft Windows | Operating system software | yes | +| Microsoft Word | Word processing software | yes | +| MySQL | Data base user interface and query software | yes | +| Oracle Database | Data base user interface and query software | yes | +| SAP software | Enterprise resource planning ERP software | yes | +| Business software applications | Office suite software | | +| Carlson SurvCADD | Computer aided design CAD software | | +| Computer aided design and drafting CADD software | Computer aided design CAD software | | +| CyberArk | Network security or virtual private network VPN management software | | +| Gemcom PCBC | Analytical or scientific software | | +| Gemcom Surpac | Analytical or scientific software | | +| Gemcom Whittle | Analytical or scientific software | | +| Geographic information system GIS systems | Geographic information system | | +| GEO-SLOPE GeoStudio | Analytical or scientific software | | +| GijimaAst Mining Solutions International Mine2-4D | Data base user interface and query software | | +| Hellman & Schofield MP3 | Analytical or scientific software | | +| Maptek Vulcan | Analytical or scientific software | | +| Mincom MineScape | Data base user interface and query software | | +| Minemax iGantt | Data base user interface and query software | | +| MineSight | Analytical or scientific software | | +| Modular Mining Systems DISPATCH | Analytical or scientific software | | +| Ohio Automation Integrated Computer Aided Mine Planning System ICAMPS | Analytical or scientific software | | +| Oracle JD Edwards EnterpriseOne | Enterprise resource planning ERP software | | +| Oracle Primavera Systems | Project management software | | +| Overland Conveyor Belt Analyst | Analytical or scientific software | | +| Promine | Computer aided design CAD software | | +| RungePincockMinarco XERAS | Financial analysis software | | +| RungePincockMinarco XPAC | Analytical or scientific software | | +| Schlumberger PIPESIM | Analytical or scientific software | | +| Site mapping software | Map creation software | | +| Statistical software | Analytical or scientific software | | +| Structure query language SQL | Data base user interface and query software | | +| Trimble Geomatics Office | Analytical or scientific software | | +| Ventsim | Analytical or scientific software | | +| VMware | Clustering software | |