proto-fleet
Open-source bitcoin miner fleet monitoring and management
All Skills in This Repository (14)
Pure Emerald Level Indicatorshermit-tooling
Activate the Hermit environment to expose repo-pinned binaries on PATH.
docker-compose-dev
Orchestrate Proto Fleet development with Docker Compose base and override files.
buf-version-pinning
Pin Buf plugin versions across buf.yaml, buf.lock, and buf.gen.yaml.
fake-rig-fixtures
Simulate miner hardware and APIs for deterministic test doubles.
proto-regen
Regenerate Go, Python, and TypeScript code from edited proto files via just gen.
migration-immutability
Enforce immutability of deployed SQL migrations under server/migrations.
plan-conventions
Enforce frontmatter and lifecycle rules for plans under docs/plans/.
go-work-sync
Reconcile Go workspace lock data after go.mod, go.sum, or go.work edits.
asicrs-build
Rebuild the ASIC-rs plugin when source changes are detected.
plugin-contract-tests
Execute Docker-based contract tests against edited miner Go plugins.
lefthook-bypass-guard
Block Git commit and push bypasses of Lefthook hooks.
db-generation-hygiene
Align sqlc-generated Go bindings with migrations and SQL queries.
Frequently Asked Questions
FAQPage SchemaHow to install proto-fleet?โผ
Run `npx skills add block/proto-fleet --all -g -y` in your terminal to install all skills in this suite globally.
What does Proto Fleet do for bitcoin miners?โผ
It is open-source fleet management software that pairs devices, monitors telemetry, and controls miners from vendors like Bitmain, MicroBT, and Canaan through one self-hosted dashboard.
Which miner models does Proto Fleet support?โผ
It supports Proto Rig, WhatsMiner, Antminer, AvalonMiner, BitAxe, and more, with multi-vendor support powered by the asic-rs Rust library.
How do the skills help developers working on this repo?โผ
They guide your AI agent through safe workflows like regenerating protobuf code, keeping migrations immutable, running contract tests, and respecting client import boundaries.
Do these skills work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Codex, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core