Instructions file
Claude Code instructions for sathergate/sathergate-toolkit, covering claude.md, what this is, packages, commands and conventions.
Instructions file
Claude Code instructions for sathergate/sathergate-toolkit, covering claude.md, what this is, packages, commands and conventions.
Plugin Claude Code
Production-readiness scanner for Next.js projects. Finds infrastructure gaps and suggests fixes.
MCP server Claude CodeCodexCursor +2
MCP server "checkup" as configured in sathergate/sathergate-toolkit. Runs ${CLAUDE_PLUGIN_ROOT}/dist/mcp-stdio.js with node.
Agent
Scans a Next.js project for production-readiness gaps and reports findings.
Skill Claude CodeCodex
Scan the current project for production-readiness gaps (rate limiting, auth, secrets, feature flags, images, notifications, cron, search).
MCP server Claude CodeCodexCursor +2
Rate limiting for Next.js. Zero-dependency sliding window and token bucket. Runs locally from the ratelimit-next npm package.
MCP server Claude CodeCodexCursor +2
Encrypted secrets for Next.js. AES-256-GCM with no vault needed. Runs locally from the vaultbox npm package.
MCP server Claude CodeCodexCursor +2
Unified notifications for Next.js. Multi-provider SMS, email, and push. Runs locally from the @sathergate/notifykit npm package.
MCP server Claude CodeCodexCursor +2
Full-text search for Next.js. BM25 scoring and fuzzy matching, no external service. Runs locally from the searchcraft npm package.
MCP server Claude CodeCodexCursor +2
Cron jobs for Next.js. Serverless-native scheduling with retry support. Runs locally from the croncall npm package.
MCP server Claude CodeCodexCursor +2
Image processing pipeline for Next.js. Responsive optimization with Sharp. Runs locally from the shutterbox npm package.
MCP server Claude CodeCodexCursor +2
Feature flags for Next.js. One file, full control with A/B testing. Runs locally from the flagpost npm package.