@rse/ase 0.0.56 → 0.0.57

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.
Files changed (62) hide show
  1. package/package.json +1 -1
  2. package/plugin/.claude-plugin/plugin.json +1 -1
  3. package/plugin/.github/plugin/plugin.json +1 -1
  4. package/plugin/etc/markdownlint.yaml +1 -0
  5. package/plugin/meta/ase-constitution.md +2 -1
  6. package/plugin/meta/ase-getopt.md +5 -4
  7. package/plugin/meta/ase-skill.md +24 -7
  8. package/plugin/package.json +1 -1
  9. package/plugin/skills/ase-arch-analyze/SKILL.md +3 -10
  10. package/plugin/skills/ase-arch-analyze/help.md +50 -0
  11. package/plugin/skills/ase-arch-discover/SKILL.md +1 -9
  12. package/plugin/skills/ase-arch-discover/help.md +48 -0
  13. package/plugin/skills/ase-code-analyze/SKILL.md +1 -9
  14. package/plugin/skills/ase-code-analyze/help.md +47 -0
  15. package/plugin/skills/ase-code-craft/SKILL.md +23 -13
  16. package/plugin/skills/ase-code-craft/help.md +66 -0
  17. package/plugin/skills/ase-code-explain/SKILL.md +1 -9
  18. package/plugin/skills/ase-code-explain/help.md +43 -0
  19. package/plugin/skills/ase-code-insight/SKILL.md +1 -9
  20. package/plugin/skills/ase-code-insight/help.md +43 -0
  21. package/plugin/skills/ase-code-lint/SKILL.md +1 -9
  22. package/plugin/skills/ase-code-lint/help.md +54 -0
  23. package/plugin/skills/ase-code-refactor/SKILL.md +23 -13
  24. package/plugin/skills/ase-code-refactor/help.md +66 -0
  25. package/plugin/skills/ase-code-resolve/SKILL.md +23 -13
  26. package/plugin/skills/ase-code-resolve/help.md +73 -0
  27. package/plugin/skills/ase-docs-proofread/SKILL.md +3 -12
  28. package/plugin/skills/ase-docs-proofread/help.md +54 -0
  29. package/plugin/skills/ase-meta-changes/SKILL.md +1 -9
  30. package/plugin/skills/ase-meta-changes/help.md +33 -0
  31. package/plugin/skills/ase-meta-chat/SKILL.md +1 -8
  32. package/plugin/skills/ase-meta-chat/help.md +45 -0
  33. package/plugin/skills/ase-meta-commit/SKILL.md +1 -8
  34. package/plugin/skills/ase-meta-commit/help.md +31 -0
  35. package/plugin/skills/ase-meta-evaluate/SKILL.md +1 -9
  36. package/plugin/skills/ase-meta-evaluate/help.md +52 -0
  37. package/plugin/skills/ase-meta-persona/SKILL.md +8 -2
  38. package/plugin/skills/ase-meta-persona/help.md +50 -0
  39. package/plugin/skills/ase-meta-quorum/SKILL.md +1 -8
  40. package/plugin/skills/ase-meta-quorum/help.md +41 -0
  41. package/plugin/skills/ase-meta-search/SKILL.md +1 -8
  42. package/plugin/skills/ase-meta-search/help.md +39 -0
  43. package/plugin/skills/ase-meta-why/SKILL.md +1 -8
  44. package/plugin/skills/ase-meta-why/help.md +39 -0
  45. package/plugin/skills/ase-task-delete/SKILL.md +3 -7
  46. package/plugin/skills/ase-task-delete/help.md +47 -0
  47. package/plugin/skills/ase-task-edit/SKILL.md +4 -11
  48. package/plugin/skills/ase-task-edit/help.md +75 -0
  49. package/plugin/skills/ase-task-id/SKILL.md +5 -4
  50. package/plugin/skills/ase-task-id/help.md +42 -0
  51. package/plugin/skills/ase-task-implement/SKILL.md +3 -9
  52. package/plugin/skills/ase-task-implement/help.md +56 -0
  53. package/plugin/skills/ase-task-list/SKILL.md +5 -4
  54. package/plugin/skills/ase-task-list/help.md +43 -0
  55. package/plugin/skills/ase-task-preflight/SKILL.md +3 -9
  56. package/plugin/skills/ase-task-preflight/help.md +58 -0
  57. package/plugin/skills/ase-task-reboot/SKILL.md +3 -9
  58. package/plugin/skills/ase-task-reboot/help.md +55 -0
  59. package/plugin/skills/ase-task-rename/SKILL.md +3 -8
  60. package/plugin/skills/ase-task-rename/help.md +44 -0
  61. package/plugin/skills/ase-task-view/SKILL.md +3 -7
  62. package/plugin/skills/ase-task-view/help.md +43 -0
