Shahnil Sharma
Community@Shahnilsharma
Glad you visited my Github wanna Connect? find my LinkedIn below
Agent Skills by Shahnil Sharma
Showing 3 vetted skills indexed across 1 GitHub repositories.
cosmwasm-defi-architect
Designs, codes, tests, audits, and deploys CosmWasm DeFi smart contracts on Cosmos chains.
evm-defi-architect
Designs, tests, audits, and deploys Solidity smart contracts on Ethereum and EVM chains.
solana-defi-architect
Designs, codes, tests, audits, and deploys Solana Anchor programs for DeFi protocols.
Frequently Asked Questions About Shahnil Sharma
FAQPage SchemaWhat tasks can I accomplish with Shahnil Sharma's DeFi architect skills?▼
You can design, code, test, audit, and deploy smart contracts across three ecosystems: CosmWasm/Rust on Cosmos chains, Solidity on Ethereum and EVM chains, and Rust/Anchor programs on Solana. Each skill maps DeFi mechanics like lending, AMMs, vaults, staking, vesting, and DAOs into production contract architecture.
Who are these smart contract skills designed for?▼
They target blockchain developers and DeFi engineers building on-chain financial protocols on Cosmos, EVM, or Solana networks. They suit solo builders needing an end-to-end pipeline as well as users wanting a multi-agent mode, triggered by saying 'with a team' or 'multiagent' for parallel execution.
How do testing and QA work in these skills?▼
Each skill generates role-based-wallet QA suites: cw-multitest plus CosmJS for CosmWasm, Foundry fuzz/invariant tests and Hardhat 3 with viem for EVM, and LiteSVM, Mollusk, Surfpool, Trident, and anchor-fuzz for Solana. Audits include threat modeling, economic review, and a fix-review cycle.
Which chains are supported and how is deployment handled?▼
CosmWasm defaults to ZIGChain, EVM defaults to Ethereum mainnet/Sepolia, and Solana defaults to devnet with mainnet-beta on request. Any alternative chain is accepted via a docs URL or .md file parameter. Deployment runs through chain-native CLIs: forge script/cast, solana/anchor CLI, or Cosmos CLI.
What security vulnerabilities do the Solana and EVM audits cover?▼
Solana audits target account-model vulnerability classes including signer/owner checks, PDA misuse, arbitrary CPI, sysvar spoofing, and account confusion. EVM audits run Slither, Mythril, and Echidna against an OWASP checklist, combined with threat modeling, economic review, and a structured fix-review cycle.