From 796afb4dc4d7eb6f3f4ecc67176b035d8a118d55 Mon Sep 17 00:00:00 2001 From: skillfactor-pipeline Date: Fri, 14 Aug 2026 17:01:33 +0200 Subject: [PATCH] feat: clothing-fashion-designer skill package v0.1.0 --- PROVENANCE.md | 31 ++++ SKILL.md | 69 ++++++++ manifest.json | 274 +++++++++++++++++++++++++++++ references/ai-skills.md | 370 ++++++++++++++++++++++++++++++++++++++++ references/market.md | 150 ++++++++++++++++ references/profile.md | 20 +++ references/skills.md | 100 +++++++++++ references/tasks.md | 46 +++++ references/tools.md | 53 ++++++ 9 files changed, 1113 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/market.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..64d22fc --- /dev/null +++ b/PROVENANCE.md @@ -0,0 +1,31 @@ +# Data provenance — clothing-fashion-designer + +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 — clothing-fashion-designer + "ESCO (occupation & competences)" : 56 + "O*NET (tasks & tools)" : 67 + "Job boards (market evidence)" : 120 + "Anthropic official Claude skills" : 9 + "External AI skill packs (mapped)" : 173 +``` + +| Source | Items | Share | Files | +|---|---|---|---| +| ESCO (occupation & competences) | 56 | 13.2 % | references/profile.md, references/skills.md | +| O*NET (tasks & tools) | 67 | 15.8 % | references/tasks.md, references/tools.md | +| Job boards (market evidence) | 120 | 28.2 % | references/market.md (full report) + "Market evidence" headline sections | +| Wikipedia & AI expert curation | 0 | 0.0 % | glossary, literature, usecases, intake, quality, evals/ | +| Anthropic official Claude skills | 9 | 2.1 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) | +| External AI skill packs (mapped) | 173 | 40.7 % | 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..8c53478 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,69 @@ +--- +name: clothing-fashion-designer +description: "Occupational skill for the role 'clothing fashion designer' (also: couturier, clothes designer, clothing product designer, clothing designer). Use when the user asks for typical clothing fashion designer work such as: typical clothing fashion designer responsibilities" +--- + +# Clothing Fashion Designer + +Clothing fashion designers create concepts and make sketches of their creative ideas by hand or by using software. They analyse and interpret fashion trends in order to propose new ideas with high aesthetical value. They perform forecasting and market research to put together collections. They build collection lines by operating mood or concept boards, colour palettes, materials, drawings and sketches considering among others ergonomical criteria, etc. + +## 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) + +- alter wearing apparel +- create mood boards +- create technical sketches for footwear +- design wearing apparel +- develop design concept +- draw sketches to develop textile articles +- draw up costume sketches +- keep up to date on costume design +- manage briefs for clothing manufacturing +- portfolio management in textile manufacturing +- produce textile designs +- properties of textile materials + +## Hot technologies + +- Adobe Acrobat +- Adobe Creative Cloud software +- Adobe Illustrator +- Adobe InDesign +- Adobe Photoshop +- Autodesk Revit +- JavaScript +- Microsoft Excel +- Microsoft Office software +- Microsoft Outlook + + + + +## Hot technologies + +Top tools from 32 gated job ads (see references/market.md, as of 2026-07-10): + +- Adobe Illustrator — 53 % +- Adobe Photoshop — 50 % +- Miro — 34 % +- Adobe Creative Suite — 31 % +- 3D design tools — 25 % +- AI — 25 % +- Illustrator — 25 % +- PLM systems — 12 % +- Microsoft Office — 9 % + + + +--- +*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/d1a554d0-7ad6-4d42-897e-ed31d022fb0b), O*NET 30.3 (27-1022.00, manual nearest match). See manifest.json for licensing/attribution.* diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..6cc6ae4 --- /dev/null +++ b/manifest.json @@ -0,0 +1,274 @@ +{ + "name": "clothing-fashion-designer", + "title": "clothing fashion designer", + "version": "0.1.0", + "layer": "core", + "language": "en", + "generated": "2026-07-07", + "ids": { + "esco_uri": "http://data.europa.eu/esco/occupation/d1a554d0-7ad6-4d42-897e-ed31d022fb0b", + "esco_code": "2163.1.3.1", + "isco_group": "2163", + "onet_soc": "27-1022.00", + "crosswalk_match": "manual nearest via ISCO 2163 (Fashion Designers)" + }, + "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": 12, + "skills_optional": 43, + "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": 6 + }, + "veniceai/skills": { + "repo": "https://github.com/veniceai/skills", + "commit": "de089fa", + "license": "MIT", + "skills": 1 + }, + "ConardLi/garden-skills": { + "repo": "https://github.com/ConardLi/garden-skills", + "commit": "fbd6453", + "license": "MIT", + "skills": 2 + }, + "brycewang-stanford/Auto-Empirical-Research-Skills": { + "repo": "https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills", + "commit": "85bf545", + "license": "CC-BY-4.0", + "skills": 7 + }, + "a5c-ai/babysitter": { + "repo": "https://github.com/a5c-ai/babysitter", + "commit": "44a5d58b", + "license": "MIT", + "skills": 6 + }, + "foryourhealth111-pixel/Vibe-Skills": { + "repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills", + "commit": "34429a8", + "license": "Apache-2.0", + "skills": 3 + }, + "secondsky/claude-skills": { + "repo": "https://github.com/secondsky/claude-skills", + "commit": "c4889f6", + "license": "MIT", + "skills": 1 + }, + "davila7/claude-code-templates": { + "repo": "https://github.com/davila7/claude-code-templates", + "commit": "fa79251", + "license": "MIT", + "skills": 2 + }, + "davepoon/buildwithclaude": { + "repo": "https://github.com/davepoon/buildwithclaude", + "commit": "3c94e0c", + "license": "MIT", + "skills": 3 + }, + "ferdinandobons/startup-skill": { + "repo": "https://github.com/ferdinandobons/startup-skill", + "commit": "a5f97c3", + "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": 6 + }, + "alirezarezvani/claude-skills": { + "repo": "https://github.com/alirezarezvani/claude-skills", + "commit": "0241f43", + "license": "MIT", + "skills": 4 + }, + "nexu-io/open-design": { + "repo": "https://github.com/nexu-io/open-design", + "commit": "4b66023", + "license": "Apache-2.0", + "skills": 7 + }, + "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 + }, + "vibeeval/vibecosystem": { + "repo": "https://github.com/vibeeval/vibecosystem", + "commit": "cea9462", + "license": "MIT", + "skills": 1 + }, + "mohitagw15856/pm-claude-skills": { + "repo": "https://github.com/mohitagw15856/pm-claude-skills", + "commit": "876fa30", + "license": "MIT", + "skills": 3 + }, + "affaan-m/everything-claude-code": { + "repo": "https://github.com/affaan-m/everything-claude-code", + "commit": "ed38744", + "license": "MIT", + "skills": 1 + }, + "SamurAIGPT/Generative-Media-Skills": { + "repo": "https://github.com/SamurAIGPT/Generative-Media-Skills", + "commit": "a1c4c98", + "license": "MIT", + "skills": 2 + }, + "nWave-ai/nWave": { + "repo": "https://github.com/nWave-ai/nWave", + "commit": "1d0f13c", + "license": "MIT", + "skills": 2 + }, + "KhazP/vibe-coding-prompt-template": { + "repo": "https://github.com/KhazP/vibe-coding-prompt-template", + "commit": "e063721", + "license": "MIT", + "skills": 1 + }, + "robertguss/claude-skills": { + "repo": "https://github.com/robertguss/claude-skills", + "commit": "c31f3be", + "license": "MIT", + "skills": 2 + }, + "nextlevelbuilder/ui-ux-pro-max-skill": { + "repo": "https://github.com/nextlevelbuilder/ui-ux-pro-max-skill", + "commit": "fe3f65e", + "license": "MIT", + "skills": 1 + }, + "rohitg00/skillkit": { + "repo": "https://github.com/rohitg00/skillkit", + "commit": "d2e5c34", + "license": "Apache-2.0", + "skills": 1 + }, + "worldwonderer/novel-to-game": { + "repo": "https://github.com/worldwonderer/novel-to-game", + "commit": "3c18abd", + "license": "MIT", + "skills": 3 + }, + "samber/cc-skills-golang": { + "repo": "https://github.com/samber/cc-skills-golang", + "commit": "4881c01", + "license": "MIT", + "skills": 1 + }, + "gotalab/cc-sdd": { + "repo": "https://github.com/gotalab/cc-sdd", + "commit": "29aee95", + "license": "MIT", + "skills": 1 + }, + "wondelai/skills": { + "repo": "https://github.com/wondelai/skills", + "commit": "326b380", + "license": "MIT", + "skills": 2 + }, + "infrasity-labs/dev-gtm-claude-skills": { + "repo": "https://github.com/infrasity-labs/dev-gtm-claude-skills", + "commit": "02cfefb", + "license": "MIT", + "skills": 2 + }, + "rsmdt/the-startup": { + "repo": "https://github.com/rsmdt/the-startup", + "commit": "ff6a0be", + "license": "MIT", + "skills": 2 + }, + "dembrandt/dembrandt-skills": { + "repo": "https://github.com/dembrandt/dembrandt-skills", + "commit": "38cd2b7", + "license": "MIT", + "skills": 1 + }, + "plugin87/ux-ui-agent-skills": { + "repo": "https://github.com/plugin87/ux-ui-agent-skills", + "commit": "93a7fbb", + "license": "no explicit license \u2014 referenced by link only", + "skills": 1 + }, + "nexscope-ai/eCommerce-Skills": { + "repo": "https://github.com/nexscope-ai/eCommerce-Skills", + "commit": "56f3288", + "license": "MIT", + "skills": 1 + }, + "AgriciDaniel/claude-ads": { + "repo": "https://github.com/AgriciDaniel/claude-ads", + "commit": "669c760", + "license": "MIT", + "skills": 1 + } + }, + "total_skills": 80, + "tiers": { + "core": 71, + "adjacent": 9 + } + }, + "provenance": { + "items": { + "esco": 56, + "onet": 67, + "jobads": 120, + "wiki_ai": 0, + "anthropic": 9, + "ai_skills": 173, + "stackx": 0 + }, + "share_percent": { + "esco": 13.2, + "onet": 15.8, + "jobads": 28.2, + "wiki_ai": 0.0, + "anthropic": 2.1, + "ai_skills": 40.7, + "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..633374e --- /dev/null +++ b/references/ai-skills.md @@ -0,0 +1,370 @@ +# External AI agent skills — clothing-fashion-designer + +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 | +|---|---|---|---| +| `canvas-design` | adjacent | Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying … | [source](https://github.com/anthropics/skills/tree/main/skills/canvas-design) | +| `brand-guidelines` | adjacent | Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. | [source](https://github.com/anthropics/skills/tree/main/skills/brand-guidelines) | +| `algorithmic-art` | adjacent | Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original … | [source](https://github.com/anthropics/skills/tree/main/skills/algorithmic-art) | +| `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) | +| `theme-factory` | adjacent | Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate … | [source](https://github.com/anthropics/skills/tree/main/skills/theme-factory) | + +## Source: ConardLi/garden-skills + +- Repository: [https://github.com/ConardLi/garden-skills](https://github.com/ConardLi/garden-skills) (commit `fbd6453`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `web-design-engineer` | adjacent | Build polished visual web artifacts with HTML/CSS/JavaScript/React: pages, dashboards, prototypes, slide decks, animations, UI mockups, and data visualizations. Use when the user wants a browser-rendered, interactive, or presentational … | [source](https://github.com/ConardLi/garden-skills/tree/fbd6453/skills/web-design-engineer) | +| `gpt-image-2` | adjacent | 面向 GPT Image 2 的图像生成 / 编辑技能。可在 3 种环境下使用:(A) Garden 本地模式,通过 OpenAI 兼容接口直接出图并落盘;(B) Host-Native 模式,把本 Skill 当作提示词工程指引,把渲染好的 prompt 交给宿主 Agent 自带的图像工具出图;(C) Advisor 模式,宿主无任何图像工具时退化为高质量 prompt 顾问。涵盖 18 大类、80+ 个结构化模板,覆盖海报 / UI / 产品 / 信息图 / 学术图 … | [source](https://github.com/ConardLi/garden-skills/tree/fbd6453/skills/gpt-image-2) | + +## 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 | +|---|---|---|---| +| `cad-modeling` | core | Expert skill for parametric 3D CAD model development with design intent and configuration management | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/mechanical-engineering/skills/cad-modeling) | +| `k8s-operator-development` | core | Build Kubernetes operators using controller-runtime — CRD design, reconciliation loops, event handling, and operator lifecycle management. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/devops-sre-platform/skills/k8s-operator-development) | +| `survey-design-administration` | core | Develop survey instruments, implement sampling strategies, optimize response rates, and manage multi-mode data collection | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/social-sciences/skills/survey-design-administration) | +| `behavior-trees` | core | Behavior tree design and implementation skill for game AI. Enables creation of behavior tree structures, custom nodes, decorators, composites, and integration with game engines for NPC and enemy AI systems. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/game-development/skills/behavior-trees) | +| `category-strategy-builder` | core | Category management strategy development using Kraljic Matrix and portfolio optimization | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/supply-chain/skills/category-strategy-builder) | +| `spec-driven-development` | core | Specification creation and management for the Pilot Shell methodology. Covers semantic search, clarifying questions, structured spec generation, and iterative refinement. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/methodologies/pilot-shell/skills/spec-driven-development) | + +## 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 | +|---|---|---|---| +| `ito-data-atlas-agent` | core | Design background Data Atlas style agents for Itô basket research, market discovery, parameter drafting, and human-in-the-loop editing. Use for architecture and workflow planning, not live order execution. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/ito-data-atlas-agent) | + +## Source: AgriciDaniel/claude-ads + +- Repository: [https://github.com/AgriciDaniel/claude-ads](https://github.com/AgriciDaniel/claude-ads) (commit `669c760`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `ads-test` | core | Design and evaluate paid-ad experiments with hypotheses, randomization units, sample-size and duration assumptions, guardrails, platform experiment tools, analysis, and decision rules. Use for A/B test, split test, experiment design, … | [source](https://github.com/AgriciDaniel/claude-ads/tree/669c760/skills/ads-test) | + +## 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 | +|---|---|---|---| +| `research-ops-skills` | core | 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) | +| `product-skills` | core | Use when coordinating product work across the 12 bundled product sub-skills (RICE, OKRs, UX research, design tokens, competitive teardown, analytics, experiments, discovery, roadmaps, spec-to-repo, landing pages, SaaS scaffolding) or the 4 … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/product-team/skills/product-skills) | +| `senior-architect` | core | This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering-team/skills/senior-architect) | +| `terraform-patterns` | core | Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/engineering/terraform-patterns/skills/terraform-patterns) | + +## 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 | +|---|---|---|---| +| `sdd` | core | Implements the Spec-Driven Development lifecycle (Intent, Requirements, Design, Tasks, Build) for structured feature development. Use when the user wants to scaffold a new feature spec, generate EARS requirements, create a technical … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/09-meleantonio-awesome-econ-ai-stuff/_skills/engineering/sdd) | +| `business-skills` | core | 5 business research skills. Trigger: business strategy, market analysis, competitive intelligence. Design: analytical frameworks and methods for management and innovation research. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/business) | +| `automation-skills` | core | 10 research automation skills. Trigger: automating experiments, tracking results, reproducible pipelines. Design: ML experiment management, workflow orchestration, and lab automation tools. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/research/automation) | +| `d2` | core | Agent D2 - Data Collection Specialist - Interviews, Focus Groups & Observation. Covers protocol development, question design, probing strategies, transcription conventions, and systematic observation. Absorbed D3 (Observation Protocol … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/25-HosungYou-Diverga/skills/d2) | +| `humanities-skills` | core | 5 humanities skills. Trigger: textual analysis, archival research, digital humanities, philosophy. Design: digital tools and qualitative methods for humanities scholarship. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/humanities) | +| `education-skills` | core | 7 education research skills. Trigger: pedagogical research, course design, learning analytics, assessment. Design: evidence-based teaching methods and educational measurement tools. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/education) | +| `law-skills` | core | 9 legal research skills. Trigger: legal research, case law analysis, regulatory compliance. Design: legal databases, citation networks, and judicial analytics tools. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/law) | + +## 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 | +|---|---|---|---| +| `moodboard-creator` | core | Create visual moodboards from collected inspiration with iterative refinement. Use after trend research or website analysis to synthesize design direction before implementation. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/frontend-design-pro/skills/moodboard-creator) | +| `trend-researcher` | core | Research latest UI/UX trends from Dribbble and design communities. Use when starting a design project to understand current visual trends, color palettes, and layout patterns. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/frontend-design-pro/skills/trend-researcher) | +| `color-curator` | core | Browse and select color palettes from Coolors or curated fallbacks. Use to find the perfect color palette for a design project. | [source](https://github.com/davepoon/buildwithclaude/tree/3c94e0c/plugins/frontend-design-pro/skills/color-curator) | + +## 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 | +|---|---|---|---| +| `senior-prompt-engineer` | core | World-class prompt engineering skill for LLM optimization, prompt patterns, structured outputs, and AI product development. Expertise in Claude, GPT-4, prompt design patterns, few-shot learning, chain-of-thought, and AI evaluation. … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/senior-prompt-engineer) | +| `ux-researcher-designer` | core | UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/creative-design/ux-researcher-designer) | + +## Source: dembrandt/dembrandt-skills + +- Repository: [https://github.com/dembrandt/dembrandt-skills](https://github.com/dembrandt/dembrandt-skills) (commit `38cd2b7`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `authentic-product-representation` | core | Product visuals — hero shots, demos, screenshots, landing-page panels — must reproduce the real product, not a stylised poster of it. Design with real content and real data, mirror the actual output the product generates, keep every label … | [source](https://github.com/dembrandt/dembrandt-skills/tree/38cd2b7/skills/authentic-product-representation) | + +## Source: ferdinandobons/startup-skill + +- Repository: [https://github.com/ferdinandobons/startup-skill](https://github.com/ferdinandobons/startup-skill) (commit `a5f97c3`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `startup-design` | core | Design, validate, and plan a startup from scratch. Covers market research, competitive analysis, business model, brand identity, product definition, financial projections, and validation experiments. Trigger when the user has a startup … | [source](https://github.com/ferdinandobons/startup-skill/tree/a5f97c3/startup-design) | + +## 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 | +|---|---|---|---| +| `autonomous-builder` | core | Full-stack software development agent for design, implementation, testing, and deployment. Use when the user explicitly asks for end-to-end project creation, feature development, bug fixing, or code refactoring. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/autonomous-builder) | +| `senior-prompt-engineer` | core | World-class prompt engineering skill for LLM optimization, prompt patterns, structured outputs, and AI product development. Expertise in Claude, GPT-4, prompt design patterns, few-shot learning, chain-of-thought, and AI evaluation. … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/senior-prompt-engineer) | +| `ux-researcher-designer` | core | UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/ux-researcher-designer) | + +## Source: gotalab/cc-sdd + +- Repository: [https://github.com/gotalab/cc-sdd](https://github.com/gotalab/cc-sdd) (commit `29aee95`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `kiro-spec-design` | core | Create comprehensive technical design for a specification | [source](https://github.com/gotalab/cc-sdd/tree/29aee95/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-spec-design) | + +## 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 | +|---|---|---|---| +| `senior-architect` | core | This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical … | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/senior-architect) | +| `interface-design` | core | Craft-first interface design for dashboards, admin panels, SaaS apps, tools, settings pages, data interfaces, and interactive products. Use when designing, building, reviewing, auditing, or refining product UI where visual craft, layout … | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/interface-design) | + +## Source: jeremylongshore/claude-code-plugins-plus-skills + +- Repository: [https://github.com/jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) (commit `e112938a`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `form-brand` | core | Use when asked to create a brand identity, define visual design direction, generate a color palette or type system, build a style guide, or establish the look and feel for a product. Examples: "create a brand for X", "define the visual … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/form-brand) | +| `form-logo` | core | Use when asked to create a logo, design a brand mark, generate a logo concept, or produce any logo asset. Examples: "create a logo for X", "design a brand mark", "make me a logo", "generate logo concepts", "logo for our product". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/form-logo) | +| `canva-core-workflow-a` | core | Execute the Canva design creation and export pipeline via the Connect API. Use when building design creation workflows, exporting designs programmatically, or integrating Canva''s design tools into your application. Trigger with phrases … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/canva-pack/skills/canva-core-workflow-a) | +| `form-mobile` | core | Use when asked to design iOS or Android mobile app screens, create mobile UI, spec mobile flows, or produce screen designs for a native app. Examples: "design the onboarding screens", "spec the checkout flow for iOS", "design a home screen … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/form-mobile) | +| `adobe-local-dev-loop` | core | Configure Adobe local development with App Builder CLI, Runtime actions, hot reload, and mock testing for Firefly/PDF/Photoshop APIs. Use when setting up a development environment, configuring test workflows, or establishing a fast … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/adobe-pack/skills/adobe-local-dev-loop) | +| `refactoring-ui` | core | Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/design/wondelai-refactoring-ui) | + +## Source: KhazP/vibe-coding-prompt-template + +- Repository: [https://github.com/KhazP/vibe-coding-prompt-template](https://github.com/KhazP/vibe-coding-prompt-template) (commit `e063721`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `vibe-techdesign` | core | Create a Technical Design Document for your MVP. Use when the user wants to plan architecture, choose tech stack, or says "plan technical design", "choose tech stack", or "how should I build this". | [source](https://github.com/KhazP/vibe-coding-prompt-template/tree/e063721/.claude/skills/vibe-techdesign) | + +## 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 | +|---|---|---|---| +| `create-site` | core | Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, … | [source](https://github.com/microsoft/power-platform-skills/tree/0d7ed9a/plugins/power-pages/skills/create-site) | + +## 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 | +|---|---|---|---| +| `engineering-hiring-rubric` | core | Build an engineering hiring rubric and technical interview scorecard for evaluating software engineers at a specific level. Use when asked to create an interview rubric, design a hiring process, build a technical scorecard, or standardize … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-engineering/skills/engineering-hiring-rubric) | +| `rfc-writer` | core | Write an engineering RFC (Request for Comments) for a technical decision, architectural change, or significant implementation approach. Use when asked to write an RFC, document a technical proposal, create a design doc, write an … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-engineering/skills/rfc-writer) | +| `mcp-server-spec` | core | Design an MCP server for a product — the tool surface, auth model, and safety boundaries that make it genuinely usable by AI agents. Use when asked to spec an MCP server, expose a product to agents, design tools for Claude or other MCP … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-agentnative/skills/mcp-server-spec) | + +## 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) | + +## Source: nextlevelbuilder/ui-ux-pro-max-skill + +- Repository: [https://github.com/nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) (commit `fe3f65e`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `banner-design` | core | Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, … | [source](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill/tree/fe3f65e/.claude/skills/banner-design) | + +## 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 | +|---|---|---|---| +| `deck-open-slide-canvas` | core | Open Design's architecture review: the local daemon + agent-runtime design, the tradeoffs, and the decision to lock. Built as a decision-grade product management deck for staff eng, tech leads, security. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/examples/deck-open-slide-canvas) | +| `hps-true-blueprint` | core | Open Design's engineering blueprint: how the sandbox, sidecar, and daemon fit — the system diagram and the invariants. Built as a decision-grade product management deck for engineering org. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/examples/hps-true-blueprint) | +| `html-ppt-graphify-dark-graph` | core | Open Design's feature business case for the plugin marketplace: the user pain, options, tradeoffs, and the measure of success. Built as a decision-grade product management deck for PM, eng, design, leadership. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-graphify-dark-graph) | +| `html-ppt-knowledge-arch-blueprint` | core | Open Design's incident retro: the daemon-restart data bug, the root cause, the fix, and the systemic follow-ups. Built as a decision-grade product management deck for engineering, SRE, leadership. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-knowledge-arch-blueprint) | +| `html-ppt-product-launch` | core | Open Design Teams: a launch-and-adoption proposal for a mid-market design team weighing a switch from closed cloud tools. Built as a decision-grade B2B sales deck for design team lead, IT. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-product-launch) | +| `html-ppt-zhangzara-creative-mode` | core | A brand visual-identity system reveal for an outdoor label — logo, color, type, and the rules that keep it consistent. Built as a decision-grade design craft deck for brand team, client. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-zhangzara-creative-mode) | +| `html-ppt-zhangzara-editorial-tri-tone` | core | A type-and-color system for a culture magazine relaunch — the grid, the tri-tone palette, and the layout kit. Built as a decision-grade design craft deck for editorial & design team. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-zhangzara-editorial-tri-tone) | + +## Source: nWave-ai/nWave + +- Repository: [https://github.com/nWave-ai/nWave](https://github.com/nWave-ai/nWave) (commit `1d0f13c`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `nw-diverge` | core | Generates 3-5 divergent design directions through JTBD analysis, competitive research, structured brainstorming, and taste evaluation before convergence. Use when the team has a validated problem but hasn't chosen a solution approach. | [source](https://github.com/nWave-ai/nWave/tree/1d0f13c/nWave/skills/nw-diverge) | +| `nw-ux-tui-patterns` | core | Terminal UI and CLI design patterns for product owners. Load when designing command-line tools, interactive terminal applications, or writing CLI-specific acceptance criteria. | [source](https://github.com/nWave-ai/nWave/tree/1d0f13c/nWave/skills/nw-ux-tui-patterns) | + +## Source: plugin87/ux-ui-agent-skills + +- Repository: [https://github.com/plugin87/ux-ui-agent-skills](https://github.com/plugin87/ux-ui-agent-skills) (commit `93a7fbb`, retrieved 2026-07-14) +- License: no explicit license — referenced by link only + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `design-tokens` | core | Generate, extend, or audit design tokens in DTCG format with the 3-tier architecture (primitive → semantic → component). Use when the user wants a color palette, type scale, spacing/shadow/radius/motion tokens, multi-brand theming, or … | [source](https://github.com/plugin87/ux-ui-agent-skills/tree/93a7fbb/.claude/skills/design-tokens) | + +## 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 | +|---|---|---|---| +| `comparison-tool-design` | core | Designing side-by-side comparison tools (plan-compare, product-compare, alternative-compare) that help users decide rather than just listing features. Axis selection, default-comparison logic, recommendation discipline. Honest about … | [source](https://github.com/rampstackco/claude-skills/tree/bc6d961/skills/comparison-tool-design) | + +## Source: robertguss/claude-skills + +- Repository: [https://github.com/robertguss/claude-skills](https://github.com/robertguss/claude-skills) (commit `c31f3be`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `app-store-listing-optimizer` | core | Optimize iOS App Store and Google Play Store listings for maximum discoverability and conversion. Perform competitive keyword research, craft keyword-optimized titles/subtitles/descriptions, design screenshot sequences, and generate A/B … | [source](https://github.com/robertguss/claude-skills/tree/c31f3be/skills/mobile-app-dev/app-store-listing-optimizer) | +| `book-architect` | core | Design the structural and emotional architecture for nonfiction books. Use when an author has a validated book concept and needs to create the blueprint before drafting. Triggers include requests to structure a book, create a chapter … | [source](https://github.com/robertguss/claude-skills/tree/c31f3be/skills/non-fiction-book-factory/book-architect) | + +## Source: rohitg00/skillkit + +- Repository: [https://github.com/rohitg00/skillkit](https://github.com/rohitg00/skillkit) (commit `d2e5c34`, retrieved 2026-07-14) +- License: Apache-2.0 + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `design-first` | core | Guides the creation of technical design documents before writing code, producing architecture diagrams, data models, API interface definitions, implementation plans, and multi-option trade-off analyses. Use when the user asks to plan a … | [source](https://github.com/rohitg00/skillkit/tree/d2e5c34/packages/core/src/methodology/packs/planning/design-first) | + +## Source: rsmdt/the-startup + +- Repository: [https://github.com/rsmdt/the-startup](https://github.com/rsmdt/the-startup) (commit `ff6a0be`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `specify-solution` | core | Create and validate solution design documents (SDD). Use when designing architecture, defining interfaces, documenting technical decisions, analyzing system components, or working on solution.md files in .start/specs/. | [source](https://github.com/rsmdt/the-startup/tree/ff6a0be/plugins/start/skills/specify-solution) | +| `technical-writing` | core | Create architectural decision records (ADRs), system documentation, API documentation, and operational runbooks. Use when capturing design decisions, documenting system architecture, creating API references, or writing operational … | [source](https://github.com/rsmdt/the-startup/tree/ff6a0be/plugins/team/skills/development/technical-writing) | + +## 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-design-patterns` | core | Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architecture, dependency injection, data handling, streaming, and more. Apply … | [source](https://github.com/samber/cc-skills-golang/tree/4881c01/skills/golang-design-patterns) | + +## Source: SamurAIGPT/Generative-Media-Skills + +- Repository: [https://github.com/SamurAIGPT/Generative-Media-Skills](https://github.com/SamurAIGPT/Generative-Media-Skills) (commit `a1c4c98`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `muapi-design-guide` | core | Create a comprehensive brand design guide — color palette, typography pairings, UI component previews, and visual identity rules with example mockups. | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/library/visual/design-guide) | +| `muapi-logo-branding` | core | Design a professional logo with full branding package — primary logo, variations (dark/light/icon-only), color palette, and real-world application mockups. | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/library/visual/logo-branding) | + +## Source: secondsky/claude-skills + +- Repository: [https://github.com/secondsky/claude-skills](https://github.com/secondsky/claude-skills) (commit `c4889f6`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `design-system-creation` | core | \| Creates comprehensive design systems with typography, colors, components, and documentation for consistent UI development. Use when establishing design standards, building component libraries, or ensuring cross-team consistency. | [source](https://github.com/secondsky/claude-skills/tree/c4889f6/plugins/design-system-creation/skills/design-system-creation) | + +## Source: vibeeval/vibecosystem + +- Repository: [https://github.com/vibeeval/vibecosystem](https://github.com/vibeeval/vibecosystem) (commit `cea9462`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `elasticsearch-patterns` | core | Mapping design, query optimization, aggregation patterns, index lifecycle management, and search relevance tuning. | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/elasticsearch-patterns) | + +## 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 | +|---|---|---|---| +| `lean-ux` | core | Apply lean thinking to UX: hypothesis-driven design, collaborative sketching, and rapid experiments instead of heavy deliverables. Use when the user mentions "Lean UX", "design hypothesis", "outcome over output", "design studio method", … | [source](https://github.com/wondelai/skills/tree/326b380/lean-ux) | +| `refactoring-ui` | core | Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", … | [source](https://github.com/wondelai/skills/tree/326b380/refactoring-ui) | + +## Source: worldwonderer/novel-to-game + +- Repository: [https://github.com/worldwonderer/novel-to-game](https://github.com/worldwonderer/novel-to-game) (commit `3c18abd`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `game-concept` | core | Design game concepts from a novel. From SOURCE_BIBLE and PRODUCT_BRIEF, generate three genuinely different directions on the dimensions still unlocked, then pick the most worthwhile playable prototype using hard vetoes and explicit … | [source](https://github.com/worldwonderer/novel-to-game/tree/3c18abd/skills/game-concept) | +| `novel-to-game` | core | Turn a novel into a playable web game. Orchestrates the whole adaptation pipeline — requirements intake, gameable deconstruction, concept selection, world and visual design, agent build, and evidence-based QA — for a novel in any language. … | [source](https://github.com/worldwonderer/novel-to-game/tree/3c18abd/skills/novel-to-game) | +| `game-world-design` | core | Design game experience, systems, and levels. Converge the chosen concept into one GAME_DESIGN defining the player promise, core loop, how the world responds, the systems actually needed, level pacing, feedback, failure, and a fully … | [source](https://github.com/worldwonderer/novel-to-game/tree/3c18abd/skills/game-world-design) | + +## Source: veniceai/skills + +- Repository: [https://github.com/veniceai/skills](https://github.com/veniceai/skills) (commit `de089fa`, retrieved 2026-07-14) +- License: MIT + +| Skill | Tier | What it adds | Upstream | +|---|---|---|---| +| `venice-errors` | adjacent | Handle Venice API errors correctly. Covers the StandardError / DetailedError / ContentViolationError / X402InferencePaymentRequired body shapes, every meaningful status code (400, 401, 402, 403, 415, 422, 429, 500, 503, 504), the 402 … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-errors) | diff --git a/references/market.md b/references/market.md new file mode 100644 index 0000000..d503983 --- /dev/null +++ b/references/market.md @@ -0,0 +1,150 @@ +# Market evidence report — clothing-fashion-designer + +Source: **32 real job ads** (JSearch API, countries: us 32), extracted into the MSSQL evidence store; as of 2026-07-10. +This report contains extracted, aggregated facts only — no ad text is +reproduced (copyright / platform terms). + +## Seniority distribution + +| Seniority | Ads | Share | +|---|---|---| +| senior | 13 | 41 % | +| mid | 11 | 34 % | +| junior | 4 | 12 % | +| lead | 4 | 12 % | + +## Tools — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| +| 1 | Adobe Illustrator | 17 | 53 % | +| 2 | Adobe Photoshop | 16 | 50 % | +| 3 | Miro | 11 | 34 % | +| 4 | Adobe Creative Suite | 10 | 31 % | +| 5 | 3D design tools | 8 | 25 % | +| 6 | AI | 8 | 25 % | +| 7 | Illustrator | 8 | 25 % | +| 8 | PLM systems | 4 | 12 % | +| 9 | Microsoft Office | 3 | 9 % | + +## Hard skills — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| +| 1 | garment construction | 21 | 66 % | +| 2 | apparel design | 17 | 53 % | +| 3 | fashion design | 11 | 34 % | +| 4 | trend analysis | 11 | 34 % | +| 5 | fabric development | 10 | 31 % | +| 6 | sketching | 10 | 31 % | +| 7 | color palette development | 9 | 28 % | +| 8 | trend research | 9 | 28 % | +| 9 | assortment planning | 7 | 22 % | +| 10 | fabric selection | 7 | 22 % | +| 11 | sustainability initiatives | 7 | 22 % | +| 12 | product development | 4 | 12 % | +| 13 | tech pack creation | 4 | 12 % | +| 14 | technical sketching | 4 | 12 % | +| 15 | concept development | 3 | 9 % | + +## Methods — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| +| 1 | co-creation | 7 | 22 % | +| 2 | supplier collaboration | 7 | 22 % | + +## Responsibilities — full market ranking + +| # | Item | Ads | Share | +|---|---|---|---| +| 1 | seasonal calendar management | 8 | 25 % | +| 2 | design communication | 7 | 22 % | +| 3 | junior designer mentoring | 7 | 22 % | +| 4 | product line development | 7 | 22 % | +| 5 | supplier relationship building | 7 | 22 % | +| 6 | trend direction creation | 7 | 22 % | +| 7 | cross-functional collaboration | 5 | 16 % | +| 8 | mood board creation | 5 | 16 % | +| 9 | factory communication | 4 | 12 % | +| 10 | collection development | 3 | 9 % | +| 11 | sample management | 3 | 9 % | +| 12 | sample preparation | 3 | 9 % | +| 13 | trend analysis | 3 | 9 % | +| 14 | vendor communication | 3 | 9 % | + +## Regional breakdown + +> **Corpus note:** 32 relevant ads in total — below the 100-ad target for a fully reliable ranking. Percentages above should be read as indicative. + +### US (us) + +32 ads. + +**Top hard skills:** + +- garment construction — 66 % (21 ads) +- apparel design — 53 % (17 ads) +- fashion design — 34 % (11 ads) +- trend analysis — 34 % (11 ads) +- fabric development — 31 % (10 ads) +- sketching — 31 % (10 ads) +- color palette development — 28 % (9 ads) +- trend research — 28 % (9 ads) +- assortment planning — 22 % (7 ads) +- fabric selection — 22 % (7 ads) + +**Top tools:** + +- Adobe Illustrator — 53 % (17 ads) +- Adobe Photoshop — 50 % (16 ads) +- Miro — 34 % (11 ads) +- Adobe Creative Suite — 31 % (10 ads) +- 3D design tools — 25 % (8 ads) +- AI — 25 % (8 ads) +- Illustrator — 25 % (8 ads) +- PLM systems — 12 % (4 ads) +- Microsoft Office — 9 % (3 ads) +- Centric PLM — 6 % (2 ads) + +**Seniority:** senior 41 % · mid 34 % · junior 12 % · lead 12 % + +### 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 | +|---|---| +| Senior Designer, Fashion - Kids Fashion | 7 | +| Associate Designer, Fashion- Women's Fashion (Cut & Sew Knits) | 2 | +| Fashion Designer | 2 | +| Apparel Designer | 1 | +| Associate Designer Womens Apparel | 1 | +| Associate Fashion Designer - Juniors | 1 | +| Contemporary Women's Wear Designer From Sketch to Collection | 1 | +| Designer - Children's Apparel | 1 | +| Designer Women's factory Knits and Lounge | 1 | +| Fashion Designer - Apparel/ Knitwear | 1 | +| Fashion Designer ( Activewear) | 1 | +| Fashion Designer Assistant Job at Simply Southern Holdings LLC in Greensboro | 1 | +| Fashion Designer Associate | 1 | +| Fashion Designer for Women's Wear Startup | 1 | +| Senior Apparel Designer – Young Men’s Mass Market Apparel | 1 | +| Senior Designer, Fashion - Women''''''''s Sweaters | 1 | +| Senior Designer, Intimates | 1 | +| Senior Designer, Jackets & Outerwear | 1 | +| Senior Men's Apparel Designer - Onsite NYC | 1 | +| Senior Men's Apparel Designer – Onsite NYC | 1 | +| Senior Women's Activewear Designer | 1 | +| Temp Associate Designer, Mens Wovens- Fashion Brand! | 1 | +| Toddler Boy Apparel Designer — Trend-Driven, Cross-Functional | 1 | +| Women's Apparel Designer – Lounge & Lifestyle | 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. diff --git a/references/profile.md b/references/profile.md new file mode 100644 index 0000000..ac7eae1 --- /dev/null +++ b/references/profile.md @@ -0,0 +1,20 @@ +# Occupation profile — clothing fashion designer + +- **ESCO URI:** http://data.europa.eu/esco/occupation/d1a554d0-7ad6-4d42-897e-ed31d022fb0b +- **ESCO code:** 2163.1.3.1 +- **ISCO-08 group:** 2163 — Product and garment designers + +## Description (ESCO) + +Clothing fashion designers create concepts and make sketches of their creative ideas by hand or by using software. They analyse and interpret fashion trends in order to propose new ideas with high aesthetical value. They perform forecasting and market research to put together collections. They build collection lines by operating mood or concept boards, colour palettes, materials, drawings and sketches considering among others ergonomical criteria, etc. + +## Definition + +nan + +## Alternative labels + +- couturier +- clothes designer +- clothing product designer +- clothing designer diff --git a/references/skills.md b/references/skills.md new file mode 100644 index 0000000..e8de890 --- /dev/null +++ b/references/skills.md @@ -0,0 +1,100 @@ +# Competences — clothing fashion designer + +Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/d1a554d0-7ad6-4d42-897e-ed31d022fb0b). + +## Essential + +- **alter wearing apparel** (skill/competence) +- **create mood boards** (skill/competence) +- **create technical sketches for footwear** (skill/competence) +- **design wearing apparel** (skill/competence) +- **develop design concept** (skill/competence) +- **draw sketches to develop textile articles** (skill/competence) +- **draw up costume sketches** (skill/competence) +- **keep up to date on costume design** (skill/competence) +- **manage briefs for clothing manufacturing** (skill/competence) +- **portfolio management in textile manufacturing** (knowledge) +- **produce textile designs** (skill/competence) +- **properties of textile materials** (knowledge) + +## Optional + +- 3D body scanning technologies (knowledge) +- analyse clothing 3d prototypes (skill/competence) +- analyse costume sketches (skill/competence) +- analyse scanned data of the body (skill/competence) +- analyse supply chain strategies (skill/competence) +- apparel manufacturing technology (knowledge) +- apply fashion trends to footwear and leather goods (skill/competence) +- CAD for garment manufacturing (knowledge) +- coordinate manufacturing production activities (skill/competence) +- create patterns for garments (skill/competence) +- cut fabrics (skill/competence) +- decorate textile articles (skill/competence) +- define specifications for clothing (skill/competence) +- distinguish fabrics (skill/competence) +- draw sketches to develop textile articles using softwares (skill/competence) +- draw up costume patterns (skill/competence) +- embroider fabrics (skill/competence) +- e-tailoring (knowledge) +- evaluate garment quality (skill/competence) +- examine sample garments (skill/competence) +- fabric spreading in the fashion industry (knowledge) +- grade patterns for wearing apparel (skill/competence) +- history of fashion (knowledge) +- inspect wearing apparel products (skill/competence) +- make technical drawings of fashion pieces (skill/competence) +- manufacture personal protective equipment made of textile (skill/competence) +- manufacture wearing apparel products (skill/competence) +- manufacturing of children clothing (knowledge) +- manufacturing of made-up textile articles (knowledge) +- manufacturing of wearing apparel (knowledge) +- marker making (knowledge) +- modify textile designs (skill/competence) +- operate computerised control systems (skill/competence) +- operate garment manufacturing machines (skill/competence) +- perform process control in the wearing apparel industry (skill/competence) +- pleat fabrics (skill/competence) +- prepare production prototypes (skill/competence) +- select design elements (skill/competence) +- sew pieces of fabric (skill/competence) +- sew textile-based articles (skill/competence) +- standard sizing systems for clothing (knowledge) +- use 3D scanners for clothing (skill/competence) +- use textile technique for hand-made products (skill/competence) + + + +## Market evidence (job-ad analysis, 32 ads, as of 2026-07-10) + +Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs. + +### Hard skills + +- garment construction — **66 %** +- apparel design — **53 %** +- fashion design — **34 %** +- trend analysis — **34 %** +- sketching — **31 %** +- fabric development — **31 %** +- color palette development — **28 %** +- trend research — **28 %** +- sustainability initiatives — **22 %** +- assortment planning — **22 %** +- fabric selection — **22 %** + +### Methods + +- co-creation — **22 %** +- supplier collaboration — **22 %** + +### Responsibilities + +- seasonal calendar management — **25 %** +- supplier relationship building — **22 %** +- trend direction creation — **22 %** +- design communication — **22 %** +- product line development — **22 %** +- junior designer mentoring — **22 %** + + diff --git a/references/tasks.md b/references/tasks.md new file mode 100644 index 0000000..7f7fa57 --- /dev/null +++ b/references/tasks.md @@ -0,0 +1,46 @@ +# Tasks & work activities — clothing fashion designer + +Source: O*NET 30.3, occupation 27-1022.00 (Fashion Designers) — manual nearest-occupation mapping via ISCO group 2163; the official ESCO crosswalk has no entry for this ESCO occupation. + +## Task statements + +- **[Core]** Direct and coordinate workers involved in drawing and cutting patterns and constructing samples or finished garments. +- **[Core]** Examine sample garments on and off models, modifying designs to achieve desired effects. +- **[Core]** Sketch rough and detailed drawings of apparel or accessories, and write specifications such as color schemes, construction, material types, and accessory requirements. +- **[Core]** Confer with sales and management executives or with clients to discuss design ideas. +- **[Core]** Identify target markets for designs, looking at factors such as age, gender, and socioeconomic status. +- **[Core]** Attend fashion shows and review garment magazines and manuals to gather information about fashion trends and consumer preferences. +- **[Core]** Select materials and production techniques to be used for products. +- **[Core]** Provide sample garments to agents and sales representatives, and arrange for showings of sample garments at sales meetings or fashion shows. +- **[Core]** Adapt other designers' ideas for the mass market. +- **[Core]** Purchase new or used clothing and accessory items as needed to complete designs. +- **[Core]** Visit textile showrooms to keep up-to-date on the latest fabrics. +- **[Core]** Collaborate with other designers to coordinate special products and designs. +- **[Supplemental]** Design custom clothing and accessories for individuals, retailers, or theatrical, television, or film productions. +- **[Supplemental]** Determine prices for styles. +- **[Supplemental]** Draw patterns for articles designed, cut patterns, and cut material according to patterns, using measuring instruments and scissors. +- **[Supplemental]** Develop a group of products or accessories, and market them through venues such as boutiques or mail-order catalogs. +- **[Supplemental]** Read scripts and consult directors and other production staff to develop design concepts and plan productions. +- **[Core]** Test fabrics or oversee testing so that garment care labels can be created. +- **[Supplemental]** Sew together sections of material to form mockups or samples of garments or articles, using sewing equipment. +- **[Supplemental]** Research the styles and periods of clothing needed for film or theatrical productions. + +## Detailed work activities + +- Build models, patterns, or templates. +- Calculate costs of goods or services. +- Collaborate with others to develop or refine designs. +- Conduct market research. +- Conduct research to inform art, designs, or other work. +- Coordinate design activities. +- Determine the value of goods or services. +- Develop artistic or design concepts for decoration, exhibition, or commercial purposes. +- Draw detailed or technical illustrations. +- Maintain inventories of materials, equipment, or products. +- Monitor current trends. +- Promote products, activities, or organizations. +- Select materials or props. +- Study scripts to determine project requirements. +- Test characteristics of materials or structures. +- Test materials, solutions, or samples. +- Write informational material. diff --git a/references/tools.md b/references/tools.md new file mode 100644 index 0000000..2f90cfd --- /dev/null +++ b/references/tools.md @@ -0,0 +1,53 @@ +# Tools & technology — clothing fashion designer + +Source: O*NET 30.3, occupation 27-1022.00 (Fashion Designers) — manual nearest-occupation mapping via ISCO group 2163; the official ESCO crosswalk has no entry for this ESCO occupation. + +| Software | Category | Hot technology | +|---|---|---| +| Adobe Acrobat | Document management software | yes | +| Adobe Creative Cloud software | Graphics or photo imaging software | yes | +| Adobe Illustrator | Graphics or photo imaging software | yes | +| Adobe InDesign | Desktop publishing software | yes | +| Adobe Photoshop | Graphics or photo imaging software | yes | +| Autodesk Revit | Computer aided design CAD software | yes | +| JavaScript | Web platform development 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 Word | Word processing software | yes | +| SAS | Analytical or scientific software | yes | +| Trimble SketchUp Pro | Computer aided design CAD software | yes | +| Autodesk AutoCAD Design Suite | Computer aided design CAD software | | +| Autodesk SketchBook Pro | Graphics or photo imaging software | | +| C-DESIGN Fashion | Computer aided design CAD software | | +| CLO Virtual Fashion Marvelous Designer | Computer aided design CAD software | | +| Computer aided design and drafting software CADD | Computer aided design CAD software | | +| Corel CorelDraw Graphics Suite | Graphics or photo imaging software | | +| Corel Painter | Graphics or photo imaging software | | +| Fashion Toolbox | Computer aided design CAD software | | +| Financial accounting software | Accounting software | | +| Lectra Prima Vision Print Repeat | Graphics or photo imaging software | | +| Optitex 3D Suite | Computer aided design CAD software | | +| Patternmaking software | Computer aided design CAD software | | +| StartingAClothingLine.com Digital Fashion Pro | Computer aided design CAD software | | +| User interface design software | Program testing software | | +| Web browser software | Internet browser software | | + + + +## Market evidence (job-ad analysis, 32 ads, as of 2026-07-10) + +Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs. + +### Tools + +- Adobe Illustrator — **53 %** +- Adobe Photoshop — **50 %** +- Miro — **34 %** +- Adobe Creative Suite — **31 %** +- 3D design tools — **25 %** +- AI — **25 %** +- Illustrator — **25 %** + +