
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".
Run hooks and create clean, logical commits via the commit-craft agent.
Operational tooling for Talos Linux Kubernetes clusters via Sidero Omni with Proxmox infrastructure provider, covering machine classes, CEL storage selectors, and provider lifecycle management.
Summarize the current state of the git repository
Best practices for git workflow automation including atomic commits, branch naming, conventional commit format, and changelog generation.
Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), security (injection prevention), and advanced querying (JSONPath/JMESPath).
Testing strategies and ansible-lint configuration for validating Ansible automation quality, covering lint rules, syntax validation, and integration test setup.
Guidance for writing Hookify rules — markdown files with YAML frontmatter that define behavioral patterns and conversation automation hooks.
Structured frameworks for documenting architectural decisions using MADR templates, option analysis, trade-off matrices, and human-in-the-loop AI assistance.
Guidance for developing Claude Code sub-agents with proper frontmatter, system prompts, triggering conditions, and autonomous task handling patterns.
Implements robust error handling in Ansible using block/rescue/always patterns, retry logic with until/retries, and clear assertion patterns for graceful failure management.
Core principles and golden rules for writing production-quality Ansible automation, covering FQCN requirements, module selection guidance, and execution patterns using uv run.
Patterns for designing well-structured, maintainable Ansible playbooks with state-based (present/absent) design, play organization, and proper variable scoping.
Expert Proxmox VE automation using the community.proxmox Ansible collection for VM provisioning, template management, and cluster operations with minimal CLI usage.
Production-grade Ansible role structure patterns for directory layout, variable organization (defaults vs vars), handlers, and task organization, derived from analysis of 7 geerlingguy production roles.
Comprehensive git branch cleanup and organization
Guidance for creating Claude Code slash commands with YAML frontmatter, dynamic arguments, bash execution, and user interaction patterns.
Knowledge and guardrails for the mise + fnox + infisical secrets toolchain, covering secret injection, secret providers, and env var hygiene.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Guidance for integrating Model Context Protocol (MCP) servers into Claude Code plugins, supporting SSE, stdio, HTTP, and WebSocket server types for external service connectivity.
NetBox IPAM and PowerDNS integration for automated DNS record management.
Skills for accessing official documentation
Documents the .claude/plugin-name.local.md pattern for storing user-configurable plugin settings and state using YAML frontmatter and markdown content.
Guidance for Claude Code plugin directory structure, plugin.json manifest configuration, component auto-discovery, and file naming conventions.
Manage the Matrix/Virgo-Core Proxmox VE cluster (nodes Foxtrot, Golf, Hotel - MINISFORUM MS-A2 with AMD Ryzen 9 9955HX). Covers VM provisioning, VLAN networking, CEPH storage, and automation via Python (proxmoxer), Ansible (community.general.proxmox), and Terraform (Telmate/proxmox).
Guidance for creating effective Claude Code plugin skills with proper structure, progressive disclosure, and content organization best practices.
Research-backed skill creation workflow with automated firecrawl research gathering, multi-tier validation, and comprehensive auditing across a 9-phase process from research through final audit, following Anthropic specifications for Claude Code.
Process video files with audio extraction, format conversion (mp4, webm), and Whisper transcription.
Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Python single-file script development using uv and PEP 723 inline metadata, preventing invalid patterns like [tool.uv.metadata].
Mise configuration patterns, task definitions, hooks, presets, and language-specific setup guidance for dev environment management and project tooling.
Techniques for writing truly idempotent Ansible tasks using changed_when, failed_when, and check-before-create patterns to eliminate spurious "changed" reports.
Secure secrets handling in Ansible with Infisical vault integration, no_log directive enforcement, and a reusable Infisical lookup task for safe credential retrieval.
Decision frameworks and patterns for choosing and composing Claude Code components — skills, sub-agents, hooks, MCP servers, and slash commands — into effective multi-component agentic systems with proper orchestration and context management.
AI-powered code review using CodeRabbit CLI and GitHub integration, covering local reviews, .coderabbit.yaml configuration, and automated review pipelines.
Comprehensive guidance for creating Claude Code plugin hooks — event-driven automation using PreToolUse, PostToolUse, Stop, and other lifecycle events via the advanced prompt-based hooks API.
Release conventions and changelog configuration for lunar-claude, covering version bumping, changelog generation via git-cliff, and release tagging.
Generate changelog using git-cliff, optionally bump version tag
Builds production-ready applications with the Claude Agent SDK for Python, covering orchestrators with subagents, programmatic agent configuration, hooks, and permissions.