From bankr-x402-sdk-dev
Scaffolds a new TypeScript/Node.js project using the Bankr x402 SDK. Supports bot, web-service, dashboard, and CLI project types.
How this command is triggered — by the user, by Claude, or both
Slash command
/bankr-x402-sdk-dev:scaffold project-typeThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# x402 SDK Project Scaffold Create a complete TypeScript/Node.js project scaffold for building on the Bankr x402 SDK. ## Process 1. **Determine project type** - If `$ARGUMENTS` specifies a type, use it. Otherwise, ask the user. Load the `x402-project-templates` skill for available types: - **bot** - Automated trading bot, price monitor, portfolio rebalancer, scheduled task - **web-service** - HTTP API that wraps Bankr SDK for mobile apps or integrations - **dashboard** - Web UI for portfolio tracking, swap interface, monitoring - **cli** - Command-line tool for Bankr oper...
Create 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 -pnpx claudepluginhub bankrbot/claude-plugins --plugin bankr-x402-sdk-dev/scaffoldScaffolds a TypeScript/Node.js project for the Bankr Agent API, with templates for bots, web services, dashboards, and CLI tools.
/newScaffolds a new Better-T-Stack project by planning a full validated stack via its MCP server and generating the project files.
/bun-initInitializes a new Bun project with optional framework selection (Hono, Next.js, Nuxt, SvelteKit, TanStack Start, or basic TypeScript). Scaffolds project, installs dependencies, and applies Bun-specific optimizations.
/project-scaffoldGenerates a complete fullstack project scaffold with React frontend, Express/FastAPI backend, PostgreSQL database, authentication, testing, CI/CD, Docker, and documentation.
/tanstack-startBuilds a full-stack TanStack Start app on Cloudflare Workers from scratch, generating all files and handling database, auth, routes, dashboard, and deployment.
/create-go-projectScaffolds a production-ready Go web application with Echo, Templ, HTMX, Tailwind CSS, sqlc, and goose. Interactively configures database, optional services, admin dashboard, and deployment.