All authors
theheavenlyd3mon avatar

Claude Skills by theheavenlyd3mon

github.com/theheavenlyd3mon
436 skillsA× 363B× 34C× 13D× 10F× 160 installs128 views
Hermes Desktop PluginsA

Write desktop app plugins that add UI panes and commands.

ai-agentsjavascriptpython
0
36
Karpathy GuidelinesA

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

ai-agentspythongo
0
36
Look Before EditA

Forces investigation before editing code. Prevents breaking things by checking who uses the file first. Inspired by ECC's GateGuard.

ai-agentspythonbash
0
36
Adr AuthoringA

Write, review, and maintain architecture decision records with clear context, alternatives, consequences, and lifecycle governance. Use when a consequential technical decision must remain understandable.

ai-agentsgoaws
0
36
Api Design And EvolutionA

Design, document, review, and evolve consumer-facing APIs and event interfaces. Use when choosing REST/HTTP, GraphQL, RPC, events, webhooks, or streaming; writing OpenAPI or AsyncAPI contracts; defining schemas, pagination, mutations, errors, idempotency, or API compatibility; or planning API versioning, deprecation, and migration. Use secure-software-engineering for a full security lifecycle, ADR authoring for durable architecture decisions, and spec-driven-development for a delivery specifi...

ai-agentsrustapi
0
36
Backend EngineeringA

