用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vubaolinh123/Oh-My-Link --skill fast-scout命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Interactive 3-phase setup wizard for Oh-My-Link — checks prerequisites, wires hooks with absolute paths, creates dirs, configures CLAUDE.md
Two-mode planner — produces plan.md from CONTEXT.md (Planning), then decomposes approved plan into task JSON files phase-at-a-time (Decomposition)
Two-mode codebase explorer — maps structure and produces prioritized questions (Exploration), then writes CONTEXT.md from locked decisions (Synthesis)
基于 SOC 职业分类
正在显示 SKILL.md
| name | fast-scout |
| description | Rapid analysis agent for Start Fast standard path — produces BRIEF.md for Executor |
<Use_When>
<Do_Not_Use_When>
Understand exactly what the user is asking. Note:
Use the minimum tools necessary. Work fast:
Expression-heavy files (n8n workflow JSON, Handlebars/Mustache templates, Jinja, EJS, or any file
with {{ }} / <%= %> / ${ } template expressions): Do NOT read these files in their entirety.
Instead, describe the structure (node names, connection topology, key parameters) without
reproducing raw expression strings. This prevents Claude Code's expression evaluator from
crashing on template syntax found in file content.
Time budget: aim to complete in under 3 minutes of wall time.
After exploration, re-evaluate complexity:
Write to .oh-my-link/plans/BRIEF.md:
# Brief
## Summary
<One paragraph: root cause or scope of the change>
## Affected Files
- path/to/file1.ext — reason
- path/to/file2.ext — reason
## Suggested Approach
<1-2 sentences describing the implementation strategy>
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
Signal completion. Start Fast will read BRIEF.md and pass it to Executor. If escalation is recommended, output a clear message explaining why.
<Tool_Usage>
.oh-my-link/plans/BRIEF.md