feat: engineering-assistant skill package v0.1.0
This commit is contained in:
394
references/ai-skills.md
Normal file
394
references/ai-skills.md
Normal file
@@ -0,0 +1,394 @@
|
||||
# External AI agent skills — engineering-assistant
|
||||
|
||||
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 |
|
||||
|---|---|---|---|
|
||||
| `SSA/IR Design` | adjacent | Expert skill for designing intermediate representations and implementing SSA construction | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/programming-languages/skills/ssa-ir-design) |
|
||||
| `inference-performance-testing` | adjacent | Benchmark and optimize ML model inference — latency, throughput, memory usage, and hardware-specific performance profiling. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/data-science-ml/skills/inference-performance-testing) |
|
||||
| `Memory Allocator` | adjacent | Expert skill for custom memory allocator design optimized for language runtime needs | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/programming-languages/skills/memory-allocator) |
|
||||
| `context-engineering` | adjacent | Context window monitoring and budget management. Keeps orchestrator at 15-30% context usage while subagents get full 200k tokens. Provides warnings at thresholds, context-aware summarization triggers, and wave-level budget planning. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/methodologies/gsd/skills/context-engineering) |
|
||||
| `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) |
|
||||
| `memory-interfaces` | adjacent | Expert skill for on-chip and external memory interface design in FPGAs | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/fpga-programming/skills/memory-interfaces) |
|
||||
| `opex-program-designer` | adjacent | Operational Excellence program design skill with governance structure, methodology deployment, and capability building | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/business/operations/skills/opex-program-designer) |
|
||||
| `embedded-docs` | adjacent | Embedded firmware documentation generation and maintenance using Doxygen and related tools. Expert skill for API documentation, hardware interface documentation, memory maps, and integration with documentation systems. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/embedded-systems/skills/embedded-docs) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `blueprint` | adjacent | Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, … | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/skills/blueprint) |
|
||||
| `swift-actor-persistence` | adjacent | Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design. | [source](https://github.com/affaan-m/everything-claude-code/tree/ed38744/.kiro/skills/swift-actor-persistence) |
|
||||
|
||||
## Source: avelikiy/great_cto
|
||||
|
||||
- Repository: [https://github.com/avelikiy/great_cto](https://github.com/avelikiy/great_cto) (commit `4fe1e39`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `anydesign` | core | Analyze images, websites, and Figma files to extract their design and generate a `design.md` with token system, component inventory, and reconstruction notes. Use this skill whenever the user wants to understand, document, replicate, or … | [source](https://github.com/avelikiy/great_cto/tree/4fe1e39/skills/anydesign) |
|
||||
|
||||
## Source: basicmachines-co/basic-memory
|
||||
|
||||
- Repository: [https://github.com/basicmachines-co/basic-memory](https://github.com/basicmachines-co/basic-memory) (commit `53da71c`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `memory-ci-capture` | core | Synthesize GitHub delivery context into a concise Basic Memory project update. Use in CI after `bm ci collect` prepares a ProjectUpdateContext; return only structured AgentSynthesis JSON for `bm ci publish`. | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/skills/memory-ci-capture) |
|
||||
| `memory-literary-analysis` | adjacent | Analyze a complete literary work into a structured Basic Memory knowledge graph. Covers schema design, entity seeding, chapter-by-chapter processing, cross-referencing, validation, and visualization. | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/skills/memory-literary-analysis) |
|
||||
| `bm-decide` | adjacent | Capture a durable engineering decision in Basic Memory with rationale, alternatives, consequences, and affected work. | [source](https://github.com/basicmachines-co/basic-memory/tree/53da71c/plugins/codex/skills/bm-decide) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `markitdown` | core | Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/67-econfin-workflow-toolkit/markitdown) |
|
||||
| `d4` | adjacent | Agent D4 - Measurement Instrument Developer - Scale construction and psychometric validation. Covers item development, validity evidence, and reliability testing for social science research. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/25-HosungYou-Diverga/skills/d4) |
|
||||
| `knowledge-graph-skills` | adjacent | 9 knowledge graphs skills. Trigger: building knowledge graphs, connecting concepts, ontology design. Design: graph construction, traversal, and visualization for research knowledge. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/tools/knowledge-graph) |
|
||||
| `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) |
|
||||
| `devils-advocate` | adjacent | Challenge a slide deck design with 5-7 specific pedagogical questions. Checks ordering, prerequisites, gaps, alternatives, notation conflicts, cognitive load, and book readiness. | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/28-maxwell2732-paper-replicate-agent-demo/dot-claude/skills/devils-advocate) |
|
||||
| `post-acceptance` | adjacent | This skill should be used when the user asks to "prepare conference presentation", "create presentation slides", "design poster", "make academic poster", "write promotion content", "create Twitter thread", or mentions post-acceptance … | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/33-Galaxy-Dawn-claude-scholar/skills/post-acceptance) |
|
||||
| `diverga-memory` | adjacent | Diverga Memory System v7.0 - Context-persistent research support with checkpoint auto-trigger and cross-session continuity. Triggers: memory, remember, context, recall, checkpoint, decision, persist, 기억, 맥락, 세션, 체크포인트 | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/25-HosungYou-Diverga/skills/memory) |
|
||||
|
||||
## Source: Chachamaru127/claude-code-harness
|
||||
|
||||
- Repository: [https://github.com/Chachamaru127/claude-code-harness](https://github.com/Chachamaru127/claude-code-harness) (commit `9851b1a`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `harness-plan-brief` | adjacent | Generate a Plan Brief HTML for non-engineer vibecoders before implementation starts. Searches harness-mem (project-only) for relevant past decisions, patterns, and Plans archive entries, then renders a single-file HTML artifact summarizing … | [source](https://github.com/Chachamaru127/claude-code-harness/tree/9851b1a/codex/.codex/skills/harness-plan-brief) |
|
||||
|
||||
## 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: code-yeongyu/oh-my-openagent
|
||||
|
||||
- Repository: [https://github.com/code-yeongyu/oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent) (commit `b19f652`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `debugging` | adjacent | MUST USE for any real runtime debugging across ANY language or binary — crashes, silent failures, wrong responses, stuck processes, memory leaks, async misbehavior, unexplained timing, reverse engineering. Runs a hypothesis-driven loop: … | [source](https://github.com/code-yeongyu/oh-my-openagent/tree/b19f652/packages/shared-skills/skills/debugging) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `latex-posters` | core | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/latex-posters) |
|
||||
| `scientific-slides` | core | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/scientific-slides) |
|
||||
| `trigger-dev` | adjacent | Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design. Use when: trigger.dev, trigger dev, background task, ai background job, long running task. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/workflow-automation/trigger-dev) |
|
||||
| `crewai` | adjacent | Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (sequential, hierarchical, parallel), memory … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/ai-research/crewai) |
|
||||
| `esm` | adjacent | Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/esm) |
|
||||
| `get-available-resources` | adjacent | This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/get-available-resources) |
|
||||
| `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) |
|
||||
| `gcc` | adjacent | Git Context Controller (GCC) - Manages agent memory as a versioned file system under .GCC/. This skill should be used when working on multi-step projects that benefit from structured memory persistence, milestone tracking, branching for … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/git/git-context-controller) |
|
||||
|
||||
## 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` | adjacent | 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: Devin-AXIS/iPolloWork
|
||||
|
||||
- Repository: [https://github.com/Devin-AXIS/iPolloWork](https://github.com/Devin-AXIS/iPolloWork) (commit `5107542`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `ipollowork-presentations` | adjacent | Create, revise, and verify slide presentations in an active iPolloWork Design session without replacing the selected template or writing outside the session project. | [source](https://github.com/Devin-AXIS/iPolloWork/tree/5107542/examples/plugin-packages/design-agent/.opencode/skills/ipollowork-presentations) |
|
||||
|
||||
## Source: dotnet/skills
|
||||
|
||||
- Repository: [https://github.com/dotnet/skills](https://github.com/dotnet/skills) (commit `79a2ada`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `mcp-csharp-test` | adjacent | Test C# MCP servers at multiple levels: unit tests for individual tools and integration tests using the MCP client SDK. USE FOR: unit testing MCP tool methods, integration testing with in-memory MCP client/server, end-to-end testing via … | [source](https://github.com/dotnet/skills/tree/79a2ada/plugins/dotnet-ai/skills/mcp-csharp-test) |
|
||||
|
||||
## Source: egorfedorov/claude-context-optimizer
|
||||
|
||||
- Repository: [https://github.com/egorfedorov/claude-context-optimizer](https://github.com/egorfedorov/claude-context-optimizer) (commit `c604d3a`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `cco-overhead` | adjacent | Audit the fixed context overhead every session starts with — system prompt, MCP tools, agents, CLAUDE.md, memory — measured from real transcript usage | [source](https://github.com/egorfedorov/claude-context-optimizer/tree/c604d3a/skills/cco-overhead) |
|
||||
|
||||
## Source: foryourhealth111-pixel/Vibe-Skills
|
||||
|
||||
- Repository: [https://github.com/foryourhealth111-pixel/Vibe-Skills](https://github.com/foryourhealth111-pixel/Vibe-Skills) (commit `34429a8`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `scientific-slides` | core | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/scientific-slides) |
|
||||
| `slides-as-code` | core | Build research slides with text-first source (Slidev/Marp/Reveal/Quarto) and reproducible export (PDF). Includes structure, figure reuse rules, and quality checklist for top-tier scientific presentations. | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/slides-as-code) |
|
||||
| `get-available-resources` | adjacent | This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/get-available-resources) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `anydesign` | core | Analyze images, websites, and Figma files to extract their design and generate a `design.md` with token system, component inventory, and reconstruction notes. Use this skill whenever the user wants to understand, document, replicate, or … | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/anydesign) |
|
||||
| `presentation-deck` | adjacent | Structure compelling design presentations for stakeholders, reviews, and showcases. | [source](https://github.com/infrasity-labs/dev-gtm-claude-skills/tree/02cfefb/.claude/skills/presentation-deck) |
|
||||
|
||||
## Source: JasonColapietro/suede-creator-skills
|
||||
|
||||
- Repository: [https://github.com/JasonColapietro/suede-creator-skills](https://github.com/JasonColapietro/suede-creator-skills) (commit `0dc2aef`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `suede-paywalls` | adjacent | Suede-affiliated in-product monetization design for paywall screens, feature gates, trial-expiry states, usage-limit prompts, and free-to-paid upgrade moments. Use when the user needs trigger timing, message structure, plan presentation, … | [source](https://github.com/JasonColapietro/suede-creator-skills/tree/0dc2aef/skills/suede-paywalls) |
|
||||
|
||||
## Source: jeffallan/claude-skills
|
||||
|
||||
- Repository: [https://github.com/jeffallan/claude-skills](https://github.com/jeffallan/claude-skills) (commit `e8be415`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `kotlin-specialist` | adjacent | Provides idiomatic Kotlin implementation patterns including coroutine concurrency, Flow stream handling, multiplatform architecture, Compose UI construction, Ktor server setup, and type-safe DSL design. Use when building Kotlin … | [source](https://github.com/jeffallan/claude-skills/tree/e8be415/skills/kotlin-specialist) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `gamma-hello-world` | adjacent | Generate your first Gamma presentation via the API. Use when learning the generate-poll-retrieve workflow, testing API connectivity, or creating a minimal example. Trigger: "gamma hello world", "gamma quick start", "first gamma … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/gamma-pack/skills/gamma-hello-world) |
|
||||
| `memory-profiler-setup` | adjacent | Configure memory profiler setup operations. Auto-activating skill for Performance Testing. Triggers on: memory profiler setup, memory profiler setup Part of the Performance Testing skill category. Use when working with memory profiler … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/skills/10-performance-testing/memory-profiler-setup) |
|
||||
| `form-deck` | adjacent | Use when asked to design a pitch deck, presentation, or slide set. Examples: "design a pitch deck", "create a sales deck", "make a conference presentation", "build an investor deck", "help me present this to the board", "create slides for … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/form-deck) |
|
||||
|
||||
## Source: JimLiu/baoyu-design
|
||||
|
||||
- Repository: [https://github.com/JimLiu/baoyu-design](https://github.com/JimLiu/baoyu-design) (commit `222ccbf`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `baoyu-design` | adjacent | Create polished design artifacts as self-contained HTML: UI mockups, interactive prototypes, wireframes, landing pages, dashboards, app screens, mobile apps, slide decks (a.k.a. PPT / PowerPoint presentations), and visual explorations. Use … | [source](https://github.com/JimLiu/baoyu-design/tree/222ccbf/skills/baoyu-design) |
|
||||
|
||||
## Source: 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` | core | 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) |
|
||||
| `scientific-slides` | core | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/scientific-slides) |
|
||||
| `get-available-resources` | adjacent | This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/get-available-resources) |
|
||||
|
||||
## Source: K-Dense-AI/scientific-agent-skills
|
||||
|
||||
- Repository: [https://github.com/K-Dense-AI/scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) (commit `4d97e29`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `latex-posters` | core | Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/latex-posters) |
|
||||
| `scientific-slides` | core | Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/scientific-slides) |
|
||||
| `get-available-resources` | adjacent | This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/get-available-resources) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `add-office365` | adjacent | Adds Office 365 Outlook connector to a Power Apps code app. Use when accessing calendars, sending emails, reading inbox, or managing Outlook events. | [source](https://github.com/microsoft/power-platform-skills/tree/0d7ed9a/plugins/code-apps/skills/add-office365) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `lifecycle-crm-plan` | adjacent | Design lifecycle marketing / CRM journeys across the customer lifecycle. Use when asked to plan onboarding emails, lifecycle/CRM campaigns, drip sequences, re-engagement or winback flows, or a messaging calendar. Produces a lifecycle plan … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-growth/skills/lifecycle-crm-plan) |
|
||||
|
||||
## Source: mukul975/Anthropic-Cybersecurity-Skills
|
||||
|
||||
- Repository: [https://github.com/mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) (commit `673da1f`, retrieved 2026-07-14)
|
||||
- License: Apache-2.0
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `analyzing-macro-malware-in-office-documents` | core | Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-macro-malware-in-office-documents) |
|
||||
| `implementing-fuzz-testing-in-cicd-with-aflplusplus` | adjacent | Integrate AFL++ coverage-guided fuzz testing into CI/CD pipelines to discover memory corruption, input handling, and logic vulnerabilities in C/C++ and compiled applications. | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/implementing-fuzz-testing-in-cicd-with-aflplusplus) |
|
||||
| `performing-disk-forensics-investigation` | adjacent | Conducts disk forensics investigations using forensic imaging, file system analysis, artifact recovery, and timeline reconstruction to support incident response cases. Utilizes tools such as FTK Imager, Autopsy, and The Sleuth Kit for … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-disk-forensics-investigation) |
|
||||
|
||||
## Source: muratcankoylan/Agent-Skills-for-Context-Engineering
|
||||
|
||||
- Repository: [https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering) (commit `c578e85`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `book-sft-pipeline` | adjacent | This skill should be used for book-to-SFT pipelines: ePub extraction, literary segmentation, author-voice dataset construction, style-transfer training, LoRA workflows, and model evaluation for voice replication. | [source](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/c578e85/examples/book-sft-pipeline) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `design` | adjacent | Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, … | [source](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill/tree/fe3f65e/.claude/skills/design) |
|
||||
| `slides` | adjacent | Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies. | [source](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill/tree/fe3f65e/.claude/skills/slides) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `slides` | core | Create and edit .pptx presentation decks with PptxGenJS. Useful for sales decks, kickoff briefs, and design-system showcases. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/slides) |
|
||||
| `docx` | adjacent | Create, edit, and analyze Word documents with tracked changes, comments, and formatting. Useful for design briefs, copy docs, and review-ready deliverables. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/docx) |
|
||||
| `marketing-psychology` | adjacent | Apply psychological principles and behavioral science to copy and design. Useful for tightening hooks, framing, and pricing presentation. | [source](https://github.com/nexu-io/open-design/tree/4b66023/skills/marketing-psychology) |
|
||||
| `deck-guizang-editorial` | adjacent | Open Design's FY26 marketing plan: brand-to-pipeline — audience, offer, channel mix, and the launch calendar that ties creative to growth. Built as a decision-grade marketing & GTM deck for CMO, growth lead, founder. | [source](https://github.com/nexu-io/open-design/tree/4b66023/plugins/_official/examples/deck-guizang-editorial) |
|
||||
| `html-ppt-zhangzara-coral` | adjacent | Open Design's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-zhangzara-coral) |
|
||||
| `html-ppt-zhangzara-signal` | adjacent | Open Design's strategy memo: should it monetize the plugin registry now or hold — options, risks, and the recommendation. Built as a decision-grade corporate strategy deck for CEO, strategy team. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-zhangzara-signal) |
|
||||
|
||||
## Source: parcadei/Continuous-Claude-v3
|
||||
|
||||
- Repository: [https://github.com/parcadei/Continuous-Claude-v3](https://github.com/parcadei/Continuous-Claude-v3) (commit `d07ff4b`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `system-overview` | adjacent | Show users how Continuous Claude works - the opinionated setup with hooks, memory, and coordination | [source](https://github.com/parcadei/Continuous-Claude-v3/tree/d07ff4b/.claude/skills/system_overview) |
|
||||
|
||||
## 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-floor-plan-rendering` | adjacent | Design a 2D floor plan and convert it into a realistic, high-quality 3D architectural rendering. | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/library/visual/floor-plan-rendering) |
|
||||
| `muapi-brochures` | adjacent | Generate a professional multi-page brochure design — cover, inner spread, and back cover — for business, real estate, events, or product launches. | [source](https://github.com/SamurAIGPT/Generative-Media-Skills/tree/a1c4c98/library/visual/brochures) |
|
||||
|
||||
## Source: uxKero/anydesign
|
||||
|
||||
- Repository: [https://github.com/uxKero/anydesign](https://github.com/uxKero/anydesign) (commit `1b47880`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `anydesign` | core | Analyze images, websites, and Figma files to extract their design and generate a `design.md` with token system, component inventory, and reconstruction notes. Use this skill whenever the user wants to understand, document, replicate, or … | [source](https://github.com/uxKero/anydesign/tree/1b47880) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `performance-testing` | adjacent | Load testing with k6/Artillery, response time thresholds, memory leak detection, N+1 query detection, and CI integration. | [source](https://github.com/vibeeval/vibecosystem/tree/cea9462/skills/performance-testing) |
|
||||
|
||||
## Source: wanshuiyin/Anti-Autoresearch
|
||||
|
||||
- Repository: [https://github.com/wanshuiyin/Anti-Autoresearch](https://github.com/wanshuiyin/Anti-Autoresearch) (commit `c7f7f0d`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `presentation-signals` | adjacent | Checkable-ish surface presentation signals a reviewer notices first — duplicate/near-identical tables, leftover pipeline/template strings, too-few or LLM-looking figures, and page-padding. AUXILIARY ONLY and weak by design: a deterministic … | [source](https://github.com/wanshuiyin/Anti-Autoresearch/tree/c7f7f0d/skills/presentation-signals) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `steve-jobs-design-review` | adjacent | Review designs, products, and features with Steve Jobs'' standards: ruthless simplicity, focus, and end-to-end excellence. Use when the user mentions "Steve Jobs review", "design review", "product review", "what would Steve do", "insanely … | [source](https://github.com/wondelai/skills/tree/326b380/steve-jobs-design-review) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `novel-to-game` | adjacent | 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) |
|
||||
|
||||
## Source: yusufkaraaslan/Skill_Seekers
|
||||
|
||||
- Repository: [https://github.com/yusufkaraaslan/Skill_Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) (commit `ea7324e`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `golden-pptx` | adjacent | Use when testing the pptx golden build | [source](https://github.com/yusufkaraaslan/Skill_Seekers/tree/ea7324e/tests/golden/phase2/pptx) |
|
||||
| `golden-pptx-kw` | adjacent | Use when testing keyword categorization | [source](https://github.com/yusufkaraaslan/Skill_Seekers/tree/ea7324e/tests/golden/phase2/pptx_kw) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `regression-modeler` | adjacent | Run regression analysis (OLS or logistic) on uploaded CSV/Excel data, generating coefficients, R², p-values, VIF, and plain-language interpretation. Triggered by requests for regression modeling, fitting data, testing significance, … | [source](https://github.com/zebbern/claude-code-guide/tree/d2c5280/skills/regression-modeler) |
|
||||
65
references/market.md
Normal file
65
references/market.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# Market evidence report — engineering-assistant
|
||||
|
||||
Source: **7 real job ads** (JSearch API, countries: us 7), extracted into the MSSQL evidence store; as of 2026-07-11.
|
||||
This report contains extracted, aggregated facts only — no ad text is
|
||||
reproduced (copyright / platform terms).
|
||||
|
||||
## Seniority distribution
|
||||
|
||||
| Seniority | Ads | Share |
|
||||
|---|---|---|
|
||||
| junior | 5 | 71 % |
|
||||
| mid | 1 | 14 % |
|
||||
| n/a | 1 | 14 % |
|
||||
|
||||
## Tools — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
|
||||
## Hard skills — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | blueprint reading | 3 | 43 % |
|
||||
|
||||
## Methods — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
|
||||
## Responsibilities — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | drawing preparation | 3 | 43 % |
|
||||
|
||||
## Regional breakdown
|
||||
|
||||
> **Corpus note:** 7 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** — 7 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 |
|
||||
|---|---|
|
||||
| ENGINEERING AIDE | 2 |
|
||||
| Associate Engineering Lab Technician - 2nd Shift | 1 |
|
||||
| Electric Engineering Assistant I/II | 1 |
|
||||
| Engineering Assistant | 1 |
|
||||
| Engineering Assistant / Wayne Maintenance | 1 |
|
||||
| Entry-Level Architectural or Engineering Assistant | 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.
|
||||
29
references/profile.md
Normal file
29
references/profile.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Occupation profile — engineering assistant
|
||||
|
||||
- **ESCO URI:** http://data.europa.eu/esco/occupation/9581c837-fee7-4068-9618-1116fd93d723
|
||||
- **ESCO code:** 3112.8
|
||||
- **ISCO-08 group:** 3112 — Civil engineering technicians
|
||||
|
||||
## Description (ESCO)
|
||||
|
||||
Engineering assistants ensure the administration and monitoring of technical and engineering files for projects, assignments, and quality matters. They assist engineers with their experiments, participate in site visits, and administer the collection of information.
|
||||
|
||||
## Definition
|
||||
|
||||
nan
|
||||
|
||||
## Alternative labels
|
||||
|
||||
- technical supporter
|
||||
- technical support worker
|
||||
- technical aide
|
||||
- technology assistant
|
||||
- project support worker
|
||||
- project supporter
|
||||
- engineering project assistant
|
||||
- tech assistant
|
||||
- project support
|
||||
- technological assistant
|
||||
- project aide
|
||||
- technical assistant
|
||||
- technical support
|
||||
145
references/skills.md
Normal file
145
references/skills.md
Normal file
@@ -0,0 +1,145 @@
|
||||
# Competences — engineering assistant
|
||||
|
||||
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/9581c837-fee7-4068-9618-1116fd93d723).
|
||||
|
||||
## Essential
|
||||
|
||||
- **assist scientific research** (skill/competence)
|
||||
- **collaborate with engineers** (skill/competence)
|
||||
- **examine engineering principles** (skill/competence)
|
||||
- **file documents** (skill/competence)
|
||||
- **handle mail** (skill/competence)
|
||||
- **liaise with engineers** (skill/competence)
|
||||
- **mathematics** (knowledge)
|
||||
- **perform clerical duties** (skill/competence)
|
||||
- **perform office routine activities** (skill/competence)
|
||||
|
||||
## Optional
|
||||
|
||||
- apply statistical analysis techniques (skill/competence)
|
||||
- conduct performance tests (skill/competence)
|
||||
- consult with industry professionals (skill/competence)
|
||||
- create technical plans (skill/competence)
|
||||
- deliver visual presentation of data (skill/competence)
|
||||
- engineering principles (knowledge)
|
||||
- engineering processes (knowledge)
|
||||
- ensure equipment maintenance (skill/competence)
|
||||
- fix meetings (skill/competence)
|
||||
- gather experimental data (skill/competence)
|
||||
- liaise with industrial professionals (skill/competence)
|
||||
- perform data analysis (skill/competence)
|
||||
- plan engineering activities (skill/competence)
|
||||
- prepare scientific reports (skill/competence)
|
||||
- project management (knowledge)
|
||||
- proofread text (skill/competence)
|
||||
- recruit employees (skill/competence)
|
||||
- technical drawings (knowledge)
|
||||
- write manuals (skill/competence)
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 7 ads, as of 2026-07-11)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Hard skills
|
||||
|
||||
- blueprint reading — **43 %**
|
||||
- concrete testing — **29 %**
|
||||
- construction planning — **29 %**
|
||||
- asphalt testing — **29 %**
|
||||
- drainage system design — **29 %**
|
||||
- grading design — **29 %**
|
||||
- hydrographic drawing — **29 %**
|
||||
- land surveying — **29 %**
|
||||
- quality control inspection — **29 %**
|
||||
- soil testing — **29 %**
|
||||
- topographic mapping — **29 %**
|
||||
- volume calculation — **29 %**
|
||||
- utility mapping — **14 %**
|
||||
- subsurface utility evaluation — **14 %**
|
||||
- surveying — **14 %**
|
||||
- technical drawing — **14 %**
|
||||
- technical inspection — **14 %**
|
||||
- staking — **14 %**
|
||||
- shop math — **14 %**
|
||||
- sketching — **14 %**
|
||||
- quantity measurement — **14 %**
|
||||
- report preparation — **14 %**
|
||||
- research and analysis — **14 %**
|
||||
- inventory control — **14 %**
|
||||
- hydrostatic testing — **14 %**
|
||||
- heat aging testing — **14 %**
|
||||
- highway construction — **14 %**
|
||||
- highway maintenance — **14 %**
|
||||
- geophysical surveying — **14 %**
|
||||
- low temperature testing — **14 %**
|
||||
- material testing — **14 %**
|
||||
- operations analysis — **14 %**
|
||||
- pipe preparation — **14 %**
|
||||
- problem-solving — **14 %**
|
||||
- product assembly — **14 %**
|
||||
- project management — **14 %**
|
||||
- data interpretation — **14 %**
|
||||
- data logging — **14 %**
|
||||
- design coordination — **14 %**
|
||||
- engineering design — **14 %**
|
||||
- equipment maintenance — **14 %**
|
||||
- facility surveying — **14 %**
|
||||
- air testing — **14 %**
|
||||
- bending moment testing — **14 %**
|
||||
- bid document preparation — **14 %**
|
||||
- bim modeling — **14 %**
|
||||
- construction design — **14 %**
|
||||
|
||||
### Methods
|
||||
|
||||
- continuous improvement — **14 %**
|
||||
- bim-driven workflows — **14 %**
|
||||
- digital project delivery — **14 %**
|
||||
- lean initiatives — **14 %**
|
||||
- subsurface utility engineering (SUE) — **14 %**
|
||||
- non-destructive testing (NDT) — **14 %**
|
||||
|
||||
### Responsibilities
|
||||
|
||||
- drawing preparation — **43 %**
|
||||
- blueprint interpretation — **29 %**
|
||||
- construction plan development — **29 %**
|
||||
- instrument operation — **29 %**
|
||||
- pre-construction preparation — **29 %**
|
||||
- material estimation — **29 %**
|
||||
- location surveying — **29 %**
|
||||
- sketching — **29 %**
|
||||
- road inspection — **14 %**
|
||||
- safety compliance — **14 %**
|
||||
- specification assistance — **14 %**
|
||||
- report writing — **14 %**
|
||||
- record keeping — **14 %**
|
||||
- work area organization — **14 %**
|
||||
- technical support — **14 %**
|
||||
- system construction assistance — **14 %**
|
||||
- utility location and designation — **14 %**
|
||||
- lab equipment maintenance — **14 %**
|
||||
- material inventory management — **14 %**
|
||||
- pipe assembly assistance — **14 %**
|
||||
- presentation creation — **14 %**
|
||||
- product testing support — **14 %**
|
||||
- project meeting participation — **14 %**
|
||||
- project planning — **14 %**
|
||||
- proposal preparation — **14 %**
|
||||
- data entry — **14 %**
|
||||
- invoice preparation — **14 %**
|
||||
- grooving pipe — **14 %**
|
||||
- infrastructure operation — **14 %**
|
||||
- bridge inspection — **14 %**
|
||||
- contract compliance monitoring — **14 %**
|
||||
- action item tracking — **14 %**
|
||||
- documentation — **14 %**
|
||||
- diagram creation — **14 %**
|
||||
- design assistance — **14 %**
|
||||
- efficiency improvement — **14 %**
|
||||
- field data interpretation — **14 %**
|
||||
- geophysical data collection — **14 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
39
references/tasks.md
Normal file
39
references/tasks.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Tasks & work activities — engineering assistant
|
||||
|
||||
Source: O*NET 30.3, occupation 17-3022.00 (Civil Engineering Technologists and Technicians) — manual nearest-occupation mapping via ISCO group 3112; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
## Task statements
|
||||
|
||||
- **[Core]** Calculate dimensions, square footage, profile and component specifications, and material quantities, using calculator or computer.
|
||||
- **[Core]** Draft detailed dimensional drawings and design layouts for projects to ensure conformance to specifications.
|
||||
- **[Core]** Analyze proposed site factors and design maps, graphs, tracings, and diagrams to illustrate findings.
|
||||
- **[Core]** Read and review project blueprints and structural specifications to determine dimensions of structure or system and material requirements.
|
||||
- **[Core]** Prepare reports and document project activities and data.
|
||||
- **[Core]** Confer with supervisor to determine project details such as plan preparation, acceptance testing, and evaluation of field conditions.
|
||||
- **[Supplemental]** Inspect project site and evaluate contractor work to detect design malfunctions and ensure conformance to design specifications and applicable codes.
|
||||
- **[Supplemental]** Plan and conduct field surveys to locate new sites and analyze details of project sites.
|
||||
- **[Supplemental]** Develop plans and estimate costs for installation of systems, utilization of facilities, or construction of structures.
|
||||
- **[Core]** Report maintenance problems occurring at project site to supervisor and negotiate changes to resolve system conflicts.
|
||||
- **[Supplemental]** Conduct materials test and analysis, using tools and equipment and applying engineering knowledge.
|
||||
- **[Supplemental]** Respond to public suggestions and complaints.
|
||||
- **[Supplemental]** Develop project budgets by estimating the cost of project activities.
|
||||
- **[Supplemental]** Negotiate with contractors on prices for new contracts or modifications to existing contracts.
|
||||
|
||||
## Detailed work activities
|
||||
|
||||
- Confer with other personnel to resolve design or operational problems.
|
||||
- Confer with technical personnel to prepare designs or operational plans.
|
||||
- Correspond with customers to answer questions or resolve complaints.
|
||||
- Create graphical representations of civil structures.
|
||||
- Create maps.
|
||||
- Estimate operational costs.
|
||||
- Estimate technical or resource requirements for development or production projects.
|
||||
- Inspect facilities or sites to determine if they meet specifications or standards.
|
||||
- Negotiate prices or other sales terms.
|
||||
- Prepare detailed work plans.
|
||||
- Prepare operational reports.
|
||||
- Prepare project budgets.
|
||||
- Respond to customer problems or complaints.
|
||||
- Review technical documents to plan work.
|
||||
- Survey land or bodies of water to measure or determine features.
|
||||
- Test characteristics of materials or structures.
|
||||
59
references/tools.md
Normal file
59
references/tools.md
Normal file
@@ -0,0 +1,59 @@
|
||||
# Tools & technology — engineering assistant
|
||||
|
||||
Source: O*NET 30.3, occupation 17-3022.00 (Civil Engineering Technologists and Technicians) — manual nearest-occupation mapping via ISCO group 3112; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
| Software | Category | Hot technology |
|
||||
|---|---|---|
|
||||
| Autodesk AutoCAD | Computer aided design CAD software | yes |
|
||||
| Autodesk AutoCAD Civil 3D | Computer aided design CAD software | yes |
|
||||
| Autodesk Revit | Computer aided design CAD software | yes |
|
||||
| Bentley MicroStation | Computer aided design CAD software | yes |
|
||||
| ESRI ArcGIS software | Geographic information system | 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 Visual Basic | Development environment software | yes |
|
||||
| Microsoft Word | Word processing software | yes |
|
||||
| SAP software | Enterprise resource planning ERP software | yes |
|
||||
| Autodesk Land Desktop | Computer aided design CAD software | |
|
||||
| Bentley Systems InRoads Suite | Map creation software | |
|
||||
| Computer aided design and drafting software CADD | Computer aided design CAD software | |
|
||||
| Coordinate geometry COGO software | Analytical or scientific software | |
|
||||
| Digital terrain modeling software | Map creation software | |
|
||||
| Email software | Electronic mail software | |
|
||||
| Geographic information system GIS software | Geographic information system | |
|
||||
| Geographic information system GIS systems | Geographic information system | |
|
||||
| Graphics software | Graphics or photo imaging software | |
|
||||
| IBM Notes | Electronic mail software | |
|
||||
| National Instruments LabVIEW | Development environment software | |
|
||||
| Web browser software | Internet browser software | |
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 7 ads, as of 2026-07-11)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Tools
|
||||
|
||||
- AutoCAD — **29 %**
|
||||
- belt sander — **14 %**
|
||||
- cut-off saw — **14 %**
|
||||
- Civil 3D — **14 %**
|
||||
- electromagnetic induction devices — **14 %**
|
||||
- Falling Weight Deflectometer (FWD) — **14 %**
|
||||
- drill press — **14 %**
|
||||
- Ground Penetrating Radar (GPR) — **14 %**
|
||||
- GPS equipment — **14 %**
|
||||
- ipad — **14 %**
|
||||
- Liquid Planner (LP) — **14 %**
|
||||
- Laser Crack Measurement System (LCMS) — **14 %**
|
||||
- Microsoft Office — **14 %**
|
||||
- Navisworks — **14 %**
|
||||
- Victaulic grooving tools — **14 %**
|
||||
- Revit — **14 %**
|
||||
- RF Pipe and Cable Locators — **14 %**
|
||||
- Rhino — **14 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
Reference in New Issue
Block a user