一键导入
disaster-recovery
Business continuity and data recovery procedures. Use when: planning DR scenarios, creating backup strategies, or defining RTO/RPO.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Business continuity and data recovery procedures. Use when: planning DR scenarios, creating backup strategies, or defining RTO/RPO.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit the developer experience of a product, SDK, docs site, or SKILL.md by dropping multiple Claude subagents at it with only a tiny task prompt and real tools (WebFetch, Bash, Write). Agents must discover the docs themselves, install deps, ask for credentials if needed, and attempt real execution. The skill captures each agent's trace — tool calls, retries, wall time, errors — and scores on Setup Friction, Speed, Efficiency, Error Recovery, and Doc Quality, then emits an HTML report with an A–F grade and concrete fixes. Use when the user asks to audit agent experience, test a skill, audit docs for agents, check if a SDK is agent-friendly, validate a SKILL.md, measure agent DX, or benchmark how painful onboarding is for an AI agent. Triggers: 'audit agent experience', 'test this skill', 'audit docs for agents', 'is my SDK agent-friendly', 'run a DX audit', 'agent experience test', 'test my docs', 'how do agents do with my product'.
Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for specific website tasks.
Create polished design artifacts as self-contained HTML: UI mockups, interactive prototypes, wireframes, landing pages, dashboards, app screens, mobile apps, slide decks, and visual explorations. Use whenever the user asks to design, mock up, prototype, wireframe, visualize, or explore an interface, product screen, user flow, content layout, visual artifact, or pitch/deck concept, even if they do not say "design". Also use for setting up, importing, or authoring reusable design systems, UI kits, brand tokens, component libraries, or loadable design-system bundles. The skill guides context gathering, clarifying questions, choosing fidelity, selecting or binding design systems, creating project folders, building one or more HTML deliverables, previewing them, and verifying they load cleanly. It is harness-agnostic for Claude Code, Cursor, Codex Agent, and similar file-capable agents; harness-specific ask, preview, screenshot, and verification tools are resolved from references/.
Use the Browserbase CLI (`browse`) for Browserbase Functions and platform API workflows. Use when the user asks to run `browse`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, search the web through the Browserbase Search API, or scaffold starter templates. Prefer the Browser skill for interactive browsing; use the top-level `browse` driver commands (`browse open`, `browse get`, etc.) only when the user explicitly wants the CLI path.
Sync cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites. Use when the user wants to browse as themselves, sync cookies, or log into sites via Browserbase.
Build local constrained-browser agents with a safe_browser tool that owns CDP, enforces a domain allowlist with Fetch interception, and lets a runtime Claude Agent SDK agent complete browsing tasks without raw browser, shell, or CDP access. Use when the user wants an agent to browse or scrape while staying on approved domains, demo blocked off-domain navigation, or generate a safe browser client.
| name | Disaster Recovery |
| description | Business continuity and data recovery procedures. Use when: planning DR scenarios, creating backup strategies, or defining RTO/RPO. |
Business continuity planning and data recovery procedures.
| Metric | Target | Definition |
|---|---|---|
| RTO | 4 hours | Recovery Time Objective |
| RPO | 1 hour | Recovery Point Objective |
# Supabase: Point-in-time recovery
# Automatic - enabled by default
# Retention: 7 days (free), 30 days (pro)
# Manual backup
supabase db dump --db-url $DATABASE_URL > backup.sql
# Files storage backup
s3 sync s3://mansoni-storage s3://mansoni-backup --delete
# Restore from backup
supabase db restore <backup-timestamp>
# Restore specific bucket
s3 cp s3://mansoni-backup/bucket/ s3://mansoni-storage/bucket/ --recursive
# 1. Provision new Supabase project
# 2. Restore from PITR
# 3. Redeploy edge functions
# 4. Restore storage from S3 backup
# 5. Update DNS
# 6. Verify all services
INCIDENT: [Description]
SEVERITY: P0/P1/P2
STARTED: [Timestamp]
IMMEDIATE ACTIONS:
1. [ ] Notify team
2. [ ] Assess scope
3. [ ] Initiate rollback if needed
RECOVERY STEPS:
1. [ ] Step 1
2. [ ] Step 2
VERIFICATION:
- [ ] Health checks pass
- [ ] Data integrity verified
- [ ] Customers notified
POST-MORTEM: scheduled for 48h after resolution
Critical systems requiring DR: