mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
docs(skills): fix broken related_skills references (#37338)
Salvaged from PR #38820 by @bedirhancode, re-applied at current skill locations (obliteratus and s6 moved to optional-skills/ since the PR): - research-paper-writing: drop ml-paper-writing (never existed) - touchdesigner-mcp: drop native-mcp (consolidated) + hermes-video (never existed) - obliteratus: vllm -> serving-llms-vllm, gguf -> llama-cpp - s6-container-supervision: drop hermes-agent-dev (not a repo skill) 4 of the original 8 hunks were dropped: heartmula already fixed in #70453; native-mcp SKILL.md deleted from main; architecture-diagram and comfyui hunks removed refs to concept-diagrams and stable-diffusion-image-generation, which are valid optional skills.
This commit is contained in:
parent
a98fed2470
commit
26685a9f34
5 changed files with 5 additions and 4 deletions
|
|
@ -0,0 +1 @@
|
|||
bedirhancode
|
||||
|
|
@ -9,7 +9,7 @@ environments: [s6]
|
|||
metadata:
|
||||
hermes:
|
||||
tags: [docker, s6, supervision, gateway, profiles]
|
||||
related_skills: [hermes-agent, hermes-agent-dev]
|
||||
related_skills: [hermes-agent]
|
||||
---
|
||||
|
||||
# Hermes s6-overlay Container Supervision
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ platforms: [linux, macos]
|
|||
metadata:
|
||||
hermes:
|
||||
tags: [Abliteration, Uncensoring, Refusal-Removal, LLM, Weight-Projection, SVD, Mechanistic-Interpretability, HuggingFace, Model-Surgery]
|
||||
related_skills: [vllm, gguf, huggingface-tokenizers]
|
||||
related_skills: [serving-llms-vllm, llama-cpp, huggingface-tokenizers]
|
||||
---
|
||||
|
||||
# OBLITERATUS Skill
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ platforms: [linux, macos, windows]
|
|||
metadata:
|
||||
hermes:
|
||||
tags: [TouchDesigner, MCP, twozero, creative-coding, real-time-visuals, generative-art, audio-reactive, VJ, installation, GLSL]
|
||||
related_skills: [native-mcp, ascii-video, manim-video, hermes-video]
|
||||
related_skills: [ascii-video, manim-video]
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ metadata:
|
|||
hermes:
|
||||
tags: [Research, Paper Writing, Experiments, ML, AI, NeurIPS, ICML, ICLR, ACL, AAAI, COLM, LaTeX, Citations, Statistical Analysis]
|
||||
category: research
|
||||
related_skills: [arxiv, ml-paper-writing, subagent-driven-development, plan]
|
||||
related_skills: [arxiv, subagent-driven-development, plan]
|
||||
requires_toolsets: [terminal, files]
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue