Agent Skillshellowind777/helloagents › helloagents-meta

helloagents-meta

GitHub

定义 HelloAGENTS 技能系统的规范,涵盖 YAML frontmatter 结构、frontmatter 字段含义及三类技能(helloagents、hello-*、commands)的加载与激活机制。

skills/_meta/SKILL.md hellowind777/helloagents

Trigger Scenarios

需要编写或解析 SKILL.md 文件 了解 HelloAGENTS 技能元数据规范

Install

npx skills add hellowind777/helloagents --skill helloagents-meta -g -y
More Options

Use without installing

npx skills use hellowind777/helloagents@helloagents-meta

指定 Agent (Claude Code)

npx skills add hellowind777/helloagents --skill helloagents-meta -a claude-code -g -y

安装 repo 全部 skill

npx skills add hellowind777/helloagents --all -g -y

预览 repo 内 skill

npx skills add hellowind777/helloagents --list

SKILL.md

Frontmatter
{
    "name": "helloagents-meta",
    "policy": {
        "allow_implicit_invocation": false
    },
    "description": "HelloAGENTS 技能系统规范"
}

Skill 系统

Skills 是带 YAML frontmatter 的 Markdown 文件。

  • helloagents: 由检查清单驱动的质量把关(每次对话自动加载)
  • hello-*: 质量技能(根据任务自动激活,提供实现要求和交付检查清单)
  • commands/*: 用户通过 ~command 调用

Skills 按需加载,不预加载。

Frontmatter 字段

  • name: 技能名称(必填)
  • description: 技能描述,用于元数据层判断是否相关(必填)
  • policy.allow_implicit_invocation: 是否允许隐式激活(false = 仅显式调用)。缺省时默认 true(hello-* 质量技能根据任务自动激活)。commands/* 必须显式设为 false(仅通过 ~command 调用)

Version History

  • 79c0b48 Current 2026-08-20 08:24

Same Skill Collection

skills/commands/auto/SKILL.md
skills/commands/loop/SKILL.md
skills/hello-api/SKILL.md
skills/hello-data/SKILL.md
skills/hello-errors/SKILL.md
skills/hello-perf/SKILL.md
skills/hello-security/SKILL.md
skills/hello-test/SKILL.md
skills/hello-ui/SKILL.md
skills/hello-write/SKILL.md
skills/commands/ask/SKILL.md
skills/commands/clean/SKILL.md
skills/commands/commit/SKILL.md
skills/commands/help/SKILL.md
skills/commands/init/SKILL.md
skills/commands/plan/SKILL.md
skills/commands/prd/SKILL.md
skills/commands/qa/SKILL.md
skills/commands/test/SKILL.md
skills/hello-arch/SKILL.md
skills/hello-debug/SKILL.md
skills/hello-reflect/SKILL.md
skills/hello-subagent/SKILL.md
skills/helloagents/SKILL.md
skills/qa-review/SKILL.md

Metadata

Files
0
Version
79c0b48
Hash
fd1a00ec
Indexed
2026-08-20 08:24

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-25 13:27
浙ICP备14020137号-1 $방문자$