@@ -0,0 +1,54 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-code-lint` - Lint Source Code
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-code-lint`
9
+ [`--help`|`-h`]
10
+ [`--auto`|`-a`]
11
+ *source-reference*
12
+
13
+ ## DESCRIPTION
14
+
15
+ The `ase-code-lint` skill lints the source code of the referenced
16
+ location for *potential code quality problems* related to a fixed set
17
+ of code quality aspects. The investigation is dispatched to a
18
+ sub-agent (`ase:ase-code-lint`) so that scanning details do not leak
19
+ into the user-visible transcript.
20
+
21
+ For each detected problem, the skill renders a unified-diff *SOLUTION*
22
+ preview and either asks the user to `ACCEPT` or `REJECT` the proposed
23
+ correction interactively or — with `--auto` — applies all corrections
24
+ automatically.
25
+
26
+ ## OPTIONS
27
+
28
+ `--auto`|`-a`:
29
+ Automatically apply every proposed correction without asking the
30
+ user via the interactive dialog.
31
+
32
+ ## ARGUMENTS
33
+
34
+ *source-reference*:
35
+ A file, directory, or other reference to the source code to lint.
36
+
37
+ ## EXAMPLES
38
+
39
+ Lint a source file interactively:
40
+
41
+ ```text
42
+ ❯ /ase-code-lint src/server.ts
43
+ ```
44
+
45
+ Lint a directory and automatically apply all corrections:
46
+
47
+ ```text
48
+ ❯ /ase-code-lint --auto src/handlers/
49
+ ```
50
+
51
+ ## SEE ALSO
52
+
53
+ `ase-code-analyze`, `ase-code-resolve`, `ase-code-refactor`,
54
+ `ase-docs-proofread`.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ase-code-refactor
3
- argument-hint: "[<task-id>:] <request>"
3
+ argument-hint: "[--help|-h] [--auto|-a] [--next|-n <option>] [<task-id>:] <request>"
4
4
  description: >
5
5
  Refactor Code Base:
6
6
  Use when user wants to refactor the code base.
