← all publishers

basher83

@basher83 source repo

47 published skills

  1. Aar · basher83 bundle
    Runs a structured retrospective of a completed work session — captures what specs, gates, and plans miss. What actually happened, where friction occurred, and what to change next time. Domain-agnostic methodology.
    0
    installs
  2. Prime · basher83 bundle
    Loads and summarizes session context by reading the doctrine, project index, queue, and triage state.
    0
    installs
  3. Triage · basher83 bundle
    Articulates the why behind a candidate queue item — its direction, its named uncertainty, and the conscious scope-carve — and gates it through a cold-context review before writing the QUEUE.md row that the gate lifecycle binds to.
    0
    installs
  4. Gate Plan · basher83 bundle
    Authors a gate document for a queue item — a production validation plan that defines what must be proven before work is considered done. Applies the quality bar and self-assessment questions that gate-review audits against.
    0
    installs
  5. Gate Work · basher83
    Executes an operator-authored gate document by loading it into context and working through each checkpoint as the executing agent — no subagent dispatch. Handles resume of partially-completed gates against the operator's validation plan.
    0
    installs
  6. Gate Review · basher83 bundle
    Audits an existing gate document against the gate-plan quality bar — the quality assurance step between plan and work. Produces findings (structural compliance, quality findings, self-assessment gaps, strengths) and a PASS/FAIL verdict with confidence rating.
    0
    installs
  7. Spec Review · basher83
    Reviews a spec or structured document for implementability, control-flow soundness, and cross-reference consistency before execution begins. Uses a director-holds-context pattern with targeted subagent prompts that trace state through branches and verify interface agreement.
    0
    installs
  8. Component Writeup · basher83 bundle
    Produces structured technical documentation of a system by discovering components, tracing relationships through artifacts, and rendering progressive-disclosure writeups following the Patnaik template — component inventory, architecture overview, data flow, per-component detail, and grouped references.
    0
    installs
  9. Ansible Fundamentals · basher83
    Core principles and golden rules for writing production-quality Ansible automation, covering FQCN requirements, module selection guidance, and execution patterns using uv run.
    1
    install
  10. Ansible Error Handling · basher83 bundle
    Implements robust error handling in Ansible using block/rescue/always patterns, retry logic with until/retries, and clear assertion patterns for graceful failure management.
    1
    install
  11. Ansible Playbook Design · basher83 bundle
    Patterns for designing well-structured, maintainable Ansible playbooks with state-based (present/absent) design, play organization, and proper variable scoping.
    1
    install
  12. Proxmox Infrastructure · basher83 bundle
    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).
    1
    install
  13. Command Development · basher83 bundle
    Guidance for creating Claude Code slash commands with YAML frontmatter, dynamic arguments, bash execution, and user interaction patterns.
    1
    install
  14. Claude Agent Sdk · basher83 bundle
    Builds production-ready applications with the Claude Agent SDK for Python, covering orchestrators with subagents, programmatic agent configuration, hooks, and permissions.
    1
    install
  15. Python Uv Scripts · basher83 bundle
    Python single-file script development using uv and PEP 723 inline metadata, preventing invalid patterns like [tool.uv.metadata].
    1
    install
  16. Adr Methodology · basher83 bundle
    Structured frameworks for documenting architectural decisions using MADR templates, option analysis, trade-off matrices, and human-in-the-loop AI assistance.
    1
    install
  17. Generate Changelog · basher83
    Generate changelog using git-cliff, optionally bump version tag
    1
    install
  18. Python JSON Parsing · basher83 bundle
    Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), security (injection prevention), and advanced querying (JSONPath/JMESPath).
    1
    install
  19. Multi Agent Composition · basher83 bundle
    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.
    1
    install
  20. Ansible Proxmox · basher83 bundle
    Expert Proxmox VE automation using the community.proxmox Ansible collection for VM provisioning, template management, and cluster operations with minimal CLI usage.
    1
    install
  21. Ansible Secrets · basher83 bundle
    Secure secrets handling in Ansible with Infisical vault integration, no_log directive enforcement, and a reusable Infisical lookup task for safe credential retrieval.
    1
    install
  22. Ansible Testing · basher83 bundle
    Testing strategies and ansible-lint configuration for validating Ansible automation quality, covering lint rules, syntax validation, and integration test setup.
    1
    install
  23. Ansible Idempotency · basher83 bundle
    Techniques for writing truly idempotent Ansible tasks using changed_when, failed_when, and check-before-create patterns to eliminate spurious "changed" reports.
    1
    install
  24. Ansible Role Design · basher83 bundle
    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.
    1
    install
  25. MCP Builder · basher83 bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
    1
    install
  26. Skill Creator · basher83 bundle
    Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.
    1
    install
  27. Devtools Secrets · basher83 bundle
    Knowledge and guardrails for the mise + fnox + infisical secrets toolchain, covering secret injection, secret providers, and env var hygiene.
    1
    install
  28. Release Workflow · basher83
    Release conventions and changelog configuration for lunar-claude, covering version bumping, changelog generation via git-cliff, and release tagging.
    1
    install
  29. Video Processor · basher83 bundle
    Process video files with audio extraction, format conversion (mp4, webm), and Whisper transcription.
    0
    installs
  30. Mise · basher83 bundle
    Mise configuration patterns, task definitions, hooks, presets, and language-specific setup guidance for dev environment management and project tooling.
    0
    installs
  31. Git Ops · basher83
    Single front door for everything git and GitHub — saving work, getting the latest, backing up, and putting changes online. Routes plain-language requests to the right operation in the correct order, even when the user does not use git terms. Use whenever the user wants to save, back up, update, sync, upload, publish, or check on their project's files — phrases like "save my work", "back it up", "I'm done", "get the latest", "put it online", "did it save?".
    1
    install
  32. Writing Hookify Rules · basher83
    Guidance for writing Hookify rules — markdown files with YAML frontmatter that define behavioral patterns and conversation automation hooks.
    0
    installs
  33. Feedback · basher83
    Files a GitHub issue on this repo to tell Brent about anything worth his attention — confusion, something that didn't work, an idea or wish, or a new way the user phrased a request. Brent is a collaborator on this private repo and uses these issues to fix and improve the tools. Use this whenever the user sounds confused or frustrated, says something is broken or didn't work as expected, wishes something worked differently, or asks to tell Brent something — even if they never say "feedback" or "issue". Also invoked by blake-os:git-ops to log a request it could not cleanly route.
    1
    install
  34. Git Push · basher83
    Internal push step for the blake-os git-ops router. Publishes local commits to origin only when the branch is current, after verifying it is not behind; never force-pushes. Invoked by blake-os:git-ops — not a direct entry point. Trigger directly only on the exact request "git push".
    1
    install
  35. Git Sync · basher83
    Internal sync step for the blake-os git-ops router. Brings the current branch up to date with origin — fast-forwards when only behind, makes a merge commit when local and remote diverged, aborts and hands off on conflict; never rebases or force-pushes. Invoked by blake-os:git-ops — not a direct entry point. Trigger directly only on the exact request "git pull" or "git sync".
    1
    install
  36. Git Commit · basher83 bundle
    Internal commit step for the blake-os git-ops router. Stages explicit file paths and creates atomic commits on the current branch, matching the repo's existing message style and scanning for secrets before staging. Invoked by blake-os:git-ops — not a direct entry point. Trigger directly only on the exact request "git commit".
    1
    install
  37. Omni Talos · basher83 bundle
    Operational tooling for Talos Linux Kubernetes clusters via Sidero Omni with Proxmox infrastructure provider, covering machine classes, CEL storage selectors, and provider lifecycle management.
    1
    install
  38. Skill Factory · basher83 bundle
    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.
    0
    installs
  39. MCP Integration · basher83 bundle
    Guidance for integrating Model Context Protocol (MCP) servers into Claude Code plugins, supporting SSE, stdio, HTTP, and WebSocket server types for external service connectivity.
    1
    install
  40. Plugin Settings · basher83 bundle
    Documents the .claude/plugin-name.local.md pattern for storing user-configurable plugin settings and state using YAML frontmatter and markdown content.
    1
    install
  41. Git Workflow · basher83
    Best practices for git workflow automation including atomic commits, branch naming, conventional commit format, and changelog generation.
    1
    install
  42. Hook Development · basher83 bundle
    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.
    1
    install
  43. Plugin Structure · basher83 bundle
    Guidance for Claude Code plugin directory structure, plugin.json manifest configuration, component auto-discovery, and file naming conventions.
    1
    install
  44. Agent Development · basher83 bundle
    Guidance for developing Claude Code sub-agents with proper frontmatter, system prompts, triggering conditions, and autonomous task handling patterns.
    1
    install
  45. Skill Development · basher83 bundle
    Guidance for creating effective Claude Code plugin skills with proper structure, progressive disclosure, and content organization best practices.
    1
    install
  46. Branch Cleanup · basher83
    Comprehensive git branch cleanup and organization
    1
    install
  47. Coderabbit · basher83 bundle
    AI-powered code review using CodeRabbit CLI and GitHub integration, covering local reviews, .coderabbit.yaml configuration, and automated review pipelines.
    1
    install