@rse/ase 0.9.62 → 0.9.64
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.
- package/dst/ase-artifact.js +19 -8
- package/dst/ase-config.js +12 -8
- package/dst/ase-hook.js +9 -1
- package/dst/ase-service.js +2 -0
- package/dst/ase-spec.js +281 -0
- package/dst/ase.js +2 -0
- package/package.json +10 -8
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/etc/stx.conf +5 -3
- package/plugin/meta/ase-format-meta.md +23 -105
- package/plugin/meta/ase-format-spec.md +22 -1326
- package/plugin/meta/ase-tenets.md +63 -4
- package/plugin/package.json +6 -2
- package/plugin/skills/ase-arch-analyze/help.md +7 -0
- package/plugin/skills/ase-arch-discover/help.md +7 -0
- package/plugin/skills/ase-code-analyze/help.md +8 -0
- package/plugin/skills/ase-code-craft/help.md +7 -0
- package/plugin/skills/ase-code-dissect/help.md +7 -0
- package/plugin/skills/ase-code-edit/SKILL.md +14 -9
- package/plugin/skills/ase-code-edit/help.md +7 -0
- package/plugin/skills/ase-code-explain/help.md +7 -0
- package/plugin/skills/ase-code-insight/help.md +7 -0
- package/plugin/skills/ase-code-lint/help.md +8 -0
- package/plugin/skills/ase-code-refactor/help.md +7 -0
- package/plugin/skills/ase-code-resolve/help.md +7 -0
- package/plugin/skills/ase-docs-distill/help.md +7 -0
- package/plugin/skills/ase-docs-proofread/help.md +7 -0
- package/plugin/skills/ase-help-intent/SKILL.md +66 -43
- package/plugin/skills/ase-help-intent/help.md +27 -16
- package/plugin/skills/ase-help-skill/catalog.md +3 -0
- package/plugin/skills/ase-help-skill/help.md +7 -0
- package/plugin/skills/ase-meta-brainstorm/help.md +8 -0
- package/plugin/skills/ase-meta-changelog/help.md +6 -0
- package/plugin/skills/ase-meta-chat/help.md +6 -0
- package/plugin/skills/ase-meta-commit/help.md +6 -0
- package/plugin/skills/ase-meta-compat/help.md +6 -0
- package/plugin/skills/ase-meta-config/help.md +7 -0
- package/plugin/skills/ase-meta-diaboli/help.md +7 -0
- package/plugin/skills/ase-meta-diff/help.md +7 -0
- package/plugin/skills/ase-meta-eli5/help.md +6 -0
- package/plugin/skills/ase-meta-evaluate/help.md +7 -0
- package/plugin/skills/ase-meta-proximity/help.md +7 -0
- package/plugin/skills/ase-meta-quorum/help.md +6 -0
- package/plugin/skills/ase-meta-quotes/help.md +7 -0
- package/plugin/skills/ase-meta-review/help.md +8 -1
- package/plugin/skills/ase-meta-search/help.md +6 -0
- package/plugin/skills/ase-meta-steelman/help.md +6 -0
- package/plugin/skills/ase-meta-why/help.md +7 -0
- package/plugin/skills/ase-meta-workflow/help.md +7 -0
- package/plugin/skills/ase-spec-edit/SKILL.md +520 -0
- package/plugin/skills/ase-spec-edit/help.md +137 -0
- package/plugin/skills/ase-sync-export/SKILL.md +66 -110
- package/plugin/skills/ase-sync-export/help.md +43 -40
- package/plugin/skills/ase-sync-import/SKILL.md +37 -15
- package/plugin/skills/ase-sync-import/help.md +21 -10
- package/plugin/skills/ase-sync-reconcile/SKILL.md +37 -16
- package/plugin/skills/ase-sync-reconcile/help.md +26 -16
- package/plugin/skills/ase-task-condense/help.md +6 -0
- package/plugin/skills/ase-task-delete/help.md +6 -0
- package/plugin/skills/ase-task-dissect/help.md +7 -0
- package/plugin/skills/ase-task-edit/help.md +7 -0
- package/plugin/skills/ase-task-grill/SKILL.md +5 -4
- package/plugin/skills/ase-task-grill/help.md +7 -0
- package/plugin/skills/ase-task-id/help.md +6 -0
- package/plugin/skills/ase-task-implement/help.md +7 -0
- package/plugin/skills/ase-task-list/help.md +6 -0
- package/plugin/skills/ase-task-preflight/help.md +7 -0
- package/plugin/skills/ase-task-reboot/help.md +6 -0
- package/plugin/skills/ase-task-rename/help.md +6 -0
- package/plugin/skills/ase-task-view/help.md +6 -0
- package/plugin/meta/ase-format-arch.md +0 -1164
|
@@ -46,6 +46,13 @@ The skill exposes *no* option flags beyond `--help`/`-h`.
|
|
|
46
46
|
description of its purpose. If omitted, the entire skill catalog is
|
|
47
47
|
listed.
|
|
48
48
|
|
|
49
|
+
## SCENARIOS
|
|
50
|
+
|
|
51
|
+
- You want the manual page of an ASE skill
|
|
52
|
+
- You want to know what a certain `ase-xxx-xxx` skill does
|
|
53
|
+
- You want a skill found by an abbreviation or a purpose description
|
|
54
|
+
- You want to browse the whole catalog of ASE skills
|
|
55
|
+
|
|
49
56
|
## EXAMPLES
|
|
50
57
|
|
|
51
58
|
Show the manual page of `ase-code-lint` via its shortest abbreviation:
|
|
@@ -61,6 +61,14 @@ the highest-ranked option or a principled synthesis of the shortlist.
|
|
|
61
61
|
The subject to brainstorm - a feature, component, behavior, or
|
|
62
62
|
design question to explore *what* to build before *how*.
|
|
63
63
|
|
|
64
|
+
## SCENARIOS
|
|
65
|
+
|
|
66
|
+
- You want to get fresh ideas for an open-ended question
|
|
67
|
+
- You want to explore what to build before deciding how to build it
|
|
68
|
+
- You want to widen a solution space that holds a single candidate
|
|
69
|
+
- You want to get a shortlist of distinct directions with a recommendation
|
|
70
|
+
- You want to ideate on a feature, component, or design question
|
|
71
|
+
|
|
64
72
|
## EXAMPLES
|
|
65
73
|
|
|
66
74
|
Brainstorm an approach for a new feature:
|
|
@@ -23,6 +23,12 @@ comma-separated *artifact class* tags out of `spec`, `arch`, `code`,
|
|
|
23
23
|
prefix. The date in the section header is also updated to the current
|
|
24
24
|
date.
|
|
25
25
|
|
|
26
|
+
## SCENARIOS
|
|
27
|
+
|
|
28
|
+
- You want the `CHANGELOG.md` brought up to date with recent commits
|
|
29
|
+
- You want changelog entries completed, consolidated, and sorted
|
|
30
|
+
- You want a tidy changelog section before a release
|
|
31
|
+
|
|
26
32
|
## EXAMPLES
|
|
27
33
|
|
|
28
34
|
Update the most recent ChangeLog section:
|
|
@@ -26,6 +26,12 @@ without any further interpretation.
|
|
|
26
26
|
*query*:
|
|
27
27
|
The chat message to send to the foreign LLM.
|
|
28
28
|
|
|
29
|
+
## SCENARIOS
|
|
30
|
+
|
|
31
|
+
- You want a single question answered by one specific foreign LLM
|
|
32
|
+
- You want an answer from ChatGPT, Gemini, DeepSeek, Grok, GLM, or Qwen
|
|
33
|
+
- You want a second opinion from exactly one other model, verbatim
|
|
34
|
+
|
|
29
35
|
## EXAMPLES
|
|
30
36
|
|
|
31
37
|
Ask ChatGPT a quick question:
|
|
@@ -18,6 +18,12 @@ the form `<type>: <summary>` where *type* is one of `FEATURE`,
|
|
|
18
18
|
*summary* is a 60-80 character imperative-mood summary without
|
|
19
19
|
trailing period or Markdown formatting.
|
|
20
20
|
|
|
21
|
+
## SCENARIOS
|
|
22
|
+
|
|
23
|
+
- You want a commit message for the currently staged changes
|
|
24
|
+
- You want a typed one-line summary derived from the staged diff
|
|
25
|
+
- You want to commit but cannot phrase what changed
|
|
26
|
+
|
|
21
27
|
## EXAMPLES
|
|
22
28
|
|
|
23
29
|
Craft a commit message for the currently staged changes:
|
|
@@ -54,6 +54,12 @@ The `ase-meta-compat` skill takes no arguments (besides `--help`|`-h`). It
|
|
|
54
54
|
always runs the most rigorous self-test, with 6 *probes per category*
|
|
55
55
|
(7 for *Regex Matching*), for 25 probes in total.
|
|
56
56
|
|
|
57
|
+
## SCENARIOS
|
|
58
|
+
|
|
59
|
+
- You want to know how faithfully the current model runs ASE skills
|
|
60
|
+
- You want a 0-100% compatibility rating of the LLM and its harness
|
|
61
|
+
- You want the core interpreter primitives checked before relying on ASE
|
|
62
|
+
|
|
57
63
|
## EXAMPLES
|
|
58
64
|
|
|
59
65
|
Run the compatibility self-test:
|
|
@@ -94,6 +94,13 @@ preset-bootstrapping operation that stays a shell concern next to
|
|
|
94
94
|
The operands of the operation: none for `list`, a dotted *key* for
|
|
95
95
|
`get` and `delete`, and a dotted *key* plus a *value* for `set`.
|
|
96
96
|
|
|
97
|
+
## SCENARIOS
|
|
98
|
+
|
|
99
|
+
- You want the ASE configuration inspected or changed
|
|
100
|
+
- You want the persona, guidance, or boxing switched for a session
|
|
101
|
+
- You want a configuration value persisted at user or project scope
|
|
102
|
+
- You want to see which scope supplies each effective value
|
|
103
|
+
|
|
97
104
|
## EXAMPLES
|
|
98
105
|
|
|
99
106
|
List all effective configuration entries:
|
|
@@ -51,6 +51,13 @@ contrarian.
|
|
|
51
51
|
It may be technical, factual, or opinion-based; the skill attacks
|
|
52
52
|
its strongest ("steelman") interpretation.
|
|
53
53
|
|
|
54
|
+
## SCENARIOS
|
|
55
|
+
|
|
56
|
+
- You want a thesis relentlessly challenged with counter-arguments
|
|
57
|
+
- You want a decision stress-tested before you commit to it
|
|
58
|
+
- You want the strongest anti-theses ranked plus a synthesis
|
|
59
|
+
- You want a devil's advocate against a claim or plan
|
|
60
|
+
|
|
54
61
|
## EXAMPLES
|
|
55
62
|
|
|
56
63
|
Challenge a technology-choice claim:
|
|
@@ -73,6 +73,13 @@ giving a visual sense of *what a diff endangers* before a deeper review.
|
|
|
73
73
|
*reverse dependencies* - plus a *brief impact summary* of what
|
|
74
74
|
depends on the touched code and how far the blast reaches.
|
|
75
75
|
|
|
76
|
+
## SCENARIOS
|
|
77
|
+
|
|
78
|
+
- You want a readable, intent-grouped summary of the staged changes
|
|
79
|
+
- You want a diff checked for scope creep and stray debug leftovers
|
|
80
|
+
- You want a graded risk report of a change before committing
|
|
81
|
+
- You want a blast-radius map of what depends on the touched code
|
|
82
|
+
|
|
76
83
|
## EXAMPLES
|
|
77
84
|
|
|
78
85
|
Summarize the currently staged changes:
|
|
@@ -42,6 +42,12 @@ knowledge.
|
|
|
42
42
|
phenomenon, or any other subject; the skill explains it in a
|
|
43
43
|
child-friendly way.
|
|
44
44
|
|
|
45
|
+
## SCENARIOS
|
|
46
|
+
|
|
47
|
+
- You want a topic explained so simply a child could follow
|
|
48
|
+
- You want a jargon-free summary with an everyday analogy
|
|
49
|
+
- You want a simple explanation grounded in current Internet/Web facts
|
|
50
|
+
|
|
45
51
|
## EXAMPLES
|
|
46
52
|
|
|
47
53
|
Explain a technical concept from model knowledge:
|
|
@@ -31,6 +31,13 @@ all alternatives rate negatively.
|
|
|
31
31
|
A description of what should be evaluated, including the
|
|
32
32
|
alternatives and, optionally, the criteria to consider.
|
|
33
33
|
|
|
34
|
+
## SCENARIOS
|
|
35
|
+
|
|
36
|
+
- You want alternatives compared and the best one named
|
|
37
|
+
- You want a weighted multi-criteria decision matrix
|
|
38
|
+
- You want a defensible, criteria-based technology choice
|
|
39
|
+
- You want to know which option out of a list wins and by how much
|
|
40
|
+
|
|
34
41
|
## EXAMPLES
|
|
35
42
|
|
|
36
43
|
Compare logging libraries for a TypeScript project:
|
|
@@ -59,6 +59,13 @@ the `ase-meta-proximity` sub-agent before its proximity is re-determined.
|
|
|
59
59
|
a technical concept, a phenomenon, or any other subject; the skill
|
|
60
60
|
determines its parent, sibling, and child topics.
|
|
61
61
|
|
|
62
|
+
## SCENARIOS
|
|
63
|
+
|
|
64
|
+
- You want the conceptual neighborhood of a topic explored
|
|
65
|
+
- You want the parent, sibling, and child topics of a subject
|
|
66
|
+
- You want a topic taxonomy navigated interactively
|
|
67
|
+
- You want related topics grounded in Internet/Web facts
|
|
68
|
+
|
|
62
69
|
## EXAMPLES
|
|
63
70
|
|
|
64
71
|
Determine the proximity of a topic from model knowledge:
|
|
@@ -40,6 +40,12 @@ complete, unmodified individual responses.
|
|
|
40
40
|
*question*:
|
|
41
41
|
The question to ask all available AIs.
|
|
42
42
|
|
|
43
|
+
## SCENARIOS
|
|
44
|
+
|
|
45
|
+
- You want a consensus answer from multiple AIs
|
|
46
|
+
- You want to know whether different models agree on a question
|
|
47
|
+
- You want the individual responses plus a consensus rate
|
|
48
|
+
|
|
43
49
|
## EXAMPLES
|
|
44
50
|
|
|
45
51
|
Ask the quorum a factual question:
|
|
@@ -90,6 +90,13 @@ the attribution of the quote.
|
|
|
90
90
|
search query and as the keyword set of the *literalness* dimension of
|
|
91
91
|
the matrix.
|
|
92
92
|
|
|
93
|
+
## SCENARIOS
|
|
94
|
+
|
|
95
|
+
- You want quotes, sayings, or aphorisms on a topic
|
|
96
|
+
- You want citations arranged by attribution and literalness
|
|
97
|
+
- You want quote wording and attribution verified against the Web
|
|
98
|
+
- You want the quote harvest widened to related topics
|
|
99
|
+
|
|
93
100
|
## EXAMPLES
|
|
94
101
|
|
|
95
102
|
Find quotes from model knowledge:
|
|
@@ -27,7 +27,7 @@ naming, abstraction level), **clarity** (readability and
|
|
|
27
27
|
self-documentation for a future reader), **robustness** (error handling,
|
|
28
28
|
resource and concurrency safety), **security** and **performance** (risks
|
|
29
29
|
introduced by the change), **convention** (conformance to the
|
|
30
|
-
project's documented conventions - code style and the plan/spec
|
|
30
|
+
project's documented conventions - code style and the plan/spec
|
|
31
31
|
formats described in `AGENTS.md` and the `ase-format-*` meta documents),
|
|
32
32
|
**testing** (inadequate coverage for the change - new or fixed behavior
|
|
33
33
|
left untested, adjacent tests not updated, or existing tests silently
|
|
@@ -69,6 +69,13 @@ before it is committed.
|
|
|
69
69
|
The `ase-meta-review` skill takes no positional arguments; it always
|
|
70
70
|
reviews the currently *staged* Git changes.
|
|
71
71
|
|
|
72
|
+
## SCENARIOS
|
|
73
|
+
|
|
74
|
+
- You want the staged changes reviewed like a human reviewer would
|
|
75
|
+
- You want an approve or reject verdict before committing
|
|
76
|
+
- You want severity-tagged, line-cited findings on a diff
|
|
77
|
+
- You want a holistic judgment instead of a mechanical lint
|
|
78
|
+
|
|
72
79
|
## EXAMPLES
|
|
73
80
|
|
|
74
81
|
Review the currently staged changes before committing:
|
|
@@ -34,6 +34,12 @@ Brave, or `WebSearch` individually.
|
|
|
34
34
|
*query*:
|
|
35
35
|
The search query to dispatch to the search services.
|
|
36
36
|
|
|
37
|
+
## SCENARIOS
|
|
38
|
+
|
|
39
|
+
- You want the Internet/Web searched for a query
|
|
40
|
+
- You want results from several search backends consolidated
|
|
41
|
+
- You want current facts which model knowledge may lack
|
|
42
|
+
|
|
37
43
|
## EXAMPLES
|
|
38
44
|
|
|
39
45
|
Search the Web for a topic across all backends:
|
|
@@ -68,6 +68,12 @@ cheerleading.
|
|
|
68
68
|
It may be technical, factual, or opinion-based; the skill defends
|
|
69
69
|
its strongest ("steelman") interpretation.
|
|
70
70
|
|
|
71
|
+
## SCENARIOS
|
|
72
|
+
|
|
73
|
+
- You want the strongest possible case built for a thesis
|
|
74
|
+
- You want supporting arguments ranked plus a fortification
|
|
75
|
+
- You want a charitable defense before pitching a decision
|
|
76
|
+
|
|
71
77
|
## EXAMPLES
|
|
72
78
|
|
|
73
79
|
Strengthen a technology-choice claim:
|
|
@@ -56,6 +56,13 @@ source code changes.
|
|
|
56
56
|
whose root cause should be investigated. The skill implicitly
|
|
57
57
|
prepends "Why" to form the initial question.
|
|
58
58
|
|
|
59
|
+
## SCENARIOS
|
|
60
|
+
|
|
61
|
+
- You want the root cause of a problem, not just its symptom
|
|
62
|
+
- You want a Five-Whys causality chain walked for an observed fact
|
|
63
|
+
- You want candidate causes weighed with backtracking
|
|
64
|
+
- You want a solution proposed which addresses the root cause
|
|
65
|
+
|
|
59
66
|
## EXAMPLES
|
|
60
67
|
|
|
61
68
|
Investigate the root cause of a build failure:
|
|
@@ -96,6 +96,13 @@ agent tool:
|
|
|
96
96
|
dispatched "in a sub-agent", or naming concrete `ase-xxx-xxx` skills
|
|
97
97
|
steers the derived structure accordingly.
|
|
98
98
|
|
|
99
|
+
## SCENARIOS
|
|
100
|
+
|
|
101
|
+
- You want a recurring multi-step procedure automated as its own skill
|
|
102
|
+
- You want several ASE skills orchestrated or chained into one command
|
|
103
|
+
- You want sequential and parallel actions woven into a generated skill
|
|
104
|
+
- You want a new agent tool skill generated in the style of ASE skills
|
|
105
|
+
|
|
99
106
|
## EXAMPLES
|
|
100
107
|
|
|
101
108
|
Generate a project-local skill which analyzes the code and then resolves
|