@@ -17,9 +17,6 @@ allowed-tools:
17
17
  @${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
18
18
  @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
19
19
 
20
- Refactor Artifacts
21
- ==================
22
-
23
20
  <skill name="ase-code-refactor">
24
21
  Refactor Artifacts
25
22
  </skill>
@@ -30,10 +27,6 @@ Refactor Artifacts
30
27
  $ARGUMENTS
31
28
  </expand>
32
29
 
33
- <role>
34
- Your role is an experienced, *expert-level software developer*.
35
- </role>
36
-
37
30
  <objective>
38
31
  *Refactor* existing artifacts the following way:
39
32
  <request><getopt-arguments/></request>
@@ -278,9 +271,26 @@ permitted way to persist artifacts is via `ase_task_save(...)`.
278
271
  ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ✪ plan: **<words/>** words, ▶ status: **plan created**
279
272
  </template>
280
273
 
281
- 5. Directly pass-through control to the `ase:ase-task-edit` skill.
282
- Set <args></args> (set args to empty). If <getopt-option-next/>
283
- is not equal `none`, set <args><args/> --next
284
- <getopt-option-next/></args> (append to args). Then call the
285
- tool `Skill(skill: "ase:ase-task-edit", args: <args/>)`.
274
+ 5. Directly pass-through control to the next skill:
275
+
276
+ 1. <if condition="<getopt-option-next/> is equal `IMPLEMENT`">
277
+ Call the tool `Skill(skill: "ase:ase-task-implement")` to
278
+ *implement* the freshly composed plan, bypassing `ase-task-edit`.
279
+ </if>
280
+
281
+ 2. <if condition="<getopt-option-next/> is equal `PREFLIGHT`">
282
+ Call the tool `Skill(skill: "ase:ase-task-preflight")` to
283
+ *preflight* the freshly composed plan, bypassing `ase-task-edit`.
284
+ </if>
285
+
286
+ 3. <if condition="
287
+ <getopt-option-next/> is not equal `IMPLEMENT` AND
288
+ <getopt-option-next/> is not equal `PREFLIGHT`
289
+ ">
290
+ Set <args></args> (set args to empty).
291
+ <if condition="<getopt-option-next/> is not equal `none`">
292
+ Set <args><args/> --next <getopt-option-next/></args> (append to args).
293
+ </if>
294
+ Then call the tool `Skill(skill: "ase:ase-task-edit", args: <args/>)`.
295
+ </if>
286
296
 
@@ -0,0 +1,66 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-code-refactor` - Refactor Artifacts
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-code-refactor`
9
+ [`--help`|`-h`]
10
+ [`--auto`|`-a`]
11
+ [`--next`|`-n` *option*]
12
+ [*task-id*:] *request*
13
+
14
+ ## DESCRIPTION
15
+
16
+ The `ase-code-refactor` skill refactors existing artifacts by
17
+ investigating the related code, internalizing refactoring tenets
18
+ (Behavior Preservation, Boy Scout Rule, DRY, SRP, loose coupling,
19
+ clear interfaces, ...), proposing one or more *refactoring approaches*
20
+ with pros and cons, letting the user pick the preferred approach,
21
+ and composing a corresponding *task plan*.
22
+
23
+ The skill does *not* directly modify source files. It persists the
24
+ plan via `ase_task_save` and then hands off to `ase-task-edit`,
25
+ `ase-task-preflight`, or `ase-task-implement`, as selected by
26
+ `--next`.
27
+
28
+ ## OPTIONS
29
+
30
+ `--auto`|`-a`:
31
+ Automatically pick the recommended refactoring approach without
32
+ asking the user via the interactive dialog.
33
+
34
+ `--next`|`-n` *option*:
35
+ Automatically choose the next step after composing the plan,
36
+ where *option* is either `none` (default, hand-off to
37
+ `ase-task-edit` interactively), `DONE` (stop), `EDIT` (hand off
38
+ to `ase-task-edit`), `PREFLIGHT` (hand off to
39
+ `ase-task-preflight`), or `IMPLEMENT` (hand off to
40
+ `ase-task-implement`).
41
+
42
+ ## ARGUMENTS
43
+
44
+ [*task-id*:] *request*:
45
+ Description of the refactoring *request*. Optionally prefixed
46
+ with a *task-id* followed by a colon to bind the resulting plan
47
+ to a specific task id.
48
+
49
+ ## EXAMPLES
50
+
51
+ Refactor a module into smaller files:
52
+
53
+ ```text
54
+ ❯ /ase-code-refactor split src/handlers.ts into per-route modules
55
+ ```
56
+
57
+ Refactor under a named task and directly hand off to implementation:
58
+
59
+ ```text
60
+ ❯ /ase-code-refactor --next IMPLEMENT cleanup: extract HTTP client into its own class
61
+ ```
62
+
63
+ ## SEE ALSO
64
+
65
+ `ase-code-craft`, `ase-code-resolve`, `ase-task-edit`,
66
+ `ase-task-preflight`, `ase-task-implement`.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ase-code-resolve
3
- argument-hint: "[<task-id>:] <problem>"
3
+ argument-hint: "[--help|-h] [--auto|-a] [--next|-n <option>] [<task-id>:] <problem>"
4
4
  description: >
5
5
  Resolve Problem:
6
6
  Use when user wants a bug fixed or problem resolved.
@@ -17,9 +17,6 @@ allowed-tools:
17
17
  @${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
18
18
  @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
19
19
 
20
- Resolve Problem
21
- ===============
22
-
23
20
  <skill name="ase-code-resolve">
24
21
  Resolve Problem
25
22
  </skill>
@@ -30,10 +27,6 @@ Resolve Problem
30
27
  $ARGUMENTS
31
28
  </expand>
32
29
 
33
- <role>
34
- Your role is an experienced, *expert-level software developer*.
35
- </role>
36
-
37
30
  <objective>
38
31
  *Resolve* the following problem:
39
32
  <problem><getopt-arguments/></problem>
@@ -333,9 +326,26 @@ permitted way to persist artifacts is via `ase_task_save(...)`.
333
326
  ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ✪ plan: **<words/>** words, ▶ status: **plan created**
334
327
  </template>
335
328
 
336
- 6. Directly pass-through control to the `ase:ase-task-edit` skill.
337
- Set <args></args> (set args to empty). If <getopt-option-next/>
338
- is not equal `none`, set <args><args/> --next
339
- <getopt-option-next/></args> (append to args). Then call the
340
- tool `Skill(skill: "ase:ase-task-edit", args: <args/>)`.
329
+ 6. Directly pass-through control to the next skill:
330
+
331
+ 1. <if condition="<getopt-option-next/> is equal `IMPLEMENT`">
332
+ Call the tool `Skill(skill: "ase:ase-task-implement")` to
333
+ *implement* the freshly composed plan, bypassing `ase-task-edit`.
334
+ </if>
335
+
336
+ 2. <if condition="<getopt-option-next/> is equal `PREFLIGHT`">
337
+ Call the tool `Skill(skill: "ase:ase-task-preflight")` to
338
+ *preflight* the freshly composed plan, bypassing `ase-task-edit`.
339
+ </if>
340
+
341
+ 3. <if condition="
342
+ <getopt-option-next/> is not equal `IMPLEMENT` AND
343
+ <getopt-option-next/> is not equal `PREFLIGHT`
344
+ ">
345
+ Set <args></args> (set args to empty).
346
+ <if condition="<getopt-option-next/> is not equal `none`">
347
+ Set <args><args/> --next <getopt-option-next/></args> (append to args).
348
+ </if>
349
+ Then call the tool `Skill(skill: "ase:ase-task-edit", args: <args/>)`.
350
+ </if>
341
351
 
@@ -0,0 +1,73 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-code-resolve` - Resolve Problem
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-code-resolve`
9
+ [`--help`|`-h`]
10
+ [`--auto`|`-a`]
11
+ [`--next`|`-n` *option*]
12
+ [*task-id*:] *problem*
13
+
14
+ ## DESCRIPTION
15
+
16
+ The `ase-code-resolve` skill resolves a *bug* or *problem* by
17
+ investigating the related code, internalizing resolution tenets
18
+ (Surgical Changes, No Cleanups, Minimum Flags, Code Adequacy, Origin
19
+ Proximity, ...), proposing one or more *resolution approaches* with
20
+ pros and cons, letting the user pick the preferred approach, and
21
+ composing a corresponding *task plan*.
22
+
23
+ The *problem* may also be given as a bare issue identifier (e.g. `P1`
24
+ or `T1`) previously produced by `ase-code-analyze` or
25
+ `ase-arch-analyze` and persisted in the `ase` MCP key/value store
26
+ under `ase-issue-<id>`.
27
+
28
+ The skill does *not* directly modify source files. It persists the
29
+ plan via `ase_task_save` and then hands off to `ase-task-edit`,
30
+ `ase-task-preflight`, or `ase-task-implement`, as selected by
31
+ `--next`.
32
+
33
+ ## OPTIONS
34
+
35
+ `--auto`|`-a`:
36
+ Automatically pick the recommended resolution approach without
37
+ asking the user via the interactive dialog.
38
+
39
+ `--next`|`-n` *option*:
40
+ Automatically choose the next step after composing the plan,
41
+ where *option* is either `none` (default, hand-off to
42
+ `ase-task-edit` interactively), `DONE` (stop), `EDIT` (hand off
43
+ to `ase-task-edit`), `PREFLIGHT` (hand off to
44
+ `ase-task-preflight`), or `IMPLEMENT` (hand off to
45
+ `ase-task-implement`).
46
+
47
+ ## ARGUMENTS
48
+
49
+ [*task-id*:] *problem*:
50
+ Description of the *problem* to resolve, or a bare issue
51
+ identifier like `P1` or `T1` previously produced by an analyzer
52
+ skill. Optionally prefixed with a *task-id* followed by a colon
53
+ to bind the resulting plan to a specific task id.
54
+
55
+ ## EXAMPLES
56
+
57
+ Resolve a free-text problem:
58
+
59
+ ```text
60
+ ❯ /ase-code-resolve fix race condition in cache invalidation
61
+ ```
62
+
63
+ Resolve a previously analyzed issue and hand off to implementation:
64
+
65
+ ```text
66
+ ❯ /ase-code-resolve --next IMPLEMENT P1
67
+ ```
68
+
69
+ ## SEE ALSO
70
+
71
+ `ase-code-craft`, `ase-code-refactor`, `ase-code-analyze`,
72
+ `ase-arch-analyze`, `ase-task-edit`, `ase-task-preflight`,
73
+ `ase-task-implement`.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ase-docs-proofread
3
- argument-hint: "<docs-reference>"
3
+ argument-hint: "[--help|-h] [--auto|-a] <docs-reference>"
4
4
  description: >
5
5
  Analyze the documents for spelling, punctuation, or grammar errors.
6
6
  Use when the user wants to "proofread" or "spellcheck" a document.
@@ -14,11 +14,8 @@ effort: high
14
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
15
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
16
16
 
17
- Proofread Documentation
18
- =======================
19
-
20
17
  <skill name="ase-docs-proofread">
21
- Analyze the documents for spelling, punctuation, or grammar errors.
18
+ Analyze documents for spelling, punctuation, or grammar errors
22
19
  </skill>
23
20
 
24
21
  <expand name="getopt"
@@ -27,14 +24,8 @@ Analyze the documents for spelling, punctuation, or grammar errors.
27
24
  $ARGUMENTS
28
25
  </expand>
29
26
 
30
- <role>
31
- Your role is an experienced, *expert-level proofreader*, specialized in
32
- checking and correcting the *spelling*, *punctuation* and *grammar* of
33
- documents.
34
- </role>
35
-
36
27
  <objective>
37
- *Analyze* the documents of `<getopt-arguments/>` for problems in their
28
+ *Proofread* the documents of `<getopt-arguments/>` for problems in their
38
29
  *spelling*, *punctuation*, or *grammar* and propose corrections.
39
30
  </objective>
40
31
 
@@ -0,0 +1,54 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-docs-proofread` - Proofread Documents
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-docs-proofread`
9
+ [`--help`|`-h`]
10
+ [`--auto`|`-a`]
11
+ *docs-reference*
12
+
13
+ ## DESCRIPTION
14
+
15
+ The `ase-docs-proofread` skill analyzes the referenced documents for
16
+ *spelling*, *punctuation*, and *grammar* errors and proposes
17
+ corrections. The investigation is dispatched to a sub-agent
18
+ (`ase:ase-docs-proofread`) so that scanning details do not leak into
19
+ the user-visible transcript.
20
+
21
+ For each detected problem, the skill renders a unified-diff
22
+ *CORRECTION* preview and either asks the user to `ACCEPT` or `REJECT`
23
+ the proposed correction interactively or — with `--auto` — applies
24
+ all corrections automatically.
25
+
26
+ ## OPTIONS
27
+
28
+ `--auto`|`-a`:
29
+ Automatically apply every proposed correction without asking the
30
+ user via the interactive dialog.
31
+
32
+ ## ARGUMENTS
33
+
34
+ *docs-reference*:
35
+ A file, directory, or other reference to the documents to
36
+ proofread.
37
+
38
+ ## EXAMPLES
39
+
40
+ Proofread a single document interactively:
41
+
42
+ ```text
43
+ ❯ /ase-docs-proofread README.md
44
+ ```
45
+
46
+ Proofread an entire documentation directory automatically:
47
+
48
+ ```text
49
+ ❯ /ase-docs-proofread --auto docs/
50
+ ```
51
+
52
+ ## SEE ALSO
53
+
54
+ `ase-code-lint`, `ase-meta-changes`.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ase-meta-changes
3
- argument-hint: ""
3
+ argument-hint: "[--help|-h]"
4
4
  description: >
5
5
  Update changes entries in CHANGELOG.md files
6
6
  user-invocable: true
@@ -17,18 +17,10 @@ allowed-tools:
17
17
  @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
18
18
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
19
19
 
20
- Update ChangeLog Entries
21
- ========================
22
-
23
20
  <skill name="ase-meta-changes">
24
21
  Update ChangeLog Entries
25
22
  </skill>
26
23
 
27
- <role>
28
- Your role is an experienced, *expert-level software developer*,
29
- specialized in *Git version control*.
30
- </role>
31
-
32
24
  <objective>
33
25
  Help to complete, consolidate and sort *ChangeLog* entries of the most
34
26
  recent *ChangeLog* section, based on underlying *Git* commits and staged
@@ -0,0 +1,33 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-meta-changes` - Update ChangeLog Entries
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-meta-changes`
9
+ [`--help`|`-h`]
10
+
11
+ ## DESCRIPTION
12
+
13
+ The `ase-meta-changes` skill helps to *complete*, *consolidate*, and
14
+ *sort* the entries of the most recent section of a `CHANGELOG.md`
15
+ file, based on the underlying *Git* commits and the currently staged
16
+ changes in the Git *index*.
17
+
18
+ Each entry is formatted as `<prefix>: <summary>` where *prefix* is
19
+ one of `FEATURE`, `IMPROVEMENT`, `BUGFIX`, `UPDATE`, `CLEANUP`, or
20
+ `REFACTOR`. Entries are grouped and sorted by this prefix. The
21
+ date in the section header is also updated to the current date.
22
+
23
+ ## EXAMPLES
24
+
25
+ Update the most recent ChangeLog section:
26
+
27
+ ```text
28
+ ❯ /ase-meta-changes
29
+ ```
30
+
31
+ ## SEE ALSO
32
+
33
+ `ase-meta-commit`, `ase-docs-proofread`.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ase-meta-chat
3
- argument-hint: "<llm> <query>"
3
+ argument-hint: "[--help|-h] <llm> <query>"
4
4
  description: >
5
5
  Query foreign LLM for chat.
6
6
  Use this skill if a foreign LLM like OpenAI ChatGPT, Google Gemini,
@@ -15,17 +15,10 @@ allowed-tools:
15
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
16
16
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
17
17
 
18
- Query Foreign LLM for Chat
19
- ==========================
20
-
21
18
  <skill name="ase-meta-chat">
22
19
  Query Foreign LLM for Chat
23
20
  </skill>
24
21
 
25
- <role>
26
- Your role is to act as a proxy to query a foreign LLM for a single chat message.
27
- </role>
28
-
29
22
  <objective>
30
23
  Query foreign LLM for: <query>$ARGUMENTS</query>
31
24
  </objective>
@@ -0,0 +1,45 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-meta-chat` - Query Foreign LLM for Chat
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-meta-chat`
9
+ [`--help`|`-h`]
10
+ *llm* *query*
11
+
12
+ ## DESCRIPTION
13
+
14
+ The `ase-meta-chat` skill queries a *foreign LLM* (such as OpenAI
15
+ ChatGPT, Google Gemini, DeepSeek, xAI Grok, Z.AI GLM, or Alibaba
16
+ Qwen) with a single chat message. The underlying `ase:ase-meta-chat`
17
+ sub-agent is invoked and its plain response is shown back verbatim
18
+ without any further interpretation.
19
+
20
+ ## ARGUMENTS
21
+
22
+ *llm*:
23
+ Identifier of the foreign LLM to query, e.g. `chatgpt`,
24
+ `gemini`, `deepseek`, `grok`, `glm`, or `qwen`.
25
+
26
+ *query*:
27
+ The chat message to send to the foreign LLM.
28
+
29
+ ## EXAMPLES
30
+
31
+ Ask ChatGPT a quick question:
32
+
33
+ ```text
34
+ ❯ /ase-meta-chat chatgpt What is the best way to handle UTF-8 BOMs in JSON?
35
+ ```
36
+
37
+ Ask Gemini for a brief comparison:
38
+
39
+ ```text
40
+ ❯ /ase-meta-chat gemini Compare gRPC and REST in one paragraph.
41
+ ```
42
+
43
+ ## SEE ALSO
44
+
45
+ `ase-meta-quorum`, `ase-meta-search`.
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: ase-meta-commit
3
+ argument-hint: "[--help|-h]"
3
4
  description: >
4
5
  Determine commit message for staged Git changes.
5
6
  user-invocable: true
@@ -12,18 +13,10 @@ allowed-tools:
12
13
  @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
13
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
14
15
 
15
- Git Commit
16
- ==========
17
-
18
16
  <skill name="ase-meta-commit">
19
17
  Git Commit
20
18
  </skill>
21
19
 
22
- <role>
23
- Your role is an experienced, *expert-level software developer*,
24
- specialized in *Git commit messages*.
25
- </role>
26
-
27
20
  <objective>
28
21
  Help to *craft* a *concise commit message* for the
29
22
  currently staged Git changes.
@@ -0,0 +1,31 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-meta-commit` - Git Commit Message
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-meta-commit`
9
+ [`--help`|`-h`]
10
+
11
+ ## DESCRIPTION
12
+
13
+ The `ase-meta-commit` skill helps to *craft* a *concise commit
14
+ message* for the currently staged Git changes. It inspects the
15
+ output of `git diff --cached` and produces a single-line message of
16
+ the form `<type>: <summary>` where *type* is one of `FEATURE`,
17
+ `IMPROVEMENT`, `BUGFIX`, `UPDATE`, `CLEANUP`, or `REFACTOR`, and
18
+ *summary* is a 60-80 character imperative-mood summary without
19
+ trailing period or Markdown formatting.
20
+
21
+ ## EXAMPLES
22
+
23
+ Craft a commit message for the currently staged changes:
24
+
25
+ ```text
26
+ ❯ /ase-meta-commit
27
+ ```
28
+
29
+ ## SEE ALSO
30
+
31
+ `ase-meta-changes`.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ase-meta-evaluate
3
- argument-hint: "<request>"
3
+ argument-hint: "[--help|-h] <request>"
4
4
  description: >
5
5
  Evaluate alternatives through a weighted multi-criteria decision
6
6
  matrix. Use when the user calls for the *evaluation* of
@@ -14,18 +14,10 @@ effort: high
14
14
  @${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
15
15
  @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
16
16
 
17
- Evaluate Alternatives
18
- =====================
19
-
20
17
  <skill name="ase-meta-evaluate">
21
18
  Evaluate Alternatives
22
19
  </skill>
23
20
 
24
- <role>
25
- Your role is an experienced, *expert-level assistant*,
26
- specialized in *evaluating alternatives*.
27
- </role>
28
-
29
21
  <objective>
30
22
  *Evaluate* *alternatives* through a weighted
31
23
  multi-*criteria* decision matrix.
@@ -0,0 +1,52 @@
1
+
2
+ ## NAME
3
+
4
+ `ase-meta-evaluate` - Evaluate Alternatives
5
+
6
+ ## SYNOPSIS
7
+
8
+ `ase-meta-evaluate`
9
+ [`--help`|`-h`]
10
+ *request*
11
+
12
+ ## DESCRIPTION
13
+
14
+ The `ase-meta-evaluate` skill evaluates two or more *alternatives*
15
+ through a *weighted multi-criteria decision matrix*. From the
16
+ *request*, the skill derives the reason for the evaluation, the
17
+ alternatives, and the criteria, fills in additional criteria up to a
18
+ range of 8-12 (using `ase-meta-search` where helpful), assigns weights
19
+ from `{ 4.00, 2.00, 1.00, 0.50, 0.25 }`, evaluates each alternative
20
+ against each criterion on a `{ -2, -1, 0, +1, +2 }` Likert scale, and
21
+ computes the final ratings via the `ase_decision_matrix` MCP tool.
22
+
23
+ The result is reported as a Markdown decision matrix along with the
24
+ single *BEST ALTERNATIVE*, including a warning if multiple
25
+ alternatives tie, if the distance to the second best is small, or if
26
+ all alternatives rate negatively.
27
+
28
+ ## ARGUMENTS
29
+
30
+ *request*:
31
+ A description of what should be evaluated, including the
32
+ alternatives and, optionally, the criteria to consider.
33
+
34
+ ## EXAMPLES
35
+
36
+ Compare logging libraries for a TypeScript project:
37
+
38
+ ```text
39
+ ❯ /ase-meta-evaluate Compare pino, winston, and bunyan as logging libraries.
40
+ ```
41
+
42
+ Evaluate database options with hinted criteria:
43
+
44
+ ```text
45
+ ❯ /ase-meta-evaluate Compare PostgreSQL, MySQL, and SQLite for an
46
+ embedded use case; criteria include footprint and write throughput.
47
+ ```
48
+
49
+ ## SEE ALSO
50
+
51
+ `ase-meta-quorum`, `ase-meta-search`, `ase-arch-discover`,
52
+ `ase-meta-why`.