Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By swapkats
A hyper-opinionated agent for building production-ready Next.js apps with DynamoDB. Eliminates technology debates and focuses on shipping functional, tested, deployed applications.
npx claudepluginhub swapkats/robin --plugin robinSpecialized skill for building Next.js 15 App Router applications with React Server Components, Server Actions, and production-ready patterns. Use when implementing Next.js features, components, or application structure.
Specialized skill for deploying Next.js applications to AWS using SST (Serverless Stack) or Vercel, with DynamoDB integration, IAM configuration, and infrastructure as code. Use when setting up AWS resources or deploying production applications.
Specialized skill for designing AWS DynamoDB single-table schemas with optimized access patterns. Use when modeling data, designing table structure, or optimizing DynamoDB queries for production applications.
Hyper-opinionated Claude agent for building production-ready Next.js apps with DynamoDB. Enforces best practices, eliminates technology debates, and focuses on shipping functional apps fast. Use when building full-stack applications with Next.js 15 App Router and AWS DynamoDB.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Full-stack web development with app scaffolding and page generation
Claude Code plugin that uses skill architecture to intercept vague prompts, ask clarifying questions, and return structured framework-aware prompts that has credit saving patterns built in.
15 specialized agents and 22 skills for TypeScript fullstack development with Fastify, Next.js, PostgreSQL, Redis, and more.
Scaffold Cloudflare Workers, Hono APIs, D1/Drizzle schemas, D1 migration workflows, full-stack Vite+Workers apps, and TanStack Start SSR dashboards.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
A hyper-opinionated Claude agent for building production-ready Next.js apps with DynamoDB.
Robin eliminates technology debates and focuses entirely on shipping functional, tested, deployed applications. No choices. No bikeshedding. Just production-ready code.
"Functional > Beautiful. Deployed > Perfect. Opinionated > Flexible. Server > Client."
Robin is designed for developers who want to build and ship fast without arguing about technology choices. It enforces a single, proven tech stack and gets out of your way.
There are no alternatives. This is the stack. It's proven, performant, and production-ready.
Robin is a Claude Code plugin that installs with one command:
Add Robin marketplace to Claude Code:
/plugin marketplace add swapkats/robin
Install the Robin plugin:
/plugin install robin
Restart Claude Code for the plugin to be fully activated
Start building! Robin's agent, skills, and commands are now available.
Once installed, you have several ways to use Robin:
/robin-init
This command interactively creates a complete Next.js + DynamoDB application with all Robin standards.
Explicitly delegate to the Robin agent for complex project builds:
/task Use the robin agent to create a SaaS application with organizations and teams
Just describe what you want, and Robin's skills automatically activate:
"Create a todo application with user authentication"
Robin's skills recognize the context and build it for you automatically!
If you prefer not to use the plugin system:
# Clone the repository
git clone https://github.com/swapkats/robin.git
# Copy components to your project
cp -r robin/skills your-project/.claude/
cp -r robin/agents your-project/.claude/
cp -r robin/commands your-project/.claude/
User: Create a new todo application with user authentication
Robin: [Creates complete Next.js + DynamoDB app with:]
- Next.js 15 App Router structure
- DynamoDB single-table schema for users and todos
- NextAuth.js authentication configured
- Todo CRUD operations (Server Actions)
- Tests for all features
- Ready to deploy with SST
User: Add the ability for users to share todos with other users
Robin: [Implements sharing feature:]
- Updates DynamoDB schema with sharing relationships
- Adds share endpoint (Server Action)
- Creates shared todos view
- Implements access control
- Adds tests
- Updates documentation
User: Deploy this to AWS
Robin: [Sets up deployment:]
- Creates SST configuration
- Configures DynamoDB table with CloudFormation
- Sets up proper IAM roles
- Configures environment variables
- Deploys to AWS
- Provides deployment URL
Robin includes three types of components that work together:
Use when: Building complete applications from scratch, complex multi-feature projects, or when you want explicit control
The Robin agent is a specialized subagent you can delegate to for autonomous, end-to-end application building. It follows the Explore → Plan → Build → Validate → Deploy workflow and enforces all Robin standards.
How to use:
/task Use the robin agent to create a blog platform with posts and comments