词元之母TOK.MOM - 平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
| 来源 | 内置(默认安装) |
| 路径 | skills/creative/creative-ideation |
| 版本 | 1.0.0 |
| 作者 | SHL0MS |
| 许可证 | MIT |
| 平台 | linux, macos, windows |
| 标签 | Creative, Ideation, Projects, Brainstorming, Inspiration |
git undo-that-thing-i-just-did。docker why-is-this-broken。npm explain-yourself。现在把它做出来。references/full-prompt-library.md,涵盖沟通、规模、哲学、转化等 30+ 个约束。| 用户说 | 从以下选取 |
|---|---|
| "我想做点什么"(没有方向) | 随机 — 任意约束 |
| "我在学 [语言]" | 厚颜无耻地抄、自动化那件烦人的事 |
| "我想要奇怪的东西" | 恶意 UI、弗兰肯斯坦周、从结语开始 |
| "我想要有用的东西" | 解决自己的痛点、那个本该存在的 CLI、自动化那件烦人的事 |
| "我想要美的东西" | 做大量数学、一百万个某物 |
| "我精疲力竭了" | 高概念低投入、做一个会死的东西 |
| "周末项目" | 除了胶水什么都不新、从结语开始 |
| "我想要挑战" | 一百万个某物、做减法、再来一次 |
## 约束:[名称]
> [约束,一句话]
### 想法
1. **[一句话概括]**
[2-3 句话:你要构建什么以及为什么有趣]
⏱ [周末 / 一周 / 一个月] • 🔧 [技术栈]
2. **[一句话概括]**
[2-3 句话]
⏱ ... • 🔧 ...
3. **[一句话概括]**
[2-3 句话]
⏱ ... • 🔧 ...## Constraint: The CLI tool that should exist
> Think of a command you've wished you could type. Now build it.
### Ideas
1. **`git whatsup` — show what happened while you were away**
Compares your last active commit to HEAD and summarizes what changed,
who committed, and what PRs merged. Like a morning standup from your repo.
⏱ weekend • 🔧 Python, GitPython, click
2. **`explain 503` — HTTP status codes for humans**
Pipe any status code or error message and get a plain-English explanation
with common causes and fixes. Pulls from a curated database, not an LLM.
⏱ weekend • 🔧 Rust or Go, static dataset
3. **`deps why <package>` — why is this in my dependency tree**
Traces a transitive dependency back to the direct dependency that pulled
it in. Answers "why do I have 47 copies of lodash" in one command.
⏱ weekend • 🔧 Node.js, npm/yarn lockfile parsing