用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill spe命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spe |
| description | Extends the search paradigm to non-obvious domains. Identifies which search methods should become procedures. |
| output | {"format":"prose"} |
Input: $ARGUMENTS
Many activities not traditionally framed as "search" can be productively reinterpreted through the search lens. This procedure:
Take the input domain/activity and ask:
Non-obvious search domains:
For the input's reframing, assess:
| Criterion | Score (1-5) | Notes |
|---|---|---|
| Does the search frame reveal hidden structure? | ||
| Does it suggest new methods? | ||
| Does it clarify what "progress" means? | ||
| Does it identify what makes the problem hard? | ||
| Does it connect to methods from other domains? |
If total score ≥ 15: The search reframing is highly productive If total score 10-14: Useful but partial — some aspects don't map cleanly If total score < 10: The search frame doesn't add much here
The most valuable procedures are those that reduce the intelligence needed to succeed:
What makes this search hard without structure?
What structure would make it easier?
How much intelligence does the structure replace?
For each identified structure, evaluate whether it should become a formal procedure:
| Factor | Weight | Score |
|---|---|---|
| Frequency of use (how often needed) | 3x | 1-5 |
| Intelligence reduction (how much easier) | 3x | 1-5 |
| Transferability (works across domains) | 2x | 1-5 |
| Teachability (can be written as steps) | 2x | 1-5 |
| Current gap (no existing procedure covers it) | 1x | 1-5 |
Weighted score ≥ 40: Strong procedure candidate Weighted score 25-39: Worth developing if resources available Weighted score < 25: Not worth formalizing
For top candidates:
SEARCH PARADIGM EXTENSION:
Domain: [input domain]
Search reframing: Searching [space] for [target] using [heuristic]
Reframing quality: [score/25]
Intelligence-reducing structures found:
1. [structure] — reduces [difficulty] by [mechanism]
Procedure candidates:
| Name | Score | Key Insight |
|------|-------|-------------|
| [name] | [score/55] | [one line] |
Top recommendation: [which to develop first and why]