valid-skill

仓库创建 2026年7月26日最近提交 16 小时前SkillHot 收录 6 小时前
▸ 精选理由

给新贡献者或测试用的正确模版,便于快速复制与对比

这个 Skill 做什么

一个满足所有必需规则的最小正确 SkillForge 技能示例

提供一个最小但完全合规的 SkillForge 技能示例,方便对照、测试或直接复制起步。适合需要验证规则是否满足、做零错误测试,或者给新贡献者看正确写法时使用。它包含所有必需规则和最小工作流程,能快速证明“这份技能文件没问题”。

▸ 展开 SKILL.md 英文原文

Use this skill when you need a minimal, correct example of a SkillForge skill to compare against.

Skill 开发管理样板技能合规示例通用
3
Stars
0
Forks
4
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/NetAnlatAkademi/skillforge/main/samples/valid-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/NetAnlatAkademi/skillforge/main/samples/valid-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Valid Skill

A minimal skill that satisfies every mandatory rule. It exists so tests have something that must
produce zero errors, and so a new contributor has a correct file to copy.

## Workflow

1. Read the request.
2. Do the smallest useful thing.
3. Report what changed.

## References

- [Notes](references/notes.md)
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有