feat: standalone-public-buyer skill package v0.1.0

This commit is contained in:
skillfactor-pipeline
2026-08-14 18:26:51 +02:00
commit 6073964c2c
9 changed files with 1005 additions and 0 deletions

31
PROVENANCE.md Normal file
View File

@@ -0,0 +1,31 @@
# Data provenance — standalone-public-buyer
Where the content of this skill package comes from, counted by
content items (tasks, competences, tools, evidence entries, curated
knowledge). Rendered live by Gitea:
```mermaid
%%{init: {'theme':'base','themeVariables':{'pie1':'#f9a825','pie2':'#1e88e5','pie3':'#ff355e','pie4':'#d97757','pie5':'#8e24aa','pieOuterStrokeWidth':'0px','pieSectionTextColor':'#fff'}}}%%
pie showData
title Content sources — standalone-public-buyer
"ESCO (occupation & competences)" : 45
"O*NET (tasks & tools)" : 95
"Job boards (market evidence)" : 65
"Anthropic official Claude skills" : 5
"External AI skill packs (mapped)" : 165
```
| Source | Items | Share | Files |
|---|---|---|---|
| ESCO (occupation & competences) | 45 | 12.0 % | references/profile.md, references/skills.md |
| O*NET (tasks & tools) | 95 | 25.3 % | references/tasks.md, references/tools.md |
| Job boards (market evidence) | 65 | 17.3 % | 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.3 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
| External AI skill packs (mapped) | 165 | 44.0 % | 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).

61
SKILL.md Normal file
View File

@@ -0,0 +1,61 @@
---
name: standalone-public-buyer
description: "Occupational skill for the role 'standalone public buyer' (also: procurement expert, small contracting authority public buyer, public buyer, public procurer, small contracting authority public procurer). Use when the user asks for typical standalone public buyer work such as: Purchase the highest quality merchandise at the lowest possible price and in correct amounts.; Prepare purchase orders, solicit bid proposals, and review requisitions for goods and services.; Research and evaluate suppliers, based on price, quality, selection, service, support, availability, reliability, production and distribution capabilities, and the supplier's reputation and history."
---
# Standalone Public Buyer
Standalone public buyers manage the procurement process and cover all of the procurement needs for a small contracting authority. They are involved in each stage of the procurement process and collaborate with professionals from other departments of the organisation to find the kinds of specialised knowledge that may not be available.
## Core workflow
1. Purchase the highest quality merchandise at the lowest possible price and in correct amounts.
2. Prepare purchase orders, solicit bid proposals, and review requisitions for goods and services.
3. Research and evaluate suppliers, based on price, quality, selection, service, support, availability, reliability, production and distribution capabilities, and the supplier's reputation and history.
4. Analyze price proposals, financial reports, and other data and information to determine reasonable prices.
5. Monitor and follow applicable laws and regulations.
6. Negotiate, renegotiate, and administer contracts with suppliers, vendors, and other representatives.
7. Monitor shipments to ensure that goods come in on time, and resolve problems related to undelivered goods.
8. Confer with staff, users, and vendors to discuss defective or unacceptable goods or services and determine corrective action.
## 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)
- adapt to changing situations
- address problems critically
- adhere to organisational code of ethics
- adhere to organisational guidelines
- apply certification and payment procedures
- communication principles
- develop performance orientation in public administration
- develop procurement strategy
- draft procurement technical specifications
- draft tender documentation
- e-procurement
- evaluate tender
- implement risk management in procurement
- keep up-to-date with regulations
- manage contracts
## Hot technologies
- Intuit QuickBooks
- Microsoft Access
- Oracle Database
- Adobe Acrobat
- Microsoft SharePoint
- Microsoft Outlook
- Oracle PeopleSoft
- SAP software
- Microsoft Office software
- Microsoft PowerPoint
---
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/d08b4700-758c-467d-ab77-d5a8029c4070), O*NET 30.3 (13-1023.00). See manifest.json for licensing/attribution.*

250
manifest.json Normal file
View File

