defi-protocols
Installation
SKILL.md
DeFi Protocols Skill
Master DeFi protocol development including AMM mechanics, lending systems, yield optimization, and oracle integration.
Quick Start
# Invoke this skill for DeFi development
Skill("defi-protocols", protocol_type="amm", chain="ethereum")
Topics Covered
1. AMM (Automated Market Makers)
Build decentralized exchanges:
- Constant Product: x * y = k (Uniswap V2)
- Concentrated Liquidity: Tick-based (Uniswap V3)
- Stable Swaps: Curve invariant
- TWAP: Time-weighted average price
Related skills
More from pluginagentmarketplace/custom-plugin-blockchain
smart-contract-security
Master smart contract security with auditing, vulnerability detection, and incident response
199web3-frontend
Master Web3 frontend development with wallet integration, viem/wagmi, and dApp UX
168solidity-development
Master Solidity smart contract development with patterns, testing, and best practices
162blockchain-basics
Master blockchain fundamentals including consensus, cryptography, and distributed systems
47ethereum-development
Master Ethereum development including EVM, gas optimization, and client interactions
44nft-development
Master NFT development with token standards, metadata, marketplaces, and on-chain art
38