一键导入
install-devops
USE WHEN install devops skills, devops stack, setup devops, infrastructure skills, deployment skills, cloudflare project setup.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
USE WHEN install devops skills, devops stack, setup devops, infrastructure skills, deployment skills, cloudflare project setup.
用 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-devops |
| description | USE WHEN install devops skills, devops stack, setup devops, infrastructure skills, deployment skills, cloudflare project setup. |
Installs the curated DevOps and infrastructure skill stack into the current project for all agents (claude-code, opencode, gemini-cli).
| Skill | Purpose |
|---|---|
cloudflare | Comprehensive Workers, Pages, KV, D1, R2, AI, WAF, DDoS skill |
wrangler | Wrangler CLI for deploying and managing all Cloudflare services |
durable-objects | Stateful coordination, SQLite storage, WebSockets, alarms |
web-perf | Core Web Vitals analysis via Chrome DevTools |
agents-sdk | Building stateful AI agents on Cloudflare |
building-mcp-server-on-cloudflare | Remote MCP servers on Workers with OAuth |
| Skill | Purpose |
|---|---|
accessibility | WCAG 2.1 accessibility audit |
best-practices | Modern web development and security standards |
core-web-vitals | LCP, INP, CLS optimization |
performance | Page speed and loading optimization |
seo | Search engine visibility |
web-quality-audit | Comprehensive Lighthouse-based audit |
| Skill | Purpose |
|---|---|
webapp-testing | Playwright-based testing for web applications |
Display the skill list above and tell the user:
DevOps Stack Install Plan
The following skills will be installed to this project for claude-code, opencode, and gemini-cli:
Source: cloudflare/skills (official)
- cloudflare, wrangler, durable-objects, web-perf, agents-sdk, building-mcp-server-on-cloudflare
Source: addyosmani/web-quality-skills
- accessibility, best-practices, core-web-vitals, performance, seo, web-quality-audit
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 cloudflare/skills \
-a claude-code -a opencode -a gemini-cli \
--skill cloudflare \
--skill wrangler \
--skill durable-objects \
--skill web-perf \
--skill agents-sdk \
--skill building-mcp-server-on-cloudflare -y
bunx skills add addyosmani/web-quality-skills \
-a claude-code -a opencode -a gemini-cli -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 DevOps skills:
bunx skills find github actions
bunx skills find docker
bunx skills find ci cd pipeline
bunx skills find terraform
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