New chat prompt
(1) Rigorous notes and solutions for core algorithms and computing fundamentals broken down for deliberate practice with Anki. (2) A monorepo of libraries and CLI tools I use regularly as a software engineer.
npx -y skills add Unique-Divine/jiyuu --skill new-chat-promptAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Writes a ready-to-paste prompt for a fresh chat instead of completing the requested task directly. Use when the user asks to start a new chat, move work to a new chat, or says to write a prompt for tackling the task elsewhere.
SKILL.md
1.1 KB, as published. Nobody here has run it
New Chat Prompt
When this skill applies, do not complete the underlying task.
Instead, write a concise prompt the user can paste into a new chat where the task will be handled there.
Include:
- The user's goal
- Any important context already known that seems crucial to the task at hand.
- Clear instructions for the next agent
Keep the prompt clear and cogent while avoiding extra explanation unless the user asks for it.
Do not duplicate the content of other artifacts like plans, issues, or diffs.
Instead, reference them by path, name, or retrieval guidelines.
For example, you can include gh issue view "$num" for some GitHub ticket rather than writing
out the issue body yourself. Or in the case of a file/dir, prefer saying the path
with a one-liner on its utility for the task rather than copying tons of text
from the path.