From 41156a332df4e9297ba824ac12785c9ca0c8b386 Mon Sep 17 00:00:00 2001 From: skillfactor-pipeline Date: Fri, 14 Aug 2026 18:15:40 +0200 Subject: [PATCH] feat: herbal-therapist skill package v0.1.0 --- PROVENANCE.md | 30 +++ SKILL.md | 53 ++++++ manifest.json | 304 +++++++++++++++++++++++++++++ references/ai-skills.md | 410 ++++++++++++++++++++++++++++++++++++++++ references/profile.md | 26 +++ references/skills.md | 61 ++++++ references/tasks.md | 54 ++++++ references/tools.md | 38 ++++ 8 files changed, 976 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..7182e1b --- /dev/null +++ b/PROVENANCE.md @@ -0,0 +1,30 @@ +# Data provenance — herbal-therapist + +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 — herbal-therapist + "ESCO (occupation & competences)" : 53 + "O*NET (tasks & tools)" : 78 + "Anthropic official Claude skills" : 5 + "External AI skill packs (mapped)" : 192 +``` + +| Source | Items | Share | Files | +|---|---|---|---| +| ESCO (occupation & competences) | 53 | 16.2 % | references/profile.md, references/skills.md | +| O*NET (tasks & tools) | 78 | 23.8 % | 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) | 192 | 58.5 % | references/ai-skills.md (per-source attribution inside) | +| Stack Exchange practitioner Q&A (CC-BY-SA) | 0 | 0.0 % | references/practitioner-qa.md (per-entry attribution inside) | + +Licensing: O*NET (USDOL/ETA, CC BY 4.0) · ESCO (© European Union) · +job-ad evidence via official APIs (JSearch/Adzuna) · Wikipedia content +paraphrased with source URLs — never copied · external AI skills are +linked, not copied (Apache-2.0/MIT/source-available, see ai-skills.md). diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..3aac2af --- /dev/null +++ b/SKILL.md @@ -0,0 +1,53 @@ +--- +name: herbal-therapist +description: "Occupational skill for the role 'herbal therapist' (also: iridologist, practitioner of herbal medicine, herbal medicine therapist, practitioner of herbal therapy, medical herbalist, naturopathic physician). Use when the user asks for typical herbal therapist work such as: typical herbal therapist responsibilities" +--- + +# Herbal Therapist + +Herbal therapists use herbal medicine to relief pain and treat illnesses such as allergies, chronic physical conditions or stress-related conditions. They study the properties and benefits of plants and create a personalised treatment plan for the patients. + +## 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) + +- acupuncture methods +- advise on mental health +- apply a holistic approach in care +- apply aromatherapy +- apply context specific clinical competences +- characteristics of plants +- collect healthcare user's general data +- communicate in healthcare +- develop a collaborative therapeutic relationship +- develop therapeutic relationships +- empathise with the healthcare user +- ensure safety of healthcare users +- follow-up on healthcare users' treatment +- human anatomy +- human physiology + +## Hot technologies + +- eClinicalWorks EHR software +- Epic Systems +- Intuit QuickBooks +- MEDITECH software +- Microsoft Access +- Microsoft Excel +- Microsoft Office software +- Microsoft Outlook +- Microsoft PowerPoint +- Microsoft SharePoint + +--- +*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/463558cd-6e02-43a8-a675-d4e65af70431), O*NET 30.3 (31-9092.00, manual nearest match). See manifest.json for licensing/attribution.* diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..dd2dd6d --- /dev/null +++ b/manifest.json @@ -0,0 +1,304 @@ +{ + "name": "herbal-therapist", + "title": "herbal therapist", + "version": "0.1.0", + "layer": "core", + "language": "en", + "generated": "2026-07-07", + "ids": { + "esco_uri": "http://data.europa.eu/esco/occupation/463558cd-6e02-43a8-a675-d4e65af70431", + "esco_code": "3230.1", + "isco_group": "3230", + "onet_soc": "31-9092.00", + "crosswalk_match": "manual nearest via ISCO 3230 (Medical Assistants)" + }, + "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": 26, + "skills_optional": 26, + "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 + }, + "Sushegaad/Claude-Skills-Governance-Risk-and-Compliance": { + "repo": "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance", + "commit": "71d8920", + "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": 12 + }, + "a5c-ai/babysitter": { + "repo": "https://github.com/a5c-ai/babysitter", + "commit": "44a5d58b", + "license": "MIT", + "skills": 9 + }, + "affaan-m/everything-claude-code": { + "repo": "https://github.com/affaan-m/everything-claude-code", + "commit": "ed38744", + "license": "MIT", + "skills": 3 + }, + "K-Dense-AI/claude-scientific-skills": { + "repo": "https://github.com/K-Dense-AI/claude-scientific-skills", + "commit": "4d97e29", + "license": "MIT", + "skills": 2 + }, + "foryourhealth111-pixel/Vibe-Skills": { + "repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills", + "commit": "34429a8", + "license": "Apache-2.0", + "skills": 4 + }, + "K-Dense-AI/scientific-agent-skills": { + "repo": "https://github.com/K-Dense-AI/scientific-agent-skills", + "commit": "4d97e29", + "license": "MIT", + "skills": 2 + }, + "davila7/claude-code-templates": { + "repo": "https://github.com/davila7/claude-code-templates", + "commit": "fa79251", + "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": 4 + }, + "bevibing/tutor-skills": { + "repo": "https://github.com/bevibing/tutor-skills", + "commit": "397110c", + "license": "MIT", + "skills": 1 + }, + "RoundTable02/tutor-skills": { + "repo": "https://github.com/RoundTable02/tutor-skills", + "commit": "397110c", + "license": "MIT", + "skills": 1 + }, + "dotnet/skills": { + "repo": "https://github.com/dotnet/skills", + "commit": "79a2ada", + "license": "MIT", + "skills": 1 + }, + "giuseppe-trisciuoglio/developer-kit": { + "repo": "https://github.com/giuseppe-trisciuoglio/developer-kit", + "commit": "306f428", + "license": "MIT", + "skills": 1 + }, + "nexu-io/open-design": { + "repo": "https://github.com/nexu-io/open-design", + "commit": "4b66023", + "license": "Apache-2.0", + "skills": 2 + }, + "mohitagw15856/pm-claude-skills": { + "repo": "https://github.com/mohitagw15856/pm-claude-skills", + "commit": "876fa30", + "license": "MIT", + "skills": 1 + }, + "zebbern/claude-code-guide": { + "repo": "https://github.com/zebbern/claude-code-guide", + "commit": "d2c5280", + "license": "MIT", + "skills": 1 + }, + "rockscy/solo-skills": { + "repo": "https://github.com/rockscy/solo-skills", + "commit": "80ec4cf", + "license": "MIT", + "skills": 1 + }, + "wondelai/skills": { + "repo": "https://github.com/wondelai/skills", + "commit": "326b380", + "license": "MIT", + "skills": 1 + }, + "Eronred/aso-skills": { + "repo": "https://github.com/Eronred/aso-skills", + "commit": "e2a7c45", + "license": "MIT", + "skills": 1 + }, + "code-yeongyu/oh-my-openagent": { + "repo": "https://github.com/code-yeongyu/oh-my-openagent", + "commit": "b19f652", + "license": "custom (see upstream LICENSE)", + "skills": 1 + }, + "silverstein/minutes": { + "repo": "https://github.com/silverstein/minutes", + "commit": "3fb2e83", + "license": "MIT", + "skills": 2 + }, + "alirezarezvani/claude-skills": { + "repo": "https://github.com/alirezarezvani/claude-skills", + "commit": "0241f43", + "license": "MIT", + "skills": 5 + }, + "infrasity-labs/dev-gtm-claude-skills": { + "repo": "https://github.com/infrasity-labs/dev-gtm-claude-skills", + "commit": "02cfefb", + "license": "MIT", + "skills": 1 + }, + "sgcarstrends/backend": { + "repo": "https://github.com/sgcarstrends/backend", + "commit": "7231cbc", + "license": "MIT", + "skills": 1 + }, + "DheerG/swarms": { + "repo": "https://github.com/DheerG/swarms", + "commit": "617900e", + "license": "MIT", + "skills": 1 + }, + "rampstackco/claude-skills": { + "repo": "https://github.com/rampstackco/claude-skills", + "commit": "bc6d961", + "license": "MIT", + "skills": 1 + }, + "microsoft/power-platform-skills": { + "repo": "https://github.com/microsoft/power-platform-skills", + "commit": "0d7ed9a", + "license": "MIT", + "skills": 1 + }, + "thedotmack/claude-mem": { + "repo": "https://github.com/thedotmack/claude-mem", + "commit": "f5633c1", + "license": "Apache-2.0", + "skills": 1 + }, + "basicmachines-co/basic-memory": { + "repo": "https://github.com/basicmachines-co/basic-memory", + "commit": "53da71c", + "license": "custom (see upstream LICENSE)", + "skills": 2 + }, + "aaron-he-zhu/aaron-marketing-skills": { + "repo": "https://github.com/aaron-he-zhu/aaron-marketing-skills", + "commit": "b7b0b9f", + "license": "Apache-2.0", + "skills": 2 + }, + "NevaMind-AI/memU": { + "repo": "https://github.com/NevaMind-AI/memU", + "commit": "ff90dac", + "license": "Apache-2.0", + "skills": 1 + }, + "wanshuiyin/Auto-claude-code-research-in-sleep": { + "repo": "https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep", + "commit": "eb5c9d7", + "license": "MIT", + "skills": 1 + }, + "softaworks/agent-toolkit": { + "repo": "https://github.com/softaworks/agent-toolkit", + "commit": "3027f20", + "license": "MIT", + "skills": 1 + }, + "ognjengt/founder-skills": { + "repo": "https://github.com/ognjengt/founder-skills", + "commit": "a45931c", + "license": "MIT", + "skills": 1 + }, + "Gabberflast/academic-pptx-skill": { + "repo": "https://github.com/Gabberflast/academic-pptx-skill", + "commit": "9f2b703", + "license": "MIT", + "skills": 1 + }, + "WenyuChiou/agent-collab-skills": { + "repo": "https://github.com/WenyuChiou/agent-collab-skills", + "commit": "f3c4097", + "license": "MIT", + "skills": 1 + }, + "avibebuilder/claude-prime": { + "repo": "https://github.com/avibebuilder/claude-prime", + "commit": "80bcfa4", + "license": "MIT", + "skills": 1 + }, + "nexscope-ai/eCommerce-Skills": { + "repo": "https://github.com/nexscope-ai/eCommerce-Skills", + "commit": "56f3288", + "license": "MIT", + "skills": 1 + } + }, + "total_skills": 80, + "tiers": { + "core": 17, + "adjacent": 63 + } + }, + "provenance": { + "items": { + "esco": 53, + "onet": 78, + "jobads": 0, + "wiki_ai": 0, + "anthropic": 5, + "ai_skills": 192, + "stackx": 0 + }, + "share_percent": { + "esco": 16.2, + "onet": 23.8, + "jobads": 0.0, + "wiki_ai": 0.0, + "anthropic": 1.5, + "ai_skills": 58.5, + "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..d55e9a5 --- /dev/null +++ b/references/ai-skills.md @@ -0,0 +1,410 @@ +# External AI agent skills — herbal-therapist + +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: 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 | +|---|---|---|---| +| `bioethics-deliberation` | core | Apply bioethical principles (autonomy, beneficence, non-maleficence, justice) and case-based reasoning to healthcare decisions, research protocols, and clinical dilemmas | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/philosophy/skills/bioethics-deliberation) | +| `quality-metrics-measurement` | core | Collect, calculate, and report healthcare quality metrics including core measures, HEDIS, patient safety indicators, and value-based purchasing measures | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/quality-metrics-measurement) | +| `health-data-integration` | adjacent | Facilitate interoperability between health IT systems including EHR, HIE, and clinical decision support through HL7, FHIR, and other healthcare data standards | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/health-data-integration) | +| `clinical-workflow-analysis` | adjacent | Analyze clinical workflows to identify inefficiencies, bottlenecks, and improvement opportunities using Lean healthcare principles and value stream mapping techniques | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/clinical-workflow-analysis) | +| `medical-agent` | adjacent | Build medical AI agents for clinical decision support, medical record summarization, diagnostic assistance, and healthcare workflow automation. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/ai-agents-conversational/skills/medical-agent) | +| `workforce-demand-forecasting` | adjacent | Project healthcare workforce requirements based on patient volume trends, acuity levels, productivity standards, and skill mix optimization | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/workforce-demand-forecasting) | +| `clinical-decision-support-rules` | adjacent | Develop and maintain clinical decision support rules including alerts, reminders, order sets, and evidence-based recommendations within EHR systems | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/clinical-decision-support-rules) | +| `patient-safety-event-analysis` | adjacent | Investigate patient safety events using RCA, FMEA, and other systematic analysis methods to identify contributing factors and develop corrective actions | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/patient-safety-event-analysis) | +| `population-health-stratification` | adjacent | Stratify patient populations by risk level using claims data, clinical data, and social determinants to prioritize care management interventions | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/population-health-stratification) | + +## Source: aaron-he-zhu/aaron-marketing-skills + +- Repository: [https://github.com/aaron-he-zhu/aaron-marketing-skills](https://github.com/aaron-he-zhu/aaron-marketing-skills) (commit `b7b0b9f`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `memory-management` | adjacent | Use when the user asks to "remember project context", review saved findings, initialize runtime memory, archive stale work, reconcile notes, or erase a subject; manages authorized HOT/WARM/COLD working memory across all disciplines while … | [source](https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/b7b0b9f/protocol/memory-management) | +| `content-gap-analysis` | adjacent | Use when the user asks to "find content gaps", "竞品写了什么", or "还应该写什么"; builds a competitor-relative coverage map of missing topics, keyword gaps, and editorial-calendar opportunities. Not for raw keyword demand discovery — use … | [source](https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/b7b0b9f/seo-geo/research/content-gap-analysis) | + +## 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 | +|---|---|---|---| +| `healthcare-emr-patterns` | core | EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/healthcare-emr-patterns) | +| `healthcare-eval-harness` | core | Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, and integration compliance. Blocks deployments on safety failures. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/healthcare-eval-harness) | +| `healthcare-cdss-patterns` | adjacent | Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/healthcare-cdss-patterns) | + +## 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 | +|---|---|---|---| +| `review` | adjacent | Analyze auto-memory for promotion candidates, stale entries, consolidation opportunities, and health metrics. Use when the user runs /si:review or asks what has been learned and what should be promoted or pruned. | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering-team/self-improving-agent/skills/review) | +| `seo-audit` | adjacent | When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/marketing-skill/skills/seo-audit) | +| `status` | adjacent | Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations. Use when the user runs /si:status or asks how full or healthy the agent memory is. | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering-team/self-improving-agent/skills/status) | +| `research-ops-skills` | adjacent | Use when planning, funding, scoping, or synthesizing enterprise research across workstreams — clinical study design, R&D program finance, market sizing/surveys, or product/user research. Triggers on "design this clinical study", "what … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/research-ops/skills/research-ops-skills) | +| `social-media-manager` | adjacent | When the user wants to develop social media strategy, plan content calendars, manage community engagement, or grow their social presence across platforms. Also use when the user mentions 'social media strategy,' 'social calendar,' … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/marketing-skill/skills/social-media-manager) | + +## Source: avibebuilder/claude-prime + +- Repository: [https://github.com/avibebuilder/claude-prime](https://github.com/avibebuilder/claude-prime) (commit `80bcfa4`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `diagnose` | adjacent | Investigate unexpected behavior and mysterious bugs. Use when the cause of a problem is unknown and the user needs to understand WHY something is happening — symptoms like: sudden unexplained changes in metrics or behavior, works locally … | [source](https://github.com/avibebuilder/claude-prime/tree/80bcfa4/.claude/skills/diagnose) | + +## 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-continue` | adjacent | Resume prior work by rebuilding context from the Basic Memory knowledge graph — pick up where you left off using memory:// URLs, recent activity, and search. Use when starting a session or when the user says 'continue with...', 'back … | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/skills/memory-continue) | +| `bm-share` | adjacent | Promote a note from your personal Basic Memory project to a shared team project, with attribution. Use when the user says "share this with the team", "publish this decision", or runs /basic-memory:bm-share. This is the deliberate way to … | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/plugins/claude-code/skills/bm-share) | + +## Source: bevibing/tutor-skills + +- Repository: [https://github.com/bevibing/tutor-skills](https://github.com/bevibing/tutor-skills) (commit `397110c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `tutor` | core | Interactive quiz tutor for Obsidian StudyVault learning. Use when the user wants to: (1) Take a diagnostic assessment of their knowledge, (2) Study or review specific sections/topics, (3) Drill weak areas identified in previous sessions, … | [source](https://github.com/bevibing/tutor-skills/tree/397110c/skills/tutor) | + +## 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 | +|---|---|---|---| +| `obsidian-project-memory` | core | This skill should be used when the user asks to maintain an Obsidian knowledge base for a research project, import an existing research repository into Obsidian, keep project memory or daily notes synchronized, summarize project context … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/33-Galaxy-Dawn-claude-scholar/skills/obsidian-project-memory) | +| `empirical-playbook` | adjacent | This skill covers applied microeconomic empirical methods and research design. Use when the user is selecting an identification strategy, comparing estimators, running diagnostics, designing a research study, or evaluating an empirical … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/11-James-Traina-compound-science/skills/empirical-playbook) | +| `research-lit` | adjacent | Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/42-wanshuiyin-ARIS/skills/research-lit) | +| `epidemiology-guide` | adjacent | Epidemiological study designs, measures of association, and public health ana... | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/biomedical/epidemiology-guide) | + +## Source: code-yeongyu/oh-my-openagent + +- Repository: [https://github.com/code-yeongyu/oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent) (commit `b19f652`, retrieved 2026-07-14) +- License: custom (see upstream LICENSE) + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `lcx-doctor` | adjacent | Diagnose LazyCodex and Codex CLI installation health against the latest sources. Use whenever the user asks for a doctor or health check, says LazyCodex, lazycodex-ai, omo-codex, or Codex behaves oddly after an install, update, or config … | [source](https://github.com/code-yeongyu/oh-my-openagent/tree/b19f652/packages/shared-skills/skills/lcx-doctor) | + +## 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 | +|---|---|---|---| +| `treatment-plans` | core | Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/treatment-plans) | +| `pyhealth` | adjacent | Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/pyhealth) | +| `seo-audit` | adjacent | When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/business-marketing/seo-audit) | +| `session-handoff` | adjacent | Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/session-handoff) | + +## Source: DheerG/swarms + +- Repository: [https://github.com/DheerG/swarms](https://github.com/DheerG/swarms) (commit `617900e`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `audit-context` | adjacent | Evaluates ambient context artifacts (CLAUDE.md, memory, local skills, settings hooks) for compatibility with swarm governance. Returns a classified report so users can address interference before launching a team. | [source](https://github.com/DheerG/swarms/tree/617900e/skills/audit-context) | + +## 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 | +|---|---|---|---| +| `dotnet-trace-collect` | core | Guide developers through capturing diagnostic artifacts to diagnose production .NET performance issues. Use when the user needs help choosing diagnostic tools, collecting performance data, or understanding tool trade-offs across different … | [source](https://github.com/dotnet/skills/tree/79a2ada/plugins/dotnet-diag/skills/dotnet-trace-collect) | + +## Source: Eronred/aso-skills + +- Repository: [https://github.com/Eronred/aso-skills](https://github.com/Eronred/aso-skills) (commit `e2a7c45`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `aso-audit` | adjacent | When the user wants a full ASO health audit, review their App Store listing quality, or diagnose why their app isn't ranking. Also use when the user mentions "ASO audit", "ASO score", "why am I not ranking", "listing review", or "optimize … | [source](https://github.com/Eronred/aso-skills/tree/e2a7c45/skills/aso-audit) | + +## 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 | +|---|---|---|---| +| `treatment-plans` | core | Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/treatment-plans) | +| `pyhealth` | adjacent | Comprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/pyhealth) | +| `sentry` | adjacent | Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/sentry) | +| `gh-fix-ci` | adjacent | Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/gh-fix-ci) | + +## 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: giuseppe-trisciuoglio/developer-kit + +- Repository: [https://github.com/giuseppe-trisciuoglio/developer-kit](https://github.com/giuseppe-trisciuoglio/developer-kit) (commit `306f428`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `memory-md-management` | core | Provides comprehensive memory file management capabilities including auditing, quality assessment, and targeted improvements for files such as CLAUDE.md. Use when user asks to check, audit, update, improve, fix, maintain, or validate … | [source](https://github.com/giuseppe-trisciuoglio/developer-kit/tree/306f428/plugins/developer-kit-core/skills/memory-md-management) | + +## Source: 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 | +|---|---|---|---| +| `seo-audit` | adjacent | When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my … | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/seo-audit) | + +## 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 | +|---|---|---|---| +| `abridge-sdk-patterns` | core | Apply production-ready patterns for Abridge clinical AI integration. Use when building reusable Abridge client wrappers, implementing HIPAA-compliant error handling, or establishing team coding standards for healthcare AI. Trigger: … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-sdk-patterns) | +| `abridge-security-basics` | core | Apply HIPAA-compliant security practices for Abridge clinical AI integrations. Use when securing PHI in transit/at rest, configuring access controls, implementing audit logging, or preparing for HIPAA security audits. Trigger: "abridge … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-security-basics) | +| `abridge-ci-integration` | adjacent | Configure CI/CD pipeline for Abridge clinical AI integrations with GitHub Actions. Use when setting up automated testing, FHIR validation, HIPAA compliance checks, or deployment pipelines for healthcare AI applications. Trigger: "abridge … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-ci-integration) | +| `abridge-cost-tuning` | adjacent | Optimize Abridge clinical AI costs through tier selection, session management, and usage monitoring for healthcare organizations. Use when analyzing Abridge billing, optimizing encounter volume, or right-sizing your Abridge contract for … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-cost-tuning) | +| `abridge-deploy-integration` | adjacent | Deploy Abridge clinical AI integration to HIPAA-compliant cloud infrastructure. Use when deploying to GCP Cloud Run, AWS ECS, or Azure Container Apps with healthcare-grade secrets management and compliance controls. Trigger: "deploy … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-deploy-integration) | +| `abridge-install-auth` | adjacent | Set up Abridge clinical AI platform authentication and EHR integration credentials. Use when onboarding a healthcare org to Abridge, configuring Epic/Athena integration, or setting up developer sandbox access for ambient AI documentation. … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-install-auth) | +| `abridge-prod-checklist` | adjacent | Execute Abridge production readiness checklist for clinical AI deployment. Use when launching Abridge in a healthcare org, preparing for go-live, or validating HIPAA compliance before production deployment. Trigger: "abridge production … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-prod-checklist) | +| `doctor` | adjacent | Diagnose Promptbook setup \u2014 check config, hooks, API key, and session\ \ tracking health.\nUse when Promptbook seems broken or the user wants to verify\ \ their setup.\nTrigger with \"/doctor\" or \"check promptbook health\".\n | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/promptbook/skills/doctor) | +| `surge-retention` | adjacent | Retention diagnosis + intervention plan — analyze the retention curve, identify the primary drop-off point, and produce a specific intervention plan with expected impact. Use when asked to "improve retention", "why are users churning", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/bundle/revenue-team/skills/surge-retention) | +| `windsurf-cicd-github-actions` | adjacent | Generate and maintain GitHub Actions with Cascade assistance. Activate when users mention "github actions", "ci/cd pipeline", "workflow automation", "continuous integration", or "deployment pipeline". Handles CI/CD configuration with AI … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-cicd-github-actions) | +| `windsurf-cascade-context` | adjacent | Manage Cascade context window and memory for complex projects. Activate when users mention "cascade context", "ai memory", "context management", "large codebase navigation", or "multi-session development". Handles context optimization and … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-cascade-context) | +| `abridge-performance-tuning` | adjacent | Optimize Abridge clinical AI integration performance for high-volume deployments. Use when reducing note generation latency, optimizing audio streaming throughput, improving FHIR push performance, or scaling for multi-site health systems. … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-performance-tuning) | + +## 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 | +|---|---|---|---| +| `treatment-plans` | core | Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/treatment-plans) | +| `pyhealth` | adjacent | Build clinical/healthcare deep-learning pipelines with PyHealth — loading EHR/signal/imaging datasets (MIMIC-III/IV, eICU, OMOP, SleepEDF, ChestXray14, EHRShot), defining tasks (mortality, readmission, length-of-stay, drug recommendation, … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/pyhealth) | + +## 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 | +|---|---|---|---| +| `treatment-plans` | core | Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/treatment-plans) | +| `pyhealth` | adjacent | Build clinical/healthcare deep-learning pipelines with PyHealth — loading EHR/signal/imaging datasets (MIMIC-III/IV, eICU, OMOP, SleepEDF, ChestXray14, EHRShot), defining tasks (mortality, readmission, length-of-stay, drug recommendation, … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/pyhealth) | + +## Source: microsoft/power-platform-skills + +- Repository: [https://github.com/microsoft/power-platform-skills](https://github.com/microsoft/power-platform-skills) (commit `0d7ed9a`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `diagnose-flow` | adjacent | Deep autonomous diagnosis of a failed flow run. Provide environment, flow, and run IDs. Use when the user asks to diagnose or deeply investigate a specific failed flow run. | [source](https://github.com/microsoft/power-platform-skills/tree/0d7ed9a/plugins/power-automate/skills/diagnose-flow) | + +## 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 | +|---|---|---|---| +| `patient-communication` | adjacent | Write clear, plain-English patient communications for any healthcare context. Use when asked to write a patient letter, patient information leaflet, appointment letter, test-results letter, discharge summary for patients, or health … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-research/skills/patient-communication) | + +## Source: NevaMind-AI/memU + +- Repository: [https://github.com/NevaMind-AI/memU](https://github.com/NevaMind-AI/memU) (commit `ff90dac`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `memu` | adjacent | Give this agent persistent memory via memU. Use to memorize (save files/folders so context survives this session) when the user asks to remember or sync something, or after completing work worth keeping; and to retrieve (search memory from … | [source](https://github.com/NevaMind-AI/memU/tree/ff90dac/.claude/skills/memu) | + +## Source: nexscope-ai/eCommerce-Skills + +- Repository: [https://github.com/nexscope-ai/eCommerce-Skills](https://github.com/nexscope-ai/eCommerce-Skills) (commit `56f3288`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ecommerce-social-media-marketing` | adjacent | Social media marketing strategy for ecommerce brands. Content calendar planning, platform-specific strategies, social commerce optimization, influencer collaboration, and community building. Use when the user asks about social media … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/ecommerce-social-media-marketing) | + +## 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 | +|---|---|---|---| +| `orbit-general` | core | Open Orbit briefing skill — selected by the Orbit pipeline when the user has two or more connectors connected. Pulls the past 24 hours of activity from every authenticated connector (GitHub, Linear, Notion, Slack, 飞书, Calendar, Gmail, … | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/orbit-general) | +| `field-notes-editorial-template` | adjacent | Editorial "Field Notes" report template with soft paper background, serif hero typography, rounded pastel insight cards, and a retention chart panel. Use when users ask for a premium magazine-style business report, board memo one-pager, or … | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/field-notes-editorial-template) | + +## Source: ognjengt/founder-skills + +- Repository: [https://github.com/ognjengt/founder-skills](https://github.com/ognjengt/founder-skills) (commit `a45931c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `strategic-planning` | adjacent | Analyzes the founder's business context to deliver the 3 highest-impact next moves for growth (marketing or sales). Asks up to 10 diagnostic questions when needed to uncover bottlenecks, struggles, and opportunities. Use when user needs … | [source](https://github.com/ognjengt/founder-skills/tree/a45931c/skills/strategic-planning) | + +## 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 | +|---|---|---|---| +| `content-strategy` | adjacent | Develop a content strategy covering editorial positioning, content pillars, formats, calendar, governance, and topical authority planning. Use this skill whenever the user wants to plan a content program, define content pillars, build an … | [source](https://github.com/rampstackco/claude-skills/tree/bc6d961/skills/content-strategy) | + +## Source: rockscy/solo-skills + +- Repository: [https://github.com/rockscy/solo-skills](https://github.com/rockscy/solo-skills) (commit `80ec4cf`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `changelog-from-commits` | adjacent | Generate a user-facing CHANGELOG entry from raw git log output. Use when the user is preparing a release, says "what changed since last version", asks to write release notes, or wants to summarize a batch of commits for end users. | [source](https://github.com/rockscy/solo-skills/tree/80ec4cf/skills/changelog-from-commits) | + +## Source: RoundTable02/tutor-skills + +- Repository: [https://github.com/RoundTable02/tutor-skills](https://github.com/RoundTable02/tutor-skills) (commit `397110c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `tutor` | core | Interactive quiz tutor for Obsidian StudyVault learning. Use when the user wants to: (1) Take a diagnostic assessment of their knowledge, (2) Study or review specific sections/topics, (3) Drill weak areas identified in previous sessions, … | [source](https://github.com/RoundTable02/tutor-skills/tree/397110c/skills/tutor) | + +## Source: sgcarstrends/backend + +- Repository: [https://github.com/sgcarstrends/backend](https://github.com/sgcarstrends/backend) (commit `7231cbc`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `seo-audit` | adjacent | When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my … | [source](https://github.com/sgcarstrends/backend/tree/7231cbc/.agents/skills/seo-audit) | + +## 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-lint` | adjacent | Health-check your meeting knowledge for contradictions, stale commitments, and decision conflicts. Use when the user asks "any conflicts in my meetings", "check for stale action items", "lint my meetings", "consistency check", "are there … | [source](https://github.com/silverstein/minutes/tree/3fb2e83/.agents/skills/minutes/minutes-lint) | +| `minutes-search` | adjacent | Search past meeting transcripts and voice memos for specific topics, people, decisions, or ideas. Use this whenever the user asks "what did we discuss about X", "find that meeting where we talked about Y", "what did Alex say", "did we … | [source](https://github.com/silverstein/minutes/tree/3fb2e83/.agents/skills/minutes/minutes-search) | + +## Source: softaworks/agent-toolkit + +- Repository: [https://github.com/softaworks/agent-toolkit](https://github.com/softaworks/agent-toolkit) (commit `3027f20`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `session-handoff` | adjacent | Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session … | [source](https://github.com/softaworks/agent-toolkit/tree/3027f20/skills/session-handoff) | + +## Source: Sushegaad/Claude-Skills-Governance-Risk-and-Compliance + +- Repository: [https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) (commit `71d8920`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `hipaa-compliance` | core | Expert HIPAA compliance assistant for healthcare and software contexts. Use this skill whenever the user mentions HIPAA, PHI (Protected Health Information), ePHI, covered entities, business associates, healthcare data privacy, medical … | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/hipaa-compliance/skills/hipaa-compliance) | + +## Source: thedotmack/claude-mem + +- Repository: [https://github.com/thedotmack/claude-mem](https://github.com/thedotmack/claude-mem) (commit `f5633c1`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `mem-search` | adjacent | Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions. | [source](https://github.com/thedotmack/claude-mem/tree/f5633c1/plugin/skills/mem-search) | + +## Source: wanshuiyin/Auto-claude-code-research-in-sleep + +- Repository: [https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep) (commit `eb5c9d7`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `research-lit` | adjacent | Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers. | [source](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/tree/eb5c9d7/skills/research-lit) | + +## Source: WenyuChiou/agent-collab-skills + +- Repository: [https://github.com/WenyuChiou/agent-collab-skills](https://github.com/WenyuChiou/agent-collab-skills) (commit `f3c4097`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `agent-shared-memory` | adjacent | Use when the user asks to update shared memory, initialize multi-agent memory, summarize decisions so far, identify open questions, or prepare a fresh session primer. | [source](https://github.com/WenyuChiou/agent-collab-skills/tree/f3c4097/skills/agent-shared-memory) | + +## Source: wondelai/skills + +- Repository: [https://github.com/wondelai/skills](https://github.com/wondelai/skills) (commit `326b380`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `improve-retention` | adjacent | Diagnose and fix retention problems using behavior design (B=MAP). Use when the user mentions "users sign up but dont stick around", "activation rate", "onboarding friction", "retention metrics", "why users dont complete", "churn … | [source](https://github.com/wondelai/skills/tree/326b380/improve-retention) | + +## 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 | +|---|---|---|---| +| `vc-industry-research` | adjacent | Generate professional primary market / venture capital industry research reports, including sector deep-dives, investment memos, and market analysis. Produces detailed PDF reports covering TMT, consumer, healthcare, and industrials. … | [source](https://github.com/zebbern/claude-code-guide/tree/d2c5280/skills/vc-industry-research) | diff --git a/references/profile.md b/references/profile.md new file mode 100644 index 0000000..bbc7e2d --- /dev/null +++ b/references/profile.md @@ -0,0 +1,26 @@ +# Occupation profile — herbal therapist + +- **ESCO URI:** http://data.europa.eu/esco/occupation/463558cd-6e02-43a8-a675-d4e65af70431 +- **ESCO code:** 3230.1 +- **ISCO-08 group:** 3230 — Traditional and complementary medicine associate professionals + +## Description (ESCO) + +Herbal therapists use herbal medicine to relief pain and treat illnesses such as allergies, chronic physical conditions or stress-related conditions. They study the properties and benefits of plants and create a personalised treatment plan for the patients. + +## Definition + +nan + +## Alternative labels + +- iridologist +- practitioner of herbal medicine +- herbal medicine therapist +- practitioner of herbal therapy +- medical herbalist +- naturopathic physician +- herbal medicine practitioner +- phytotherapist +- herbalist +- herbal practitioner diff --git a/references/skills.md b/references/skills.md new file mode 100644 index 0000000..38c5b07 --- /dev/null +++ b/references/skills.md @@ -0,0 +1,61 @@ +# Competences — herbal therapist + +Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/463558cd-6e02-43a8-a675-d4e65af70431). + +## Essential + +- **acupuncture methods** (knowledge) +- **advise on mental health** (skill/competence) +- **apply a holistic approach in care** (skill/competence) +- **apply aromatherapy** (skill/competence) +- **apply context specific clinical competences** (skill/competence) +- **characteristics of plants** (knowledge) +- **collect healthcare user's general data** (skill/competence) +- **communicate in healthcare** (skill/competence) +- **develop a collaborative therapeutic relationship** (skill/competence) +- **develop therapeutic relationships** (skill/competence) +- **empathise with the healthcare user** (skill/competence) +- **ensure safety of healthcare users** (skill/competence) +- **follow-up on healthcare users' treatment** (skill/competence) +- **human anatomy** (knowledge) +- **human physiology** (knowledge) +- **identify customer's needs** (skill/competence) +- **interact with healthcare users** (skill/competence) +- **listen actively** (skill/competence) +- **maintain healthcare user data confidentiality** (skill/competence) +- **maintain work area cleanliness** (skill/competence) +- **observe healthcare users** (skill/competence) +- **phytotherapy** (knowledge) +- **promote mental health** (skill/competence) +- **provide health education** (skill/competence) +- **study topics** (skill/competence) +- **types of aromatherapy treatments** (knowledge) + +## Optional + +- address side effects of menopause (skill/competence) +- apply acupuncture (skill/competence) +- apply organisational techniques (skill/competence) +- biology (knowledge) +- carry out preventative internal medicine interventions (skill/competence) +- chemistry (knowledge) +- complementary and alternative medicine (knowledge) +- conduct physical examinations (skill/competence) +- develop long-term treatment course for disorders in the glandular system (skill/competence) +- energy therapy (knowledge) +- etiopathy (knowledge) +- fasciatherapy (knowledge) +- general medicine (knowledge) +- homeopathy (knowledge) +- homeopathy remedies (knowledge) +- iridology (knowledge) +- marketing principles (knowledge) +- monitor stock level (skill/competence) +- pedagogy (knowledge) +- refer healthcare users (skill/competence) +- reiki (knowledge) +- shiatsu (knowledge) +- tai chi (knowledge) +- use communication techniques (skill/competence) +- use foreign languages for health-related research (skill/competence) +- use foreign languages in patient care (skill/competence) diff --git a/references/tasks.md b/references/tasks.md new file mode 100644 index 0000000..ddee233 --- /dev/null +++ b/references/tasks.md @@ -0,0 +1,54 @@ +# Tasks & work activities — herbal therapist + +Source: O*NET 30.3, occupation 31-9092.00 (Medical Assistants) — manual nearest-occupation mapping via ISCO group 3230; the official ESCO crosswalk has no entry for this ESCO occupation. + +## Task statements + +- **[Core]** Interview patients to obtain medical information and measure their vital signs, weight, and height. +- **[Core]** Show patients to examination rooms and prepare them for the physician. +- **[Core]** Record patients' medical history, vital statistics, or information such as test results in medical records. +- **[Core]** Prepare and administer medications as directed by a physician. +- **[Core]** Collect blood, tissue, or other laboratory specimens, log the specimens, and prepare them for testing. +- **[Core]** Explain treatment procedures, medications, diets, or physicians' instructions to patients. +- **[Core]** Help physicians examine and treat patients, handing them instruments or materials or performing such tasks as giving injections or removing sutures. +- **[Core]** Authorize drug refills and provide prescription information to pharmacies. +- **[Core]** Prepare treatment rooms for patient examinations, keeping the rooms neat and clean. +- **[Core]** Clean and sterilize instruments and dispose of contaminated supplies. +- **[Core]** Schedule appointments for patients. +- **[Core]** Change dressings on wounds. +- **[Core]** Greet and log in patients arriving at office or clinic. +- **[Core]** Contact medical facilities or departments to schedule patients for tests or admission. +- **[Core]** Perform general office duties, such as answering telephones, taking dictation, or completing insurance forms. +- **[Core]** Inventory and order medical, lab, or office supplies or equipment. +- **[Core]** Perform routine laboratory tests and sample analyses. +- **[Core]** Set up medical laboratory equipment. +- **[Supplemental]** Keep financial records or perform other bookkeeping duties, such as handling credit or collections or mailing monthly statements to patients. +- **[Core]** Operate x-ray, electrocardiogram (EKG), or other equipment to administer routine diagnostic tests. + +## Detailed work activities + +- Administer basic health care or medical treatments. +- Apply bandages, dressings, or splints. +- Assess physical conditions of patients to aid in diagnosis or treatment. +- Assist practitioners to perform medical procedures. +- Clean medical equipment. +- Clean patient rooms or patient treatment rooms. +- Collect biological specimens from patients. +- Conduct diagnostic tests to determine patient health. +- Control prescription refills or authorizations. +- Dispose of biomedical waste in accordance with standards. +- Explain technical medical information to patients. +- Give medications or immunizations. +- Greet customers, patrons, or visitors. +- Interview patients to gather medical information. +- Inventory medical supplies or equipment. +- Move patients to or from treatment areas. +- Operate medical equipment. +- Perform clerical work in medical settings. +- Prepare medical instruments or equipment for use. +- Prepare patient treatment areas for use. +- Prepare patients physically for medical procedures. +- Process medical billing information. +- Provide customer service to clients or users. +- Record vital statistics or other health information. +- Schedule patient procedures or appointments. diff --git a/references/tools.md b/references/tools.md new file mode 100644 index 0000000..ec89f61 --- /dev/null +++ b/references/tools.md @@ -0,0 +1,38 @@ +# Tools & technology — herbal therapist + +Source: O*NET 30.3, occupation 31-9092.00 (Medical Assistants) — manual nearest-occupation mapping via ISCO group 3230; the official ESCO crosswalk has no entry for this ESCO occupation. + +| Software | Category | Hot technology | +|---|---|---| +| eClinicalWorks EHR software | Medical software | yes | +| Epic Systems | Medical software | yes | +| Intuit QuickBooks | Accounting software | yes | +| MEDITECH software | Medical 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 SharePoint | Document management software | yes | +| Microsoft Word | Word processing software | yes | +| Appointment scheduling software | Calendar and scheduling software | | +| Billing software | Billing and invoicing software | | +| Bookkeeping software | Accounting software | | +| Business software applications | Office suite software | | +| Data entry software | Data base user interface and query software | | +| Database software | Data base user interface and query software | | +| Diagnostic and procedural coding software | Categorization or classification software | | +| Electronic medical record EMR software | Medical software | | +| Email software | Electronic mail software | | +| GE Healthcare Centricity EMR | Medical software | | +| Healthcare common procedure coding system HCPCS | Medical software | | +| IDX Systems Patient Chart Tracking | Document management software | | +| Medical condition coding software | Medical software | | +| Medical procedure coding software | Medical software | | +| Microsoft Exchange | Electronic mail software | | +| Microsoft SharePoint Server | Document management software | | +| Microsoft Windows Vista Business | Operating system software | | +| Microsoft Windows XP Professional | Operating system software | | +| Patient management software | Medical software | | +| Visual electro diagnostic software | Medical software | | +| Web browser software | Internet browser software | |