Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub restdb/codehooks-claude-pluginDevelop, deploy, and manage Codehooks.io serverless backends
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
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