skillify
Meta-skill to convert ephemeral manual workflows into permanent, compounding infrastructure by generating new SKILL.md files from session history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Meta-skill to convert ephemeral manual workflows into permanent, compounding infrastructure by generating new SKILL.md files from session history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | skillify |
| description | Meta-skill to convert ephemeral manual workflows into permanent, compounding infrastructure by generating new SKILL.md files from session history. |
| metadata | {"hermes":{"tags":["meta-programming","automation","workflow","gbrain","gstack"],"category":"autonomous-ai-agents","related_skills":["llm-wiki","harness-research-synthesis","experience-observability-distiller"]}} |
Transform a successful manual intervention or a complex multi-step workflow into a permanent Hermes skill. This prevents the "Static Prompt Bottleneck" and builds the user's preferred "Complexity Ratchet."
session_search to find the most recent successful execution of the task.skill_manage(action='create', ...) to save the skill.skills_list to verify it is registered.Skillify acts as the persistence layer for the Evochamber framework (runtime co-evolution). While Evochamber explores and adapts strategies, Skillify "ratchets" the successful ones into permanent infrastructure.
To prevent "Skill Sprawl" and "Context Rot," periodically review the skill catalog to identify redundant or fragmented skills. Use the Lattice Fusion pattern for high-fidelity consolidation.
cronjob(action='list') to identify which jobs depend on the fragments.related_skills for cross-references.[[agentic-adr-template]]) to document the decision, drivers, and the new "Harness Rules" imposed by the Master Skill.mkdir -p ~/.hermes/backups/skills_fusion_cluster_[x]/ and copy fragments.skill_manage(action='create') for the Master Skill.cronjob prompts and dependent skills to point to the Master Skill.skill_manage(action='delete') to remove the redundant fragments only AFTER verifying the migration.patch the main skill to maintain a single source of truth.