# Make Op Scaffold

> Scaffold a new CV-CUDA operator — a complete, wired, building skeleton — and delegate the implementation to a human or another AI. Use when asked to set up / stub out a new operator without implementing it, or to bootstrap one for someone else to finish. Supports --bare (skip the spec when the definition itself is delegated).

- Skill: `cvcuda/make-op-scaffold` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cvcuda/make-op-scaffold`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cvcuda/make-op-scaffold/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cvcuda (https://skillmd.com/u/cvcuda)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cvcuda/make-op-scaffold

---


[//]: # "SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved."
[//]: # "SPDX-License-Identifier: Apache-2.0"

# Make Op — scaffold

Thin entry point. Produce a wired, building skeleton and stop. By default, propose the operator's
semantics + a cited reference oracle + the support matrix, **get user approval**, and record the
contract in `Op<Name>.h`; pass `--bare` to delegate the definition too (`SPEC-*` then report
`MANUAL` "spec delegated", not GAP). Run `tools/mkop/mkop.sh <Name>`, then gate with
`python3 tools/make_op.py <Name> --phase scaffold [--bare]` and resolve every `SCF-*`/`SPEC-*`
GAP per `.agents/guidance/MAKE_OP_GUIDELINES.md`. Report the outstanding work (IMP/COV/EXEC) and that
`make-op-verify` is the bar for "done" — it stays red until the operator is implemented.
Findings-first.

