Use when blocked after cortex update or end_change rejects.
Skills in this repository
lukemcqueen/hermes-cortex - Page 2
SkillsMP has collected 311 skills from lukemcqueen/hermes-cortex. Open a skill to review its source and details.
lukemcqueen/hermes-cortexShowing 40 of 311 collected skills.
Use when sessions run the wrong model or config regresses.
Validate installers and strip post-decommission stale refs.
Fleet-wide term/artifact renames and decommission sweeps.
Agent-facing CLI output: token-lean by design (AXI/TOON).
Use when writing or auditing agent-facing CLI output.
Use when building/debugging the messaging gateway.
Use when claiming task-db slices under task model v3.
Use when building scripts whose stdout agents read (AXI).
Context design for agents: pre-fetch, compaction, envelopes.
Use when files vanished or uncommitted deletions appeared.
Golden known-answer parity testing for system replacement.
Use when performing a full-system backup of a Hermes Agent server — survey, clean up caches, checkpoint databases, bundle repos and configs, compress, and write a manifest. Pairs with hermes-recovery for the restore side.
Use when designing or improving LLM agent workflows.
Real features: 4-gate design with user approval per gate.
Container configs stale? Compare vs source in 3 locations.
Agent Bus (PGMQ) operations — queue inspection, DLQ management, message recovery, auth, and health diagnostics. Covers the Postgres-backed message queue that replaces the legacy file inbox.
Fix a compose stack on a shared host that 500s/404s.
Use before modifying any enforcer/governance code.
Check the data store and service logs before changing code.
DEFINITIVE canonical template for ./run — single bash CLI entrypoint covering Docker lifecycle, dev servers, testing, database management, linting, and utility commands. Applies to ANY tech stack: Python/FastAPI, Rails, Go, Node/Next.js, Rust. Every repo MUST…
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research,…
Systematically scrub Personally Identifiable Information (PII) from a codebase — inventory real domains, hostnames, credentials, and email addresses across all files; patch them to placeholders; create .example templates for gitignored configs; rewrite git…
Vet skills for safety, external dependencies, and self-contained operation before installing. Scan scripts, check for external API calls, verify stdlib-only imports, and reject skills that require external services. Use when installing any skill from a…
Engineering and communication standards for this project: terse, direct, skip explanations, always handle errors.
Role gating, PII tiers, and UGC moderation patterns.
Write Python modules with hermetic unit-test seams.
Use when debugging Alembic Postgres migration failures.
Fuzzy retrieval over an internal corpus via pg_texample.
Verify deployed web app routes render and links resolve.
Adversarial verification — systematically attempts to break code BEFORE it ships. Covers A0-A5 maturity levels: surface scan, input fuzzing, state corruption, dependency sabotage, concurrency attacks, cheat detection, invariant violation, and property-based…
Install and configure Hermes Cortex core components — Ollama, mycortex knowledge brain, health server, agent registry, hooks, cron jobs, and profile scaffolding on a target machine.
Daily cron job that reads one book of the Bible, extracts 3 lessons with practical application to server operations, and appends to SOUL.md. Runs autonomously at 1am — no user interaction, no notification.
Verify a decommission sweep removed every file and ref.
Diagnose terminal input issues and review emulator configs.
Patterns and architecture for admin-level CLI tools that use direct DB access, not agent-level API auth.
Auto-remediate cron job failures, agent inbox requests, and service issues. Checks every 5m and fixes known failure patterns silently.
Diagnostic procedures for Agent Bus connectivity, permissions, and message delivery. Covers the three bus paths (docker exec / direct backend / nginx), permission model verification, and the rule that all bus tests should use the agent-facing path, not admin…
Check agent bus inbox depth and read messages via HTTP API — for use in LLM cron context where inbox_read MCP tool is unavailable.
Systematically find and fix hardcoded absolute paths across scripts, docs, and configs. Ensures codebases work regardless of clone location or OS. Covers BASH_SOURCE-based path derivation, OS-aware case dispatch, shutil.which for Python, and ${VAR:-default}…