@@ -0,0 +1,250 @@
{
"name": "standalone-public-buyer",
"title": "standalone public buyer",
"version": "0.1.0",
"layer": "core",
"language": "en",
"generated": "2026-07-07",
"ids": {
"esco_uri": "http://data.europa.eu/esco/occupation/d08b4700-758c-467d-ab77-d5a8029c4070",
"esco_code": "3323.4",
"isco_group": "3323",
"onet_soc": "13-1023.00",
"crosswalk_match": "closeMatch"
},
"sources": [
{
"name": "ESCO",
"version": "1.2.1",
"url": "https://esco.ec.europa.eu/"
},
{
"name": "O*NET",
"version": "30.3",
"url": "https://www.onetcenter.org/",
"license": "CC BY 4.0"
}
],
"attribution": "This package includes information from the O*NET Database (v30.3) by the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA), CC BY 4.0. skillfactor is not endorsed by USDOL/ETA. ESCO data (v1.2.1) (c) European Union, used per the ESCO download conditions: https://esco.ec.europa.eu/en/use-esco/download",
"counts": {
"tasks": 19,
"dwas": 19,
"skills_essential": 28,
"skills_optional": 16,
"software": 56
},
"enrichment_ai_skills": {
"generated": "2026-07-14",
"method": "deterministic mapping (ISCO prefix + title/competence keywords)",
"sources": {
"anthropics/skills": {
"repo": "https://github.com/anthropics/skills",
"commit": "f6656c1",
"license": "Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available \u2014 see the LICENSE.txt in the upstream skill folder",
"skills": 2
},
"mohitagw15856/pm-claude-skills": {
"repo": "https://github.com/mohitagw15856/pm-claude-skills",
"commit": "876fa30",
"license": "MIT",
"skills": 5
},
"affaan-m/everything-claude-code": {
"repo": "https://github.com/affaan-m/everything-claude-code",
"commit": "ed38744",
"license": "MIT",
"skills": 5
},
"a5c-ai/babysitter": {
"repo": "https://github.com/a5c-ai/babysitter",
"commit": "44a5d58b",
"license": "MIT",
"skills": 11
},
"alirezarezvani/claude-skills": {
"repo": "https://github.com/alirezarezvani/claude-skills",
"commit": "0241f43",
"license": "MIT",
"skills": 9
},
"jeremylongshore/claude-code-plugins-plus-skills": {
"repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
"commit": "e112938a",
"license": "MIT",
"skills": 10
},
"nexu-io/open-design": {
"repo": "https://github.com/nexu-io/open-design",
"commit": "4b66023",
"license": "Apache-2.0",
"skills": 2
},
"OpenSenseNova/SenseNova-Skills": {
"repo": "https://github.com/OpenSenseNova/SenseNova-Skills",
"commit": "d8bb438",
"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": 2
},
"ruvnet/claude-code-flow": {
"repo": "https://github.com/ruvnet/claude-code-flow",
"commit": "73914bd",
"license": "MIT",
"skills": 2
},
"ruvnet/ruflo": {
"repo": "https://github.com/ruvnet/ruflo",
"commit": "73914bd",
"license": "MIT",
"skills": 2
},
"sanjay3290/ai-skills": {
"repo": "https://github.com/sanjay3290/ai-skills",
"commit": "3619692",
"license": "Apache-2.0",
"skills": 1
},
"aaron-he-zhu/aaron-marketing-skills": {
"repo": "https://github.com/aaron-he-zhu/aaron-marketing-skills",
"commit": "b7b0b9f",
"license": "Apache-2.0",
"skills": 1
},
"mukul975/Anthropic-Cybersecurity-Skills": {
"repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
"commit": "673da1f",
"license": "Apache-2.0",
"skills": 1
},
"antfu/skills": {
"repo": "https://github.com/antfu/skills",
"commit": "a74f281",
"license": "MIT",
"skills": 1
},
"nexscope-ai/eCommerce-Skills": {
"repo": "https://github.com/nexscope-ai/eCommerce-Skills",
"commit": "56f3288",
"license": "MIT",
"skills": 5
},
"zebbern/claude-code-guide": {
"repo": "https://github.com/zebbern/claude-code-guide",
"commit": "d2c5280",
"license": "MIT",
"skills": 1
},
"davila7/claude-code-templates": {
"repo": "https://github.com/davila7/claude-code-templates",
"commit": "fa79251",
"license": "MIT",
"skills": 6
},
"rampstackco/claude-skills": {
"repo": "https://github.com/rampstackco/claude-skills",
"commit": "bc6d961",
"license": "MIT",
"skills": 1
},
"open-gitagent/opengap": {
"repo": "https://github.com/open-gitagent/opengap",
"commit": "d7a8e2e",
"license": "MIT",
"skills": 1
},
"Sushegaad/Claude-Skills-Governance-Risk-and-Compliance": {
"repo": "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
"commit": "71d8920",
"license": "MIT",
"skills": 2
},
"samber/cc-skills-golang": {
"repo": "https://github.com/samber/cc-skills-golang",
"commit": "4881c01",
"license": "MIT",
"skills": 1
},
"microsoft/skills": {
"repo": "https://github.com/microsoft/skills",
"commit": "dc543aa",
"license": "MIT",
"skills": 1
},
"nicobailon/visual-explainer": {
"repo": "https://github.com/nicobailon/visual-explainer",
"commit": "528b71f",
"license": "MIT",
"skills": 1
},
"staruhub/ClaudeSkills": {
"repo": "https://github.com/staruhub/ClaudeSkills",
"commit": "3d4045d",
"license": "MIT",
"skills": 1
},
"davepoon/buildwithclaude": {
"repo": "https://github.com/davepoon/buildwithclaude",
"commit": "3c94e0c",
"license": "MIT",
"skills": 1
},
"claude-world/director-mode-lite": {
"repo": "https://github.com/claude-world/director-mode-lite",
"commit": "9d0c333",
"license": "MIT",
"skills": 1
},
"Orchestra-Research/AI-research-SKILLs": {
"repo": "https://github.com/Orchestra-Research/AI-research-SKILLs",
"commit": "773a529",
"license": "MIT",
"skills": 1
},
"zechenzhangAGI/AI-research-SKILLs": {
"repo": "https://github.com/zechenzhangAGI/AI-research-SKILLs",
"commit": "773a529",
"license": "MIT",
"skills": 1
},
"K-Dense-AI/claude-scientific-skills": {
"repo": "https://github.com/K-Dense-AI/claude-scientific-skills",
"commit": "4d97e29",
"license": "MIT",
"skills": 1
}
},
"total_skills": 80,
"tiers": {
"core": 44,
"adjacent": 36
}
},
"provenance": {
"items": {
"esco": 45,
"onet": 95,
"jobads": 65,
"wiki_ai": 0,
"anthropic": 5,
"ai_skills": 165,
"stackx": 0
},
"share_percent": {
"esco": 12.0,
"onet": 25.3,
"jobads": 17.3,
"wiki_ai": 0.0,
"anthropic": 1.3,
"ai_skills": 44.0,
"stackx": 0.0
},
"method": "content items per source category"
},
"collar": "white",
"computer_work": true
}

