Skip to main content

这个仓库中的 skills

lukemcqueen/hermes-cortex - 第 4 页

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

lukemcqueen/hermes-cortex

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

职业分类
软件开发工程师
描述

Shell scripting patterns, portability pitfalls, and cross-platform compatibility for bash/awk scripts in the Hermes Cortex ecosystem.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Deploy, configure, and wire Langfuse v3 with ClickHouse for LLM observability — Docker compose, SIGSEGV-safe ClickHouse tuning, Hermes Langfuse plugin setup, OTLP endpoint troubleshooting.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Convert LLM-driven Hermes agent crons to no_agent scripts with targeted API calls. Maximizes deterministic Python work, uses LLM only for the single creative task the model uniquely provides.

原文语言:英语

更新
职业分类
软件开发工程师
描述

LLM-as-Judge trace quality scorer. Evaluates Hermes conversation traces in Langfuse using a local Ollama model and posts quality scores back to Langfuse. Cron schedule: weekdays 12pm/8pm, weekends 10pm KST.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Offline code snippet search + generation using local Ollama models. Search a 520-snippet corpus across 30+ topics and 25 languages with nomic-embed-text:v1.5, generate code with auto-detected qwen2.5 (3b on 4-8GB, 7b on 8-24GB, 14b on 24GB+). No internet…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Prevents LLM cron jobs from delivering garbage with a self-check quality gate and automated watchdog.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

How to prevent systemd service crash-looping from port conflicts, missing directories, and failed dependencies

原文语言:英语

更新
职业分类
其他计算机职业
描述

Backlog-driven orchestrator work (F-023) — pull the top pending fleet tasks from the tasks DB, execute or dispatch them via the bus, verify with real evidence, close them, and report status to Telegram. The orchestrator's autonomous "nothing falls behind"…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Cross-session tasks via task-db.py or task_* MCP tools. v2: story/slices, paused, switch, bus-as-tasks, Telegram events.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when pulling latest or running cortex update.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Pre-delivery self-critique: seven-question audit to catch blind spots, verify claims, and score confidence before delivering results. Prevents half-baked work.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Ensure AGENTS.md and SOUL.md stay current across all agents and projects. Weekly audit, post-update broadcast, mandatory section gap detection, and multi-project awareness. **Model requirement:** The audit cron needs 64K+ context window. Pinned to…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Mine loop governance DB, sessions, and memory for reusable skill patterns. Scores findings with nomic-embed-text and reports to the orchestrator via the agent inbox.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Daily SOUL.md refinement process — mine sessions for lessons, apply corrections, codify principles. Optional per-agent Bible insight integration for daily Scripture reading.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Set up nginx security with IP blocking, fail2ban integration, daily automated scanning, and atomic deploy. Covers blocked_ips.add input, fail2ban filter, deploy script (backup → validate → reload), and a no_agent daily scanner cron. Platform-aware: macOS…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Layered defense system: fail2ban jails + nginx IP blocking + daily auto-deploy pipeline. How to add blocked IPs, check jails, and deploy.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when a script reads another cron's output or retires.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Systematic evaluation framework for agent capabilities — capability tests, regression suites, failure analysis

原文语言:英语

更新
职业分类
其他计算机职业
描述

Two hard rules every agent must follow: USE LOOP GOVERNANCE ALWAYS. SHARE IMPROVEMENTS TO THE PUBLIC REPO.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when a repo migration is missing from the live DB.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when fixing bus consumers or false-unreachable agents.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Diagnose and fix Telegram delivery issues for Hermes cron jobs — delivery pipeline tracing, DNS/network diagnostics, adapter state verification, and known failure patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Multi-role architecture review (a.k.a. HC-Party) with weighted decision matrices, conflict resolution, and cost estimation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Requirements elicitation for Hermes Cortex (a.k.a. elicit) — structured domain exploration, RICE/MoSCoW prioritization, and user-story output with acceptance criteria.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Universal 'basic things every agent should know' — distilled from real frustration patterns across 10+ sessions. Prevents the most common corrections and wasted turns.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Systematically audit, test, and debug sudoers NOPASSWD rules — verify allowed commands actually run without password, diagnose silent rule failures, and fix common pitfalls.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Break large tasks into discrete, verifiable, independently completable units. Uses functional decomposition, vertical slicing, dependency ordering, and scope gating so agents execute predictably end-to-end.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write desktop app plugins that add UI panes and commands.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Author a Hermes color theme that skins every surface.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Design and maintain agent memory system: MEMORY.md structure, privacy boundaries, gitignore per brain source, seed templates, pointer pattern, and PII prevention. Use when asked: 'clean up memory', 'separate public from private', 'prevent PII leakage',…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Verify deployed components match their repo source — detect stale copies, validate symlinks, and ensure the fleet runs fresh code after git pulls.

原文语言:英语

更新
职业分类
服务销售代表(广告、保险、金融服务和旅游除外)
描述

Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Also use when the user mentions "cold outreach,"…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,'…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages,"…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Write a multi-email nurture/onboarding/launch sequence with a goal per email. Use when asked to write an email sequence, a welcome/onboarding series, a nurture drip, a launch sequence, or a re-engagement series. Produces the sequence map (trigger, timing,…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,'…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app…

原文语言:英语

更新
职业分类
平面设计师
描述

When the user wants to apply, document, or enforce brand guidelines for any product or company. Also use when the user mentions 'brand guidelines,' 'brand colors,' 'typography,' 'logo usage,' 'brand voice,' 'visual identity,' 'tone of voice,' 'brand…

原文语言:英语

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