By rnben
TDD, systematic debugging, code review, planning, subagent-driven dev.
Plan mode for Hermes — inspect context, write a markdown plan into the active workspace's `.hermes/plans/` directory, and do not execute the work.
Pre-commit verification pipeline — static security scan, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop. Use after code changes and before committing, pushing, or opening a PR.
Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of 80 skills organized into 20 plugins for AI coding agents.
Source: Skills extracted from NousResearch/hermes-agent v0.10.0
claude plugin install rnben/hermes-skills
claude plugin install rnben/hermes-skills#github-skills # individual plugin
hermes skills tap add rnben/hermes-skills
hermes skills tap add rnben/hermes-skills#mlops-skills # individual category
git clone https://github.com/rnben/hermes-skills.git
# OpenCode: Add to .opencode/config.json:
# { "skills": { "enabled": true, "directory": "hermes-skills/.opencode/skills" } }
# Generic: Copy skills/ folder to your project
| # | Skill | Description | Project |
|---|---|---|---|
| 1 | apple-notes | Manage Apple Notes via memo CLI | https://github.com/sindresorhus/memo-cli |
| 2 | apple-reminders | Manage Apple Reminders via remindctl | https://github.com/steipete/remindctl |
| 3 | findmy | Track Apple devices and AirTags | https://developer.apple.com/find-my/ |
| 4 | imessage | Send/receive iMessages/SMS | https://github.com/steipete/tap |
| 5 | claude-code | Delegate tasks to Claude Code CLI | https://docs.anthropic.com/en/docs/claude-code |
| 6 | codex | Delegate tasks to OpenAI Codex CLI | https://github.com/openai/codex |
| 7 | hermes-agent | Hermes Agent full guide | https://github.com/NousResearch/hermes-agent |
| 8 | opencode | Delegate tasks to OpenCode CLI | https://opencode.ai |
| 9 | architecture-diagram | Dark-themed SVG architecture diagrams | https://github.com/Cocoon-AI/architecture-diagram-generator |
| 10 | ascii-art | Generate ASCII art (571 fonts) | https://github.com/jasonbrown20599/pyfiglet |
| 11 | ascii-video | Convert media to colored ASCII video | https://github.com/NousResearch/hermes-agent |
| 12 | creative-ideation | Generate project ideas via constraints | https://github.com/NousResearch/hermes-agent |
| 13 | excalidraw | Hand-drawn style diagrams | https://excalidraw.com |
| 14 | manim-video | Math/tech animations (Manim) | https://github.com/ManimCommunity/manim |
| 15 | p5js | Interactive generative visual art | https://p5js.org |
| 16 | popular-web-designs | 54 design systems from real sites | https://github.com/NousResearch/hermes-agent |
| 17 | songwriting-and-ai-music | Songwriting + AI music | https://github.com/NousResearch/hermes-agent |
| 18 | jupyter-live-kernel | Stateful Python via Jupyter kernel | https://github.com/hamelsmu/hamelnb |
| 19 | webhook-subscriptions | Webhook subscriptions for events | https://github.com/NousResearch/hermes-agent |
| 20 | dogfood | Systematic QA testing of web apps | https://github.com/NousResearch/hermes-agent |
| 21 | himalaya | IMAP/SMTP email management CLI | https://github.com/pimalaya/himalaya |
| 22 | minecraft-modpack-server | Modded Minecraft server setup | https://github.com/NousResearch/hermes-agent |
| 23 | pokemon-player | Auto-play Pokemon via emulation | https://github.com/NousResearch/hermes-agent |
| 24 | codebase-inspection | Codebase stats: LOC, language breakdown | https://github.com/ramonhdez/pygount |
| 25 | github-auth | GitHub authentication (HTTPS/SSH/gh) | https://docs.github.com/en/authentication |
| 26 | github-code-review | Analyze git diffs for code review | https://docs.github.com/en/pull-requests/review |
| 27 | github-issues | Create, manage, close GitHub issues | https://docs.github.com/en/issues |
| 28 | github-pr-workflow | Full PR lifecycle: branch to merge | https://docs.github.com/en/pull-requests |
| 29 | github-repo-management | Clone, create, fork, manage repos | https://docs.github.com/en/repositories |
| 30 | find-nearby | Find nearby places via OSM | https://www.openstreetmap.org |
| 31 | mcporter | MCP server management CLI | https://mcporter.dev |
| 32 | native-mcp | Built-in MCP client | https://modelcontextprotocol.io |
| 33 | gif-search | Search/download GIFs from Tenor | https://tenor.com |
| 34 | heartmula | Open-source music generation | https://github.com/nateraw/heartmula |
| 35 | songsee | Audio spectrograms and visualization | https://github.com/steipete/songsee |
| 36 | youtube-content | YouTube transcript extraction | https://github.com/NousResearch/hermes-agent |
| 37 | audiocraft | Text-to-music/sound generation | https://github.com/facebookresearch/audiocraft |
| 38 | axolotl | LLM fine-tuning (100+ models) | https://github.com/OpenAccess-AI-Collective/axolotl |
| 39 | clip | Vision-language zero-shot model | https://github.com/openai/CLIP |
| 40 | dspy | Declarative AI systems via DSPy | https://github.com/stanfordnlp/dspy |
| 41 | gguf | GGUF/llama.cpp quantization | https://github.com/ggerganov/llama.cpp |
npx claudepluginhub rnben/hermes-skills --plugin dev-workflow-skillsSearch arXiv papers, monitor blogs/RSS, manage knowledge bases, markets.
Manage Apple services: Notes, Reminders, FindMy, iMessage.
Interactive Python execution with stateful Jupyter kernel.
Read, search, and create notes in the Obsidian vault.
Webhook subscriptions for event-driven agent activation.
Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.
Universal intent router for Claude Code. One command that picks the highest-ROI skill automatically — GSD, Superpowers, or gstack.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Unified capability management center for Skills, Agents, and Commands.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).