https://github.com/basher83/lunar-claude
Repo for my personal Claude Code configs
https://github.com/basher83/lunar-claude
Last synced: 4 months ago
JSON representation
Repo for my personal Claude Code configs
- Host: GitHub
- URL: https://github.com/basher83/lunar-claude
- Owner: basher83
- License: mit
- Created: 2025-10-24T02:41:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-10T13:12:48.000Z (4 months ago)
- Last Synced: 2026-02-10T18:04:57.220Z (4 months ago)
- Language: Python
- Size: 3.96 MB
- Stars: 13
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lunar-claude
Personal Claude Code plugin marketplace for homelab and infrastructure automation.
## Installation
```bash
/plugin marketplace add basher83/lunar-claude
/plugin install @lunar-claude
```
## Plugins
### meta
| Plugin | Description |
|--------|-------------|
| [meta-claude](plugins/meta/meta-claude/) | Skill creation and multi-agent composition patterns |
| [plugin-dev](plugins/meta/plugin-dev/) | Plugin development toolkit (skills, agents, commands, hooks) |
| [hookify](plugins/meta/hookify/) | Conversation pattern hooks for behavior control |
| [claude-dev-sandbox](plugins/meta/claude-dev-sandbox/) | Development sandbox for testing components |
### infrastructure
| Plugin | Description |
|--------|-------------|
| [ansible-workflows](plugins/infrastructure/ansible-workflows/) | End-to-end Ansible automation with multi-agent pipelines |
| [proxmox-infrastructure](plugins/infrastructure/proxmox-infrastructure/) | Proxmox VE cluster management, CEPH, VLAN networking |
### devops
| Plugin | Description |
|--------|-------------|
| [python-tools](plugins/devops/python-tools/) | Python toolkit: uv scripts, ruff/pyright, Agent SDK |
| [git-workflow](plugins/devops/git-workflow/) | Atomic commits, branch cleanup, conventional commits |
### homelab
| Plugin | Description |
|--------|-------------|
| [netbox-powerdns-integration](plugins/homelab/netbox-powerdns-integration/) | NetBox IPAM and PowerDNS automation |
| [omni-scale](plugins/homelab/omni-scale/) | Sidero Omni + Talos Kubernetes on Proxmox |
### research
| Plugin | Description |
|--------|-------------|
| [lunar-research](https://github.com/basher83/lunar-research) | Multi-agent research pipeline (external repo) |
## Development
Structure validation:
```bash
uv run scripts/verify-structure.py
```
Local testing:
```bash
/plugin marketplace add /path/to/lunar-claude
/plugin install plugin-name@lunar-claude
```
See individual plugin READMEs for details.