
Claude Skills by theheavenlyd3mon
github.com/theheavenlyd3monBreak down screenplays: scenes, shots, prompt packs.
Generate and QA picture scenes for the SLP WH-question app.
Discover, curate, and batch-test external style LoRAs for brand-custom image generation. Covers Loratlas-style libraries, FAL LoRA inference, and async polling patterns.
Generate Suno-ready style prompts, lyrics, and DSL energy arcs from a user brief. Supports RIVEN (trap soul/dark R&B male — J. Cole × Drake × Kid Laroi × Bryson Tiller) and SOLA (alt-R&B/neo-soul female — Kehlani × SZA × Ella Mai × Summer Walker × Billie Eilish) artist identities.
Trap Soul male vocal template for Suno — full pipeline from theme/direction to DSL style prompt + complete lyrics. Captures the methodology of a reference track: sparse-to-dense arcs, glitchy lo-fi production, extended metaphor systems, incantantion hooks, late-night introspection.
Use when assembling/reviewing clips into a finished edit.
Use when generating video with FLUX 3 tools or contests.
QA visuals when vision/browser tools missing: Chrome.
Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "fault tolerance", "mental model", "mapping", or "seven stages of action". Also trigger when diagnosing why users make mistakes, reducing product complexity, or improving error messages and feedback systems. Covers the gulfs of execution and evaluation. For ...
Generate AI images with style presets using Hermes Image Studio. Use when the user wants a single image for social media, articles, or creative projects.
Use when answering how a Hermes feature works.
Install Hermes plugins via CLI, not manual clone.
Use when session_search misses a known past session.
Use when checking what a Hermes update added or commits.
Diagnose Hermes web/browser tools (Firecrawl, Browserbase).
Write desktop app plugins that add UI panes and commands.
Author a Hermes color theme that skins every surface.
Configure, troubleshoot, and use Hermes image generation — all 5 built-in providers (FAL, OpenAI, OpenAI-Codex, xAI, Krea), model catalogs, env vars, and .env location gotchas.
Configure, troubleshoot, and use Hermes image generation — all 5 built-in providers (FAL, OpenAI, OpenAI-Codex, xAI, Krea), model catalogs, env vars, and .env location gotchas.
Full image creation workflow using Hermes Image Studio. Guides the agent through prompt engineering, preset selection, generation, upscaling, and batch exploration.
Expert-level color management for ICC profiles, working spaces, gamut mapping, and color science. Use when inspecting ICC profiles, converting between color spaces, checking gamut clipping, validating well-behaved working spaces, or troubleshooting color workflow issues with ImageMagick, ArgyllCMS, Exiftool, or LittleCMS.
Generate images and content consistent with the Nous Research brand identity. Use when creating visuals in the Nous / Theia / Hermes ecosystem: a "cyber-classical" style blending neo-classical statuary, cyberpunk/industrial grunge, and retro anime illustration. Covers official brand color palette, typography (Inter/IBM Plex Sans, JetBrains Mono, heavy distressed display faces), the Nous Girl mascot, texture system, and image prompt construction. Ships reference images for palette, mascot, and...
Generate multiple Suno-ready songs in one response: artist tracks using RIVEN/SOLA profiles and template tracks using hybrid songwriting methodologies. Supports batch outputs for creative music pipelines.
Notion API fundamentals: authentication, curl patterns, property types, API version differences, and troubleshooting.
Append and read Notion block content — paragraphs, headings, lists, code, to-do, images, and all block types.
Create, query, update schema, and manage Notion databases (data sources) via the API.
Create, read, update, and archive Notion pages — both standalone pages and database entries.
Search across a Notion workspace — find pages, databases, and content by query.
Open an HTML file, Markdown file, or localhost page in the browser so the user can edit text directly and leave comments on specific parts, then send all edits and comments back to you. Use after writing or updating something the user will read — specs, plans, reports, newsletter drafts, landing pages, slide decks, and locally running web pages.
Author live widget apps for the Hermes TUI dock.
Use whenever a task involves building or editing a 3D scene or asset in Blender — modeling, characters/people, architecture/interiors, terrain/landscapes, props, materials, lighting, or rendering. Covers discovering installed add-ons, using generators, importing and REFINING ready-made assets, and matching the result to the spec. Requires a running Blender instance with the blender-mcp addon (see Prerequisite).
Use whenever a task involves parametric CAD in FreeCAD — modeling parts and assemblies, editing object properties, technical drawings, importing/exporting STEP/STL/OBJ/DXF, PDF/Excel reports from a model, or finite-element (FEM/CalculiX) analysis. Requires a running FreeCAD instance with the FreeCADMCP addon (see Prerequisite).
Build a creative brand identity and content pipeline for social media — from name brainstorming through visual identity, content strategy, and generation workflow.
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.
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.
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.
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.
Translate privacy principles and legal requirements into data-flow, lifecycle, acceptance, and verification artifacts. Map data classification, purpose, processing, access, retention, deletion, residency, and consent; define verifiable privacy acceptance criteria; and produce data-lifecycle records, retention/deletion verification plans, and privacy change reviews. Use when engineering privacy into a system, feature, or data flow — not for legal advice, jurisdiction-specific regulatory interp...
Author live widget apps for the Hermes TUI dock.
'Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative
'Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility
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.
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.
Analyze unknown binary files through a deterministic CLI that wraps Ghidra's static-analysis engine. Use when you need to inspect a PE, ELF, or Mach-O file — triage suspicious binaries, map imported APIs, decompile functions, trace call paths, or produce structured evidence reports. Do not use for runtime analysis (debugging, dynamic tracing, sandbox execution), for modifying or patching binaries, or for binaries you already know everything about. The skill owns planning, hypothesis formation...
Author live widget apps for the Hermes TUI dock.
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.
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.
Scan a Mac for malware, persistence, and overlooked vulns.
Audit a macOS host for malware and vulnerabilities.
Check npm installs after a supply-chain poisoning advisory.