Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计通过

cli-forge-intakeCLI forge intake 命令行

Agent Skill

cli-forge-intake 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

324

周安装

13

GitHub Stars

公开资料未说明

下载量

105
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/bytelandtechnology/cli-forge --skill cli-forge-intake

简介

cli-forge-intake 用于路由请求或从最早安全阶段恢复 cli-forge 工作流程。

  • 适合在需要分类工作类型(description/scaffold/extend 等)并收集输入时使用。
  • 需加载规划简报与指令文档,明确后续步骤依赖的约束条件。
  • 安装前建议检查权限范围及是否会触发网络访问或命令执行。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

cli-forge Intake

Use this stage when the current request needs routing or when you want to resume the cli-forge workflow from the earliest safe phase.

Stage Goal

Finish this stage with:

  • the work classified as description, scaffold, extend, validate, or publish
  • publish-intent requests narrowed to the correct child skill: cli-forge-publish for repo-native release work or cli-forge-publish-npm for optional npm publication
  • the required user inputs identified and, when available, assembled
  • the shared constraints loaded from the planning brief and the relevant instruction document
  • an explicit handoff to the next stage skill

Canonical References

When To Use This Stage

  • The user asks for cli-forge help in a high-level way and the correct phase is not obvious yet.
  • The user wants to create a new project but has not clearly supplied a valid skill name.
  • The user wants to create a new project and the generated skill's description contract has not been approved yet.
  • The user wants to add stream or repl, but the project path or feature is still unclear.
  • The user wants to update an existing generated skill's purpose, positioning, or other user-facing contract.
  • The user wants validation, but the target project path still needs to be resolved.
  • The user wants to publish, do a release dry run, rehearse the destination mirror, check destination configuration, adopt the release automation asset pack into a target CLI skill project, or publish the shipped CLI command to npm.

Required Inputs By Outcome

  • description: the classified intent, generated skill scope, and the next stage that will consume the approved description contract
  • scaffold: skill_name, plus optional author, version, and rust_edition
  • extend: project_path and feature where feature is stream or repl
  • validate: project_path
  • publish: release mode (report_only, dry_run, rehearsal, or live_release), requested publication channel (repo_native, npm, or both), explicit target-repository context, current validation status, and any required destination configuration, npm package-set context, or credential context

Workflow

  1. Read the user request and classify the intent as description, scaffold, extend, validate, or publish.
  2. Load ./planning-brief.md before choosing a downstream phase so the runtime contract and compliance posture stay in scope.
  3. Open the matching local instruction document for the likely next stage and use it as the detailed source of truth.
  4. Confirm the required inputs for that path:

- For description, verify the work creates a new generated skill or changes the generated skill's user-facing contract. - For scaffold, verify the name is present, the approved description contract exists, and the work is intended to become a Rust CLI Skill project. - For extend, verify both project_path and feature. - For validate, verify project_path. - For publish, determine whether the requested channel is repo_native, npm, or both. Load ../cli-forge-publish/planning-brief.md for repo-native work and ../cli-forge-publish-npm/planning-brief.md for npm work, verify whether the user wants readiness review, dry-run, or live side effects, and whether the work should start with validation or can proceed directly to the matching publish child skill.

  1. Inspect the filesystem when it helps disambiguate the stage:

- missing target directory usually means description followed by scaffold - existing scaffolded project plus feature request means extend - existing generated skill plus description-impacting request means description followed by extend or validate - explicit audit or post-change verification means validate - release, repo-native dry-run, rehearsal, destination-config work, or final post-validation closure means publish - npm publication, npm package-set review, or combined repo-native plus npm distribution still begins as publish, but the downstream child skill must be selected explicitly

  1. Route to the next stage skill and carry forward the resolved inputs.

Classification Examples

  • Create request with no project directory yet -> route to description.
  • Existing generated skill plus purpose/positioning change -> route to description.
  • Existing scaffolded project plus stream or repl request -> route to extend.
  • Audit or post-change verification request -> route to validate.
  • Successful validation with no explicit release action -> route to publish in report_only mode.
  • Publish the shipped CLI to npm -> route to publish-npm after confirming validation status and target-repository context.
  • Mixed implementation and release request with unresolved project state -> return to the earliest incomplete stage instead of skipping ahead to publish.

Done Condition

This stage is complete only when one downstream phase is clearly selected and the next stage has the inputs it needs.

Next Step

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.75%
按下载量换算35

Claude

32.63%
按下载量换算34

Cursor

20.01%
按下载量换算21

Gemini CLI

9.91%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/bytelandtechnology/cli-forge --skill cli-forge-intake 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills