A Claude Code plugin for developing, deploying, and managing Codehooks.io serverless backends.
This plugin teaches Claude Code how to work with the Codehooks platform. It provides:
config.json with name and space fieldscoho prompt, coho deploy, coho doctor, and other CLI commands to develop and manage backendsnpm install -g codehooks
coho login
Add the marketplace and install the plugin:
/plugin marketplace add RestDB/codehooks-claude-plugin
/plugin install codehooks@codehooks
Or for local development/testing:
claude --plugin-dir ./codehooks-claude-plugin
Open a directory with a Codehooks config.json — Claude will automatically activate the backend skill when you ask it to work on backend tasks.
Run the /codehooks:backend command to activate Codehooks mode manually. This is useful for starting new projects or when auto-detection hasn't kicked in.
.claude-plugin/plugin.json Plugin manifest
commands/backend.md /codehooks:backend user command
skills/codehooks-backend/SKILL.md Agent skill (auto-detected)
examples/
webhook-handler.js Stripe webhook with signature verification
daily-job.js Cron-scheduled background job
queue-worker.js Async queue processing
workflow-automation.js Multi-step workflow with state
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub restdb/codehooks-claude-plugin --plugin codehooksExpert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents common pitfalls. Use when creating, reviewing, or debugging Claude Code hooks.
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
Agents specialized in backend development, API design, and system architecture. Focuses on scalable server-side solutions and data management.
Create secure webhook endpoints with signature verification and retry logic
The backend platform for AI-native developers. A Postgres-based backend with auth, storage, compute, hosting, and AI gateway — built for coding agents. This plugin gives agents the full InsForge surface: database CRUD with RLS, authentication, storage, edge functions, AI, realtime, Stripe payments, and deployments. Includes CLI infrastructure management, debugging diagnostics, and integration guides for third-party auth providers (Auth0, Clerk, Kinde, Stytch, WorkOS).
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.