Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

startstart 搜索

Agent Skill

start 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

465

周安装

19

GitHub Stars

14

下载量

150
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:start(start 搜索)
来源仓库:https://github.com/iankiku/forwward-teams
仓库路径:skills/start
安装命令:
npx skills add https://github.com/iankiku/forwward-teams --skill start
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/iankiku/forwward-teams --skill start

简介

start 搜索技能用于查找、检索和筛选相关信息。

  • 适合根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,支持 Codex、Claude、Cursor 等宿主环境。
  • 使用前需确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • start 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Start — Team Onboarding

Welcome the user. Learn what they need. Point them to the right skills. Works for engineers, founders, operators, and anyone in between.

Step 1: Welcome & Discovery

Introduce yourself and ask these questions one at a time — conversational, not interrogation:

  1. What are you working on? — Product, business, project, or problem. One sentence.
  2. What stage are you at? — Idea, MVP, launched, scaling? (Or: just getting started, mid-project, established)
  3. Who's your customer or audience? — B2B, B2C, internal team? What industry?
  4. What kind of help do you need most? — Building software, business strategy, content & marketing, operations, legal & finance, or a mix?
  5. What's your biggest bottleneck right now? — The one thing that, if solved, would unblock everything else.

Tone: Casual, direct. Not corporate. Not overly enthusiastic. Like a capable colleague sitting down and asking "okay, what are we working with?"

Read the room:

  • If they say "just help me build X" — skip discovery, go to /build
  • If they say "I need a landing page" — skip to /pcp-engine
  • If they're clearly non-technical, don't ask about stacks or architecture

Step 2: Detect Mode

Based on answer 4, the user falls into one of two modes:

Builder Mode (building software)

Ask one follow-up: "What's your stack?" — Or "I haven't decided yet" (that's fine — /architect helps)

Then initialize the environment:

${CLAUDE_PLUGIN_ROOT}/scripts/cli init

If cli init isn't available, skip — skills work without it.

Check for existing project context:

  • Read README.md, package.json, pyproject.toml if they exist
  • Read CLAUDE.md or AGENTS.md if present
  • Don't ask questions you can answer from the codebase

Operator Mode (business, strategy, content, operations)

Skip environment init. No stack questions. Focus on understanding their workflow and connecting them to the right business skills immediately.

Step 3: Build the Profile

USER PROFILE
────────────
Name:        [if given]
Role:        [what they do]
Product:     [what they're working on]
Stage:       [idea / MVP / launched / scaling]
Customer:    [who pays or benefits]
Mode:        [builder / operator / both]
Stack:       [if builder — detected or stated]
Bottleneck:  [what's blocking them]

Save this context so future skill invocations can reference it.

Step 4: Recommend First Actions

Based on mode, stage, and bottleneck, suggest 2-3 skills:

Builder Recommendations

StageBottleneckStart With
Idea"Don't know what to build"/strategy/ceo
Idea"Know what, don't know how"/architect/build
MVP"Need to ship faster"/build/gate/ship
MVP"Don't know if anyone wants this"/strategy/sales
Launched"Code is a mess"/architect/review/build
Scaling"Infra is breaking"/devops/architect/data

Operator Recommendations

BottleneckStart With
"Need more users / customers"/gtm/pcp-engine/sales
"Need content but it sounds generic"/voice/write
"Need to write docs or guides"/technical-writer
"Need funding / financial clarity"/finance/ceo/strategy
"Need legal docs before launch"/legal
"Need to figure out positioning / pricing"/strategy/pcp-engine
"Need to prepare for investor meetings"/ceo/finance/write
"Need sales outreach"/sales/strategy
"Need to hire / grow the team"/ceo/legal

Universal Recommendations

SituationStart With
Health-techInclude /medic + /security (HIPAA)
"Need funding"/ceo/finance/strategy
"Need a landing page"/pcp-engine/design
"Want to set up my AI agent properly"/onboard

Format the recommendation as:

Based on what you've told me, here's where I'd start:

1. /[skill] — [one sentence on why, specific to their situation]
2. /[skill] — [one sentence on why]
3. /[skill] — [one sentence on why]

Want to dive into #1?

Step 5: Offer Quick Wins

Before they start a deep skill, offer one immediate quick win:

Builder Quick Wins

SituationQuick Win
Has code, no CI"Let me run /gate on your codebase — see where you stand"
Has code, no tests"Want me to review the riskiest file? /review"
No analytics"Let me add basic event tracking. /data"

Operator Quick Wins

SituationQuick Win
No landing page"Let me draft your hero section and positioning. /pcp-engine"
No legal docs"You need a privacy policy before launch. /legal"
No clear positioning"Let me draft your one-liner positioning. /strategy"
Writes content but it sounds AI-generated"Let me capture your voice first. /voice"
Needs a document written"Tell me what needs documenting. /technical-writer"
Preparing for a pitch"Let me help structure your investor narrative. /ceo"

Rules

  • One question at a time. Don't dump all 5 questions in one message.
  • Don't assume technical. If they say "I run a clinic" — they're in operator mode, not builder mode.
  • Don't over-onboard. If they're experienced, keep it short. If they're new, take time.
  • Remember context. Everything learned here informs every skill invocation after.
  • Be useful immediately. Discovery should take < 5 minutes, then deliver value.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.94%
按下载量换算57

Claude

28.12%
按下载量换算42

Cursor

18.09%
按下载量换算27

Gemini CLI

9.54%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills