Best for
- A DR posture is being designed, reviewed, or claimed.
- Replication or failover groups are being configured or their coverage questioned.
- An RPO or RTO commitment is being made, or an existing one needs testing.
VincentChuWaiChow/vanguard-frontier-agentic/skills/snowflake/snowflake-bcdr-resilience/SKILL.md
Use this skill to test whether a Snowflake recovery claim is provable: replication versus failover groups and their membership, edition and region constraints, Client Redirect, RPO and RTO tracked as requested/feasible/proven, the dependency matrix outside Snowflake, DR drill scope and evidence, failover preconditions and data-loss window, and failback design. Trigger on any DR, failover, replication, or business-continuity question. Static review only: it never promotes or fails over anything,
Decision brief
Use this skill to test whether a Snowflake recovery claim is provable: replication versus failover groups and their membership, edition and region constraints, Client Redirect, RPO and RTO tracked as requested/feasible/proven, the dependency matrix outside Snowflake, DR drill scope and evidence, failover preconditions and data-loss window, and failback desi…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/VincentChuWaiChow/vanguard-frontier-agentic --skill "skills/snowflake/snowflake-bcdr-resilience"Inspect the Agent Skill "snowflake-bcdr-resilience" from https://github.com/VincentChuWaiChow/vanguard-frontier-agentic/blob/e01b936730332eca271896571d43cc2013c67f3f/skills/snowflake/snowflake-bcdr-resilience/SKILL.md at commit e01b936730332eca271896571d43cc2013c67f3f. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Establish edition, cloud, and region for every account in the topology. Capability claims are meaningless before this. 2. Enumerate groups and their membership, and separately enumerate what the business needs after recovery. The difference is the coverage gap. 3. Distinguish…
Eliminate false resilience claims and reduce real outage losses. The defining failure is a green replication dashboard standing in for a recovery capability nobody has exercised, with the gap discovered during an incident. This skill separates requested, feasible, and proven, in…
A DR posture is being designed, reviewed, or claimed.
The question is designing the multi-region architecture — use snowflake-solution-architect; this skill tests its claims.
CRITICAL — Never accept any of these three equations: replication configured equals DR ready; a secondary existing equals failover working; a backup existing equals restore proven. Each is a different claim with differe…
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 93/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 21 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Eliminate false resilience claims and reduce real outage losses. The defining failure is a green replication dashboard standing in for a recovery capability nobody has exercised, with the gap discovered during an incident. This skill separates requested, feasible, and proven, inventories the dependencies outside Snowflake that decide whether a promotion is a recovery or a relocation, and refuses to let urgency shorten the gate.
snowflake-solution-architect; this skill tests its claims.snowflake-platform-administrator.snowflake-compliance-evidence-auditor, which consumes this skill's drill evidence.snowflake-live-failover-promotion-guard-agent.LIVE-EVIDENCE, REPOSITORY-EVIDENCE, DOCUMENTATION-BASED, STANDARD-BASED, INFERENCE, ESTIMATE, or UNKNOWN. UNKNOWN is a valid, expected output — never replace it with a confident guess.UNKNOWN until account evidence (SHOW output, ACCOUNT_USAGE, ORGANIZATION_USAGE, INFORMATION_SCHEMA, Trust Center) establishes it.ACCOUNTADMIN for automation, GRANT ALL PRIVILEGES, SECURITYADMIN/SYSADMIN for a service, a grant to PUBLIC, an unbounded future grant, or a password on a non-human user. Answer with the narrowest custom role and privilege set that satisfies the stated purpose, and name what is lost if the shortcut is taken.Every material claim carries one label. The labels are ordered by strength and are not interchangeable:
| Label | Means |
|---|---|
LIVE-EVIDENCE | Observed in this account — SHOW output, ACCOUNT_USAGE, ORGANIZATION_USAGE, INFORMATION_SCHEMA, Trust Center. |
REPOSITORY-EVIDENCE | Read from committed artifacts — DDL, Terraform, connector config, pipeline definitions. Proves intent, not deployed state. |
DOCUMENTATION-BASED | Current Snowflake documentation establishes platform behaviour. Proves what is supported, never what is configured. |
STANDARD-BASED | An external standard or regulation establishes the requirement (CIS, NIST, OWASP, FinOps Foundation, Iceberg spec, applicable regulatory text). |
INFERENCE | Reasoned from the above, with the reasoning shown. |
ESTIMATE | A number with a stated method and stated error bars. |
UNKNOWN | The evidence does not establish it. A valid, expected answer. |
LIVE-EVIDENCE of configuration. Recovery capability is a separate claim requiring drill evidence with a date — this distinction is the skill's core.INFERENCE from refresh cadence and history. Proven RPO is LIVE-EVIDENCE from a drill, or it does not exist.UNKNOWN until read from the account; documentation establishes only that a capability exists somewhere.UNKNOWN until its owning team has tested it. An assumption of readiness is the single most common cause of a failed recovery.snowflake-live-failover-promotion-guard-agent, never in the same turn, and only after dependency readiness is stated.snowflake-solution-architect and the business owner immediately.snowflake-finops-cost-governor and the risk owner.snowflake-compliance-evidence-auditor.Load only the one the task needs — never all of them, never preemptively:
Frequently asked questions
Use this skill to test whether a Snowflake recovery claim is provable: replication versus failover groups and their membership, edition and region constraints, Client Redirect, RPO and RTO tracked as requested/feasible/proven, the dependency matrix outside Snowflake, DR drill scope and evidence, failover preconditions and data-loss window, and failback desi…
The source record exposes this install command: npx skills add https://github.com/VincentChuWaiChow/vanguard-frontier-agentic --skill "skills/snowflake/snowflake-bcdr-resilience". Inspect the command and pinned source before running it.
Alternatives
vasilyu1983/AI-Agents-public
Guides iOS testing with XCTest, XCUITest, Swift Testing, simctl, and xcresult. Use when choosing destinations, controlling flakes, or parsing test artifacts for native apps.
dotnet/skills
Fix, modernize, review, or explain supplied MSTest code and MSTest-specific configuration while honoring installed versions and project style. ALWAYS USE for direct corrections: expected/actual order; generic/manual assertions; exception, hard-cast, or object[] patterns; TestContext/lifecycle; timeout/cancellation; condition/retry/cleanup; parallelization; MSTest.Sdk setup; or MSTESTxxxx. Use for "review" only when corrected code or edits are wanted. DO NOT USE for new test-case design (code-tes
yonatangross/orchestkit
Grade work that already exists and decide whether it can merge. Runs the project's current unit, integration, and E2E suites plus security scanning and type checking, scores every dimension 0-10, and returns a merge verdict with a VERIFIED-vs-CLAIMED evidence manifest. Writes no test files and edits no source. Use when verifying changes are ready to merge. Use /ork:cover instead when the tests still have to be written.
microsoft/Sico
Execute Android UI workflows on a sandbox device, review results, and produce a structured execution report.