pikku
Build type-safe Node.js backends across any runtime
All Skills in This Repository (24)
Pure Emerald Level Indicatorspikku-cron
Wire Pikku functions to cron schedules using wireScheduler and pikkuVoidFunc.
pikku-deploy-fastify
Deploy Pikku apps into Fastify environments with standalone servers or plugin integration.
pikku-testing
Test Pikku functions, middleware, and services across unit and integration layers.
pikku-deploy-uws
Deploy Pikku applications on uWebSockets.js with HTTP and WebSocket support.
pikku-websocket
Wire WebSocket channels to Pikku actions with per-action routing and EventHub pub/sub.
pikku-security
Secure Pikku applications with authentication, authorization, and middleware across transports.
pikku-http
Wire Pikku functions to HTTP endpoints with routes, groups, and middleware.
pikku-versioning
Hash Pikku function schemas into a versions.json manifest for CI checks.
pikku-info
Identify and summarize registered Pikku functions, tags, middleware, and permissions.
pikku-deploy-nextjs
Generate typed Next.js wrappers for Pikku API routes and RPC calls.
pikku-mcp
Expose Pikku functions as MCP tools, resources, and prompts.
pikku-deploy-lambda
Deploy Pikku applications to AWS Lambda with HTTP, scheduled, SQS, and WebSocket support.
Frequently Asked Questions
FAQPage SchemaHow to install Pikku skills?▼
Run `npx skills add pikkujs/pikku --all -g -y` in your terminal to install all Pikku skills globally for your coding agent.
What is the Pikku framework?▼
Pikku is a TypeScript framework that lets you write business logic once and expose it over HTTP, WebSocket, queues, schedulers, CLI, or MCP. It runs on Express, Fastify, Next.js, AWS Lambda, Cloudflare Workers, and more.
How do Pikku skills help coding agents?▼
Each skill teaches your agent one Pikku surface — wiring, auth, workflows, deployment, testing — with exact commands and common pitfalls, so it writes correct Pikku code on the first pass.
Does Pikku work with Claude Code and other agents?▼
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible agents.
Can Pikku deploy to serverless platforms?▼
Yes. Pikku ships adapters for AWS Lambda, Cloudflare Workers, Azure Functions, and Bun, plus a Fabric platform for one-command deployments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core