Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneesstack72

Relationships

#1148 How-to guide: How can I collaborate in the Swamp?

Opened by stack72 · 7/14/2026· Shipped 7/14/2026

Problem

The share skill (PR from #1047) ships the interactive CLI wizards and the AI-agent-driven promotion flow, but there's no standalone how-to guide in the swamp-club manual that a user can read without an AI agent. Someone browsing the docs should be able to find "How can I collaborate in the Swamp?" and walk through the process themselves.

Proposed solution

A how-to guide at swamp-club.com/manual/how-to/collaborate (or similar) that covers the full solo-to-team journey. This is the human-readable companion to the share skill — same content, different audience.

Structure

1. Prerequisites

  • A swamp repo with models and data you want to share
  • A shared storage backend (S3 bucket, NFS mount, etc.) your team can access
  • swamp auth login completed

2. Promote your datastore

  • Walk through swamp datastore setup (the interactive wizard)
  • Cover the S3 path with bucket, prefix, region prompts
  • Show the IAM policy teammates will need
  • Verify with swamp doctor datastores

3. Migrate your vaults

  • Explain why local_encryption vaults don't work for teams
  • Walk through swamp vault migrate (the interactive wizard)
  • Cover AWS Secrets Manager as the common case
  • Verify with swamp doctor vaults (which now flags the vault/datastore mismatch)

4. Commit and push

  • Which files changed and why (.swamp.yaml, vault configs)
  • What to commit vs what stays local (secrets are always local, .swamp/ is gitignored)

5. Teammate joins

  • Clone the repo
  • Extensions auto-install from the lockfile on first use
  • S3 cache hydrates automatically
  • Only cloud credentials needed — no swamp-specific setup
  • Verify with swamp datastore status

6. What's next (optional)

  • Setting up swamp serve for centralized execution, scheduling, and worker fleets
  • Link to the worker fleets how-to guide (swamp-club.com/manual/how-to/worker-fleets)
  • Link to access control documentation for serve-based teams

Tone

Practical, conversational, task-oriented. Not a reference doc — a guide that answers "I want to share this, what do I do?" Same energy as the worker fleets guides (Docker, Compose, K8s).

Relationship to the share skill

The how-to guide and the share skill cover the same ground but serve different audiences:

  • Share skill: AI agent drives the process conversationally, runs commands, verifies each step
  • How-to guide: Human reads and follows steps themselves, copy-pastes commands

The guide should reference the share skill as an alternative: "Prefer a guided experience? Ask your AI agent to help you share this repo."

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 5 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

7/14/2026, 9:42:34 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/14/2026, 8:37:18 PM

Sign in to post a ripple.