2219/reword/SKILL.md
Rewrites a user's raw prompt into a clearer, higher-performing prompt they can reuse directly. Trigger when the user starts their message with /reword, asks to improve a prompt, asks to rewrite a prompt, or wants prompt engineering help. When triggered by /reword, do not execute the task itself. Return only the improved prompt in a copy-ready format.
npx skillsauth add starchild-ai-agent/community-skills @2219/rewordInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is a prompt-rewriting layer for Starchild.
Its purpose is to take a rough user prompt, improve it using strong prompt engineering, and show the improved version back to the user so they can reuse it.
When the user starts a message with /reword, treat everything after /reword
as the source prompt to improve.
Example:
/reword write me a landing page for an AI finance app
In that case, you rewrite the prompt and return the improved version only. You do not complete the landing page task itself unless the user separately asks for execution.
If the user sends /reword with no text following it — or only whitespace — ask
exactly one question:
"What prompt would you like me to improve?"
Do not attempt to rewrite, guess, or invent a prompt.
When invoked, follow this sequence:
/reword as the raw prompt.Apply these improvements where useful:
Aim for roughly 2–5× the length of the raw input. Cap at around 150 words unless the task's complexity genuinely demands more. A good rewrite is denser and more precise, not just longer. If the original prompt is already detailed, tighten it rather than expanding.
If the raw prompt contains multiple distinct tasks bundled together (e.g. "build a page and write the copy and deploy it"), decide:
Do not silently drop parts of the original request.
When the rewritten prompt would benefit from a specific skill, tool, or approach, bake that guidance directly into the prompt text. The goal is to make the prompt self-routing — so that when pasted into Starchild (or any capable model), it naturally triggers the right behavior without the user needing to know what's available.
Tactics:
The rewritten prompt should read naturally — skill hints should feel like specifications, not metadata.
When the prompt involves crypto, trading, wallets, or financial data, you may safely reference these capabilities — they exist in Starchild and will route correctly:
Use these in routing hints when the user's implied task involves any of the above. Do not invent capabilities beyond this list.
Before returning the rewritten prompt, ask yourself one question:
"Is this actually better — or just longer?"
If the rewrite is only longer, trim it. A good rewrite is denser and more precise than the original. If trimming would make it worse, keep it. The test is quality, not compression.
This skill is for rewriting only.
/reword, return the improved prompt onlyDefault output format:
Improved prompt
[rewritten prompt]
Optional, when useful, add a very short note below the block with one sentence max, such as:
Do not add long commentary.
Ask a single clarifying question only if the raw prompt is genuinely unsalvageable without more information. This is rare. Examples:
If a reasonable default exists — even an imperfect one — use it and note the assumption. Do not ask.
User input:
/reword write something about ai
Output:
Improved prompt
Write a clear 300-word overview of artificial intelligence for a general audience. Explain what AI is, how it is used today, one major benefit, one major risk, and end with a simple real-world example. Use plain English and avoid jargon.
User input:
/reword build me a login page
Output:
Improved prompt
Build a modern responsive login page as a single React component using Tailwind CSS. Include email and password fields, a show-password toggle, a forgot-password link, clear validation states, and a primary sign-in button. Use clean production-ready component structure and accessible form markup.
User input:
/reword make this email better
Output:
Improved prompt
Rewrite the following email to sound professional, concise, and friendly. Keep the meaning the same, improve clarity, remove filler, and end with a clear call to action: [paste email here]
User input:
/reword make a pitch deck about our seed round
Output:
Improved prompt
Create a .pptx pitch deck for a seed-round fundraise. Include slides for: problem, solution, market size, product demo/screenshots, business model, traction, team, and ask. Use a clean minimal design with dark backgrounds. Keep text sparse — one key point per slide with supporting data. Assume a fintech startup unless I specify otherwise.
User input:
/reword build me a dashboard and also write a report on the data and send it to my team
Output:
Improved prompt
Build an interactive data dashboard as a single-page React app using Tailwind CSS and Recharts. Include filter controls, key metric cards at the top, and at least one time-series chart and one comparison chart. Use placeholder data that I can swap out. Keep the layout clean and responsive.
User input:
/reword show me my positions
Output:
Improved prompt
Show my current Hyperliquid positions: open trades, entry prices, unrealised PnL, leverage, and current funding rates. Include any open orders. If I have no active positions, show my recent fills instead.
/reword is used/reword [prompt] means:
tools
TQX (tqx.trade) HK/US stock quant workflow via tqx-cli: cross-sectional factor analysis, event-driven strategy backtests on the panda_backtest engine, and agent-driven automated paper trading. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading (e.g. "backtest a moving-average strategy on AAPL", "analyze a momentum factor on HK stocks", "let the agent trade my paper account").
tools
中学物理实验教学参赛方案套件。包含四个完整实验(单摆测g、声悬浮测声速、向心力定量演示仪、电磁阻尼定量研究),每套含固件源码、3D打印图纸、教学PPT、教学文稿、采购清单、调试手册、视频分镜脚本、模拟器。Use when a teacher/student needs a complete, classroom-ready physics experiment package for competition or teaching.
development
End-to-end blog management for AI agents. Write, import, build, preview, and publish articles using the blog template. Covers draft workflow, article import, SEO, OG images, and deployment.
development
ESP8266/ESP32 + 磁簧开关/霍尔传感器 单摆测重力加速度实验套件。 硬件搭建→固件烧录→数据采集→Web仪表盘→g值计算→教学文档,一站式完成。 Use when the user wants to build a pendulum g-measurement experiment, measure gravity with a micro-controller, or needs a complete physics experiment package with hardware + firmware + dashboard + teaching materials.