AtlasOmnia

121 mods across 3 repositories, 261 stars between them.

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 36 tokens copy · 100% MIT

discord-connect

74

AtlasOmnia/hermes-custom-pack

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.

54 18d ago B 28 tokens copy · 100% MIT

dogfood

75

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 20 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 59 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 56 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 43 tokens copy · 100% MIT

github-auth

80

AtlasOmnia/hermes-custom-pack

Skill Claude CodeCodex

This skill sets up authentication so the agent can work with GitHub repositories, PRs, issues, and CI. It covers two paths.

54 18d ago F 21 tokens copy · 80% MIT

github-code-review

81

AtlasOmnia/hermes-custom-pack

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.

54 18d ago C 22 tokens copy · 100% MIT

github-issues

82

AtlasOmnia/hermes-custom-pack

Skill Claude CodeCodex

Create, search, triage, and manage GitHub issues. Each section shows gh first, then the curl fallback.

54 18d ago C 24 tokens copy · 86% MIT

github-pr-workflow

83

AtlasOmnia/hermes-custom-pack

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.

54 18d ago B 25 tokens copy · 81% MIT

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 39 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

Skill Claude CodeCodex

Create, clone, fork, configure, and manage GitHub repositories. Each section shows gh first, then the git + curl fallback.

54 18d ago E 22 tokens copy · 75% MIT

github-workflows

87

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 27 tokens copy · 100% MIT

google-workspace

88

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 24 tokens copy · 100% MIT

hermes-agent

90

AtlasOmnia/hermes-custom-pack

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…

54 18d ago F 18 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

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.

54 18d ago B 38 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 35 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

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 →…

54 18d ago A 25 tokens copy · 100% MIT

AtlasOmnia/hermes-custom-pack

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.

54 18d ago A 49 tokens original MIT

hermes-mnemosyne

95

AtlasOmnia/hermes-custom-pack

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/.

54 18d ago A 30 tokens copy · 100% MIT