Hello
Agentic Software Engineering (ASE)
npx -y skills add rse/ase --skill helloAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Show a nice greeting message with a timestamp. Use this, when the user wants to greet or say hello, optionally to a certain subject <subject> and in a certain language <language>.
SKILL.md
1.3 KB, as published. Nobody here has run it
!ase meta control skill getopt
-
<step id="STEP 1: Determine Parameters">
-
Set <subject><getopt-arguments/></subject> Set <language><getopt-lang/></language>
- <if condition="<subject/> is empty"> Set <subject>World</subject> </if>
-
The current time <time/> is set by capturing the output of the
Bashtool commanddate '+%Y-%m-%d %H:%M:%S' -
The greeting format in Markdown is exactly:
[<time/>]: *Hello*, **<subject/>**, nice to meet you!
-
-
<step id="STEP 2: Product Output">
-
Create the greeting string, based on the greeting format.
-
Translate the greeting string into the target language <language/>.
-
Output the greeting string verbatim. Do not output anything else.
-