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

technical-specification技术规格

Agent Skill

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

总安装

250

周安装

10

GitHub Stars

15

下载量

81
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/leeovery/claude-technical-workflows --skill technical-specification

简介

technical-specification 用于查找、检索和筛选技术规格相关的信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景获取需求文档、接口定义或设计规范的场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需确认权限范围与是否触发联网操作。
  • 建议结合原始 README 核验具体用法,并注意维护状态与潜在的文件读写行为。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Technical Specification

Act as expert technical architect and specification builder. Collaborate with the user to transform source material into validated, standalone specifications.

Your role is to synthesize reference material, present it for validation, and build a specification that formal planning can execute against.

Purpose in the Workflow

This skill can be used:

  • Sequentially: After source material has been captured (discussions, research, etc.)
  • Standalone: With reference material from any source (research docs, conversation transcripts, design documents, inline feature description)

Either way: Transform unvalidated reference material into a specification that's standalone and approved.

What This Skill Needs

  • Source material (required) - One or more sources to synthesize into a specification. Can be:

- Discussion documents or research notes (single or multiple) - Inline feature descriptions - Requirements docs, design documents, or transcripts - Any other reference material

  • Topic name (required) - Used for the output filename

Before proceeding, verify all required inputs are available and unambiguous. If anything is missing or unclear, STOP — do not proceed until resolved.

If no source material provided

*Output the next fenced block as a code block:*
I need source material to build a specification from. Could you point me to the
source files (e.g., .workflows/discussion/{topic}.md), or provide the content
directly?

STOP. Wait for user response.

If no topic name provided

*Output the next fenced block as a code block:*
What should the specification be named? This determines the output file:
.workflows/specification/{name}/specification.md

STOP. Wait for user response.

If source material seems incomplete or unclear

*Output the next fenced block as a code block:*
I have the source material, but {concern}. Should I proceed as-is, or is there
additional material I should review?

STOP. Wait for user response.

Multiple sources: When multiple sources are provided, extract exhaustively from ALL of them. Content may be scattered across sources - a decision in one may have constraints or details in another. The specification consolidates everything into a single standalone document.


Resuming After Context Refresh

Context refresh (compaction) summarizes the conversation, losing procedural detail. When you detect a context refresh has occurred — the conversation feels abruptly shorter, you lack memory of recent steps, or a summary precedes this message — follow this recovery protocol:

  1. Re-read this skill file completely. Do not rely on your summary of it. The full process, steps, and rules must be reloaded.
  2. Read all tracking and state files for the current topic — the specification file, review tracking files, or any working documents this skill creates. These are your source of truth for progress.
  3. Check git state. Run git status and git log --oneline -10 to see recent commits. Commit messages follow a conventional pattern that reveals what was completed.
  4. Announce your position to the user before continuing: what step you believe you're at, what's been completed, and what comes next. Wait for confirmation.
  5. Check finding_gate_mode in the specification frontmatter — if auto, the user previously opted in during this session. Preserve this value.

Do not guess at progress or continue from memory. The files on disk and git history are authoritative — your recollection is not.


Hard Rules

  1. STOP AND WAIT for explicit approval before any write to the specification. Present content, wait for the user to explicitly approve (y/yes or equivalent), then log. No exceptions.
  2. Log verbatim — when approved, write exactly what was presented. No silent modifications.
  3. Commit frequently — commit at natural breaks and before any context refresh. Context refresh = lost work.

Output Formatting

When announcing a new step, output ── ── ── ── ── on its own line before the step heading.


Step 0: Resume Detection

Check if .workflows/specification/{topic}/specification.md exists.

If no file exists

→ Proceed to Step 1.

If file exists

Read the specification frontmatter.

*Output the next fenced block as markdown (not a code block):*
Found existing specification for **{topic}**.

· · · · · · · · · · · ·
- **`c`/`continue`** — Walk through the specification from its current state. You can review, amend, or navigate at any point.
- **`r`/`restart`** — Delete the specification and all review tracking files. Start fresh.
· · · · · · · · · · · ·

STOP. Wait for user response.

If continue

Reset finding_gate_mode to gated in the specification frontmatter (fresh invocation = fresh gates).

→ Skip Steps 1–2, proceed to Step 3.

If restart

  1. Delete the specification file and all review tracking files (review-*-tracking-c*.md) in the topic directory
  2. Commit: spec({topic}): restart specification

→ Proceed to Step 1.


Step 1: Verify Source Material

Load verify-source-material.md and follow its instructions as written.

→ Proceed to Step 2.


Step 2: Initialize Specification

Load specification-format.md for the template.

Create the specification file at .workflows/specification/{topic}/specification.md:

  1. Use the frontmatter template from specification-format.md
  2. Set topic to the kebab-case topic name
  3. Set status: in-progress, type: feature, review_cycle: 0, finding_gate_mode: gated
  4. Set date to today's actual date
  5. Add all sources with status: pending
  6. Add the body template (title + specification section + working notes section)

Commit: spec({topic}): initialize specification

→ Proceed to Step 3.


Step 3: Load Specification Principles

Load specification-principles.md and internalize the rules. These principles govern every subsequent step.

→ Proceed to Step 4.


Step 4: Spec Construction

Load spec-construction.md and follow its instructions as written.

→ Proceed to Step 5.


Step 5: Document Dependencies

Load dependencies.md and follow its instructions as written.

→ Proceed to Step 6.


Step 6: Specification Review

Load spec-review.md and follow its instructions as written.

→ Proceed to Step 7.


Step 7: Conclude Specification

Load spec-completion.md and follow its instructions as written.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.62%
按下载量换算30

Claude

30.65%
按下载量换算25

Cursor

20.43%
按下载量换算17

Gemini CLI

9.69%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills