USE WHEN install backend skills, backend stack, setup backend, new backend project, api project setup, hono project, cloudflare workers project.
Installs the curated backend development skill stack into the current project for all agents (claude-code, opencode, gemini-cli).
| Skill | Source | Purpose |
|---|---|---|
hono |
yusukebe/hono-skill |
Hono framework best practices (by Hono creator) |
| Skill | Source | Purpose |
|---|---|---|
cloudflare |
cloudflare/skills |
Comprehensive Workers, Pages, KV, D1, R2 platform skill |
wrangler |
cloudflare/skills |
Wrangler CLI for deployment and development |
| Skill | Source | Purpose |
|---|---|---|
supabase-postgres-best-practices |
supabase/agent-skills |
Postgres optimization, 8 categories, prioritized by impact |
| Skill | Source | Purpose |
|---|---|---|
better-auth-best-practices |
better-auth/skills |
Better Auth TypeScript authentication framework integration |
create-auth-skill |
better-auth/skills |
Create auth layers in TypeScript/JavaScript apps using Better Auth |
| Skill | Source | Purpose |
|---|---|---|
webapp-testing |
anthropics/skills |
Playwright-based UI and API testing |
Display the skill list above and tell the user:
Backend Stack Install Plan
The following skills will be installed to this project for claude-code, opencode, and gemini-cli:
Source: yusukebe/hono-skill
- hono
Source: cloudflare/skills (official)
- cloudflare
- wrangler
Source: supabase/agent-skills
- supabase-postgres-best-practices
Source: better-auth/skills
- better-auth-best-practices
- create-auth-skill
Source: anthropics/skills
- webapp-testing
Scope: current project (not global). Confirm to proceed.
Do NOT proceed until the user explicitly confirms.
Run these commands sequentially. Report progress after each:
bunx skills add yusukebe/hono-skill \
-a claude-code -a opencode -a gemini-cli \
--skill hono -y
bunx skills add cloudflare/skills \
-a claude-code -a opencode -a gemini-cli \
--skill cloudflare \
--skill wrangler -y
bunx skills add supabase/agent-skills \
-a claude-code -a opencode -a gemini-cli \
--skill supabase-postgres-best-practices -y
bunx skills add better-auth/skills \
-a claude-code -a opencode -a gemini-cli \
--skill better-auth-best-practices \
--skill create-auth-skill -y
bunx skills add anthropics/skills \
-a claude-code -a opencode -a gemini-cli \
--skill webapp-testing -y
After the core install, search for additional backend skills:
bunx skills find bun
bunx skills find d1 sqlite
bunx skills find api best practices
Present any results found and offer to install them.
Run bunx skills list to confirm all skills were installed. Report the final state.
-g flag)-y flag after user confirmation to skip redundant CLI promptscloudflare/skills repo