blockchain-web3-engineering
v0.1.2Blockchain & Web3 Engineering specialist team — agents (web3-architect-lead, smart-contract-security-analyst, gas-optimization-specialist, protocol-economics-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A Web3 team for an engineer or protocol architect accountable for a contract system that holds value — it treats deploy as irreversible and audit as the gate, holds reentrancy/access-control/arithmetic as the top vuln classes, reads gas as UX and cost, and tests invariants not just the happy path. Inherits ravenclaude-core protocols.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install blockchain-web3-engineering for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install blockchain-web3-engineering@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/blockchain-web3-engineering/.
Plugin files
├── .claude-plugin/plugin.json├── skills/audit-before-deploy/SKILL.md├── skills/model-staking-yield/SKILL.md├── skills/optimize-gas/SKILL.md├── skills/split-on-off-chain/SKILL.md└── skills/threat-model-protocol/SKILL.md
Included Skills5
Gate deploy on a security audit and invariant tests across the top vuln classes — deploy is irreversible. Reach for this before any mainnet go-live.
Model an illustrative net staking APR and annual reward — clearly NOT financial advice. Reach for this on a yield or reward question.
Profile gas and cut the dominant costs — storage writes and loops — then estimate the user-facing cost. Reach for this on a cost or UX-cost question.
Decide deliberately what lives on-chain vs off-chain on cost and privacy grounds. Reach for this on any data-placement question.
Build the threat model beyond code — oracle, flash-loan, and MEV economic surface. Reach for this on a 'can we be drained?' question.
Plugin manifests1
{
"name": "blockchain-web3-engineering",
"version": "0.1.2",
"description": "Blockchain & Web3 Engineering specialist team — agents (web3-architect-lead, smart-contract-security-analyst, gas-optimization-specialist, protocol-economics-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A Web3 team for an engineer or protocol architect accountable for a contract system that holds value — it treats deploy as irreversible and audit as the gate, holds reentrancy/access-control/arithmetic as the top vuln classes, reads gas as UX and cost, and tests invariants not just the happy path. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"blockchain",
"web3",
"smart-contracts",
"solidity",
"gas-optimization",
"defi",
"security-audit",
"evm",
"tokenomics"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[blockchain-web3-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/blockchain-web3-engineering)