Skill Claude CodeCodex
Plan themed trips to specific attractions or destinations with real pricing, logistics, and a tight itinerary focused on the theme — not a generic city guide.
Skill Claude CodeCodex
Plan themed trips to specific attractions or destinations with real pricing, logistics, and a tight itinerary focused on the theme — not a generic city guide.
Skill Claude CodeCodex
Skill "discord-connect" from AtlasOmnia/hermes-custom-pack, covering discord connection guide, quick setup flow, bot permissions (minimal), oauth2 scopes and guild install vs user install.
Skill Claude CodeCodex
This skill guides you through systematic exploratory QA testing of web applications using the browser toolset. You will navigate the application, interact with elements, capture evidence of issues, and produce a structured bug report.
Skill Claude CodeCodex
Research and plan a multi-day domestic trip — hotels, attraction tickets, itineraries, driving distances, local tips, and budget estimates. Designed for family/personal trips where the user wants a clear, actionable overview before committing to anything.
Skill Claude CodeCodex
Extract structured data (prices, listings, product details) from JavaScript-heavy sites where key data is rendered by React/Vue/Angular and doesn't appear in compact accessibility snapshots.
Skill Claude CodeCodex
Skill "evidence-based-replies" from AtlasOmnia/hermes-custom-pack, covering evidence-based replies, core principle, default workflow, required output shape and writing guidance for this user.
Skill Claude CodeCodex
Use this skill when the user asks a named external model or provider to.
Skill Claude CodeCodex
This skill sets up authentication so the agent can work with GitHub repositories, PRs, issues, and CI. It covers two paths.
Skill Claude CodeCodex
Perform code reviews on local changes before pushing, or review open PRs on GitHub. Most of this skill uses plain git — the gh/curl split only matters for PR-level interactions.
Skill Claude CodeCodex
Create, search, triage, and manage GitHub issues. Each section shows gh first, then the curl fallback.
Skill Claude CodeCodex
Complete guide for managing the PR lifecycle. Each section shows the gh way first, then the git + curl fallback for machines without gh.
Skill Claude CodeCodex
Before pushing a branch to a shared remote, run through these gates. They prevent pushing credentials, PII, private history, or a broken tree. The skill covers the pre-PR quality phase — use github-pr-workflow for the PR lifecycle itself.
Skill Claude CodeCodex
Use this skill for edits where the goal is to keep repository-facing Markdown documentation accurate, current, and review-friendly.
Skill Claude CodeCodex
Create, clone, fork, configure, and manage GitHub repositories. Each section shows gh first, then the git + curl fallback.
Skill Claude CodeCodex
Use this skill for the full GitHub operating loop: 1) authenticate, 2) manage repos and remotes, 3) open and review PRs, 4) work on issues, and 5) monitor CI.
Skill Claude CodeCodex
Gmail, Calendar, Drive, Contacts, Sheets, and Docs — through Hermes-managed OAuth and a thin CLI wrapper. When gws is installed, the skill uses it as the execution backend for broader Google Workspace coverage; otherwise it falls back to the bundled Python client implementation.
Skill Claude CodeCodex
There are two places a SKILL.md can live.
Skill Claude CodeCodex
Hermes Agent is an open-source AI agent framework by Nous Research that runs in your terminal, messaging platforms, and IDEs. It belongs to the same category as Claude Code (Anthropic), Codex (OpenAI), and OpenClaw — autonomous coding and task-execution agents that use tool calling to interact with your system. Hermes…
Skill Claude CodeCodex
Edit /.hermes/config.yaml values reliably, working around the security guard that blocks direct file edits and CLI commands that don't persist for nested keys.
Skill Claude CodeCodex
Use this when the user asks about Hermes prompt/context size, “hello” startup cost, compression behavior, memory/profile bloat, tool-schema overhead, skill loading, session-store/search-index storage, or multimodal/visual-context approaches such as Snapcompact.
Skill Claude CodeCodex
Write plugins for the Hermes desktop app: statusbar items, layout panes, command-palette commands, keybinds, routes, and themes. A plugin is a single plain-JavaScript ESM file the app loads at runtime — no build step, no repo changes. A plugin can also talk to its own Python backend namespace (ctx.rest/ctx.socket →…
Skill Claude CodeCodex
Use when running a read-only diagnostic review of recent Hermes sessions to find recurring mistakes, failed tool calls, and repeated fixes, then propose suggestion-only improvements and reusable skills. Human-gated; never auto-applies.
Skill Claude CodeCodex
Mnemosyne is Hermes' primary local-first memory engine — SQLite with vector + FTS5 hybrid search, 19+ tools, auto-consolidation, and a standalone CLI. It's a pip-installed plugin (not a built-in toolset) discovered via $HERMESHOME/plugins/mnemosyne/.
Skill Claude CodeCodex
Purpose: Record decisions made from hermes-nightly-self-check findings so behavior is consistent across sessions.