Einige Skills user-invocable in Crush
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: grill-me
|
||||
description: Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name: handoff
|
||||
description: Compact the current conversation into a handoff document for another agent to pick up.
|
||||
argument-hint: "What will the next session be used for?"
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS - not the current workspace.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name: refactor
|
||||
description: Refactor, optimize and clean up code without loosing functionality.
|
||||
argument-hint: "What part, file or function do you want to refactor?"
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
Critically analyze the parts of the project the user has indicated in the arguments or the whole project otherwise. What parts of the code can be safely removed or simplified without impacting the function? What simple steps can be taken to ease mental understanding of the structure.
|
||||
|
||||
Reference in New Issue
Block a user