338
references/ai-skills.md Normal file
View File

@@ -0,0 +1,338 @@
# External AI agent skills — standalone-public-buyer
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 |
|---|---|---|---|
| `carrier-selection-optimizer` | core | Automated carrier evaluation and selection skill using multi-criteria decision analysis for optimal freight procurement | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/carrier-selection-optimizer) |
| `spend-analytics-engine` | core | Procurement spend analysis skill with classification, consolidation, and savings identification | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/supply-chain/skills/spend-analytics-engine) |
| `sustainable-procurement-assessor` | core | Sustainability assessment skill for procurement practices and supplier evaluation | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/supply-chain/skills/sustainable-procurement-assessor) |
| `procurement-automation-orchestrator` | core | Procurement process automation skill for P2P workflow optimization | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/supply-chain/skills/procurement-automation-orchestrator) |
| `incoterms-compliance-checker` | core | International shipping terms validation and documentation skill ensuring trade compliance | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/incoterms-compliance-checker) |
| `driver-scheduling-optimizer` | core | Automated driver assignment and hours of service compliance skill ensuring regulatory compliance and operational efficiency | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/driver-scheduling-optimizer) |
| `growing-outside-in-systems` | adjacent | Drive feature development using Outside-In TDD with Hexagonal Architecture. Design emerges through inline code, in-memory fakes, interface extraction, and deferred I/O. Use when building features, writing tests, or structuring backend … | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/backend-development/skills/growing-outside-in-systems) |
| `shipment-visibility-tracker` | adjacent | Real-time shipment monitoring and exception management skill with proactive alerting and customer communication | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/shipment-visibility-tracker) |
| `translation-management` | adjacent | Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/technical-documentation/skills/translation-management) |
| `inventory-optimizer` | adjacent | Inventory management optimization skill with safety stock calculation, reorder point determination, and ABC analysis | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/operations/skills/inventory-optimizer) |
| `fifo-lifo-controller` | adjacent | Automated inventory rotation management skill ensuring proper product flow based on expiration, production, or receipt dates | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/logistics/skills/fifo-lifo-controller) |
## Source: aaron-he-zhu/aaron-marketing-skills
- Repository: [https://github.com/aaron-he-zhu/aaron-marketing-skills](https://github.com/aaron-he-zhu/aaron-marketing-skills) (commit `b7b0b9f`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `memory-management` | core | Use when the user asks to "remember project context", review saved findings, initialize runtime memory, archive stale work, reconcile notes, or erase a subject; manages authorized HOT/WARM/COLD working memory across all disciplines while … | [source](https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/b7b0b9f/protocol/memory-management) |
## Source: affaan-m/everything-claude-code
- Repository: [https://github.com/affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) (commit `ed38744`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `energy-procurement` | core | 電気とガス調達、料金最適化、需要料金管理、再生可能エネルギーPPA評価、およびマルチファシリティーエネルギー戦略のための符号化された専門知識。 Codified expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/docs/ja-JP/skills/energy-procurement) |
| `agentic-os` | core | Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/agentic-os) |
| `customs-trade-compliance` | core | 通関書類、関税分類、関税最適化、制限当事者スクリーニング、複数の法域にわたる規制コンプライアンスのための成文化された専門知識。15年以上の経験を持つ貿易コンプライアンス専門家に情報。HS分類ロジック、インコターム適用、FTA利用、ペナルティ軽減を含みます。通関許可、関税分類、貿易コンプライアンス、輸入/輸出ドキュメント、または関税最適化を処理するときに使用します。 | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/docs/ja-JP/skills/customs-trade-compliance) |
| `quality-nonconformance` | adjacent | Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing. Informed by quality engineers with 15+ years experience across FDA, … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/quality-nonconformance) |
| `carrier-relationship-management` | adjacent | Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/carrier-relationship-management) |
## 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 |
|---|---|---|---|
| `business-operations-skills` | core | Use when running, diagnosing, or designing internal business operations — process documentation, vendor SLAs, capacity planning, internal comms, SOP/runbook authoring, procurement spend. Triggers on "BizOps review", "where's the … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/business-operations/skills/business-operations-skills) |
| `process-mapper` | core | Use when a BizOps lead, COO, or process-improvement owner needs to document an end-to-end business process (procurement, employee onboarding, incident handoff, customer-onboarding, claims adjudication) in BPMN-style notation, measure cycle … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/business-operations/skills/process-mapper) |
| `knowledge-ops` | core | Use when a Head of Ops, Knowledge Manager, or TPM-Internal needs to author, validate, or clean up company SOPs and internal runbooks (procurement intake, vendor offboarding, incident-comms cascade, employee onboarding) — including 5W2H … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/business-operations/skills/knowledge-ops) |
| `procurement-optimizer` | core | — | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/.gemini/skills/procurement-optimizer) |
| `ceo-advisor` | core | Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/skills/ceo-advisor) |
| `social-media-manager` | core | 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) |
| `compliance-readiness` | core | /cs:compliance-readiness <program> — Multi-framework compliance officer 6-question forcing interrogation of any compliance program. Use before starting a new framework, planning the annual audit calendar, or preparing for certification … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/compliance-os/skills/compliance-readiness) |
| `contract-and-proposal-writer` | adjacent | Generate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Structured Markdown output with docx conversion instructions. Covers US (Delaware), EU (GDPR), UK, and DACH (German … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/business-growth/skills/contract-and-proposal-writer) |
| `founder-coach` | adjacent | Personal leadership development for founders and first-time CEOs. Covers founder archetype identification, delegation frameworks, energy management, CEO calendar audits, leadership style evolution, blind spot identification, imposter … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/c-level-advisor/skills/founder-coach) |
## Source: antfu/skills
- Repository: [https://github.com/antfu/skills](https://github.com/antfu/skills) (commit `a74f281`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `slidev` | core | Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, … | [source](https://github.com/antfu/skills/tree/a74f281/skills/slidev) |
## 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 |
|---|---|---|---|
| `hud` | core | Diverga HUD (Heads-Up Display) management skill. Configure and manage the research project statusline display. Supports multiple presets: research, checkpoint, memory, minimal. Triggers: "hud", "statusline", "display settings | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/25-HosungYou-Diverga/skills/hud) |
| `identify` | adjacent | Design or review identification strategy for the sewage-house-prices project. Produces strategy memos with estimand, assumptions, pseudo-code, robustness plan, falsification tests, and referee objection anticipation. This skill should be … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/41-sticerd-eee-sewage-econometrics-check/skills/identify) |
## Source: claude-world/director-mode-lite
- Repository: [https://github.com/claude-world/director-mode-lite](https://github.com/claude-world/director-mode-lite) (commit `9d0c333`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `handoff-gemini` | adjacent | Delegate long-context analysis, research, and large-document summarization to Google Gemini CLI (1M-token context) via non-interactive `gemini -p`, preserving Claude context. Use when the user says 'use gemini'/'hand off to gemini' or a … | [source](https://github.com/claude-world/director-mode-lite/tree/9d0c333/skills/handoff-gemini) |
## Source: davepoon/buildwithclaude
- Repository: [https://github.com/davepoon/buildwithclaude](https://github.com/davepoon/buildwithclaude) (commit `3c94e0c`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `google-calendar-automation` | adjacent | Automate Google Calendar events, scheduling, availability checks, and attendee management via Rube MCP (Composio). Create events, find free slots, manage attendees, and list calendars programmatically. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/all-skills/skills/google-calendar-automation) |
## Source: davila7/claude-code-templates
- Repository: [https://github.com/davila7/claude-code-templates](https://github.com/davila7/claude-code-templates) (commit `fa79251`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `Excel Analysis` | core | Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/excel-analysis) |
| `conversation-memory` | core | Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/conversation-memory) |
| `it-operations` | adjacent | Manages IT infrastructure, monitoring, incident response, and service reliability. Provides frameworks for ITIL service management, observability strategies, automation, backup/recovery, capacity planning, and operational excellence … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/it-operations) |
| `c-pro` | adjacent | Write efficient C code with proper memory management, pointer | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/c-pro) |
| `context-window-management` | adjacent | Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/context-window-management) |
| `langchain` | adjacent | Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/agents-langchain) |
## 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 |
|---|---|---|---|
| `deal-close` | core | Close a specific deal — diagnose why a deal is stalling, write a tailored proposal, design the closing sequence, or navigate procurement. Use when a specific deal is stuck, "how do I close this", "write a proposal for this customer", or … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/deal-close) |
| `flexport-data-handling` | core | Implement data handling for Flexport supply chain data including PII redaction, shipment data retention, GDPR compliance, and secure document management. Trigger: "flexport data handling", "flexport PII", "flexport GDPR", "flexport data … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/flexport-pack/skills/flexport-data-handling) |
| `volt-recon` | core | Firmware reconnaissance for takeover — inventory the MCU, peripherals, RTOS, protocols, OTA, power management, and assess code quality with risk flags. Use when asked to "understand this firmware", "device inventory", or "embedded … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/volt-recon) |
| `twinmind-data-handling` | core | Handle TwinMind meeting data with GDPR compliance: transcript storage, memory vault management, data export, and deletion policies. Use when implementing data handling, or managing TwinMind meeting AI operations. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/twinmind-pack/skills/twinmind-data-handling) |
| `warden-recon` | core | Security reconnaissance — full inventory of secrets management, IAM, dependencies, auth, encryption, audit logging, and compliance gaps. Use when asked about "security posture", "how secure is this", or "security assessment". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/warden-recon) |
| `freshie-inventory` | core | Manage the freshie ecosystem inventory database \u2014 a CMDB tracking\ \ all plugins,\nskills, packs, and compliance grades across 50 SQLite tables. Use\ \ when checking\necosystem health, running discovery scans, validating compliance,\ … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/database/freshie-inventory-manager/skills/freshie-inventory) |
| `vertex-engine-inspector` | core | Inspect and validate Vertex AI Agent Engine deployments including Code Execution Sandbox, Memory Bank, A2A protocol compliance, and security posture. Generates production readiness scores. Use when asked to inspect, validate, or audit an … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-ml/jeremy-vertex-engine/skills/vertex-engine-inspector) |
| `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) |
| `cursor-context-management` | adjacent | Optimize context window usage in Cursor with @-mentions, context pills, and conversation strategy. Triggers on "cursor context", "context window", "context limit", "cursor memory", "context management", "@-mentions", "context pills". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/cursor-pack/skills/cursor-context-management) |
| `flexport-core-workflow-a` | adjacent | Execute Flexport primary workflow: shipment booking and purchase order management. Use when creating bookings, managing purchase orders, tracking freight, or building the core shipment lifecycle integration. Trigger: "flexport booking", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/flexport-pack/skills/flexport-core-workflow-a) |
## 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 |
|---|---|---|---|
| `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) |
## Source: microsoft/skills
- Repository: [https://github.com/microsoft/skills](https://github.com/microsoft/skills) (commit `dc543aa`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `kql` | adjacent | KQL language expertise for writing correct, efficient Kusto Query Language queries. Covers syntax gotchas, join patterns, dynamic types, datetime pitfalls, regex patterns, serialization, memory management, result-size discipline, and … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/skills/kql) |
## 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 |
|---|---|---|---|
| `rfp-response` | core | Write a compliant, competitive response to an RFP/RFQ/ITT (government or enterprise procurement). Use when responding to a request for proposal, bidding on a tender, or answering a procurement questionnaire. Produces a … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-gov/skills/rfp-response) |
| `vendor-evaluation` | core | Create a structured vendor evaluation framework for any procurement decision. Use when asked to evaluate vendors, compare suppliers, run an RFP scoring process, or assess a software or service provider. Produces a weighted scorecard, … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-operations/skills/vendor-evaluation) |
| `supplier-scorecard` | core | Build a quarterly supplier performance scorecard with a weighted grade and a clear escalate/develop/exit call. Use when asked to review supplier performance, prepare a quarterly business review for a vendor, score a supplier on OTIF and … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-supplychain/skills/supplier-scorecard) |
| `word-document` | adjacent | Build a real, formatted Word (.docx) document — headings, styles, tables, TOC-ready. Use when asked to produce a Word doc, a .docx, a formatted report/contract/proposal/letter as an actual file (not markdown). Produces an actual .docx via … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-documents/skills/word-document) |
| `docx-tracked-changes` | adjacent | Produce properly-formatted tracked changes for a Word document. Use when asked to redline a document, suggest edits to a contract or document, create tracked changes for review, or mark up a document with proposed revisions. Produces a … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-essentials/skills/docx-tracked-changes) |
## 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 |
|---|---|---|---|
| `managing-third-party-vendor-risk` | core | Build and run a third-party / vendor risk management (TPRM) program aligned to NIST SP 800-161 C-SCRM and NIST CSF 2.0 GV.SC: inventory and tier vendors by risk, send the right due-diligence questionnaire (SIG, CAIQ), review evidence (SOC … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/managing-third-party-vendor-risk) |
## 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 |
|---|---|---|---|
| `tiktok-shop-content-strategy` | core | TikTok Shop content creation strategy and planning. Trending formats, viral hooks, product showcasing, hashtag strategy, and content calendar development. Use when the user asks about TikTok content strategy, viral content creation, TikTok … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/tiktok-shop-content-strategy) |
| `tiktok-shop-cross-border` | core | Cross-border selling on TikTok Shop. Market selection, logistics setup, localization strategy, compliance requirements, and international expansion. Use when the user asks about TikTok Shop international selling, cross-border ecommerce, … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/tiktok-shop-cross-border) |
| `supply-chain-optimization-tiktok` | adjacent | Supply Chain Bottleneck Analyzer for TikTok Shop sellers. Diagnose cash flow, inventory turnover, affiliate commissions, and return rates. Includes FBT cost analysis, influencer payout optimization, and viral product lifecycle management. … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/supply-chain-optimization/supply-chain-optimization-tiktok) |
| `ecommerce-returns-management` | adjacent | Optimize e-commerce returns process and reduce return rates. Returns policy design, reverse logistics, root cause analysis, and customer retention through better returns experience. | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/ecommerce-returns-management) |
| `shopify-inventory-management` | adjacent | Multi-location inventory — transfers, low stock alerts, demand forecasting, safety stock, ABC analysis | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/shopify-inventory-management) |
## 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 |
|---|---|---|---|
| `fs-electric-studio` | core | Open Design as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/examples/fs-electric-studio) |
| `huashu-takram-soft-tech` | core | Open Design procurement & security leave-behind: the one-pager-plus a buying committee can forward and approve internally. Built as a decision-grade B2B sales deck for buying committee, security, procurement. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/examples/huashu-takram-soft-tech) |
## Source: nicobailon/visual-explainer
- Repository: [https://github.com/nicobailon/visual-explainer](https://github.com/nicobailon/visual-explainer) (commit `528b71f`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `visual-explainer` | adjacent | Generate self-contained HTML visual explanations for systems, code changes, plans, data, and technical concepts. Use for diagrams, architecture overviews, diff or plan reviews, project recaps, comparison tables, slide decks, and other … | [source](https://github.com/nicobailon/visual-explainer/tree/528b71f/plugins/visual-explainer) |
## Source: open-gitagent/opengap
- Repository: [https://github.com/open-gitagent/opengap](https://github.com/open-gitagent/opengap) (commit `d7a8e2e`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `document-review` | core | Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the … | [source](https://github.com/open-gitagent/opengap/tree/d7a8e2e/examples/full/skills/document-review) |
## Source: OpenSenseNova/SenseNova-Skills
- Repository: [https://github.com/OpenSenseNova/SenseNova-Skills](https://github.com/OpenSenseNova/SenseNova-Skills) (commit `d8bb438`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `sn-search-market-cn` | core | Use when researching China market, industry, macro, trade, procurement, listed-company disclosure, regulation, IP, healthcare, logistics, energy, environment, or industrial-operation information using free official sources with no … | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-search-market-cn) |
## Source: Orchestra-Research/AI-research-SKILLs
- Repository: [https://github.com/Orchestra-Research/AI-research-SKILLs](https://github.com/Orchestra-Research/AI-research-SKILLs) (commit `773a529`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `langchain` | adjacent | Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for … | [source](https://github.com/Orchestra-Research/AI-research-SKILLs/tree/773a529/14-agents/langchain) |
## Source: 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` | core | 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: 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 |
|---|---|---|---|
| `AgentDB Memory Patterns` | core | Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants. | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/agentdb-memory-patterns) |
| `Hooks Automation` | adjacent | Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre$post task hooks, session management, Git integration, memory coordination, and neural pattern training … | [source](https://github.com/ruvnet/claude-code-flow/tree/73914bd/.agents/skills/hooks-automation) |
## 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 |
|---|---|---|---|
| `AgentDB Memory Patterns` | core | Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants. | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/agentdb-memory-patterns) |
| `Hooks Automation` | adjacent | Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre$post task hooks, session management, Git integration, memory coordination, and neural pattern training … | [source](https://github.com/ruvnet/ruflo/tree/73914bd/.agents/skills/hooks-automation) |
## Source: samber/cc-skills-golang
- Repository: [https://github.com/samber/cc-skills-golang](https://github.com/samber/cc-skills-golang) (commit `4881c01`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `golang-security` | adjacent | Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, … | [source](https://github.com/samber/cc-skills-golang/tree/4881c01/skills/golang-security) |
## Source: sanjay3290/ai-skills
- Repository: [https://github.com/sanjay3290/ai-skills](https://github.com/sanjay3290/ai-skills) (commit `3619692`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `deep-research` | core | Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited … | [source](https://github.com/sanjay3290/ai-skills/tree/3619692/skills/deep-research) |
## Source: staruhub/ClaudeSkills
- Repository: [https://github.com/staruhub/ClaudeSkills](https://github.com/staruhub/ClaudeSkills) (commit `3d4045d`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `deep-research` | adjacent | Use this skill when the user wants an evidence-based research memo, literature review, market/policy/technical landscape, or a multi-source decision brief with citations, trade-offs, and a clear conclusion. Best for tasks that need … | [source](https://github.com/staruhub/ClaudeSkills/tree/3d4045d/skills/Geek-skills-deep-research) |
## 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 |
|---|---|---|---|
| `tsa-compliance` | core | Expert TSA cybersecurity compliance advisor for critical infrastructure owners and operators. Use this skill whenever a user asks about TSA Security Directives for pipelines, freight railroads, passenger rail, public transit, or bus … | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/tsa-compliance/skills/tsa-compliance) |
| `cis-controls` | adjacent | Expert CIS Controls v8 (CIS Top 18) advisor — implementation group scoping (IG1/IG2/IG3), control gap assessments, safeguard-level guidance, asset inventory, software inventory, data protection, secure configuration, account management, … | [source](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/tree/71d8920/plugins/cis-controls/skills/cis-controls) |
## 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` | core | 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) |
## Source: zechenzhangAGI/AI-research-SKILLs
- Repository: [https://github.com/zechenzhangAGI/AI-research-SKILLs](https://github.com/zechenzhangAGI/AI-research-SKILLs) (commit `773a529`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `langchain` | adjacent | Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for … | [source](https://github.com/zechenzhangAGI/AI-research-SKILLs/tree/773a529/14-agents/langchain) |

62
references/market.md Normal file
View File

@@ -0,0 +1,62 @@
# Market evidence report — standalone-public-buyer
Source: **5 real job ads** (JSearch API, countries: us 5), extracted into the MSSQL evidence store; as of 2026-07-20.
This report contains extracted, aggregated facts only — no ad text is
reproduced (copyright / platform terms).
## Seniority distribution
| Seniority | Ads | Share |
|---|---|---|
| n/a | 2 | 40 % |
| senior | 2 | 40 % |
| mid | 1 | 20 % |
## Tools — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
## Hard skills — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
## Methods — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
## Responsibilities — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
## Regional breakdown
> **Corpus note:** 5 relevant ads in total — below the 100-ad target for a fully reliable ranking. Percentages above should be read as indicative.
### US (us)
**Insufficient evidence** — 5 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
### UK (gb)
**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
### EU/DACH (de, at, ch, nl)
**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
## Job title variants in the market
| Title | Ads |
|---|---|
| Information Technology Senior Procurement Expert | 1 |
| IT Specialist: Systems & Procurement Expert | 1 |
| Part-Time QPA: Public Procurement Expert | 1 |
| Procurement Specialist | 1 |
| Senior Buyer | 1 |
Methodology: entities extracted per ad ({hard_skills, tools, methods, responsibilities, seniority}), normalized, counted as DISTINCT ads per entity; report threshold ≥ 3 ads. Headline sections in skills.md/tools.md use the stricter ≥ 20 % threshold.

22
references/profile.md Normal file
View File

@@ -0,0 +1,22 @@
# Occupation profile — standalone public buyer
- **ESCO URI:** http://data.europa.eu/esco/occupation/d08b4700-758c-467d-ab77-d5a8029c4070
- **ESCO code:** 3323.4
- **ISCO-08 group:** 3323 — Buyers
- **O*NET-SOC:** 13-1023.00 — Purchasing Agents, Except Wholesale, Retail, and Farm Products (match: closeMatch)
## Description (ESCO)
Standalone public buyers manage the procurement process and cover all of the procurement needs for a small contracting authority. They are involved in each stage of the procurement process and collaborate with professionals from other departments of the organisation to find the kinds of specialised knowledge that may not be available.
## Definition
nan
## Alternative labels
- procurement expert
- small contracting authority public buyer
- public buyer
- public procurer
- small contracting authority public procurer

119
references/skills.md Normal file
View File

@@ -0,0 +1,119 @@
# Competences — standalone public buyer
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/d08b4700-758c-467d-ab77-d5a8029c4070).
## Essential
- **adapt to changing situations** (skill/competence)
- **address problems critically** (skill/competence)
- **adhere to organisational code of ethics** (skill/competence)
- **adhere to organisational guidelines** (skill/competence)
- **apply certification and payment procedures** (skill/competence)
- **communication principles** (knowledge)
- **develop performance orientation in public administration** (skill/competence)
- **develop procurement strategy** (skill/competence)
- **draft procurement technical specifications** (skill/competence)
- **draft tender documentation** (skill/competence)
- **e-procurement** (knowledge)
- **evaluate tender** (skill/competence)
- **implement risk management in procurement** (skill/competence)
- **keep up-to-date with regulations** (skill/competence)
- **manage contracts** (skill/competence)
- **monitor developments in field of expertise** (skill/competence)
- **morality** (knowledge)
- **negotiate buying conditions** (skill/competence)
- **negotiate supplier arrangements** (skill/competence)
- **negotiate terms with suppliers** (skill/competence)
- **organisational structure** (knowledge)
- **perform contract reporting and evaluation** (skill/competence)
- **perform procurement market analysis** (skill/competence)
- **procurement legislation** (knowledge)
- **procurement lifecycle** (knowledge)
- **project management principles** (knowledge)
- **use communication techniques** (skill/competence)
- **use different communication channels** (skill/competence)
## Optional
- assess procurement needs (skill/competence)
- category specific expertise (knowledge)
- cooperate with colleagues (skill/competence)
- create a work atmosphere of continuous improvement (skill/competence)
- implement procurement of innovation (skill/competence)
- implement sustainable procurement (skill/competence)
- international business (knowledge)
- leadership principles (knowledge)
- maintain relationship with suppliers (skill/competence)
- manage a team (skill/competence)
- manage contract disputes (skill/competence)
- manage procurement planning (skill/competence)
- manage relationships with stakeholders (skill/competence)
- supplier management (knowledge)
- team building (knowledge)
- teamwork principles (knowledge)
<!-- market-evidence -->
## Market evidence (job-ad analysis, 5 ads, as of 2026-07-20)
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
### Hard skills
- contract negotiation — **40 %**
- milestone setting — **20 %**
- outreach strategies — **20 %**
- procurement research — **20 %**
- procurement strategy development — **20 %**
- project management — **20 %**
- proposal solicitation — **20 %**
- proposal writing — **20 %**
- procurement — **20 %**
- purchasing — **20 %**
- regulatory analysis — **20 %**
- relationship building — **20 %**
- report development — **20 %**
- bid specification development — **20 %**
- bidding document development — **20 %**
- capacity building — **20 %**
- compliance — **20 %**
- contract management — **20 %**
- data analysis — **20 %**
- foia response — **20 %**
- government contract procurement — **20 %**
- implementation oversight — **20 %**
- independent research — **20 %**
- retention strategies — **20 %**
- systems integration — **20 %**
- technical leadership — **20 %**
- vendor performance management — **20 %**
### Methods
- public procurement — **20 %**
### Responsibilities
- policy oversight — **20 %**
- contract type determination — **20 %**
- customer relationship strengthening — **20 %**
- reporting — **20 %**
- purchasing oversight — **20 %**
- procurement guidance — **20 %**
- procurement regulation compliance — **20 %**
- information presentation — **20 %**
- data analysis — **20 %**
- deliverable contribution — **20 %**
- documentation preparation — **20 %**
- advisory support — **20 %**
- contract awarding — **20 %**
- contract compliance — **20 %**
- churn reduction — **20 %**
- client meetings — **20 %**
- technical implementation — **20 %**
- small purchase assistance — **20 %**
- solicitation drafting — **20 %**
- source identification — **20 %**
- workload adaptation — **20 %**
<!-- market-evidence -->

47
references/tasks.md Normal file
View File

@@ -0,0 +1,47 @@
# Tasks & work activities — standalone public buyer
Source: O*NET 30.3, occupation 13-1023.00 (Purchasing Agents, Except Wholesale, Retail, and Farm Products).
## Task statements
- **[Core]** Purchase the highest quality merchandise at the lowest possible price and in correct amounts.
- **[Core]** Prepare purchase orders, solicit bid proposals, and review requisitions for goods and services.
- **[Core]** Research and evaluate suppliers, based on price, quality, selection, service, support, availability, reliability, production and distribution capabilities, and the supplier's reputation and history.
- **[Core]** Analyze price proposals, financial reports, and other data and information to determine reasonable prices.
- **[Core]** Monitor and follow applicable laws and regulations.
- **[Core]** Negotiate, renegotiate, and administer contracts with suppliers, vendors, and other representatives.
- **[Core]** Monitor shipments to ensure that goods come in on time, and resolve problems related to undelivered goods.
- **[Core]** Confer with staff, users, and vendors to discuss defective or unacceptable goods or services and determine corrective action.
- **[Core]** Evaluate and monitor contract performance to ensure compliance with contractual obligations and to determine need for changes.
- **[Core]** Maintain and review computerized or manual records of purchased items, costs, deliveries, product performance, and inventories.
- **[Core]** Review catalogs, industry periodicals, directories, trade journals, and Internet sites and consult with other department personnel to locate necessary goods and services.
- **[Core]** Study sales records and inventory levels of current stock to develop strategic purchasing programs that facilitate employee access to supplies.
- **[Core]** Hire, train, or supervise purchasing clerks, buyers, and expediters.
- **[Core]** Write and review product specifications, maintaining a working technical knowledge of the goods or services to be purchased.
- **[Core]** Monitor changes affecting supply and demand, tracking market conditions, price trends, or futures markets.
- **[Core]** Formulate policies and procedures for bid proposals and procurement of goods and services.
- **[Core]** Attend meetings, trade shows, conferences, conventions, and seminars to network with people in other purchasing departments.
- **[Supplemental]** Interview vendors and visit suppliers' plants and distribution centers to examine and learn about products, services, and prices.
- **[Supplemental]** Arrange the payment of duty and freight charges.
## Detailed work activities
- Analyze business or financial data.
- Analyze market conditions or trends.
- Conduct eligibility or selection interviews.
- Confer with personnel to coordinate business operations.
- Develop business relationships.
- Develop technical specifications for systems or equipment.
- Establish organizational guidelines or policies.
- Estimate demand for products or services.
- Evaluate applicable laws and regulations to determine impact on organizational activities.
- Execute sales or other financial transactions.
- Maintain data in information systems or databases.
- Monitor inventories of products or materials.
- Monitor organizational processes.
- Negotiate contracts with clients or service providers.
- Obtain information about goods or services.
- Pay charges, fees, or taxes.
- Purchase products or services.
- Supervise employees.
- Train personnel to enhance job skills.

75
references/tools.md Normal file
View File

@@ -0,0 +1,75 @@
# Tools & technology — standalone public buyer
Source: O*NET 30.3 'Software Skills' for 13-1023.00.
| Software | Category | Hot technology |
|---|---|---|
| Intuit QuickBooks | Accounting software | yes |
| Microsoft Access | Data base user interface and query software | yes |
| Oracle Database | Data base user interface and query software | yes |
| Adobe Acrobat | Document management software | yes |
| Microsoft SharePoint | Document management software | yes |
| Microsoft Outlook | Electronic mail software | yes |
| Oracle PeopleSoft | Enterprise resource planning ERP software | yes |
| SAP software | Enterprise resource planning ERP software | yes |
| Microsoft Office software | Office suite software | yes |
| Microsoft PowerPoint | Presentation software | yes |
| Microsoft Visio | Process mapping and design software | yes |
| Microsoft Project | Project management software | yes |
| Oracle Primavera Enterprise Project Portfolio Management | Project management software | yes |
| Microsoft Excel | Spreadsheet software | yes |
| Google Docs | Word processing software | yes |
| Microsoft Word | Word processing software | yes |
| Choice Job Cost | Accounting software | |
| Cost accounting software | Accounting software | |
| CPR International GeneralCOST Estimator | Accounting software | |
| Construction Management Software ProEst | Analytical or scientific software | |
| QSM SLIM Suite | Analytical or scientific software | |
| Resources Calculations Incorporated SoftCost | Analytical or scientific software | |
| WinEstimator WinEst | Analytical or scientific software | |
| IBM Cognos Impromptu | Business intelligence and data analysis software | |
| MicroStrategy | Business intelligence and data analysis software | |
| Database reporting software | Data base reporting software | |
| SAP BusinessObjects Crystal Reports | Data base reporting software | |
| Software AG enterprise software | Data base reporting software | |
| Assured Software JPP | Data base user interface and query software | |
| Database software | Data base user interface and query software | |
| FileMaker Pro | Data base user interface and query software | |
| Sage 100 Contractor | Data base user interface and query software | |
| Xactware Xactimate | Data base user interface and query software | |
| IBM Notes | Electronic mail software | |
| Infor ERP SyteLine | Enterprise resource planning ERP software | |
| Microsoft Dynamics | Enterprise resource planning ERP software | |
| Microsoft Dynamics GP | Enterprise resource planning ERP software | |
| NetSuite ERP | Enterprise resource planning ERP software | |
| Oracle JD Edwards EnterpriseOne | Enterprise resource planning ERP software | |
| Oracle PeopleSoft Financials | Enterprise resource planning ERP software | |
| SAP Business Objects | Enterprise resource planning ERP software | |
| IBM Power Systems software | Enterprise system management software | |
| Cost estimating software | Financial analysis software | |
| CPR Visual Estimator | Financial analysis software | |
| IBM Costimater | Financial analysis software | |
| Oracle E-Business Suite Financials | Financial analysis software | |
| Softstar Costar COCOMO II | Financial analysis software | |
| SmugMug Flickr | Graphics or photo imaging software | |
| Web browser software | Internet browser software | |
| Inventory management systems | Inventory management software | |
| Dexter + Cheney Spectrum Construction Software | Project management software | |
| Galorath SEER-SEM | Project management software | |
| Google Ads | Sales and marketing software | |
| Apple AppleWorks | Spreadsheet software | |
| Corel QuattroPro | Spreadsheet software | |
| IBM Lotus 1-2-3 | Spreadsheet software | |
<!-- market-evidence -->
## Market evidence (job-ad analysis, 5 ads, as of 2026-07-20)
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
### Tools
- web-based systems — **20 %**
- ERP systems — **20 %**
<!-- market-evidence -->