Documentation: https://shakenfist.com/ Source Code: https://github.com/shakenfist/shakenfist
This repository includes Claude Code skills in .claude/skills/ to assist with
common development tasks:
- migrate-etcd-to-mariadb: Guides the migration of object data from etcd to MariaDB, covering both static values (immutable) and attributes (mutable) in separate tables. Follows established patterns from Upload, DnsMasq, IPAM, and blob migrations.
- add-grpc-service: Guides adding new gRPC service methods to the database microservice, including proto definitions, handler implementation, and client functions.
- add-mypy-coverage: Guides adding mypy type annotations to modules, following the incremental rollout approach documented in PLAN-mypy-rollout.md.
These skills are loaded automatically when using Claude Code within this repository.