Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

cli-forge-designCLI forge 设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

512

周安装

22

GitHub Stars

公开资料未说明

下载量

180
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

cli-forge-design 用于定义技能的高层身份与定位,输出单一批准的设计合同供下游复用。

  • 适合在需要明确“这是什么技能”以及服务目标时使用。
  • 需参考 design-contract.md 和 planning-brief 制定规范,不涉及具体 CLI 细节。
  • 安装前建议核实仓库权限与维护状态,避免意外执行命令或读写文件。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

cli-forge Design

Use this stage when the workflow needs one authoritative description contract for a generated Rust CLI Skill before later stages proceed.

Purpose

Define the skill's high-level identity: what it is, who it serves, and how it is positioned. Produce a single approved description contract that all downstream surfaces must reuse instead of inventing competing wording.

This stage answers the question "What is this skill?" The detailed CLI contract (commands, flags, formats) belongs to the Plan stage downstream.

Canonical References

Entry Gate

#CheckSource
1handoff.yml exists with classification: designRouter
2Skill scope is at least partially knownUser request or handoff

Required Inputs

  • Classified workflow intent from the Router
  • Current or proposed skill scope
  • Any existing description surfaces that must stay aligned
  • Whether this is a new skill or a refresh of an existing contract

Workflow

  1. Confirm whether the work creates a new skill or changes the user-facing contract of an existing one.
  2. Read ./planning-brief.md to load the shared constraints.
  3. Define or refresh the approved purpose summary (one line).
  4. Define or refresh the positioning statement (one paragraph).
  5. Record which downstream surfaces must stay synchronized:

- Cargo.toml package.description - SKILL.md purpose section - README.md header and description - Help text summary line across non-leaf auto-help, --help, and structured help - Release notes summary (when publish is in scope) - npm package description (when publish is in scope)

  1. Record the downstream help contract for later stages:

- leaf defaults stay structured failures instead of auto-help - non-leaf defaults auto-render man-like human-readable help - --help renders man-like human-readable help - help returns structured output - human-readable help preserves NAME -> SYNOPSIS -> DESCRIPTION -> OPTIONS -> FORMATS -> EXAMPLES -> EXIT CODES

  1. Record the publish contract for later release work: Publish owns both the repo-native GitHub Release and npm publication.
  2. Generate .cli-forge/design-contract.yml using the format defined in ./contracts/design-contract.yml.tpl.
  3. Request user approval of the design contract before moving forward. Call the runtime's dialog-based chooser (e.g., AskUserQuestion) with the options approve and continue, request changes, or stop for now when it is available. If no dialog-based chooser is available, use a numbered text menu with the same three options and add Other: <custom response> as the fallback escape hatch. Accept exact replies 1, 2, or 3, or Other:.... If a numeric reply includes additional text, ask for clarification before proceeding. Do not require the user to type the full option label.

Outputs

  • .cli-forge/design-contract.yml — approved description contract

Exit Gate

#Check
1Single-line purpose summary is approved
2Positioning statement is approved
3Sync surfaces list is complete
4Help contract is recorded
5Publish contract is recorded
6design-contract.yml is generated and approved

Guardrails

  • CRITICAL DIRECTIVE TO THE ASSISTANT: You MUST STOP execution and ask for the user's explicit approval after generating design-contract.yml. Do NOT proceed to the Plan or Scaffold stage autonomously. Call the runtime's dialog-based chooser (e.g., AskUserQuestion) for approval when it is available, or use the standardized numbered text fallback with 1. approve and continue, 2. request changes, 3. stop for now, and Other: <custom response>.
  • This stage is the authoritative source for user-facing purpose and positioning. Downstream stages consume the approved contract; they do not redefine it.
  • Do not define CLI commands, flags, or output formats here. That work belongs to the Plan stage.
  • When publish support is later adopted, all release-facing wording must reuse the approved summary.
  • npm package descriptions must reuse the same approved contract whenever the Publish stage adopts npm publication.

Next Step

Continue with ../cli-forge-plan/SKILL.md to define the detailed CLI contract.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.68%
按下载量换算68

Claude

28.54%
按下载量换算51

Cursor

18.75%
按下载量换算34

Gemini CLI

8.73%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills