name: "bucketgit-skills" description: "BucketGit skill pack for agents using bgit repositories, broker administration, task boards, pull requests, CI/CD, and multi-agent collaboration. Use when working with BucketGit/bgit workflows from ordinary repository creation through broker operations." version: 0.1.2 author: BucketGit license: MIT tags: - bucketgit - bgit - git - broker - collaboration agents: - codex-cli - claude-code
BucketGit Skills
Scenario skills for using bgit safely and effectively. Load only the skill
that matches the current task.
Skills Overview
| Skill | Folder | Persona | Use When |
|---|---|---|---|
| Installer | installer/ |
Cross-platform setup helper | Installing or updating the bgit binary on macOS, Linux, or Windows |
| Broker Bootstrapper | broker-bootstrapper/ |
First-time cloud deploy guide | Bootstrapping a BucketGit broker on AWS or GCP |
| Local Broker Operator | local-broker-operator/ |
Local-first repo operator | Using in-process local brokers, local filesystem repos, local-broker-backed S3/GCS repos, storage-backed ref safeguards, and local recovery |
| Agent Board | bgit-agent-board/ |
Agent-board coordinator | Planning and coordinating agents with bgit boards backed by file://, s3://, or gs:// storage |
| Repository Starter | repo-starter/ |
Practical repo onboarding guide | Creating, attaching, cloning, or checking a BucketGit repository |
| Broker Administrator | broker-administrator/ |
Cloud-aware broker operator | Managing brokers, teams, users, keys, access, protection, and upgrades |
| Bucket Recovery Operator | bucket-recovery-operator/ |
Low-level recovery specialist | Inspecting or repairing direct bucket/object-storage repository state |
| Task Board Steward | task-board-steward/ |
Agile board maintainer | Creating, editing, ordering, assigning, archiving, and commenting on task-board stories |
| Multi-Agent Coordinator | multi-agent-coordinator/ |
Distributed work coordinator | Coordinating multiple agents through backlog, lanes, comments, branches, PRs, and CI |
| PR And CI Operator | pr-ci-operator/ |
Release-minded reviewer | Creating/reviewing PRs, checking diffs, mergeability, CI status, and build logs |
Rules
- Prefer broker-backed workflows. Use
bgit directonly for recovery, repair, migration, or low-level inspection. - For local broker work, use the in-process broker path and storage-backed broker state; do not require a long-lived localhost broker.
- For agent board work, choose
file://for same-machine agents ands3://orgs://when agents coordinate from different machines or locations. - Treat broker metadata as authoritative for users, roles, task-board stories, story ordering/archive state, pull requests, issues, branch protection, and CI run records.
- Before changing access, refs, or broker infrastructure, identify the current
broker, repo, user, role, and capabilities with
bgit whoami. - Do not bypass branch protection. Use task-board comments, PRs, review state, and CI records to leave a clear collaboration trail.
References
- Read
references/scenario-routing.mdwhen deciding which scenario skill to load or when a task spans multiple BucketGit workflows.