Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@
"description": "Hyperliquid perpetual futures DEX — order placement (market/limit/trigger/TWAP), position management, leverage up to 50x, WebSocket streaming, vault strategies, and L1 architecture. REST and WebSocket APIs with wallet signing authentication. Python SDK and TypeScript patterns.",
"category": "Trading"
},
{
"name": "jaw",
"source": "./skills/jaw",
"description": "Build passkey-authenticated smart accounts on EVM chains with JAW SDK. ERC-4337 smart accounts with WebAuthn passkey signers, gasless transactions, batch operations, and ERC-7715 permissions. Use when building dApps with passwordless wallet auth, subscription payments, stablecoin transfers, or gasless UX. Supports wagmi (React), vanilla JS, and headless server-side.",
"category": "Infrastructure"
},
{
"name": "jupiter",
"source": "./skills/jupiter",
Expand Down Expand Up @@ -493,7 +499,7 @@
"name": "solidity-auditor",
"source": "./skills/solidity-auditor",
"description": "Security audit of Solidity code while you develop. Trigger on \"audit\", \"check this contract\", \"review for security\". Modes - default (full repo), DEEP (+ adversarial reasoning), or a specific filename.",
"category": "Security"
"category": "Uncategorized"
},
{
"name": "solidity-security",
Expand Down
Loading