用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/chchchadzilla/before-anything-else --skill before-anything-else命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | before-anything-else |
| description | Author a better skill, retry, and compare outputs. |
| version | 0.1.0 |
| author | Chad Keith |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["skills","routing","quality","authoring"],"related_skills":["hermes-agent-skill-authoring"]}} |
This is the procedure skill. The plugin injects routing automatically via
pre_llm_call. Load this skill only when a gap or a quality-retry flag says
the existing skills were meh.
Do not turn this into a hub that lists sibling skills. Route from the plugin.
GAP or QUALITY RETRY.Don't use for: greetings, one-shot trivia, or tasks a current skill already covers well.
skills_list and search_files under the Hermes skills tree. If a
peer is close, skill_manage(action='patch') it instead of creating a twin.skill_manage(action='create') into the user skills tree.
Frontmatter must include name, description (trigger in the first 57
chars), version, author (human first), license, platforms.terminal,
read_file, web_search), not raw cat/grep.authored-skills/<name>/
so it can be published later..env in the repo has GITHUB_TOKEN and GITHUB_USERNAME, run
python scripts/publish_skill.py authored-skills/<name>. Otherwise stop
after the local install and tell the user the publish command.hermes chat from a hook. That loops and burns money.
Retry happens on the next turn via the pending-retry file..env.skill_view(name='<new-skill>') returns the body.python scripts/publish_skill.py --dry-run authored-skills/<name> passes
when a token is present.