Plugins listed here are tagged for this technology stack and auto-indexed from public GitHub repositories.
Plugins listed here are tagged for this technology stack and auto-indexed from public GitHub repositories.
Claude Code plugins tagged for Hono development. Browse commands, agents, skills, and more.
Unlock bundled expert skills in Claude Code to build full-stack Next.js apps with App Router and Server Actions, select and implement performant Node.js backends with Hono or NestJS, apply React optimization rules, and master advanced TypeScript for monorepos and migrations.
Scaffold and deploy full-stack Cloudflare Workers apps with Hono APIs, Vite+React+Tailwind+shadcn frontends, Drizzle/D1 databases including schemas/migrations/seeds; manage infrastructure via REST API for DNS records, cache purges, WAF rules, R2/KV ops.
Develop Fediverse ActivityPub servers using Fedify in JavaScript/TypeScript: implement actors, dispatchers, inboxes, and HTTP signatures with Hono/Express/Next.js; debug federation issues with Mastodon; migrate code versions; review for security/best practices; query FEPs and docs.
Run self-serve browser-based QA to verify frontend PR changes match ticket acceptance criteria before pushing code. Auto-setup detects dev server ports and routes for supported frameworks, indexes Playwright/Cypress tests, handles auth, and executes automated UI/functionality checks.
Design original software architectures and UI/UX from first principles for innovative solutions in Next.js, Astro, Svelte, Rails, Django, FastAPI, or Hono apps. Accelerate feature ideation, architecture planning, brainstorming sessions, design reviews, and strategy discussions.
Set up Cloudflare Queues via interactive wrangler wizard for producers, consumers, batching, retries, and dead letter queues; monitor real-time metrics like backlogs and DLQ status; troubleshoot errors such as timeouts, retries, and throughput issues; optimize performance with concurrency and scaling recommendations using commands and diagnostic agents.
Integrate Cloudflare Turnstile CAPTCHA alternative for bot and spam protection in React, Next.js, Hono, Cloudflare Workers, and mobile apps. Run setup wizards to generate framework-specific widgets, configs, and validation code; diagnose CSP headers, error codes 100*-600*, widget failures interactively; apply fixes via scripts, nginx, or meta tags.
Set up Cloudflare R2 buckets in Workers projects via wrangler, bind them to your code with TypeScript types, upload and download objects including large files via multipart with Hono, generate presigned URLs, debug and fix CORS errors, configure event notifications for automation, and migrate S3 buckets using rclone.
Set up, configure, extend, and debug Better Auth TypeScript authentication for Next.js, Nuxt, Cloudflare D1 via Drizzle/Prisma/Kysely/Hono, and 15+ frameworks. Interactively generate auth configs, schemas, routes, clients, and env vars; add plugins like 2FA, passkeys, Stripe; explain errors with fixes; reference providers; autonomously diagnose issues.
Rapidly build and test Hono web apps and APIs with Claude AI guidance, delivering inline references for constructors, routing patterns, middleware, JSX, validation, streaming, error handling, and endpoint testing via npx hono request, plus remote access to Hono documentation.
Deploy serverless GPU-accelerated AI inference on Cloudflare Workers: bind LLMs and image models, stream responses, generate embeddings/text/images, integrate AI Gateway, handle rate limits/errors, and build production edge AI apps.
Secure Cloudflare Workers apps with Zero Trust Access authentication using Hono middleware: validate JWTs and service tokens, protect routes via RBAC, and resolve CORS preflight, cache races, and missing headers.
Build and deploy production-ready TypeScript MCP servers to Cloudflare Workers with Hono transport, authentication, Cloudflare services integration, and fixes for export syntax, schema validation, memory leaks, CORS, and auth errors. Enables edge-deployed stateless tools and API integrations.
Build type-safe Hono APIs using routing, middleware, Zod/Valibot validation, RPC endpoints, and error handling to fix request validation, type inference, and middleware issues in your projects.
Autonomously transform project ideas into production-ready fullstack applications via a multi-agent orchestrator that generates specs and plans, delegates tasks to specialist agents for frontend, backend, database, testing, DevOps, security, and documentation, enforces quality gates, and manages execution with checkpoints and rollbacks.
Enable AI agents to autonomously pay for API calls, data, and services via Machine Payments Protocol (MPP) using HTTP 402 challenges. Implement Stripe card payments or Tempo USDC, add proxy middleware to Hono/Express/Next.js servers, scaffold projects, secure flows with replay protection and validation, and publish discoverable OpenAPI endpoints with pricing.
Use AI agent skills to set up CopilotKit in React/Next.js/Angular apps, build AI chat UIs and frontend tools, integrate external agents via LangGraph/CrewAI/PydanticAI, migrate v1 to v2, debug runtime issues, update skills from GitHub, and contribute to the monorepo.
Control Omni platform via CLI: manage multichannel messaging across WhatsApp/Discord/Telegram/Slack channels, create/deploy AI agents and providers, build event-driven automations, send outbound messages/media/TTS, monitor events/analytics/traces, run batch media jobs, query chats/persons.
Implement type-safe RPC APIs with oRPC for end-to-end type safety and OpenAPI spec generation. Follow guides to set up procedures, routers, middleware, context, error handling, streaming, file uploads, server actions, and adapters for frameworks like Next.js, Express, Hono, Fastify, plus integrations with TanStack Query, SWR, Better Auth, and Sentry.
Build EVM blockchain data indexers with Ponder to capture smart contract events, transactions, and traces. Store indexed data in Postgres using Drizzle ORM for schema management and query it through type-safe Hono APIs built with TypeScript and viem.