BeClaude

claude-docs

New
10Community RegistryDevelopmentby basher83

Auto-sync official Claude Code docs as a skill with fresh reference material

First seen 5/22/2026

Overview

Personal Claude Code plugin marketplace for homelab and infrastructure automation.

Installation

bash
/plugin marketplace add basher83/lunar-claude
/plugin install <plugin-name>@lunar-claude

Plugins

meta

PluginDescription
meta-claudeSkill creation and multi-agent composition patterns
plugin-devPlugin development toolkit (skills, agents, commands, hooks)
hookifyConversation pattern hooks for behavior control
claude-dev-sandboxDevelopment sandbox for testing components

infrastructure

PluginDescription
ansible-workflowsEnd-to-end Ansible automation with multi-agent pipelines
proxmox-infrastructureProxmox VE cluster management, CEPH, VLAN networking

devops

PluginDescription
python-toolsPython toolkit: uv scripts, ruff/pyright, Agent SDK
git-workflowAtomic commits, branch cleanup, conventional commits

homelab

PluginDescription
netbox-powerdns-integrationNetBox IPAM and PowerDNS automation
omni-scaleSidero Omni + Talos Kubernetes on Proxmox

personal

PluginDescription
blake-osPlain-language git workflow front door for non-developers
personal-osmacOS workstation root cause analysis and diagnostics

research

PluginDescription
lunar-researchMulti-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.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-docs.md https://raw.githubusercontent.com/basher83/lunar-claude/main/SKILL.md
3
Invoke in Claude Code
/claude-docs
View source on GitHub
documentationsyncmetaautomationskills

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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 skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-docs.md https://raw.githubusercontent.com/basher83/lunar-claude/main/SKILL.md. Finally, /claude-docs in Claude Code.

What is claude-docs best for?

claude-docs is a skill categorized under Development. It is designed for: documentation, sync, meta, automation, skills. Created by basher83.