技能 编写
- 作者仓库星标 833
- 作者仓库 openpocket
skill-authoring
Use this skill when converting a rough draft into a production-ready skill document.
Goal
Transform noisy step traces or draft markdown into a strict SKILL.md that is:
- deterministic to execute
- explicit about when to trigger
- explicit about failure handling
- valid against strict skill validation rules
Required Structure
- Frontmatter:
name(kebab-case, matches directory)description(one concise sentence)- optional
metadataJSON for triggers/requirements
- Body sections:
When To UsePreconditionsProcedureFailure HandlingCompletion Criteria
Refinement Rules
- Replace fragile coordinates with semantic UI targets whenever possible.
- Keep each procedure step one atomic action.
- Add at least one fallback path for common blockers (auth wall, empty state, loading timeout).
- If personal data is required, add
request_human_authguidance before UI actions. - Keep language concise and executable.
Validation Gate
Before promotion:
- Run strict skill validation.
- If validation fails, keep as draft and report issues.
- Promote only validated output.
- 流狐分类
- 文档
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @pockebot · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Transform noisy step traces or draft markdown into a strict SKILL.md that is: deterministic to execute explicit about when to trigger
Frontmatter: name (kebab-case, matches directory) description (one concise sentence)
Replace fragile coordinates with semantic UI targets whenever possible. Keep each procedure step one atomic action. Add at least one fallback path for common blockers (auth wall, empty state, loading timeout).
Before promotion: Run strict skill validation. If validation fails, keep as draft and report issues.
# skill-authoring
Use this skill when converting a rough draft into a production-ready skill document.
## Goal
Transform noisy step traces or draft markdown into a strict `SKILL.md` that is:
1. deterministic to execute
2. explicit about when to trigger
3. explicit about failure handling
4. valid against strict skill validation rules
## Required Structure
1. Frontmatter:
- `name` (kebab-case, matches directory)
- `description` (one concise sentence)
- optional `metadata` JSON for triggers/requirements
2. Body sections:
- `When To Use`
- `Preconditions`
- `Procedure`
- `Failure Handling`
- `Completion Criteria`
## Refinement Rules
1. Replace fragile coordinates with semantic UI targets whenever possible.
2. Keep each procedure step one atomic action.
3. Add at least one fallback path for common blockers (auth wall, empty state, loading timeout).
4. If personal data is required, add `request_human_auth` guidance before UI actions.
5. Keep language concise and executable.
## Validation Gate
Before promotion:
1. Run strict skill validation.
2. If validation fails, keep as draft and report issues.
3. Promote only validated output. 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Goal → Required Structure → Refinement Rules → Validation Gate
要点 -> Use this skill when converting a rough draft into a production-ready skill document. · 1. deterministic to execute 2. · 1. Replace fragile coordinates with semantic UI targets whenever possible. · 1. Run strict skill validation.
文件/命令 -> name · description · metadata · When To Use · Preconditions · Procedure · Failure Handling · Completion Criteria
内容 SHA-256 -> dc2488065483
原文结构
适用与边界
原文中的明确线索
name、description、metadata、When To Use、Preconditions、Procedure、Failure Handling、Completion Criteria