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

conductor-setup指挥设置

Agent Skill

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

总安装

343

周安装

14

GitHub Stars

2

下载量

111
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/airclear/skills --skill conductor-setup

简介

conductor-setup 用于将标准仓库转换为 Conductor 管理项目,建立产品愿景和技术标准的项目真相源。

  • 适合需要结构化文档、开发工作流和标准化设置的项目初始化场景。
  • 通过 Plan 模式运行,分阶段执行项目审计、发现和规划,全程在本地完成。
  • 安装前需确认权限范围、维护状态,注意是否会触发联网或文件读写操作。
  • 建议结合原始 README 核验具体用法,确保符合项目治理框架要求。

SKILL.md

Conductor Setup

Overview

This skill transforms a standard repository into a Conductor-managed project. It establishes the "Source of Truth" by creating structured documentation for the product vision, technical standards, and development workflows.

Workflow Overview

The setup process runs entirely within Plan Mode and follows these sequential phases:

  1. Pre-Initialization Overview (Section 1.1): Present a high-level overview of the setup steps to the user.
  2. Project Audit (Section 1.2): Check for existing Conductor artifacts and determine the resume point using a priority table.
  3. Project Discovery (Section 2.0): Determine if the project is New (Greenfield) or Existing (Brownfield). Resume from the audit target if applicable.
  4. Product Documentation (Sections 2.1-2.3): Collaborative creation of product.md, product-guidelines.md, and tech-stack.md with Interactive/Autogenerate mode selection.
  5. Configuration (Sections 2.4-2.5): Selection of code style guides and customization of workflow.md with Default/Customize options.
  6. Finalization (Section 2.6): Generate conductor/index.md and summarize all actions.
  7. Track Generation (Sections 3.1-3.3): Collect product requirements (Greenfield only), propose and create the first Track with spec.md, plan.md, metadata.json, and index.md.
  8. Final Announcement (Section 3.4): Commit all files and inform the user of next steps.

State Management

Setup progress is tracked via Project Audit (Section 1.2). Instead of a state file, the agent checks for existing Conductor artifacts and uses a priority table to determine the resume point:

Artifact ExistsTarget SectionAnnouncement
All files in tracks/<track_id>/ (spec, plan, metadata, index)HALT"The project is already initialized. Use /conductor:newTrack or /conductor:implement."
index.md (top-level)Section 3.0"Resuming setup: Scaffolding is complete. Next: generate the first track."
workflow.mdSection 2.6"Resuming setup: Workflow is defined. Next: generate project index."
code_styleguides/Section 2.5"Resuming setup: Guides/Tech Stack configured. Next: define project workflow."
tech-stack.mdSection 2.4"Resuming setup: Tech Stack defined. Next: select Code Styleguides."
product-guidelines.mdSection 2.3"Resuming setup: Guidelines are complete. Next: define the Technology Stack."
product.mdSection 2.2"Resuming setup: Product Guide is complete. Next: create Product Guidelines."
(None)Section 2.0(None)

After determining the target section, the agent MUST proceed to Section 2.0 to establish Greenfield/Brownfield context before jumping to the target.

Implementation Details

Refer to the following protocols for detailed procedural instructions:

1. Initialization and Resolution

2. Product Documentation

  • Product and Tech Stack: references/product-setup.md - Interactive/Autogenerate mode selection, question batching, and user confirmation loops.

3. Standards and Workflow

  • Configuration: references/configuration.md - Code style guide selection via shell commands, workflow customization, and index generation.

4. Planning the First Track

Mandatory Constraints

  • Plan Mode Execution: The entire setup process runs within Plan Mode. The agent MUST call enter_plan_mode at the start. All file operations MUST use relative paths starting with conductor/ (e.g., conductor/product.md). Do NOT use absolute paths. Redirection operators (>, >>) are NOT allowed in run_shell_command calls while in Plan Mode.
  • Self-Correction: If a tool call fails (e.g., due to a policy restriction or path error), the agent MUST attempt to intelligently self-correct by reviewing the error message. If the failure is unrecoverable after a self-correction attempt, halt immediately and await user instructions.
  • Relative Paths: In Plan Mode, all file write and replace operations MUST use relative paths starting with conductor/. Absolute paths will be blocked by Plan Mode security policies.
  • TDD Integration: When generating plan.md, you MUST adhere to the TDD principles defined in workflow.md (Red/Green/Refactor tasks).
  • Universal File Resolution: ALWAYS use the protocol in references/resolution-protocol.md to find or verify files.
  • Git Hygiene: Setup concludes with a commit of all conductor/ files.

Assets

Templates used during setup are located in assets/templates/:

  • workflow.md: The base development workflow.
  • code_styleguides/: Language-specific style guides (Python, TypeScript, Go, etc.).

Policies for Plan Mode file access are located in assets/policies/:

  • conductor.toml: Defines Plan Mode permissions for writing Conductor files and running authorized shell commands.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.07%
按下载量换算38

Claude

30.12%
按下载量换算33

Cursor

20.6%
按下载量换算23

Gemini CLI

8.98%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills