Skip to main content

Sync Warden 78

@zendesk/sync-warden-78v1.0.4· Apache-2.0· 13d agoMODELS·REPORTS·SKILLS
01README

Pull infrastructure, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @zendesk/sync-warden-78 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @zendesk/sync-warden-78

workflows:
  - name: sync-warden-78-run
    jobs:
      - name: main
        steps:
          - name: sync
            model: zendesk/sync-warden-78
            method: sync

Run with swamp workflow run sync-warden-78-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.
  • Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: infra vpn

02Models1
@zendesk/sync-warden-78/vaultv0.1.0vault.ts
fn sync(force: boolean, tags?: array)
Sync the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
tags?arrayList of tags to apply
fn diff(tags: array, limit?: number, filter?: record)
Diff the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
limit?numberMaximum results to return
filter?recordKey-value filter expression
fn get(limit: number, force?: boolean)
Get the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
force?booleanSkip confirmation and apply immediately
fn delete(tags: array, limit?: number, filter: record)
Delete the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
limit?numberMaximum results to return
filterrecordKey-value filter expression
03Reports1
sync-warden-78-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Skills1
sync-warden-783 files

Claude Code skill bundling tool whitelists and triggers.

05Previous Versions2
0.1.7Jan 15, 2026

Modified 1 models

2.6.3Oct 10, 2025
06Stats
Downloads
30
Archive size
219.0 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

07Security Notice

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

08Platforms
09Labels