feat: blockchain-developer skill package v0.1.0
This commit is contained in:
170
references/ai-skills.md
Normal file
170
references/ai-skills.md
Normal file
@@ -0,0 +1,170 @@
|
||||
# External AI agent skills — blockchain-developer
|
||||
|
||||
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 |
|
||||
|---|---|---|---|
|
||||
| `mcp-builder` | adjacent | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python … | [source](https://github.com/anthropics/skills/tree/main/skills/mcp-builder) |
|
||||
| `webapp-testing` | adjacent | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. | [source](https://github.com/anthropics/skills/tree/main/skills/webapp-testing) |
|
||||
| `claude-api` | adjacent | Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a … | [source](https://github.com/anthropics/skills/tree/main/skills/claude-api) |
|
||||
| `skill-creator` | adjacent | Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with … | [source](https://github.com/anthropics/skills/tree/main/skills/skill-creator) |
|
||||
| `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: obra/superpowers
|
||||
|
||||
- Repository: [https://github.com/obra/superpowers](https://github.com/obra/superpowers) (commit `d884ae0`, retrieved 2026-07-14)
|
||||
- License: MIT (c) Jesse Vincent
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `using-git-worktrees` | core | Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback | [source](https://github.com/obra/superpowers/tree/main/skills/using-git-worktrees) |
|
||||
| `brainstorming` | adjacent | You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. | [source](https://github.com/obra/superpowers/tree/main/skills/brainstorming) |
|
||||
| `finishing-a-development-branch` | adjacent | Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup | [source](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) |
|
||||
| `subagent-driven-development` | adjacent | Use when executing implementation plans with independent tasks in the current session | [source](https://github.com/obra/superpowers/tree/main/skills/subagent-driven-development) |
|
||||
| `test-driven-development` | adjacent | Use when implementing any feature or bugfix, before writing implementation code | [source](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) |
|
||||
| `receiving-code-review` | adjacent | Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation | [source](https://github.com/obra/superpowers/tree/main/skills/receiving-code-review) |
|
||||
| `requesting-code-review` | adjacent | Use when completing tasks, implementing major features, or before merging to verify work meets requirements | [source](https://github.com/obra/superpowers/tree/main/skills/requesting-code-review) |
|
||||
| `systematic-debugging` | adjacent | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | [source](https://github.com/obra/superpowers/tree/main/skills/systematic-debugging) |
|
||||
| `writing-plans` | adjacent | Use when you have a spec or requirements for a multi-step task, before touching code | [source](https://github.com/obra/superpowers/tree/main/skills/writing-plans) |
|
||||
| `dispatching-parallel-agents` | adjacent | Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies | [source](https://github.com/obra/superpowers/tree/main/skills/dispatching-parallel-agents) |
|
||||
| `executing-plans` | adjacent | Use when you have a written implementation plan to execute in a separate session with review checkpoints | [source](https://github.com/obra/superpowers/tree/main/skills/executing-plans) |
|
||||
| `verification-before-completion` | adjacent | Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always | [source](https://github.com/obra/superpowers/tree/main/skills/verification-before-completion) |
|
||||
|
||||
## Source: wshobson/agents
|
||||
|
||||
- Repository: [https://github.com/wshobson/agents](https://github.com/wshobson/agents) (commit `6fd3247`, retrieved 2026-07-14)
|
||||
- License: MIT (c) Seth Hobson
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `solidity-security` | core | Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain … | [source](https://github.com/wshobson/agents/tree/main/plugins/blockchain-web3/skills/solidity-security) |
|
||||
| `web3-testing` | core | Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols. | [source](https://github.com/wshobson/agents/tree/main/plugins/blockchain-web3/skills/web3-testing) |
|
||||
| `scala-pro (agent)` | core | Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures. Use PROACTIVELY for Scala system design, … | [source](https://github.com/wshobson/agents/tree/main/plugins/jvm-languages/agents/scala-pro.md) |
|
||||
| `haskell-pro (agent)` | core | Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance. | [source](https://github.com/wshobson/agents/tree/main/plugins/functional-programming/agents/haskell-pro.md) |
|
||||
| `elixir-pro (agent)` | core | Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems. Use PROACTIVELY for Elixir refactoring, OTP design, or complex BEAM optimizations. | [source](https://github.com/wshobson/agents/tree/main/plugins/functional-programming/agents/elixir-pro.md) |
|
||||
| `comprehensive-review-architect-review (agent)` | core | Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and … | [source](https://github.com/wshobson/agents/tree/main/plugins/comprehensive-review/agents/architect-review.md) |
|
||||
| `memory-safety-patterns` | core | Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs. | [source](https://github.com/wshobson/agents/tree/main/plugins/systems-programming/skills/memory-safety-patterns) |
|
||||
| `auth-implementation-patterns` | core | Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues. | [source](https://github.com/wshobson/agents/tree/main/plugins/developer-essentials/skills/auth-implementation-patterns) |
|
||||
| `defi-protocol-templates` | core | Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and flash loans. Use when building decentralized finance applications or smart contract protocols. | [source](https://github.com/wshobson/agents/tree/main/plugins/blockchain-web3/skills/defi-protocol-templates) |
|
||||
| `code-documentation-docs-architect (agent)` | core | Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, … | [source](https://github.com/wshobson/agents/tree/main/plugins/code-documentation/agents/docs-architect.md) |
|
||||
| `java-pro (agent)` | core | Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Project Loom, and cloud-native patterns. Use PROACTIVELY for Java development, … | [source](https://github.com/wshobson/agents/tree/main/plugins/jvm-languages/agents/java-pro.md) |
|
||||
| `python-project-structure` | core | Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with __all__, or planning directory layouts. | [source](https://github.com/wshobson/agents/tree/main/plugins/python-development/skills/python-project-structure) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `Smart Contract Analysis Skill` | core | Ethereum and blockchain smart contract security analysis | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/security-research/skills/smart-contract-analysis) |
|
||||
| `consensus-protocols` | core | Implement blockchain consensus protocols — Proof of Work, Proof of Stake, PBFT, Tendermint, and distributed agreement mechanisms. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/cryptography-blockchain/skills/consensus-protocols) |
|
||||
|
||||
## 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 |
|
||||
|---|---|---|---|
|
||||
| `alchemy-local-dev-loop` | core | Set up local Web3 development workflow with Alchemy, Hardhat, and testnets. Use when configuring local blockchain dev, testing with Sepolia faucets, or setting up hot-reload for smart contract development. Trigger: "alchemy local dev", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/alchemy-pack/skills/alchemy-local-dev-loop) |
|
||||
| `quicknode-reference-architecture` | core | QuickNode reference architecture \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode reference architecture\", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-reference-architecture) |
|
||||
| `alchemy-install-auth` | core | Install the Alchemy SDK and configure API key authentication for Web3 development. Use when setting up blockchain API access, creating an Alchemy app, or configuring multi-chain RPC endpoints. Trigger: "install alchemy", "setup alchemy", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/alchemy-pack/skills/alchemy-install-auth) |
|
||||
| `alchemy-reference-architecture` | core | Implement reference architecture for Alchemy-powered Web3 applications. Use when designing dApp infrastructure, planning multi-chain deployments, or structuring a production blockchain application. Trigger: "alchemy architecture", "dApp … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/alchemy-pack/skills/alchemy-reference-architecture) |
|
||||
| `quicknode-security-basics` | core | QuickNode security basics \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode security basics\", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-security-basics) |
|
||||
| `quicknode-debug-bundle` | core | QuickNode debug bundle \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode debug bundle\", \"quicknode-debug-bundle\", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-debug-bundle) |
|
||||
| `quicknode-performance-tuning` | core | QuickNode performance tuning \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode performance tuning\", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-performance-tuning) |
|
||||
| `alchemy-hello-world` | core | Create a minimal Alchemy Web3 example: get ETH balance, fetch NFTs, read token balances. Use when starting blockchain development, testing Alchemy setup, or learning basic blockchain query patterns. Trigger: "alchemy hello world", "alchemy … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/alchemy-pack/skills/alchemy-hello-world) |
|
||||
| `quicknode-ci-integration` | core | QuickNode ci integration \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode ci integration\", \"quicknode-ci-integration\",\ … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-ci-integration) |
|
||||
| `quicknode-core-workflow-a` | core | QuickNode core workflow a \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode core workflow a\", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-core-workflow-a) |
|
||||
| `quicknode-cost-tuning` | core | QuickNode cost tuning \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode cost tuning\", \"quicknode-cost-tuning\", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-cost-tuning) |
|
||||
| `quicknode-deploy-integration` | core | QuickNode deploy integration \u2014 blockchain RPC and Web3 infrastructure\ \ integration.\nUse when working with QuickNode for blockchain development.\nTrigger\ \ with phrases like \"quicknode deploy integration\", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/quicknode-pack/skills/quicknode-deploy-integration) |
|
||||
|
||||
## Source: trailofbits/skills
|
||||
|
||||
- Repository: [https://github.com/trailofbits/skills](https://github.com/trailofbits/skills) (commit `cfe5d7b`, retrieved 2026-07-14)
|
||||
- License: custom (see upstream LICENSE)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `cosmos-vulnerability-scanner` | core | Scans Cosmos SDK blockchain modules and CosmWasm contracts for consensus-critical vulnerabilities — chain halts, fund loss, state divergence. 25 core + 16 IBC + 10 EVM + 3 CosmWasm patterns. Use when auditing custom x/ modules, reviewing … | [source](https://github.com/trailofbits/skills/tree/cfe5d7b/plugins/building-secure-contracts/skills/cosmos-vulnerability-scanner) |
|
||||
|
||||
## Source: czlonkowski/n8n-skills
|
||||
|
||||
- Repository: [https://github.com/czlonkowski/n8n-skills](https://github.com/czlonkowski/n8n-skills) (commit `9ea3aa5`, retrieved 2026-07-14)
|
||||
- License: MIT
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `n8n-mcp-tools-expert` | core | Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, managing credentials, auditing instance security, or using any n8n-mcp tool. Provides … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-mcp-tools-expert) |
|
||||
| `n8n-code-javascript` | core | Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with this.helpers / the $helpers global, working with dates using DateTime, troubleshooting Code node … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-code-javascript) |
|
||||
| `n8n-code-python` | core | Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-code-python) |
|
||||
| `n8n-code-tool` | core | Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-code-tool) |
|
||||
| `n8n-expression-syntax` | core | Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, mapping data between nodes, or referencing webhook data in … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-expression-syntax) |
|
||||
| `n8n-self-hosting` | core | Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-self-hosting) |
|
||||
| `n8n-agents` | adjacent | Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain.* AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-agents) |
|
||||
| `n8n-workflow-patterns` | adjacent | Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-workflow-patterns) |
|
||||
| `n8n-error-handling` | adjacent | Wire n8n error handling so failures are loud, structured, and recoverable. Use when building any webhook/API workflow, a scheduled or unattended workflow, or any path where a silent failure would drop user-visible work — and whenever the … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-error-handling) |
|
||||
| `n8n-node-configuration` | adjacent | Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type. … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-node-configuration) |
|
||||
| `n8n-validation-expert` | adjacent | Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/n8n-validation-expert) |
|
||||
| `using-n8n-mcp-skills` | adjacent | Use when building, editing, validating, testing, or debugging an n8n workflow through the n8n-mcp MCP server — designing a flow, configuring a node, writing an expression or Code node, wiring credentials, or fixing one that misbehaves. The … | [source](https://github.com/czlonkowski/n8n-skills/tree/9ea3aa5/skills/using-n8n-mcp-skills) |
|
||||
|
||||
## Source: NVIDIA/skills
|
||||
|
||||
- Repository: [https://github.com/NVIDIA/skills](https://github.com/NVIDIA/skills) (commit `153b14b`, retrieved 2026-07-14)
|
||||
- License: CC-BY-4.0 (skills/docs), Apache-2.0 (code)
|
||||
|
||||
| Skill | Tier | What it adds | Upstream |
|
||||
|---|---|---|---|
|
||||
| `deepstream-dev` | core | NVIDIA DeepStream SDK 9.0 development with Python pyservicemaker API. Use when building video analytics pipelines, GStreamer-based video processing, TensorRT inference integration, object detection/tracking, or Kafka/message broker … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/deepstream-dev) |
|
||||
| `tilegym-cutile-python` | core | Expert cuTile programming assistant. Write high-performance GPU kernels using cuTile's tile-based programming model with proper validation and optimization. Supports deep agent orchestration for complex multi-kernel tasks. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tilegym-cutile-python) |
|
||||
| `holoscan-install-container` | core | Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/holoscan-install-container) |
|
||||
| `vss-deploy-video-embedding` | core | Use this skill when deploying, operating, or integrating the VSS 3.2 GA RT-Embed Video Embedding microservice. Covers Docker Compose bring-up, GPU and storage prerequisites, the `/v1` REST API (file uploads, text and video embeddings, live … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/vss-deploy-video-embedding) |
|
||||
| `amc-setup-calibration-stack` | core | Launch AutoMagicCalib microservice and web UI from NGC release images via Docker Compose. Use when user says 'deploy auto calibration', 'launch auto calibration', 'launch AMC', 'start MS+UI', or 'set up auto-magic-calib'. Requires NGC API … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/amc-setup-calibration-stack) |
|
||||
| `tao-run-platform` | core | TAO Execution SDK for submitting and monitoring GPU training jobs on supported platforms (Brev, SLURM, local Docker, Kubernetes). Use when the user wants to run TAO jobs through the SDK, get job tracking, S3 I/O wrapping, multi-node … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-run-platform) |
|
||||
| `tao-finetune-cosmos-reason` | core | Cosmos3-Nano video QA supervised fine-tuning with FSDP parallelism. Use when training or evaluating video question-answering models, fine-tuning Cosmos3-Nano or compatible Cosmos Reason models with SFT/LoRA, or working with Cosmos-RL. … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-finetune-cosmos-reason) |
|
||||
| `jetson-llm-benchmark` | core | Benchmark Jetson LLM/VLM serving performance across vLLM, llama.cpp, and Ollama with structured JSON output. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/jetson-llm-benchmark) |
|
||||
| `launch-nemo-rl` | core | Playbook for launching, monitoring, stopping, and debugging NeMo-RL recipes on a Kubernetes cluster via the nrl-k8s CLI. Covers ephemeral vs long-lived RayCluster modes, iterating on runs, and debugging hung or failed training jobs. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/launch-nemo-rl) |
|
||||
| `rag-eval` | core | Filesystem RAG benchmarks: corpus/, train.json, evaluate_rag.py (RAGAS quality). Not for prod monitoring, latency/throughput benchmarking (use rag-perf), or evals outside this repo layout. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/rag-eval) |
|
||||
| `tao-setup-nvidia-gpu-host` | core | Host setup for TAO GPU backends. Checks and, after user approval, installs NVIDIA driver branch 580, CUDA Toolkit 13.0, and NVIDIA Container Toolkit 1.19.0 for Docker/local-Docker and Kubernetes GPU worker hosts. The `--check-only` path … | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/tao-setup-nvidia-gpu-host) |
|
||||
| `cuopt-install` | core | Install cuOpt for Python, C, or server via pip, conda, or Docker; verify the install. For building cuOpt from source, see cuopt-developer. | [source](https://github.com/NVIDIA/skills/tree/153b14b/skills/cuopt-install) |
|
||||
|
||||
## 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-api-overview` | core | High-level map of the Venice.ai API - base URL, authentication modes, endpoint categories, response headers, pricing model, error shape, and versioning. Load this first when starting any Venice integration. | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-api-overview) |
|
||||
| `venice-crypto-rpc` | core | Use Venice as a pay-per-call JSON-RPC proxy to 20+ EVM and Starknet networks. Covers GET /crypto/rpc/networks, POST /crypto/rpc/{network}, the 1×/2×/4× method-tier pricing model, per-minute + 24-hour credit rate limits, idempotency keys … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-crypto-rpc) |
|
||||
| `venice-api-keys` | adjacent | Manage Venice API keys. Covers GET/POST/PATCH/DELETE /api_keys, GET /api_keys/{id}, GET /api_keys/rate_limits, GET /api_keys/rate_limits/log, the two-step /api_keys/generate_web3_key wallet flow, INFERENCE vs ADMIN key types, and per-key … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-api-keys) |
|
||||
| `venice-auth` | adjacent | Authenticate to the Venice API with a Bearer API key or with an x402 / SIWE wallet. Covers header formats, the SIWE message fields, TTL and nonce rules, the venice-x402-client SDK, and how to choose between the two modes. | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-auth) |
|
||||
| `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) |
|
||||
| `venice-responses` | adjacent | Use Venice's Alpha POST /responses endpoint - an OpenAI-compatible Responses API with typed output blocks (reasoning, message, function_call, web_search_call). Covers request shape, streaming, differences from /chat/completions, supported … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-responses) |
|
||||
| `venice-characters` | adjacent | Discover and use Venice public characters (persona-driven system prompts with a bound model). Covers GET /characters (search/filter/sort), /characters/{slug}, /characters/{slug}/reviews, the Character schema, and how to apply a character … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-characters) |
|
||||
| `venice-embeddings` | adjacent | Call POST /embeddings on Venice. Covers request shape (input, model, encoding_format, dimensions, user), OpenAI compatibility, response compression (gzip/br), and practical usage for retrieval, clustering, and RAG. | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-embeddings) |
|
||||
| `venice-image-edit` | adjacent | Transform existing images with Venice. Covers POST /image/edit (prompt-driven single-image edit), /image/multi-edit (compose 1-3 images), /image/upscale (2-4x upscale + enhance), and /image/background-remove. Accepts base64, file upload, … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-image-edit) |
|
||||
| `venice-image-generate` | adjacent | Generate images with Venice. Covers POST /image/generate (Venice-native), POST /images/generations (OpenAI-compatible), GET /image/styles (style presets), request fields (prompt, dimensions, cfg_scale, seed, variants, style_preset, … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-image-generate) |
|
||||
| `venice-x402` | adjacent | Manage Venice x402 wallet credits. Covers POST /x402/top-up (payment discovery + signed USDC settlement), GET /x402/balance/{walletAddress}, GET /x402/transactions/{walletAddress}, USDC on Base (chain 8453), minimum $5 top-up, transaction … | [source](https://github.com/veniceai/skills/tree/de089fa/skills/venice-x402) |
|
||||
174
references/market.md
Normal file
174
references/market.md
Normal file
@@ -0,0 +1,174 @@
|
||||
# Market evidence report — blockchain-developer
|
||||
|
||||
Source: **43 real job ads** (JSearch API, countries: us 43), extracted into the MSSQL evidence store; as of 2026-07-09.
|
||||
This report contains extracted, aggregated facts only — no ad text is
|
||||
reproduced (copyright / platform terms).
|
||||
|
||||
## Seniority distribution
|
||||
|
||||
| Seniority | Ads | Share |
|
||||
|---|---|---|
|
||||
| mid | 27 | 63 % |
|
||||
| lead | 6 | 14 % |
|
||||
| senior | 6 | 14 % |
|
||||
| n/a | 3 | 7 % |
|
||||
| junior | 1 | 2 % |
|
||||
|
||||
## Tools — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | Ethereum | 18 | 42 % |
|
||||
| 2 | Solidity | 12 | 28 % |
|
||||
| 3 | Corda | 11 | 26 % |
|
||||
| 4 | Hyperledger Besu | 8 | 19 % |
|
||||
| 5 | Typescript | 8 | 19 % |
|
||||
| 6 | Canton | 7 | 16 % |
|
||||
| 7 | Cosmos | 7 | 16 % |
|
||||
| 8 | Java | 7 | 16 % |
|
||||
| 9 | JSON | 6 | 14 % |
|
||||
| 10 | Spring Boot | 6 | 14 % |
|
||||
| 11 | AWS | 5 | 12 % |
|
||||
| 12 | Docker | 5 | 12 % |
|
||||
| 13 | Foundry | 5 | 12 % |
|
||||
| 14 | Go | 5 | 12 % |
|
||||
| 15 | JavaScript | 5 | 12 % |
|
||||
| 16 | Kubernetes | 5 | 12 % |
|
||||
| 17 | REST APIs | 5 | 12 % |
|
||||
| 18 | Truffle | 5 | 12 % |
|
||||
| 19 | Git | 4 | 9 % |
|
||||
| 20 | hardhat | 4 | 9 % |
|
||||
| 21 | Jenkins | 4 | 9 % |
|
||||
| 22 | Web3.js | 4 | 9 % |
|
||||
| 23 | Cosmos SDK | 3 | 7 % |
|
||||
| 24 | Hyperledger | 3 | 7 % |
|
||||
| 25 | Hyperledger Fabric | 3 | 7 % |
|
||||
| 26 | Python | 3 | 7 % |
|
||||
|
||||
## Hard skills — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | smart contract development | 21 | 49 % |
|
||||
| 2 | cryptography | 14 | 33 % |
|
||||
| 3 | blockchain development | 12 | 28 % |
|
||||
| 4 | distributed systems design | 6 | 14 % |
|
||||
| 5 | software development | 6 | 14 % |
|
||||
| 6 | blockchain application development | 5 | 12 % |
|
||||
| 7 | identity and access management | 5 | 12 % |
|
||||
| 8 | performance optimization | 5 | 12 % |
|
||||
| 9 | api integration | 4 | 9 % |
|
||||
| 10 | blockchain application design | 4 | 9 % |
|
||||
| 11 | security auditing | 4 | 9 % |
|
||||
| 12 | systems analysis | 4 | 9 % |
|
||||
| 13 | api design | 3 | 7 % |
|
||||
| 14 | api development | 3 | 7 % |
|
||||
| 15 | blockchain engineering | 3 | 7 % |
|
||||
| 16 | blockchain integration | 3 | 7 % |
|
||||
| 17 | distributed ledger technology | 3 | 7 % |
|
||||
| 18 | microservices architecture | 3 | 7 % |
|
||||
| 19 | program design | 3 | 7 % |
|
||||
| 20 | secure software development | 3 | 7 % |
|
||||
| 21 | software engineering | 3 | 7 % |
|
||||
|
||||
## Methods — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | ci/cd | 7 | 16 % |
|
||||
| 2 | agile development | 3 | 7 % |
|
||||
| 3 | agile methodology | 3 | 7 % |
|
||||
| 4 | ci/cd pipelines | 3 | 7 % |
|
||||
|
||||
## Responsibilities — full market ranking
|
||||
|
||||
| # | Item | Ads | Share |
|
||||
|---|---|---|---|
|
||||
| 1 | code review | 9 | 21 % |
|
||||
| 2 | performance optimization | 5 | 12 % |
|
||||
| 3 | security implementation | 5 | 12 % |
|
||||
| 4 | smart contract deployment | 5 | 12 % |
|
||||
| 5 | backend service maintenance | 4 | 9 % |
|
||||
| 6 | smart contract design | 4 | 9 % |
|
||||
| 7 | application development | 3 | 7 % |
|
||||
| 8 | blockchain application building | 3 | 7 % |
|
||||
| 9 | blockchain integration | 3 | 7 % |
|
||||
| 10 | documentation | 3 | 7 % |
|
||||
| 11 | infrastructure maintenance | 3 | 7 % |
|
||||
|
||||
## Regional breakdown
|
||||
|
||||
> **Corpus note:** 43 relevant ads in total — below the 100-ad target for a fully reliable ranking. Percentages above should be read as indicative.
|
||||
|
||||
### US (us)
|
||||
|
||||
43 ads.
|
||||
|
||||
**Top hard skills:**
|
||||
|
||||
- smart contract development — 49 % (21 ads)
|
||||
- cryptography — 33 % (14 ads)
|
||||
- blockchain development — 28 % (12 ads)
|
||||
- distributed systems design — 14 % (6 ads)
|
||||
- software development — 14 % (6 ads)
|
||||
- blockchain application development — 12 % (5 ads)
|
||||
- identity and access management — 12 % (5 ads)
|
||||
- performance optimization — 12 % (5 ads)
|
||||
- api integration — 9 % (4 ads)
|
||||
- blockchain application design — 9 % (4 ads)
|
||||
|
||||
**Top tools:**
|
||||
|
||||
- Ethereum — 42 % (18 ads)
|
||||
- Solidity — 28 % (12 ads)
|
||||
- Corda — 26 % (11 ads)
|
||||
- Hyperledger Besu — 19 % (8 ads)
|
||||
- Typescript — 19 % (8 ads)
|
||||
- Canton — 16 % (7 ads)
|
||||
- Cosmos — 16 % (7 ads)
|
||||
- Java — 16 % (7 ads)
|
||||
- JSON — 14 % (6 ads)
|
||||
- Spring Boot — 14 % (6 ads)
|
||||
|
||||
**Seniority:** mid 63 % · lead 14 % · senior 14 % · n/a 7 % · junior 2 %
|
||||
|
||||
### 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 |
|
||||
|---|---|
|
||||
| Blockchain Developer | 14 |
|
||||
| Blockchain Engineer | 4 |
|
||||
| Back-End Block Chain Developer IV | 1 |
|
||||
| Blockchain Developer (Java / TypeScript / DLT) | 1 |
|
||||
| Blockchain Developer (m/w/d) | 1 |
|
||||
| Blockchain Developer Jobs in Durham | 1 |
|
||||
| Blockchain Developer/Programmer - W2 Role | 1 |
|
||||
| Blockchain Engineer Jobs in Raleigh | 1 |
|
||||
| Blockchain Java Backend Developer | 1 |
|
||||
| Blockchain Protocol Engineer (Go/Cosmos SDK) | 1 |
|
||||
| Digital Assets - Blockchain Software Developer | 1 |
|
||||
| Digital Assets - Blockchain Software Developer | Stamford, CT, USA | 1 |
|
||||
| Digital Assets Blockchain Java Developer - AVP | 1 |
|
||||
| Lead Blockchain Developer at bondex app Remote | 1 |
|
||||
| Lead Blockchain Engineer — Scalable, Secure DLT | 1 |
|
||||
| Lead Blockchain Protocol Engineer (Specialty Software Engineer 3 )-NJ | 1 |
|
||||
| Protocol Software Engineer - Consensus | 1 |
|
||||
| Remote TON DeFi Blockchain Engineer: Smart Contracts & NFTs | 1 |
|
||||
| Senior Blockchain Developer | 1 |
|
||||
| Senior Blockchain Developer Web3 Integrations | 1 |
|
||||
| Senior Blockchain Engineer | 1 |
|
||||
| Senior Blockchain Engineer - Digital Assets Platform - VP | 1 |
|
||||
| Senior Distributed Ledger Technology Engineer | 1 |
|
||||
| Senior DLT Engineer: Secure Blockchain DoD Healthcare | 1 |
|
||||
| Senior Software Engineer — Blockchain Wallet & Developer APIs | 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.
|
||||
21
references/profile.md
Normal file
21
references/profile.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Occupation profile — blockchain developer
|
||||
|
||||
- **ESCO URI:** http://data.europa.eu/esco/occupation/24135b84-cbdd-4d42-9ed2-02fd982d15b2
|
||||
- **ESCO code:** 2512.4.1
|
||||
- **ISCO-08 group:** 2512 — Software developers
|
||||
|
||||
## Description (ESCO)
|
||||
|
||||
Blockchain developers implement or program blockchain-based software systems based on specifications and designs by using programming languages, tools, and blockchain platforms.
|
||||
|
||||
## Definition
|
||||
|
||||
nan
|
||||
|
||||
## Alternative labels
|
||||
|
||||
- DLT engineer
|
||||
- blockchain development engineer
|
||||
- decentralized ledger technology specialist
|
||||
- blockchain engineer
|
||||
- DLT specialist
|
||||
87
references/skills.md
Normal file
87
references/skills.md
Normal file
@@ -0,0 +1,87 @@
|
||||
# Competences — blockchain developer
|
||||
|
||||
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/24135b84-cbdd-4d42-9ed2-02fd982d15b2).
|
||||
|
||||
## Essential
|
||||
|
||||
- **analyse decentralised applications** (skill/competence)
|
||||
- **blockchain** (knowledge)
|
||||
- **blockchain application areas** (knowledge)
|
||||
- **blockchain applications** (knowledge)
|
||||
- **blockchain applications security principles** (knowledge)
|
||||
- **blockchain architecture** (knowledge)
|
||||
- **blockchain components** (knowledge)
|
||||
- **blockchain consensus mechanisms** (knowledge)
|
||||
- **blockchain design patterns** (knowledge)
|
||||
- **blockchain history** (knowledge)
|
||||
- **blockchain mining principles** (knowledge)
|
||||
- **blockchain openness** (knowledge)
|
||||
- **blockchain platforms** (knowledge)
|
||||
- **blockchain terminology** (knowledge)
|
||||
- **blockchain-based business models** (knowledge)
|
||||
- **blockchain-based services regulation** (knowledge)
|
||||
- **computer programming** (knowledge)
|
||||
- **debug software** (skill/competence)
|
||||
- **decentralised identifiers** (knowledge)
|
||||
- **decentralized application frameworks** (knowledge)
|
||||
- **design process for blockchain-based systems** (skill/competence)
|
||||
- **develop blockchain innovative architectures** (skill/competence)
|
||||
- **digital identity management** (knowledge)
|
||||
- **distributed ledger technologies consensus protocols** (knowledge)
|
||||
- **distributed ledger technologies vulnerabilities** (knowledge)
|
||||
- **distributed ledger technology** (knowledge)
|
||||
- **evaluate blockchain architectures** (skill/competence)
|
||||
- **explain blockchain implications** (skill/competence)
|
||||
- **explain distributed ledger technologies principles** (skill/competence)
|
||||
- **game theory** (knowledge)
|
||||
- **ICT debugging tools** (knowledge)
|
||||
- **identify blockchain innovation opportunities** (skill/competence)
|
||||
- **implement smart contracts** (skill/competence)
|
||||
- **interpret technical requirements** (skill/competence)
|
||||
- **outline blockchain-based identity management** (skill/competence)
|
||||
- **recognise blockchain application areas** (skill/competence)
|
||||
- **recognise blockchain risks** (skill/competence)
|
||||
- **smart contract** (knowledge)
|
||||
- **smart contract programming languages** (knowledge)
|
||||
- **software components libraries** (knowledge)
|
||||
- **use software design patterns** (skill/competence)
|
||||
- **use software libraries** (skill/competence)
|
||||
- **utilise computer-aided software engineering tools** (skill/competence)
|
||||
|
||||
## Optional
|
||||
|
||||
- adapt to changes in technological development plans (skill/competence)
|
||||
- Angular (knowledge)
|
||||
- C++ (knowledge)
|
||||
- cloud technologies (knowledge)
|
||||
- cryptocurrency (knowledge)
|
||||
- data analytics (knowledge)
|
||||
- design user interface (skill/competence)
|
||||
- ICT encryption (knowledge)
|
||||
- implement front-end website design (skill/competence)
|
||||
- Java (computer programming) (knowledge)
|
||||
- JavaScript (knowledge)
|
||||
- Scala (knowledge)
|
||||
- service-oriented modelling (knowledge)
|
||||
- Solidity (knowledge)
|
||||
- TypeScript (knowledge)
|
||||
- use markup languages (skill/competence)
|
||||
- Vyper (knowledge)
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 43 ads, as of 2026-07-09)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Hard skills
|
||||
|
||||
- smart contract development — **49 %**
|
||||
- cryptography — **33 %**
|
||||
- blockchain development — **28 %**
|
||||
|
||||
### Responsibilities
|
||||
|
||||
- code review — **21 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
40
references/tasks.md
Normal file
40
references/tasks.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Tasks & work activities — blockchain developer
|
||||
|
||||
Source: O*NET 30.3, occupation 15-1299.07 (Blockchain Engineers) — manual nearest-occupation mapping via ISCO group 2512; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
## Task statements
|
||||
|
||||
- **[nan]** Assess blockchain threats, such as untested code and unprotected keys.
|
||||
- **[nan]** Automate the deployment of software updates over geographically distributed network nodes.
|
||||
- **[nan]** Design and deploy blockchain design patterns to make transactions secure, transparent, and immutable.
|
||||
- **[nan]** Design and develop blockchain technologies for industries such as finance and music.
|
||||
- **[nan]** Design and implement dashboard and data visualizations to meet customer reporting needs.
|
||||
- **[nan]** Design and implement data repositories to integrate data.
|
||||
- **[nan]** Design and verify cryptographic protocols to protect private information.
|
||||
- **[nan]** Determine specifications for, or implement, logging.
|
||||
- **[nan]** Develop a maintainable code base using object-oriented design principles, practices, or patterns.
|
||||
- **[nan]** Discuss and plan systems with solution architects, system engineers, or cybersecurity experts to meet customer requirements.
|
||||
- **[nan]** Discuss data needs with engineers, product managers, or data scientists to identify blockchain requirements.
|
||||
- **[nan]** Evaluate blockchain processes or risks based on security assessments or control matrix reviews.
|
||||
- **[nan]** Evaluate new blockchain technologies and vendor products.
|
||||
- **[nan]** Implement catastrophic failure handlers to identify security breaches and prevent serious damage.
|
||||
- **[nan]** Run infrastructure tests to examine the behavior of large peer-to-peer networks.
|
||||
- **[nan]** Test the security and performance of blockchain infrastructures.
|
||||
- **[nan]** Update client and server applications responsible for integration and business logic.
|
||||
|
||||
## Detailed work activities
|
||||
|
||||
- Analyze security of systems, network, or data.
|
||||
- Create databases to store electronic data.
|
||||
- Design integrated computer systems.
|
||||
- Design software applications.
|
||||
- Develop computer or information security policies or procedures.
|
||||
- Develop procedures for data management.
|
||||
- Discuss design or technical features of products or services with technical personnel.
|
||||
- Evaluate new technologies or methods.
|
||||
- Evaluate utility of software or hardware technologies.
|
||||
- Implement security measures for computer or information systems.
|
||||
- Install computer software.
|
||||
- Maintain computer equipment or software.
|
||||
- Test computer system operations to ensure proper functioning.
|
||||
- Write computer programming code.
|
||||
72
references/tools.md
Normal file
72
references/tools.md
Normal file
@@ -0,0 +1,72 @@
|
||||
# Tools & technology — blockchain developer
|
||||
|
||||
Source: O*NET 30.3, occupation 15-1299.07 (Blockchain Engineers) — manual nearest-occupation mapping via ISCO group 2512; the official ESCO crosswalk has no entry for this ESCO occupation.
|
||||
|
||||
| Software | Category | Hot technology |
|
||||
|---|---|---|
|
||||
| Amazon Web Services AWS CloudFormation | Cloud-based management software | yes |
|
||||
| Amazon Web Services AWS software | Data base user interface and query software | yes |
|
||||
| Ansible software | Expert system software | yes |
|
||||
| Apache Kafka | Development environment software | yes |
|
||||
| Atlassian Confluence | Project management software | yes |
|
||||
| Atlassian JIRA | Content workflow software | yes |
|
||||
| C | Development environment software | yes |
|
||||
| C# | Object or component oriented development software | yes |
|
||||
| C++ | Object or component oriented development software | yes |
|
||||
| Docker | Application server software | yes |
|
||||
| Git | File versioning software | yes |
|
||||
| GitHub | Application server software | yes |
|
||||
| Go | Development environment software | yes |
|
||||
| Google Angular | Web platform development software | yes |
|
||||
| Grafana Labs Grafana Cloud | Graphical user interface development software | yes |
|
||||
| IBM Terraform | Configuration management software | yes |
|
||||
| JavaScript | Web platform development software | yes |
|
||||
| Jenkins CI | Enterprise application integration software | yes |
|
||||
| Kubernetes | Application server software | yes |
|
||||
| Linux | Operating system software | yes |
|
||||
| Microsoft Azure software | Development environment software | yes |
|
||||
| MongoDB | Data base management system software | yes |
|
||||
| MySQL | Data base management system software | yes |
|
||||
| Node.js | Web platform development software | yes |
|
||||
| NoSQL | Data base management system software | yes |
|
||||
| Oracle Java | Object or component oriented development software | yes |
|
||||
| PostgreSQL | Object oriented data base management software | yes |
|
||||
| Python | Object or component oriented development software | yes |
|
||||
| React | Web platform development software | yes |
|
||||
| Splunk Enterprise | Enterprise system management software | yes |
|
||||
| Spring Boot | Application server software | yes |
|
||||
| Spring Framework | Web platform development software | yes |
|
||||
| Structured query language SQL | Data base user interface and query software | yes |
|
||||
| TypeScript | Object or component oriented development software | yes |
|
||||
| Amazon Elastic Container Service ECS | Application server software | |
|
||||
| Amazon Kinesis | Data base management system software | |
|
||||
| Amazon Simple Storage Service S3 | Storage networking software | |
|
||||
| Enterprise application integration EAI software | Enterprise application integration software | |
|
||||
| Kotlin | Development environment software | |
|
||||
| Low-level virtual machine LLVM compilers | Compiler and decompiler software | |
|
||||
| Microservices Architecture | Application server software | |
|
||||
| Oracle Java Message Service JMS | Object or component oriented development software | |
|
||||
| RabbitMQ | Object or component oriented development software | |
|
||||
| RESTful API | Web platform development software | |
|
||||
| Rust programming language | Development environment software | |
|
||||
| Software as a service SaaS | Cloud-based data access and sharing software | |
|
||||
| Software libraries | Development environment software | |
|
||||
| Solidity | Development environment software | |
|
||||
| Source code editor software | Program testing software | |
|
||||
| Web framework software | Web platform development software | |
|
||||
|
||||
<!-- market-evidence -->
|
||||
|
||||
## Market evidence (job-ad analysis, 43 ads, as of 2026-07-09)
|
||||
|
||||
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
|
||||
|
||||
### Tools
|
||||
|
||||
- Ethereum — **42 %**
|
||||
- Solidity — **28 %**
|
||||
- Corda — **26 %**
|
||||
- Hyperledger Besu — **19 %**
|
||||
- Typescript — **19 %**
|
||||
|
||||
<!-- market-evidence -->
|
||||
Reference in New Issue
Block a user