Scaffold a new project that uses the Bankr x402 SDK
Creates a complete TypeScript/Node.js project scaffold for applications using the Bankr x402 SDK.
npx claudepluginhub bankrbot/claude-pluginsproject-typeCreate a complete TypeScript/Node.js project scaffold for building on the Bankr x402 SDK.
Determine project type - If $ARGUMENTS specifies a type, use it. Otherwise, ask the user.
Load the x402-project-templates skill for available types:
Ask for project details:
my-trading-bot)Create project structure:
x402-project-templates skill for the directory structurex402-client-patterns skill for common files and client codemkdir -pExplain next steps:
bun install && bun dev or npm install && npm run dev)Core Skills (always load):
x402-project-templates - Directory structures for each project typex402-client-patterns - bankr-client.ts and common files (package.json, tsconfig.json, .env.example, .gitignore)sdk-capabilities - SDK operation referenceCapability Skills (load based on project purpose):
sdk-token-swaps - For trading bots: swap patterns, approval handlingsdk-transaction-builder - For custom transfers, NFT ops, bridgessdk-balance-queries - For dashboards: portfolio queries, balance trackingsdk-wallet-operations - For multi-wallet setupssdk-job-management - For advanced: job polling, cancellationmkdir -p