一键导入
add-dimension
Generate a check-<dimension> recipe for a bug class the active set misses
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a check-<dimension> recipe for a bug class the active set misses
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review dimension for naming, idiom, comment debt, and AI tells against the codified per-language and prose standards. Invoked by reviewer agents over one module shard.
Recipe for writing C in the runtime, module placement and the ownership and control-flow discipline. Invoked by writer agents when a C unit is dispatched.
Recipe for writing Clojure, Functional Core / Imperative Shell at the function level (namespaces by domain), native wrappers, and the boundary discipline. Invoked when writing Clojure for the project.
Recipe for writing Elixir, pure functions in modules as the core and GenServer plus OTP as the shell, supervision trees, and NIF discipline for the C and Zig edge. Invoked when writing Elixir for the project.
Recipe for any English the agent produces in this project, commits, comments, docstrings, ADRs, design docs, skill bodies, changelog, error messages, project guides. Optimizes for terse, humanized prose with no em dashes and no AI tells. Invoke for any prose-writing activity.
Recipe for writing Zig, native bodies and edge wrappers, the allocator and lifetime discipline, and the hot-path rules. Invoked when writing or editing any Zig source.
| name | add-dimension |
| description | Generate a check-<dimension> recipe for a bug class the active set misses |
| disable-model-invocation | true |
Role: the dimension meta-skill. Generate a draft check- recipe from the dimension shape for a bug class the active dimensions miss, and wire it into the descriptor.
~/.agentic-sdk/<project>/project.edn exists (run bootstrap-project first). A real bug
class the active :dimensions-active set missed, the way a
memory-unsafe language needs check-memory. The bug class is general,
not a one-off.
Follow the shared add-* procedure in docs/design.md section 8.3:
detect the gap, interview for the skeleton's variable slot, generate
against the skeleton, wire into the descriptor, validate.
docs/design.md section 11 is
the reference: check-correctness, check-factoring, check-style,
check-conformance, check-security, check-performance,
check-portability, check-memory, check-design (UI only),
check-clarity. A one-off bug is a fix-bug item, not a dimension.:high, :medium, or :low), and the level (:correctness,
:factoring, or :style). A check-<dimension> sets :level to
one of those three keywords; triage orders correctness, then
factoring, then style, then lint.skills/check-<dimension>/SKILL.md
from the dimension shape: frontmatter (name: check-<dimension>,
model-invoked, read-only reviewer), the one-sentence failure model,
the ordered look-fors, the ignore-rules, the severity, the level,
and the return contract (NO FINDINGS or the EDN finding shape from
skills/shared/references/review-model.md). The reviewer agent
loads this recipe per shard.:dimensions-active. If the dimension requires a condition (the way
check-design requires :ui? true, or check-memory requires a
memory-unsafe language), state the condition in the recipe and
confirm the descriptor satisfies it.Skills:.Produces one project-local recipe under $AGENTIC_SDK_SRC/skills/, snapshotted
and owned by the project. The recipe is a candidate for promotion to a
toolkit master via incorporate-feedback; promotion is deliberate, never
automatic. Does not modify the curated catalog. Amends only the
descriptor and adds only the one recipe file. check- is reserved for
review dimensions only (model judgment, read-only reviewer);
deterministic gates are verify-lanes, never check-. Atoms referenced:
the dimension shape (docs/design.md section 11),
skills/shared/references/review-model.md for the finding shape, the
project descriptor. Validation dispatches a reviewer (loading the new
recipe).
One line: the new recipe path, the descriptor field amended, and the validation verdict.