Install
$ agentstack add skill-rse-ase-ase-task-rename ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
@${CLAUDESKILLDIR}/../../meta/ase-control.md @${CLAUDESKILLDIR}/../../meta/ase-skill.md @${CLAUDESKILLDIR}/../../meta/ase-getopt.md
Rename a Task Plan
$ARGUMENTS
Rename the task plan.
Procedure ---------
- Determine Task:
- Parse into a whitespace-separated
list of tokens. Inherit the always existing and from the current context. Do not output anything.
- contains two tokens">
Set to the first token of . Set to the second token of . Do not output anything.
- contains exactly one token">
Set . Set to the single token of . Do not output anything.
- is empty OR contains more than two tokens">
Only output the following and then immediately STOP processing the entire current skill:
⧉ ASE: ☻ skill: ase-task-rename, ▶ ERROR: expected [] arguments
- does NOT match the regexp
^[a-zA-Z][a-zA-Z0-9_-]*$OR does NOT match the regexp^[a-zA-Z][a-zA-Z0-9_-]*$">
Only output the following and then immediately STOP processing the entire current skill:
⧉ ASE: ☻ skill: ase-task-rename, ▶ ERROR: invalid task id (expected ^[a-zA-Z][a-zA-Z0-9_-]*$)
- is equal ">
Only output the following and then immediately STOP processing the entire current skill:
⧉ ASE: ◉ task: **, ▶ status: task unchanged (old and new task id are equal)**
- Perform Operation:
- Call the
ase_task_rename(old: "", new: "")tool of the
ase MCP server to rename the task plan and set to the text output field of this ase_task_rename tool call. Do not output anything related to this MCP tool call.
- If starts with
ERROR:orWARNING::
Set to false. Only output the following :
⧉ ASE: ◉ task: **, ▶ status: **
- If starts NOT with
ERROR:and NOT withWARNING::
Set to true. Only output the following :
⧉ ASE: ◉ task: **, ▶ status: task renamed**
- is
trueAND is equal ">
Set . Call the ase_task_id(id: "", session: "") tool from the ase MCP server to switch the task to the renamed task. Only output the following :
⧉ ASE: ◉ task: **, ▶ status: task switched**
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.