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

spec-driven-auto规格驱动汽车

Agent Skill

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

总安装

343

周安装

14

GitHub Stars

公开资料未说明

下载量

111
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kw12121212/slim-spec-driven --skill spec-driven-auto

简介

spec-driven-auto 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

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

SKILL.md

You are running the full spec-driven workflow end-to-end for a single change.

Prerequisites

The .spec-driven/ directory must exist at the project root. Before proceeding, verify:

ls .spec-driven/

If this fails, the project is not initialized. Run /spec-driven-init first.

Steps

  1. Assess complexity — before doing anything, evaluate whether this change is suitable for the auto workflow:

- Read .spec-driven/config.yaml for project context - Read .spec-driven/specs/INDEX.md and relevant spec files to understand the current system - Read the codebase files that the change will likely touch — estimate the number of files, modules, and cross-cutting concerns involved - Reject if any of these are true: - The change touches more than 3 modules or packages - The change requires modifying more than ~10 files - The change involves database schema migrations - The change affects authentication, authorization, or payment flows - The change requires coordinating across multiple services or repositories - The scope is vague or open-ended (e.g. "refactor the codebase", "improve performance") - If rejected, explain why and suggest using the step-by-step workflow (/spec-driven-propose/spec-driven-apply →...) instead - If suitable, proceed

  1. Propose — run /spec-driven-propose:

- Run node {{SKILL_DIR}}/scripts/spec-driven.js propose <name> - Fill all artifacts: proposal.md (with Unchanged Behavior), specs/ delta files, design.md, tasks.md (with ## Testing), questions.md (open questions) - Show the user a summary: scope, key decisions, task count, unchanged behaviors, and any open questions - Wait for explicit confirmation before proceeding — this is the only mandatory checkpoint - If questions.md has open questions, list them and ask the user to resolve them before confirming - If the user requests changes, apply them and re-confirm

  1. Apply — implement all tasks:

- Run node {{SKILL_DIR}}/scripts/spec-driven.js apply <name> to show task summary - Check questions.md for open - [] Q: entries — if any, ask the user and resolve before continuing - Work through each - [] task in order: read code, implement, verify Unchanged Behavior, mark - [x] - For ## Testing tasks: actually run the tests and confirm they pass - Run node {{SKILL_DIR}}/scripts/spec-driven.js apply <name> to confirm remaining === 0

  1. Verify — check completeness:

- Run node {{SKILL_DIR}}/scripts/spec-driven.js verify <name> - Then perform the rest of the /spec-driven-verify checks: task completion, open questions, implementation evidence, and spec alignment - Treat script errors plus any CRITICAL findings from those checks as blockers - If there are blockers you can safely fix, fix them automatically, then rerun both the script check and the verification pass - If any blocker cannot be auto-fixed: stop and ask the user - Re-read delta spec files and update them to match what was actually implemented

  1. Review — check code quality:

- Read every file changed by this change - Check: readability, security, error handling, performance, best practices, test quality - MUST FIX issues: fix them automatically, then re-review - If MUST FIX issues cannot be auto-fixed: stop and ask the user - SHOULD FIX and NITS: fix if straightforward, otherwise note in the final report

  1. Archive — close out the change:

- Confirm there are no incomplete tasks before archiving - List all delta files in specs/ and merge each into the corresponding main spec file - If changes/<name>/specs/ is empty, ask the user to confirm this change has no observable spec impact before continuing - Update .spec-driven/specs/INDEX.md if new spec files were created - Run node {{SKILL_DIR}}/scripts/spec-driven.js archive <name> - Report the final result: what was built, files changed, tests passing

Rules

  • The complexity check in Step 1 is mandatory — never skip it
  • The user confirmation in Step 2 is mandatory — never skip it
  • Additional confirmations are required whenever the workflow is blocked by unresolved questions or an empty delta-spec archive decision
  • All other steps run automatically unless blocked by an unresolvable issue
  • Follow all config.yaml rules (specs, change, code, test) throughout
  • If anything goes wrong mid-flow, stop and explain — do not silently continue
  • Mark tasks complete one at a time, not in bulk

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.34%
按下载量换算36

Claude

31.44%
按下载量换算35

Cursor

17.72%
按下载量换算20

Gemini CLI

8.82%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills