All authors
theheavenlyd3mon avatar

Claude Skills by theheavenlyd3mon

github.com/theheavenlyd3mon
436 skillsA× 363B× 34C× 13D× 10F× 160 installs128 views
Config Consistency ReviewD

Systematic review for orphaned services, duplicate processes, stale config files, and other state inconsistencies left behind by profile migrations, gateway setup changes, or config consolidation. Run after any config migration or when troubleshooting unexpected behavior like "gateway shutting down" loops.

ai-agentspythongo
0
36
Cron PipelineD

Manage scheduled cron job pipelines — review overnight runs, detect missed jobs (machine-sleep pattern), run catch-up batches with proper spacing, and integrate results into the morning briefing. Covers the overnight maintenance pipeline common on macOS machines that sleep at night.

ai-agentspythonrust
0
36
Kanban WorkerA

Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.

ai-agentspythongo
0
36
Multi Agent OrchestrationA

Complete multi-agent orchestration system — Kanban decomposition playbook for task graph creation + autonomous Foreman cron loop for execution, retry cycles, and escalation. Covers the full lifecycle from goal decomposition through worker dispatch to project completion.

ai-agentspythongo
0
36
Profile BootstrappingC

Add new Hermes profiles to an existing Kanban multi-agent fleet — create profile, write config following fleet conventions, set delegation policy, integrate into orchestration.

ai-agentspythongo
0
36
Profile Model FleetA

Current model assignments for all Hermes profiles across multi-provider fleet (Nous + Xiaomi + DeepSeek), with pricing, reasoning_effort, and swarm role mapping. Use this to re-apply after resets or to audit profile-level model configs.

ai-agentsgodebugging
0
36
Project WorkspaceA

Multi-agent project workspace conventions — filesystem layout, shared working copies, project-level AGENTS.md, and sandbox-awareness for Hermes profiles.

ai-agentsrustgo
0
36
System AuditB

Systematic audit of all installed tools, packages, and dependencies for available updates. Covers Homebrew, pip, npm/pnpm, system software updates, git repos, and key CLI tools. Run when the user asks "check if anything needs updating" or similar maintenance queries.

ai-agentspythongo
0
36
Trifecta Tailscale SetupB

Trifecta + Tailscale setup — always-on mobile access to Hermes agent via private mesh network.

ai-agentsgobash
0
36
Wiki Health CheckA

Periodic wiki maintenance pass: broken links, orphans, stubs, duplicates, SHA256 drift, tag audit.

ai-agentspythongo
0
36
Windows Isolated Dev EnvironmentA

Set up Hermes Agent on a Windows PC under a restricted non-admin user account — isolated from personal data, optimized for GPU-accelerated creative/dev work (Three.js, Blender, UE5, web game dev). Covers portable installs, security boundaries, profile design, and cross-machine config transfer.

ai-agentspythonrust
0
36
Capacity And Cost EngineeringA

Model technical capacity, unit cost, and budget constraints connected to demand, performance, and reliability decisions. Use when projecting capacity from growth forecasts, sizing for peak events, designing cost-aware scaling policies, defining budget thresholds or quota/rate-limit enforcement, running or planning load/soak tests as capacity evidence, or resolving SLO-cost tradeoffs. Do NOT use for financial P&L statements, fundraising scenarios, or SaaS metrics (route to financial-modeling);...

ai-agentsgotesting
0
36
Cncf LandscapeA

Use this skill when discovering and comparing cloud-native technologies from the CNCF Landscape for an architecture or engineering decision. Query the live public Landscape API, filter candidates by capability, category, maturity, license, and repository signals, then produce an evidence-backed shortlist with trade-offs, unknowns, and validation steps. Do not use it as a substitute for project documentation, production-readiness testing, legal review, or general architecture methodology.

ai-agentspythongo
0
36
Docker ComposeA

Use Docker Compose to define, run, debug, and harden multi-container applications. Load for compose.yaml design, networking, volumes, secrets, profiles, overrides, watch mode, lifecycle operations, or troubleshooting.

ai-agentsshellbash
0
36
GrafanaA

Operate, configure, provision, secure, and troubleshoot Grafana OSS, Enterprise, and Cloud, including dashboards, folders, data sources, annotations, alert rules, contact points, notification policies, silences, mute timings, service accounts, RBAC, plugins, APIs, and as-code workflows. Use for Grafana product work and Grafana-side integrations. Do not use for defining SLOs or paging policy, operating Prometheus/Loki/Tempo/InfluxDB backends, generic Docker/Kubernetes/Terraform/reverse-proxy w...

ai-agentssqldocker
0
36
Incident LearningA

Convert operational incident and near-miss evidence into durable product, engineering, test, evaluation, and governance improvements with verified closure. Separate observed facts from causal hypotheses and unresolved uncertainty; map follow-up work across code, tests, skills, operations, product, and governance; track ownership, verification, and closure for every finding. Do not use to assign blame or produce a generic postmortem template; do not close learning because tickets were created ...

ai-agentsgorails
0
36
Kanban GuruA

A virtual Kanban expert who can diagnose flow problems, design board configurations, set up multi-portfolio operating models, calibrate WIP limits, establish service level expectations, and guide Scrum-to-Kanban transitions. Load this when your team is struggling with throughput, cycle times are unpredictable, multiple stakeholders compete for the same engineers, or you're wondering if Kanban is right for you.

ai-agentsgogit
0
36
KubernetesA

Operate, troubleshoot, secure, upgrade, and automate Kubernetes clusters and workloads safely across upstream Kubernetes, k3s, RKE2, MicroK8s, k0s, Talos, OpenShift/OKD, kind, Minikube, Rancher-managed clusters, EKS, AKS, and GKE. Use when a task involves kubectl, Kubernetes APIs, Pods, Deployments, StatefulSets, Services, Ingress or Gateway API, CRDs, RBAC, NetworkPolicy, storage, scheduling, autoscaling, cluster lifecycle, or the bundled agent-first k8s-cli.

ai-agentsnodekubernetes
0
36
Migration EngineeringA

Plan and execute safe cross-system migrations — schema, data, API, infrastructure, and service — with compatibility windows, dual-running, backfills, reconciliation, cutover, deprecation, and cleanup. Covers expand/contract, reversible and irreversible recovery paths, migration observability, correctness evidence, ownership, and customer impact. Do not use for single-technology quick fixes, tool-specific how-to guides, or migrations whose scope does not cross a system boundary; do not prescri...

ai-agentsgotesting
0
36
Production ReadinessA

Define the minimum production evidence packet by risk class and produce go/no-go/defer/exception launch decisions with accountable owners. Cover ownership, user/business outcome, dependencies, SLOs, observability, support, security, data, rollback, capacity, and cost — every category with a named source or explicit missing-evidence outcome. Route detailed checks to existing specialist skills. Do not use for release pipeline mechanics (release-engineering) or incident response and SLO operatio...

ai-agentsrustgo
0
36
Release EngineeringA

Design, automate, and operate end-to-end software releases: release process models and pipelines (trunk-based development, CD stages, release trains), progressive delivery and feature flags, versioning and artifact management (SemVer, conventional commits, changelogs, SBOM/provenance), readiness and quality gates, rollback and recovery planning, change-management and audit compliance (SOC 2, SOX, PCI), DORA metrics, and multi-team release coordination. Do not use for application feature imple...

ai-agentspythongo
0
36
Remote Systems AdministrationA

Administer and troubleshoot remote Linux, FreeBSD, NetBSD, OpenBSD, and macOS systems safely, one host or a fleet at a time. Use when a task requires SSH, Ansible, Paramiko, POSIX diagnostics, service management, software updates, system configuration, firewall changes, or evidence-led remote operations.

ai-agentspythongo
0
36
Resilience And RecoveryA

Design, exercise, and evidence graceful degradation, disaster recovery, and restoration behavior across systems and dependencies. Covers failure-mode analysis, RTO/RPO decision records, restore testing, game days, failover drills, data integrity verification, and recovery communication. Do not use for live incident command or incident response; route to site-reliability-engineering for those. Do not use for infrastructure implementation details; route to platform-engineering.

ai-agentsgotesting
0
36
ResticA

Install, configure, operate, secure, automate, tune, troubleshoot, and recover restic backups across local, SFTP, S3-compatible, cloud, and REST backends. Use when creating or managing a restic repository, designing backup or retention policy, validating restores, handling repository health or locks, moving repositories, or building safe scheduled backup jobs. Do not use for a generic file-copy task that does not need encrypted, deduplicated snapshots.

ai-agentsgoshell
0
36
Site Reliability EngineeringA

Design, operate, and improve reliable production systems with SLOs, incident command, observability, error budgets, and operational practices.

ai-agentspythongo
0
36
Technology RadarA

Build and maintain technology radars for adoption, trial, assessment, and hold decisions. Use when governing technology choices, build-versus-buy decisions, or engineering portfolio risk.

ai-agentsgogit
0
36
Tempest CliA

Query hyper-local weather from a WeatherFlow Tempest station: current conditions, 7-day forecast, historical observations, and real-time UDP broadcasts. Use when the user asks about the weather, temperature, rain, wind, humidity, forecast, or wants conditions from their own station rather than a generic weather service.

ai-agentspythongo
0
36
TraefikA

Deploy, configure, and troubleshoot Traefik v3 reverse proxy — covers

ai-agentspythongo
0
36
Tui WidgetsA

Author live widget apps for the Hermes TUI dock.

ai-agentsgoreact
0
36
Dynamic WorkflowA

Orchestrate large fan-out work as a plan-in-code "workflow" so the agent's context holds only the final verified answer, not the exhaust of hundreds of intermediate steps. Use for codebase-wide sweeps, large migrations, multi-angle research, and any task too big for one context window where the split strategy is known enough to script. Includes the adversarial-convergence verification recipe (independent attempts + refuters, keep only surviving claims).

ai-agentspythonrust
0
36
Kanban OrchestratorA

Decomposition playbook + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically playing the orchestrator role.

ai-agentspythongo
0
36
Kanban WorkerA

Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper detail on specific scenarios.

ai-agentspythongo
0
36
Vault Revamp KatmanA

How to complete a kanban-driven Unreal Engine/Obsidian vault revamp task safely and unitarily across the category notes.

ai-agentsrustgo
0
36
Hermes Profile ConfigA

Manage Hermes Agent profile configurations — audit, update, and fix model/provider settings across profiles. Use when the user asks to review, fix, or bulk-update profile configs, model names, provider URLs, or Discord/platform settings across multiple profiles.

ai-agentspythonbash
0
36
Gbrain Obsidian IntegrationF

Integrate GBrain knowledge graph engine with an Obsidian vault — architecture patterns, sync strategy, MCP setup, and Team-Wiki mirroring. Use when setting up GBrain alongside an existing Obsidian vault with PARA structure.

ai-agentsgobash
0
36
C4 DiagrammingA

Create C4 software-architecture diagrams using Mermaid or Structurizr. Use when teams need clear system context, container, component, or code-level views.

ai-agentstypescriptgo
0
36
EpubA

EPUB file format expert — read, write, and edit EPUB2/EPUB3 ebooks. Extract text, metadata, structure, and knowledge from EPUB files for enrichment or memory. Create valid EPUBs from scratch. Validate against the EPUB specification. Use when the user mentions epub, ebook, EPUB file, ebook format, read epub, write epub, create ebook, extract from epub, epub to text, or ebook structure.

ai-agentspythongo
0
36
GutenbergA

Search, download, and extract public-domain books from Project Gutenberg. Look up books by ID or keyword via gutendex, download plain-text and EPUB editions, strip licensing boilerplate, extract clean text from EPUB for illustrated works, and classify fiction vs non-fiction. Ships a portable CLI script with zero external dependencies. Use when the user says "gutenberg", "public domain", "download a book", "classic literature", "free ebook", "gutenberg.org", or names any public-domain title or...

ai-agentspythongo
0
36
Mermaid DiagramsA

Author, render, and troubleshoot Mermaid diagrams for documentation, architecture, processes, and technical communication. Use when a text-based diagram needs to stay versionable.

ai-agentsjavascriptpython
0
36
Open Knowledge FormatA

Google's Open Knowledge Format (OKF) v0.1 — an open, vendor-neutral spec

ai-agentspythongo
0
36
Openlibrary CliA

Search books, authors, and works on Open Library from the terminal. Look up books by ISBN, search titles and authors, and fetch detailed work/author records via the public Open Library API. No API key required.

ai-agentspythongo
0
36
Technical DocumentationA

Create and review technical documentation, including READMEs, agent-facing instructions, API references, and CLI help. Use when documentation must help someone complete real work.

ai-agentsgogit
0
36
Gbrain Team Wiki InstallF

Install and configure GBrain with a shared Team-Wiki in the Obsidian vault for multi-agent collaboration

ai-agentspythongo
0
36
Obsidian Note CreationA

Atomic Obsidian note creation: resolve vault path, pick the right container, check for duplicates, draft structured notes, patch existing pages, and update the nearest MOC/index.

ai-agentsgoshell
0
36
Fabric Promote ReviewA

Promote high-value Icarus fabric entries to LLM-Wiki pages — scan, cross-check, create, index, log.

ai-agentspythongo
0
36
File OrganizationA

Organize messy directories — deduplicate files, normalize naming, clean junk, restructure folders. Use when the user says 'clean up', 'organize', 'deduplicate', or 'restructure' a folder of files.

ai-agentspythongo
0
36
Memory CuratorA

Automated memory curation: monitors Obsidian notes/, triggers moves/promotions, handles archiving. Works with Mnemosyne (hot layer), Icarus (operational), and llm-wiki (curated). One component of a five-layer memory stack (Mnemosyne, Fabric, LLM-Wiki, Obsidian, Skills).

ai-agentsgobash
0
36
Notion Agent InventoryA

Track Hermes agent profiles, their roles, models, and tools in the Notion Agent Inventory database.

ai-agentsbashapi
0
36
Notion Agent LogbookC

Agent session logging to Notion — cron jobs, kanban workers, and subagents write structured log entries to a searchable database.

ai-agentspythonshell
0
36
Notion Api BasicsB

Notion API fundamentals: authentication, curl patterns, property types, API version differences, and troubleshooting.

ai-agentspythonbash
0
36