@easbot/skills 0.3.9 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,50 @@
1
+ ---
2
+ name: {{skill_name}}
3
+ description: This skill should be used when [describe the scenario and trigger conditions], to [describe the main capability this skill provides].
4
+ category: [category, e.g. builtin, development, tool]
5
+ version: {{version}}
6
+ date: {{date}}
7
+ tags: [easbot, skill, {{skill_name}}]
8
+ ---
9
+
10
+ # {{skill_title}}
11
+
12
+ ## Overview
13
+
14
+ [Briefly state what this skill does in 1-2 sentences.]
15
+
16
+ ## When to use
17
+
18
+ Use this skill when:
19
+ - [trigger condition 1]
20
+ - [trigger condition 2]
21
+ - [trigger condition 3]
22
+
23
+ ## Quick reference
24
+
25
+ - [List key points or usage tips]
26
+
27
+ ## [Main content section]
28
+
29
+ [Add the main content here. Pick whatever shape fits:]
30
+ - Core pattern — for technique or pattern skills
31
+ - Implementation — code samples and concrete details
32
+ - Commands and tools — available CLI / tooling
33
+ - Relationships with other skills — how this skill interacts with siblings
34
+
35
+ ## References
36
+
37
+ For deeper reading, see the [references](./references/) directory.
38
+
39
+ ## Decision records
40
+
41
+ <!--
42
+ Creation decisions for this skill (produced at step 1.5) live under:
43
+ - 0001-initial-design.md ← first requirement decision
44
+ - subsequent decisions appended as 0002-<topic>.md, 0003-<topic>.md, ...
45
+
46
+ Template & spec: see <eas-skill-creator>/references/requirement-decision-guide.md
47
+ Template file: <eas-skill-creator>/references/templates/00NN-requirement.md
48
+ -->
49
+
50
+ - [0001-initial-design.md](./0001-initial-design.md) — initial requirement and design decision
@@ -0,0 +1,50 @@
1
+ ---
2
+ name: {{skill_name}}
3
+ description: 该技能应在[在这里描述使用场景和触发条件]时使用,[在这里描述技能的主要功能]。
4
+ category: [在这里填写类别,如 builtin, development, tool 等]
5
+ version: {{version}}
6
+ date: {{date}}
7
+ tags: [easbot, skill, {{skill_name}}]
8
+ ---
9
+
10
+ # {{skill_title}}
11
+
12
+ ## 概述
13
+
14
+ [在这里简明扼要地说明技能用途,1-2 句话描述该技能提供的能力]
15
+
16
+ ## 何时使用
17
+
18
+ 该技能应在以下情况使用:
19
+ - [具体触发条件 1]
20
+ - [具体触发条件 2]
21
+ - [具体触发条件 3]
22
+
23
+ ## 快速参考
24
+
25
+ - [简要列出关键要点或使用方法]
26
+
27
+ ## [在这里添加主要内容部分]
28
+
29
+ [在这里添加具体内容,根据需要可以是:]
30
+ - 核心模式 — 适用于技术或模式类技能
31
+ - 实现 — 代码示例和具体实现
32
+ - 命令和工具 — 可用的命令行工具
33
+ - 与其他技能的关系 — 与其他技能的交互
34
+
35
+ ## 参考资料
36
+
37
+ 如需更详细的参考资料,请参见 [references](./references/) 目录下的相关文档。
38
+
39
+ ## 决策记录
40
+
41
+ <!--
42
+ 本技能的创建决策(步骤 1.5 产出)保存在:
43
+ - 0001-initial-design.md ← 第一份需求决策
44
+ - 后续决策按 0002-<topic>.md、0003-<topic>.md 编号追加
45
+
46
+ 模板与规范:见 <eas-skill-creator>/references/requirement-decision-guide.md
47
+ 模板文件:<eas-skill-creator>/references/templates/00NN-requirement.md
48
+ -->
49
+
50
+ - [0001-initial-design.md](./0001-initial-design.md) — 初始需求与设计决策
@@ -0,0 +1 @@
1
+ export{b as BLOB_ALLOWED_OWNERS,a as BLOB_ALLOWED_REPOS,e as fetchRepoTree,g as findSkillMdPaths,f as getSkillFolderHashFromTree,d as resetRepoTreeAuthState,c as toSkillSlug,h as tryBlobInstall}from'./chunk-L6KE3VIY.mjs';import'./chunk-Y2X6FBMZ.mjs';
@@ -0,0 +1 @@
1
+ 'use strict';var chunkPGDLW2JN_cjs=require('./chunk-PGDLW2JN.cjs');require('./chunk-KJPMAUXZ.cjs');Object.defineProperty(exports,"BLOB_ALLOWED_OWNERS",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.b}});Object.defineProperty(exports,"BLOB_ALLOWED_REPOS",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.a}});Object.defineProperty(exports,"fetchRepoTree",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.e}});Object.defineProperty(exports,"findSkillMdPaths",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.g}});Object.defineProperty(exports,"getSkillFolderHashFromTree",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.f}});Object.defineProperty(exports,"resetRepoTreeAuthState",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.d}});Object.defineProperty(exports,"toSkillSlug",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.c}});Object.defineProperty(exports,"tryBlobInstall",{enumerable:true,get:function(){return chunkPGDLW2JN_cjs.h}});