一键导入
install-backend
USE WHEN install backend skills, backend stack, setup backend, new backend project, api project setup, hono project, cloudflare workers project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
USE WHEN install backend skills, backend stack, setup backend, new backend project, api project setup, hono project, cloudflare workers project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
USE WHEN PAI system, PAI algorithm, how PAI works, system overview, core configuration, PAI infrastructure.
USE WHEN upgrade, improve system, system upgrade, analyze for improvements, check Anthropic, Anthropic changes, new Claude features, check YouTube, new videos, sync PAI, sync upstream, pull PAI updates. SkillSearch('upgrade') for docs.
USE WHEN user says create custom agents, spin up custom agents, specialized agents, OR asks for agent personalities, available traits, agent voices. Handles custom agent creation, personality assignment, voice mapping, and parallel agent orchestration.
USE WHEN user wants to create visual content, illustrations, diagrams, OR mentions art, header images, visualizations, mermaid, flowchart, technical diagram, infographic, PAI icon, pack icon, or PAI pack icon.
USE WHEN TELOS, life goals, projects, dependencies, books, movies. SkillSearch('telos') for docs.
USE WHEN annual reports, security reports, threat reports, industry reports, update reports, analyze reports, vendor reports, threat landscape.
| name | install-backend |
| description | 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