Skip to main content

EXTENSIONS

Built by operatives — models, drivers, vaults, and reports, the parts that plug into Swamp.

Filter by what you need and pull what fits.

Selection
15 results
label:git

Github

@webframp/github · v2026.09.15.1

Query GitHub data using the gh CLI for repository, PR, issue, release, and workflow visibility.

upd Sep 15302 pullsA100/100

Gitlab

@webframp/gitlab · v2026.09.15.1

Read and write GitLab data via GraphQL (REST fallback for branches and

upd Sep 15363 pullsA100/100

Forgejo

@thomas/forgejo · v2026.09.04.2

Careful administration of a Forgejo (or Gitea) server over its /api/v1 REST API, authenticated with a scoped access token. Find-or-create organizations and repositories and converge their settings, run GitHub pull-mirrors (create via /repos/migrate, reconcile interval/visibility, queue immediate syncs), audit every mirror's sync health, drive pull requests (open, inspect with mergeability and head CI state, merge), and audit or repoint repository webhooks so a stale CI target is visible rather than silently undelivered. Mutations are find-or-create or reversible (archive/unarchive) apart from the guarded pr_merge; there are no delete methods — a failed migration's empty shell repo is detected and reported, never auto-deleted. Secrets are never emitted: mirror source credentials are write-only, and webhook operations neither read nor write the shared hook secret.

upd Sep 47 pullsA100/100

Git

@swamp/git · v2026.08.28.1

Git repository operations for swamp workflows. Wraps the git CLI

upd Aug 28949 pullsA100/100

Change Packet

@jeremy/change-packet · v2026.08.21.1

Forge-neutral immutable change packets for reviewed repository delivery. Records exact Git base/head identity, validation evidence, requested draft submission metadata, a canonical SHA-256 digest, and derived readiness. Performs no network, Git, forge, approval, merge, or release operation.

upd Aug 216 pullsA100/100

Git Workspace

@twonines/git-workspace · v2026.08.05.1

Local git operations model — clone, branch, read, commit, push, rebase. Designed for agent-driven development workflows where code changes are authored locally and pushed to a remote forge. Supports a configurable workspace layout (default: $HOME/{host}/{group}/{project}) and commit message format enforcement.

upd Aug 1751 pullsA100/100

Graphite Draft Submit

@mgreten/graphite-draft-submit · v2026.08.11.1

Submit an already-validated Git commit as a draft GitHub pull request using the Graphite CLI, then independently verify with the GitHub CLI that the pull request points at the validated SHA, branch and base and is a draft.

upd Aug 1130 pullsA100/100

Git Compare

@charmed_life/git-compare · v2026.08.04.1

Structured git comparison — produces per-file diffs between refs and auto-discovers structural patterns to flag deviations in new code. Two methods: diff (structured breakdown) and check (pattern-based review with ready-to-post markdown comments).

upd Aug 40 pullsB85/100

Forgejo Code

@jamesakeech/forgejo-code · v2026.07.30.1

Code-reading methods for @shrug/forgejo — map a repository's file tree, read individual files, and snapshot every matching text file into one reviewable data blob. Turns a metadata-only forge node into a source for code review and IaC analysis.

upd Jul 301 pullsA100/100

Graphite Stack

@mgreten/graphite-stack · v2026.07.20.1

Composition lifecycle for a Graphite (gt) multi-PR stack — validate a declared linear plan, finalize one-commit units, cascade restacks, pin a composed head, and submit gated, idempotent, ordered draft PRs.

upd Jul 206 pullsA100/100

Test Evidence Validator

@mgreten/test-evidence-validator · v2026.07.20.1

Validates a caller-supplied parsed test result for internal consistency and a recognized multi-language test-runner command, then commit-pins the evidence to an immutable Git commit and branch, returning a single pass/fail verdict.

upd Jul 20130 pullsA100/100

Github

@keeb/github · v2026.07.18.1

List GitHub pull requests via the gh CLI from swamp workflows.

upd Jul 1866 pullsA100/100

Forgejo

@shrug/forgejo · v2026.07.17.1

Query [Forgejo](https://forgejo.org/) and [Gitea](https://gitea.io/) instances

upd Jul 189 pullsA100/100

Repo Indexer

@twonines/repo-indexer · v2026.07.13.1

Clones a GitLab repository, chunks all text files, embeds them via an OpenAI-compatible API, and writes a SQLite database supporting hybrid search (FTS5 keyword + vector cosine with RRF reranking). Methods: index, index_batch, search, reindex, status, discover, list-indexed, list-searches.

upd Jul 1412 pullsA100/100

Github

@goodcraft/github · v2026.06.14.1

GitHub management — create repositories, releases, and pull requests via the GitHub REST API (Octokit). Read-only sync plus idempotent ensureRepo / ensureRelease / openPr, each dryRun by default.

upd Jun 1493 pullsA100/100