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
from:@twonines

Extension Index

@twonines/extension-index · v2026.07.22.1

Semantic discovery index for published swamp extensions. Crawls the extension registry, embeds metadata using an OpenAI-compatible API, and provides hybrid keyword + vector search (FTS5 + cosine, RRF-fused) to find extensions by intent rather than exact name.

upd Jul 230 pullsA100/100

Git Workspace

@twonines/git-workspace · v2026.07.22.1

Local git operations model — clone, branch, read, commit, push. 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 Jul 2328 pullsA100/100

Doc Fact Checker

@twonines/doc-fact-checker · v2026.07.22.2

Fact-check a single documentation file. Its job is to confirm that the FACTS

upd Jul 228 pullsA100/100

Coder Metrics Sampler

@twonines/coder-metrics-sampler · v2026.07.20.1

Scrapes Prometheus metrics from Coder's metrics endpoint. Extracts key operational indicators (API latency, workspace counts, agent connections) and writes typed snapshots for trend analysis.

upd Jul 200 pullsA100/100

Coder Workspace Watch

@twonines/coder-workspace-watch · v2026.07.20.1

Queries Coder workspace API and captures state snapshots. Records workspace status, agent state, and build info for stability and drift analysis.

upd Jul 200 pullsA100/100

Coder Audit Collector

@twonines/coder-audit-collector · v2026.07.20.1

Pages through the Coder audit log API and writes events as versioned data. Supports incremental collection with configurable limits and query filters.

upd Jul 200 pullsA100/100

Coder Event Log

@twonines/coder-event-log · v2026.07.20.1

Records webhook payloads received from Coder notifications. Stores each event with receipt metadata for delivery latency and reliability analysis.

upd Jul 200 pullsA100/100

Coder Health Probe

@twonines/coder-health-probe · v2026.07.20.1

Polls Coder server health and build info endpoints. Produces typed health state with latency measurements for reliability analysis.

upd Jul 201 pullsA100/100

Daily Briefing

@twonines/daily-briefing · v2026.07.20.1

A daily operator briefing workflow with companion report. Gathers data from GitLab (review queue, todos), Microsoft Teams (mentions, unread chats, channel messages), and Redmine (recent updates, new tickets), then renders a prioritized markdown briefing plus a stable JSON contract.

upd Jul 206 pullsB85/100

Web Crawl

@twonines/web-crawl · v2026.07.20.1

Automated web reading pipeline — harvests articles from configurable sources (Hacker News, Lobsters, RSS/Atom feeds), evaluates them with an AI agent, learns user interest over time via feedback, and produces a curated HTML report with ranked recommendations. Designed for agent-driven reading workflows where an AI reads on the user's behalf and surfaces what matters.

upd Jul 202 pullsA100/100

K8s Fleet

@twonines/k8s-fleet · v2026.07.19.2

Fleet-wide Kubernetes health across all kubeconfig contexts. Iterates every cluster in ~/.kube/config (or a specified subset) and produces per-cluster health snapshots plus an aggregated fleet summary. Best-effort — unreachable clusters are reported, not fatal.

upd Jul 196 pullsA100/100

Fact Store Aurora Bootstrap

@twonines/fact-store-aurora-bootstrap · v2026.07.17.8

One-shot bootstrap for @twonines/fact-store backed by AWS Aurora Postgres Serverless v2. Provisions the RDS cluster + writer instance, the enclosing VPC networking primitives (DB subnet group, security group), an IAM managed policy scoped to rds-db:connect on the cluster, and an IAM workload role that trusts a caller-provided principal (e.g., an AWS SSO permission set ARN). A companion workflow runs the provisioner and then configures @webframp/postgres-datastore against the newly created cluster using a fresh RDS IAM auth token.

upd Jul 189 pullsA100/100

Fact Store

@twonines/fact-store · v2026.07.13.1

Stores, validates, and serves organizational facts for AI agent consumption. Supports a propose→review→activate lifecycle with adversarial validation (ferret/mole pattern). Facts are relational truths about infrastructure, repositories, services, teams, and their connections. Ships with three agent skills — propose-facts and review-proposals drive the discovery and review loops (ferret/mole); consult-facts closes the loop as the consumer role, querying facts before engineering work and detecting drift.

upd Jul 1423 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 148 pullsA100/100

Adr Fact Checker

@twonines/adr-fact-checker · v2026.07.21.3· deprecated

Fact-check a single Architecture Decision Record (ADR). Reads one ADR file,

upd Jul 223 pullsA100/100