0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. hermes-agent
  2. /
  3. optional-skills
  4. /
  5. communication
TTekniumfix(skills): move platforms key out of folded description: > scalars
291a1584创建于 26 天前历史提交
文件最后提交记录最后更新时间
one-three-one-rule
fix(skills): move platforms key out of folded description: > scalars The platforms-frontmatter sweep inserted 'platforms: [linux, macos, windows]' immediately after 'description: >' on 5 optional-skills, landing inside the folded scalar and breaking YAML parsing. docs-site-checks tripped on one-three-one-rule/SKILL.md and would have failed on the other 4 in turn. Fixed files: - optional-skills/communication/one-three-one-rule/SKILL.md - optional-skills/health/fitness-nutrition/SKILL.md - optional-skills/health/neuroskill-bci/SKILL.md - optional-skills/research/drug-discovery/SKILL.md - optional-skills/security/oss-forensics/SKILL.md Moved each platforms line below the closing of the description block. All 161 SKILL.md files across the repo now parse as valid YAML. 26 天前
DESCRIPTION.md
feat(skills): add one-three-one-rule communication skill (#3797) Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR #1262 by Willardgmoore. Co-authored-by: Willard Moore <willardgmoore@users.noreply.github.com>2 个月前