plugins/all-skills/skills/nika/SKILL.md
Runs repeatable AI work as checked, budgeted workflow files. The agent captures a repeated task as a .nika.yaml DAG, audits cost/permits/schema before a single token is spent, and runs it with tamper-evident traces.
npx skillsauth add davepoon/buildwithclaude nikaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Nika turns repeatable AI work into files: one .nika.yaml, four verbs,
audited before it runs. You author the file; nika check is the
oracle; the human runs it.
nika examples list · nika examples show <slug> ·
nika new --from <template> <file>.nika.yamlnika: v1 +
workflow: <kebab-id> + tasks:. Pick models and builtins from
the embedded catalogs — nika catalog (providers · models ·
capabilities · which env var each needs) and nika tools (the
nika:* builtins an invoke reaches without MCP); before a run,
nika inspect <file> shows the anatomy: tasks · waves · the cost
floor.nika check <file> (exit 0 = clean · 2 = findings),
then nika check --native-strict <file> — it fails on any
native-first hint (an exec: a builtin covers).nika explain NIKA-XXXX.nika check — and pass --native-strict too, unless
every remaining exec: is in the exec ledger (below).nika run <file>. Preview offline with
--model mock/echo; run locally with --model ollama/<model>.
Inputs ride --var key=value (repeatable · unknown keys refused);
a run paused on a nika:prompt resumes with
nika run <file> --resume <trace> --answer <task>=<value>
(confirm gates take booleans: --answer approve=true).nika test <file> --update writes
<file>.golden.json from an offline mock run; nika test <file>
replays and compares — deterministic, zero keys..nika/traces/ — nika trace verify <trace> checks the
chain (tamper-evidence), nika trace show <trace> reads the card.
Cite the trace, never a memory of the run.nika check prints the cost ceiling BEFORE any token: ≤ $X is a
ceiling · ≥ $X FLOOR means at least one task is unbounded — name
the reason (a missing max_tokens, an uncataloged model, an
expression fan-out), never round it to $0.ollama/…) is unpriced compute, not « free » —
say "unpriced", never "$0" or "free".nika run <file> --max-cost-usd <n>
blocks BEFORE the call that would cross the cap.nika explain <file> narrates all of this (waves · cost · touches ·
how to run) — use it before handing a workflow to a human.infer: — an LLM call (prompt, schema? for typed output,
max_tokens?)exec: — a shell command (command, capture: text|structured) ·
last resort: run the native-first interrogation first (below)invoke: — a builtin or MCP tool (tool, args) · HTTP fetch is
tool: "nika:fetch", a tool, not a verbagent: — a bounded multi-turn loop (prompt, tools allowlist,
max_turns, max_tokens_total)The order is invoke: nika:* → invoke: mcp:<server>/<tool> →
exec:. Before writing ANY exec:, answer in your head:
nika tools --json is the catalog.
HTTP (curl/wget/helper fetch) → nika:fetch · uploads →
multipart: · site crawls → traverse: · file plumbing
(cat/tee/cp/mkdir) → nika:read/nika:write (create_dirs: true) ·
JSON shaping (jq/sed) → nika:jq (or an output: binding) ·
in-place edits → nika:edit · image/speech provider calls →
nika:image_generate/nika:tts_generate · image styling
(ImageMagick convert / PIL filters / dither scripts) →
nika:image_fx (deterministic — same input+args = same bytes,
the artifact sha256 joins the trace chain).exec: is legitimate
(build tools · git · a product CLI with no MCP surface yet) and
goes in the ledger.Never write a helper script (node bin/helper.mjs …) that wraps
HTTP/files/JSON — that is native-first/005, the exact failure class
this law exists for.
Every surviving exec: gets a row in the workflow's header comment:
# EXEC LEDGER ·
# | task | command | why no native path | unlock that removes it |
--native-strict + a complete ledger = a reviewable workflow.
${{ tasks.<id>.output }} · ${{ vars.x }} ·
${{ env.KEY }} · ${{ secrets.X }} (never inline a credential).depends_on: [<id>].provider/name (ollama/llama3.2:3b local-first ·
mock/echo offline preview).timeout: "7m") — give local
providers ≥300s: thinking models routinely think past 30s.nika check --infer-permits <file> prints
the tightest permits: block — paste it in (default-deny from then on).infer: a schema:; add
additionalProperties: false for a deterministic shape.headers: { x-api-key: "${{ secrets.KEY }}" } (masked ·
declared in secrets: with its egress: sink) — never exec: curl
for the sake of a header.development
Stop coding agents from shipping generic UI. Use UIZZE's 800,000+ real web and iOS screens to build product-specific interfaces, define a design contract, cover required states, and run a hard finish gate. Use for web or iOS UI design, implementation, redesign, critique, and pre-ship review in Codex, Claude Code, Cursor, Copilot, and other coding agents.
development
Convene an AI executive board of directors (CEO, CFO, COO, CLO, CISO sub-agent personas) to vet a business idea, product concept, new service offering, M&A target, or operational initiative — and deliver an integrated board memo with a Go/No-Go recommendation. Use this skill whenever the user wants an idea vetted, stress-tested, or reviewed from multiple executive perspectives; asks to "present this to the board," "run this by the boardroom," "vet this idea," "poke holes in this plan," or "prep me for a board meeting"; or shares a business plan, pitch, proposal, or initiative document and asks for structured executive feedback. Also trigger when the user asks for a Go/No-Go decision, risk review across finance/legal/security/operations, or preparation for presenting an initiative to real leadership.
data-ai
私人旅行管家 — 从出发地到目的地的完整行程规划+攻略导出。 输入出发地、目的地、天数、预算、风格偏好,自动输出闭环行程, 包含交通推荐、酒店推荐、美食路线、每日预算,并可选生成攻略。 当用户提到「做攻略」「旅行规划」「旅游计划」「行程安排」时使用。
tools
Use Ontoly's deterministic Software Graph and MCP server for codebase architecture, request tracing, dependency analysis, and impact analysis.