Backend engineering methodology — API implementation patterns (REST,

ai-agentsgotesting
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
Cli BuilderB

Build or refactor CLI tools designed for AI agent consumption: non-interactive, flag-driven, idempotent, with --json output and --dry-run preview. Use when creating a new script the agent will call, adding agent-friendly flags to an existing tool, or debugging why an agent keeps failing to use your CLI.

ai-agentspythongo
0
36
Forgejo CliB

CLI for Forgejo API — issues, PRs, repos, labels, webhooks, Actions runners. Dual auth (AGENT/USER).

ai-agentspythongo
0
36
Frontend EngineeringA

Frontend engineering methodology — component architecture, state management,

ai-agentsjavascripttypescript
0
36
Implementation PlanningA

Plan the implementation of an approved requirement or specification: produce an executable, dependency-aware delivery plan covering work breakdown, dependency mapping, critical path, ownership, parallelism and sequencing, rollout strategy, rollback and recovery paths, and verification against the original requirement. Supports cross-team, cross-repository, migration, and staged-rollout scenarios. Do not use for pre-approval discovery or needs-finding, authoring a specification from scratch, c...

ai-agentsgogit
0
36
Mobile DevelopmentA

Build, test, sign, and ship mobile apps across iOS, Android, Flutter, and React Native — project scaffolding, builds and code signing, device and emulator testing, store submission (App Store and Play Store), app lifecycle and backgrounding, offline and sync, and mobile-specific testing. Use when the task involves creating, building, testing, or shipping a mobile app for iOS or Android, or reasoning about mobile behavior such as background execution, push notifications, offline storage, and d...

ai-agentsjavascripttypescript
0
36
NeckbeardA

Use when asked to fix, build, refactor, review, verify, or release software and the work is non-trivial — including delivering a change request (issue, ticket, or request) from intake through planning, gates, implementation, review, verified PR, and authorized post-merge release. neckbeard routes the change through framing, discovery, design, implementation, review, verification, delivery, and learning — choosing the smallest *safe* intervention, proving it at the real delivery boundary, and ...

ai-agentsrustgo
0
36
Opensource ContributionsA

Make good open source contributions — check CONTRIBUTING.md first, follow

ai-agentsgodebugging
0
36
PlaywrightA

Operate Playwright for browser automation end to end: author and debug E2E test suites (robust locators, network interception and mocking, parallel workers, accessibility snapshot checks), wire them into CI, and drive headless browsing and scraping with an extract -> validate -> save loop. Use when writing, running, fixing, or scraping with Playwright, when a Playwright CI failure or JSON report needs triage, or when the bundled pwrun script should analyze a run. Do not use for QA strategy or...

ai-agentsjavascriptpython
0
36
Programming PrinciplesA

Distilled coding principles from 14 classic software books.

ai-agentsrustgo
0
36
Qa MethodologyA

Design and apply QA methodology for software teams: test strategy, regression testing, CI failure triage, test automation, quality gates and metrics, risk-based testing, exploratory testing, test design techniques, AI code quality gates (independent verification, acceptance-criteria testability review for agentic Spec-Driven Development), mutation-guided test hardening and review evidence (surviving mutants, weak assertions, diff-aware mutation testing), agentic eval design (dataset test desi...

ai-agentspythongo
0
36
Secure Software EngineeringA

Use when designing or implementing software securely: define security requirements, threat-model a feature, choose secure defaults, design authentication and authorization, handle untrusted data and secrets, evaluate dependencies, or review security-sensitive changes. Use for prevention during requirements, design, implementation, and review; not for post-build security assessments or scanning an existing codebase.

ai-agentsrustrails
0
36
Software Architecture AnalysisA

Reverse-engineer a software codebase to understand architecture, data flow, privacy posture, and feature surface — then produce a clean-room design document, PRD, or migration plan that re-imagines the system under new constraints (local-first, privacy-first, self-hosted). Use when you need to understand how a system works from its source code or produce a specification without copying implementation details.

ai-agentspythonrust
0
36
Spec Driven DevelopmentA

Spec-Driven Development (SDD) methodology for AI software factories —

ai-agentsgobash
0
36
Verification MethodologyA

Verify work against explicit criteria using direct, source-faithful evidence, reproducible checks, and clear verdicts. Use before declaring an artifact, implementation, or claim complete; do not use for exploratory research without pass/fail criteria.

ai-agentsgogit
0
36
Human ReviewA

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.

ai-agentsshell
0
36
Pragmatic ProgrammerA

Apply meta-principles of software craftsmanship: DRY, orthogonality, tracer bullets, and design by contract. Use when the user mentions "best practices", "pragmatic approach", "broken windows", "tracer bullet", "software craftsmanship", "technical debt prevention", "prototype vs tracer bullet", or "code ownership". Also trigger when evaluating build-vs-buy decisions, designing estimation approaches, or choosing between reversible and irreversible architectural decisions. Covers estimation, do...

ai-agentsrustgo
0
36
Tui WidgetsA

Author live widget apps for the Hermes TUI dock.

ai-agentsgoreact
0
36
Refactoring PatternsA

Apply named refactoring transformations to improve code structure without changing behavior. Use when the user mentions "refactor this", "code smells", "extract method", "replace conditional", "technical debt", "move method", "inline variable", or "decompose conditional". Also trigger when cleaning up legacy code, preparing code for new features by restructuring, or identifying which transformation to apply to a specific code smell. Covers smell-driven refactoring, safe transformation sequenc...

ai-agentsgojava
0
36
Release ItA

Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "timeout strategy", "deployment pipeline", "chaos engineering", "bulkhead pattern", "retry with backoff", or "health checks". Also trigger when designing resilient microservices, planning zero-downtime deployments, or investigating cascading failure scenarios. Covers capacity planning, health checks, and anti-fragili...

ai-agentsgoreact
0
36
AgentmailA

Give the agent its own inbox: send and receive email.

ai-agentspythongo
0
36
No Ai SlopA

Edit drafts into sharper, more human writing while preserving the writer's personal voice, or detect AI-slop patterns without rewriting. Use when the user wants a draft clearer, more direct, more opinionated, or less AI-sounding, or asks whether writing reads as AI.

ai-agentsgoexpress
0
36
Tui WidgetsA

Author live widget apps for the Hermes TUI dock.

ai-agentsgoreact
0
36
Ios AccessibilityA

Build and audit SwiftUI, UIKit, and AppKit accessibility for VoiceOver, Voice Control, Switch Control, Full Keyboard Access, Dynamic Type, focus restoration, labels/traits/actions, traversal, custom rotors, NSAccessibility, XCTest checks, adaptive system preferences, and App Store accessibility declarations. Use when implementing accessible UI, fixing an accessibility audit, testing assistive-technology behavior, or substantiating App Store Accessibility Nutrition Labels.

ai-agentsgoswift
0
36
Ios AnimationsA

Clinic-architecture-aligned iOS animation craft guidelines for SwiftUI (iOS 26 / Swift 6.2) covering motion tokens, spring physics, gesture continuity, spatial transitions, micro-interactions, and accessibility. Enforces @Equatable on animated views and keeps animation state aligned with Domain/Data feature boundaries. Use when writing, reviewing, or refactoring SwiftUI animation code under the clinic modular MVVM-C architecture.

ai-agentsgoswift
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
image-studio-batchA

Generate multiple AI image variants with Hermes Image Studio. Use when the user wants options to choose from, or needs a variety pack for social media.

ai-agents
0
36
Ai Video EditingA

Use when assembling AI clips into an edited video.

ai-agentsexpress
0
36
Ai Video GenerationC

AI video generation: prompt engineering, model selection, and platform integration (Higgsfield, Flux 3, Runway, etc.). Six-part prompt structure, camera/lighting vocabulary, model routing, MCP automation, Flux 3 reasoning-harness techniques.

ai-agentspythonrust
0
36
Animated Eikon From BaseB

Turn one supplied base image into a full animated herm eikon: generate one high-contrast black/white canonical base plate, animate six state clips from that same starting frame with fal.ai/Kling, install sources under ~/.hermes/eikons/<name>/source/, and hand off to Eikon Studio for baking.

ai-agentspythongo
0
36
Audiocraft Audio GenerationA

AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.

ai-agentspythonbash
0
36
Blender AutomationA

Connect Blender to Hermes via MCP — 3D modeling, scene manipulation, batch operations, and asset generation through natural language.

ai-agentspythongo
0
36
Cork BoardD

Plan story structure on a cork board: cards, acts, arcs.

ai-agentsgobash
0
36
Creative Demo WorkflowA

Organize creative skill demos for social posting.

ai-agentspythonbash
0
36
Creative IdeationA

Generate project ideas via creative constraints.

ai-agentspythonrust
0
36
Fal Ai GenerationB

Generate images, video, and audio via fal.ai Model APIs directly using the user's FAL_KEY — model selection, sync/queue call pattern, LoRA endpoints, pricing. Use when the built-in image_generate tool (gateway-pinned to FLUX 2 Klein) is a poor fit for the brief, when the user asks for a specific fal.ai model, or for anime/stylized/LoRA/upscale/background-removal work on fal.ai.

ai-agentspythongo
0
36
Flux3 Video DirectingA

Use when writing or critiquing FLUX 3 video prompts.

ai-agentsgoreact
0
36
HeartmulaA

HeartMuLa: Suno-like song generation from lyrics + tags.

ai-agentspythongo
0
36
HyperframesA

Render MP4/WebM videos from HTML compositions.

ai-agentsgoshell
0
36
Image Vision AnalysisB

Vision fallback: describe images via OpenRouter gpt-4o-mini.

ai-agentspythonbash
0
36
Master CanvasA

Plan AI video pre-production with Master Canvas packages.

ai-agentsnode
0
36
Minimax Video GenerationA

Use when generating video with MiniMax H3.

ai-agentspythongo
0
36
Mood BoardA

Use when building a mood board. Images, palette, Notion.

ai-agentsapidatabase
0
36
RisoB

High-fidelity ASCII/Braille rendering via the Risomorphism-1911 pipeline — edge-aware downsampling, presets, quality gates, and eikon mirror workflows

ai-agentspythongo
0
36