Skip to main content

这个仓库中的 skills

lukemcqueen/hermes-cortex - 第 2 页

SkillsMP 已收集 lukemcqueen/hermes-cortex 中的 311 个 Skill。打开任一 Skill 可查看来源和详情。

lukemcqueen/hermes-cortex

已展示 40 / 311 个已收集 Skill。

职业分类
未分类
描述

Use when blocked after cortex update or end_change rejects.

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
已展示 40 / 311 个已收集 Skill。