Knuckles-Team

175 mods across 21 repositories, 81 stars between them.

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…

2 5d ago A 102 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

2 5d ago A 106 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

2 5d ago A 126 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Operate documentdb-mcp through its governed MCP and GraphOS capabilities, including documentdb aggregation analytics, documentdb collection admin, documentdb document crud, documentdb starter. Use when a request requires this provider's read, change, automation, ingestion, troubleshooting, or evidence workflows.

2 5d ago A 63 tokens copy · 84% MIT

documentdb-starter

102

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Documentdb API + MCP Server + A2A Server Use when working with Documentdb via this package's MCP server/agent — discover its tools, run an operation, or check its reference docs. Replace this starter with real, trigger-oriented capabilities.

2 5d ago A 55 tokens original MIT

Knuckles-Team/repository-manager

Instructions file CodexOpenCode

AGENTS.md instructions for Knuckles-Team/repository-manager, covering repository manager agent documentation, tech stack & architecture, package relationships, validation & diagnostics and end-to-end specialist validation.

2 5d ago A 18,262 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Content-addressed build/cache coordination for ANY repository via the repository-manager MCP server — dedup-or-build requests, cache-key status, published artifacts, why a key missed cache, and bounded cache reclamation. Routes agents away from a bare, uncoordinated cargo build/uv sync/pnpm build that duplicates work…

2 5d ago A 187 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Bulk, parallel git operations across a whole workspace of repositories via the repository-manager MCP server — clone, pull, push, add, commit, pre-commit, phased push, and enumerate every repo across a GitLab instance / GitHub org into an ingest manifest (which also natively ingests them into the knowledge graph as…

2 5d ago A 143 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Understand and verify a branch candidate's and a sealed generation's certification state — the Candidate/Generation lifecycle vocabulary, the validation-stage/evidence model, and the rmconcepts verifycandidate / verifygeneration marker-collision checks — before trusting a merge-queue outcome as landable. This is the…

2 5d ago A 186 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Reserve, inspect, release, and materialize a CONCEPT:ID claim, and verify a candidate's or generation's introduced concept markers against those claims, via the repository-manager rmconcepts MCP tool / --concepts CLI family. Routes agents away from hand-writing a CONCEPT: marker without first reserving its id, which…

2 5d ago A 184 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

The default entrypoint for one unit of work — plan, start, work with a live heartbeat, check, submit, watch status, and abort — composed entirely from the repository-manager MCP/CLI surface (rmlane, rmworktree, rmmergequeue, and rmconcepts). It never opens a raw shell, runs a direct compiler, hand-merges, or writes an…

2 5d ago A 176 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Run development across MANY repositories and many concurrent lanes at once — bulk worktree creation, workspace-wide worktree audits and classification (merged / active / stale / dangling / orphaned), safe mass pruning, draining several repositories' merge queues in parallel, and sizing concurrency against the real…

2 5d ago A 141 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Run and inspect the two-tier (fast/heavy) pre-commit gate across repos via rmgates, and validate a fix without re-running the whole wave: run to populate the durable gate ledger, retest to narrow a re-run to only the hooks the ledger last recorded failing (with automatic full-wave escalation on an all-pass), and…

2 5d ago A 218 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Run one unit of work — one agent session or one person — as an isolated lane in a repository many other lanes are editing at the same time. Covers opening a lane (worktree + partitioned build/test/hook state), staying isolated while working, diagnosing a lane that is behaving impossibly, and closing it out. Use…

2 5d ago A 156 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Land a branch into a shared base that dozens of other lanes are landing into at the same time, and reconcile it when it conflicts. Covers the serialized merge queue, per-repository gate declarations, differential gating against a base ref that is legitimately red, measuring the MERGED tree rather than the branch tip…

2 5d ago A 163 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Operate repository-manager through its governed MCP and GraphOS capabilities, including its development-lifecycle, lane, worktree, merge-queue, build, workspace validation/release, concept-coordination, and remote-worker-operations workflows (see references/catalog.md for the full, current list). Use when a request…

2 5d ago A 83 tokens copy · 80% MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Run a program as one central orchestrator plus many parallel worker agents: brief each lane, land its branch into main locally the moment it arrives, prune the branch and worktree immediately, and push only once the program is complete. Covers the lane briefing contract, land-as-they-arrive merge discipline…

2 5d ago A 191 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Register a remote host's weighted capacity and authorized repository roots, read its profile, run the dispatch-time entitlement recheck, stage/verify an immutable source commit onto it with a fixed clone/fetch/checkout command sequence, stream artifacts/logs back, and reconcile a lost host — via the repository-manager…

2 5d ago A 186 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Preview the topologically-phased version-bump plan across a workspace, drive validation with an explicitly consented chain into version bump and phased push, and manage the workspace.yml manifest — via rmworkspace and rmprojects. Nothing here pushes or bumps without an explicit opt-in on the call that triggers it…

2 5d ago A 185 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Install, build, validate, and version-maintain the managed projects of a workspace via the repository-manager MCP server — run pre-commit + pytest validation per project, install/build ecosystems, and drive phased version bumps and maintenance. Use when the agent must ensure all projects are valid, fix project errors…

2 5d ago A 115 tokens original MIT

Knuckles-Team/repository-manager

Skill Claude CodeCodex

Concurrent multi-session git worktree orchestration via the repository-manager MCP server — create, list, sync, merge, prune, and audit linked worktrees under a shared workspace. Use when the agent must open an isolated branch worktree for a session, list/audit which worktrees are merged / active / stale / dangling…

2 5d ago A 128 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: