Use when blocked after cortex update or end_change rejects.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٣١١ من skills من lukemcqueen/hermes-cortex. افتح أي skill لمراجعة مصدره وتفاصيله.
lukemcqueen/hermes-cortexعرض ٤٠ من أصل ٣١١ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية
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}…
لغة النص الأصلي: الإنجليزية