openspec by itechmeat/llm-code
npx skills add https://github.com/itechmeat/llm-code --skill openspec使用此技能来指导或推理关于 OpenSpec 基于工件的工作流系统 (OPSX),包括工件图、模式/模板解析、变更生命周期以及实验性命令/技能。
openspec config profile 选择工作流配置文件(预设:core 或自定义选择),并通过 openspec update 应用到项目。/openspec:proposal 在一个请求中创建提议 + 规格 + 设计 + 任务(替代 /opsx:new + /opsx:ff)。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
openspec update 可以清理未选中的工作流,保持项目整洁。| 命令 | 用途 |
|---|---|
/opsx:explore | 思考想法,调查问题(无结构) |
/opsx:new | 开始一个新的变更 |
/opsx:continue | 基于依赖关系创建下一个工件 |
/opsx:ff | 快进 — 一次性创建所有规划工件 |
/opsx:apply | 实施任务,根据需要更新工件 |
/opsx:verify | 验证实现是否符合规格 |
/opsx:sync | 将增量规格同步到主规格 |
/opsx:archive | 归档单个已完成的变更 |
/opsx:bulk-archive | 一次性归档多个已完成的变更 |
遗留(非 OPSX)命令: /openspec:proposal 一次性创建所有规划工件。建议使用 OPSX,但对于小型/简单的变更或较旧的设置,此命令可能有用。
openspec schemas # 列出可用模式
openspec schema which --all # 显示解析来源
openspec schema init my-workflow # 交互式创建新模式
openspec schema fork spec-driven my-workflow # 分叉现有模式
openspec schema validate my-workflow # 验证模式结构
为每个项目设置创建 openspec/config.yaml:
schema: spec-driven
context: |
技术栈:TypeScript, React, Node.js
测试:Vitest, Playwright
rules:
proposal:
- 包含回滚计划
specs:
- 使用 Given/When/Then 格式
模式优先级: CLI 标志 → 变更元数据 → 项目配置 → 默认 (spec-driven)
预期行为:显示就绪的工件,而非必需的步骤。
每周安装量
135
代码仓库
GitHub 星标数
10
首次出现
2026年1月26日
安全审计
安装于
github-copilot126
opencode109
amp105
gemini-cli105
codex105
cursor105
Use this skill to guide or reason about the OpenSpec artifact-driven workflow system (OPSX), including artifact graphs, schema/template resolution, change lifecycle, and experimental commands/skills.
openspec config profile (preset: core or custom selection) and apply it to a project via openspec update./openspec:proposal creates proposal + specs + design + tasks in one request (instead of /opsx:new + /opsx:ff).openspec update can prune deselected workflows to keep projects tidy.| Command | Purpose |
|---|---|
/opsx:explore | Think through ideas, investigate problems (no structure) |
/opsx:new | Start a new change |
/opsx:continue | Create next artifact based on dependencies |
/opsx:ff | Fast-forward — create all planning artifacts at once |
/opsx:apply | Implement tasks, updating artifacts as needed |
/opsx:verify |
Legacy (non-OPSX) command: /openspec:proposal creates all planning artifacts at once. Prefer OPSX, but this can be useful for small/straightforward changes or older setups.
openspec schemas # List available schemas
openspec schema which --all # Show resolution sources
openspec schema init my-workflow # Create new schema interactively
openspec schema fork spec-driven my-workflow # Fork existing schema
openspec schema validate my-workflow # Validate schema structure
Create openspec/config.yaml for per-project settings:
schema: spec-driven
context: |
Tech stack: TypeScript, React, Node.js
Testing: Vitest, Playwright
rules:
proposal:
- Include rollback plan
specs:
- Use Given/When/Then format
Schema precedence: CLI flag → Change metadata → Project config → Default (spec-driven)
Expected behavior: show ready artifacts, not required steps.
Weekly Installs
135
Repository
GitHub Stars
10
First Seen
Jan 26, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
github-copilot126
opencode109
amp105
gemini-cli105
codex105
cursor105
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
159,700 周安装
| Validate implementation matches spec |
/opsx:sync | Sync delta specs to main specs |
/opsx:archive | Archive single completed change |
/opsx:bulk-archive | Archive multiple completed changes at once |