home / skills / basher83 / lunar-claude

basher83/lunar-claude

Repo for my personal Claude Code configs

33 skills
GitHub

Sponsored

release-workflow

basher83/lunar-claude

13
This skill helps you manage release workflow by guiding version bumps, changelog updates, and tag creation aligned with semantic versioning.
devtools-secrets

basher83/lunar-claude

13
This skill helps you configure and manage secrets with mise, fnox, and infisical, ensuring secure injection and hygiene across environments.
python-code-quality

basher83/lunar-claude

13
This skill helps you establish Python code quality with ruff and pyright, enabling linting, formatting, and type checks across projects.
adr-methodology

basher83/lunar-claude

13
This skill helps you create and evaluate architecture decisions using ADR methodologies, generating criteria, options matrices, and MADR-compliant ADRs.
netbox-powerdns-integration

basher83/lunar-claude

13
This skill helps you manage DNS by using NetBox as the source of truth and automating PowerDNS records and IPAM sync.
ansible-error-handling

basher83/lunar-claude

13
This skill helps you implement robust Ansible error handling with block/rescue/always, retry logic, and clear failure messages.
omni-talos

basher83/lunar-claude

13
This skill provides operational tooling and guidance to manage Omni Proxmox infrastructure, enabling provider control, cluster setup, and CEL storage selectors.
ansible-idempotency

basher83/lunar-claude

13
This skill helps you write idempotent Ansible tasks by applying changed_when and failed_when logic, pattern checks, and robust verification.
ansible-playbook-design

basher83/lunar-claude

13
This skill assists you design clean, state-driven Ansible playbooks, clarifying structure, variable scoping, and task organization for maintainable
ansible-role-design

basher83/lunar-claude

13
This skill helps you design clean Ansible roles with standard directory structures, proper defaults vs vars, task routing, and scalable metadata.
ansible-testing

basher83/lunar-claude

13
This skill helps you enforce ansible-lint rules, validate playbooks, and run integration tests to improve Ansible automation quality.
proxmox-infrastructure

basher83/lunar-claude

13
This skill manages a three-node Proxmox VE cluster with CEPH storage, VLAN networking, and cloud-init automation using Python, Ansible, and Terraform.
coderabbit

basher83/lunar-claude

13
This skill helps you perform automated code reviews with CodeRabbit, identifying race conditions, leaks, and security issues before commits.
multi-agent-composition

basher83/lunar-claude

13
This skill helps you design and orchestrate multi-agent systems by choosing between skills, sub-agents, MCP, and slash commands for scalable workflows.
skill-factory

basher83/lunar-claude

13
This skill guides you through creating high-quality Claude Code skills with automated research, validation, and auditing across a 9-phase workflow.
python-json-parsing

basher83/lunar-claude

13
Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), security (injection prevention), and advanced querying (JSONPath/JMESPath). Use when working with JSON data, parsing APIs, handling large JSON files, or optimizing JSON performance.
hook-development

basher83/lunar-claude

13
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
git-workflow

basher83/lunar-claude

13
This skill helps you manage git workflows with conventional commits, branch naming, and changelog generation to improve collaboration and traceability.
mcp-builder

basher83/lunar-claude

13
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
ansible-proxmox

basher83/lunar-claude

13
This skill automates Proxmox VE using the community.proxmox collection, preferring native modules to CLI, for VM creation, user management, and cluster
claude-agent-sdk

basher83/lunar-claude

13
This skill helps you design and orchestrate multi-agent workflows using the Claude Agent SDK in Python.
plugin-settings

basher83/lunar-claude

13
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
skill-creator

basher83/lunar-claude

13
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
writing-rules

basher83/lunar-claude

13
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
command-development

basher83/lunar-claude

13
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
agent-development

basher83/lunar-claude

13
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
mcp-integration

basher83/lunar-claude

13
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
skill-development

basher83/lunar-claude

13
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
plugin-structure

basher83/lunar-claude

13
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
video-processor

basher83/lunar-claude

13
Process video files with audio extraction, format conversion (mp4, webm), and Whisper transcription. Use when user mentions video conversion, audio extraction, transcription, mp4, webm, ffmpeg, or whisper transcription.
python-uv-scripts

basher83/lunar-claude

13
This skill helps you build production-ready Python single-file scripts with uv inline metadata, enhancing portability and reproducibility.