
Codehooks
- 11 repo stars
- Updated February 24, 2026
- RestDB/codehooks-claude-plugin
Develop, deploy, and manage Codehooks.io serverless backends
About
codehooks is a Claude Code skill in the DevOps & CI/CD category. Develop, deploy, and manage Codehooks.io serverless backends
- codehooks
- DevOps & CI/CD
- AI-coding skill
Codehooks by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add RestDB/codehooks-claude-plugin/plugin install codehooks@codehooksAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 11 |
|---|---|
| Last updated | February 24, 2026 |
| Repository | RestDB/codehooks-claude-plugin ↗ |
What it does
Develop, deploy, and manage Codehooks.io serverless backends
README.md
Codehooks Claude Plugin
A Claude Code plugin for developing, deploying, and managing Codehooks.io serverless backends.
What it does
This plugin teaches Claude Code how to work with the Codehooks platform. It provides:
- Auto-detection — Claude activates Codehooks mode when it detects a
config.jsonwithnameandspacefields - CLI integration — Claude uses
coho prompt,coho deploy,coho doctor, and other CLI commands to develop and manage backends - Ready-to-use templates — Example files for common patterns (webhooks, cron jobs, queues, workflows)
Prerequisites
npm install -g codehooks
coho login
Installation
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
Usage
Automatic (existing project)
Open a directory with a Codehooks config.json — Claude will automatically activate the backend skill when you ask it to work on backend tasks.
Explicit
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.
Plugin Structure
.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
License
MIT