claude-docs
New10Community RegistryDevelopmentby basher83
Auto-sync official Claude Code docs as a skill with fresh reference material
Community PluginView Source
Overview
Personal Claude Code plugin marketplace for homelab and infrastructure automation.
Installation
bash
/plugin marketplace add basher83/lunar-claude
/plugin install <plugin-name>@lunar-claudePlugins
meta
| Plugin | Description |
|---|---|
| meta-claude | Skill creation and multi-agent composition patterns |
| plugin-dev | Plugin development toolkit (skills, agents, commands, hooks) |
| hookify | Conversation pattern hooks for behavior control |
| claude-dev-sandbox | Development sandbox for testing components |
infrastructure
| Plugin | Description |
|---|---|
| ansible-workflows | End-to-end Ansible automation with multi-agent pipelines |
| proxmox-infrastructure | Proxmox VE cluster management, CEPH, VLAN networking |
devops
| Plugin | Description |
|---|---|
| python-tools | Python toolkit: uv scripts, ruff/pyright, Agent SDK |
| git-workflow | Atomic commits, branch cleanup, conventional commits |
homelab
| Plugin | Description |
|---|---|
| netbox-powerdns-integration | NetBox IPAM and PowerDNS automation |
| omni-scale | Sidero Omni + Talos Kubernetes on Proxmox |
personal
| Plugin | Description |
|---|---|
| blake-os | Plain-language git workflow front door for non-developers |
| personal-os | macOS workstation root cause analysis and diagnostics |
research
| Plugin | Description |
|---|---|
| lunar-research | Multi-agent research pipeline (external repo) |
Development
Structure validation:
bash
uv run scripts/verify-structure.pyLocal testing:
bash
/plugin marketplace add /path/to/lunar-claude
/plugin install plugin-name@lunar-claudeSee individual plugin READMEs for details.
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-docs.md https://raw.githubusercontent.com/basher83/lunar-claude/main/SKILL.md3
Invoke in Claude Code
/claude-docsView source on GitHub
documentationsyncmetaautomationskills
Frequently Asked Questions
What is claude-docs?
Auto-sync official Claude Code docs as a skill with fresh reference material
How to install claude-docs?
To install claude-docs, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /claude-docs.
What is claude-docs best for?
claude-docs is a community categorized under Development. It is designed for: documentation, sync, meta, automation, skills. Created by basher83.