engineering-delivery

engineering-delivery is a skill for Codex from TIKAZI/TIKAZ-AI-Skills. It costs 36 tokens per session (379 once invoked), scanned A, original, MIT.

A software-delivery workflow for taking a substantial code change from its specification through implementation, testing, review, and release.

In plain words
What is it for?
Use it for repository changes that need planning, focused and broader tests, linting, type checks, builds, security checks, and a final risk review.
Why use it?
It keeps the requested scope and acceptance criteria visible and provides evidence that the change was checked before release.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for repository changes that need planning, focused and broader tests, linting, type checks, builds, security checks, and a final risk review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tikazi/tikaz-ai-skills/engineering-delivery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TIKAZI/TIKAZ-AI-Skills --skill engineering-delivery
Clone the repo
git clone --depth 1 https://github.com/TIKAZI/TIKAZ-AI-Skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for engineering-delivery

README.md
[![agentmods](https://agentmods.dev/badge/skills/tikazi/tikaz-ai-skills/engineering-delivery/github.svg)](https://agentmods.dev/skills/tikazi/tikaz-ai-skills/engineering-delivery)
Your own site
<a href="https://agentmods.dev/skills/tikazi/tikaz-ai-skills/engineering-delivery"><img src="https://agentmods.dev/badge/skills/tikazi/tikaz-ai-skills/engineering-delivery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for engineering-delivery

Your own site · 80×15
<a href="https://agentmods.dev/skills/tikazi/tikaz-ai-skills/engineering-delivery"><img src="https://agentmods.dev/badge/skills/tikazi/tikaz-ai-skills/engineering-delivery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00379
Opus 5 $0.00018 $0.00189
Sonnet 5 $0.00007 $0.00076
Haiku 4.5 $0.00004 $0.00038

Measured 12d ago against content hash 65af078c93a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

engineering-delivery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

suites/engineering/engineering-delivery/SKILL.md · 39 lines

What it actually says

Engineering Delivery

This TIKAZ Edition is designed, integrated, refactored, and continuously maintained by TIKAZ. External engineering playbooks are research references, not redistributed content.

Inputs

Accept a repository and an authorized change request with constraints, acceptance criteria, and release boundary. Inspect local repository instructions and current worktree state before changing files.

Workflow

  1. Read repository instructions, architecture, scripts, and current worktree state.
  2. Convert the request into scope, constraints, acceptance criteria, and non-goals.
  3. Plan small implementation slices and identify risky dependencies.
  4. Implement in the repository's established style.
  5. Run focused tests, then broader lint, type checks, build, and security checks in proportion to risk.
  6. Review the final diff for regressions, unnecessary changes, secrets, and missing documentation.
  7. Report completed work, verification evidence, viewing instructions, and remaining risks.

Output contract

Return the implemented diff, acceptance-criteria mapping, commands and results, viewing instructions, rollback or release note, and unresolved risk. Preserve unrelated user changes.

Validation and fallback

Do not claim success from agent confidence alone. Require user confirmation or objective file, test, build, or runtime evidence. If a required environment, credential, or production authority is missing, deliver the verified local state and name the blocker; do not simulate deployment.

Example and limits

Use engineering-delivery to implement this confirmed feature in small slices, run repository-native checks, and report the exact verification evidence.

This Skill does not expand scope, authorize destructive operations, or substitute generic checks for repository-native validation.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 39 lines · 36 tokens per session scan A 65af078c93a6

Subscribe to this mod's changes

engineering-delivery is a skill published in the GitHub repository TIKAZI/TIKAZ-AI-Skills (6 stars, last pushed 9d ago), licensed MIT. It adds 36 tokens to every session and 379 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

fetch-llm-papers

Workflow for updating the LLM landscape paper pool (section/xllmpapers.md) using fetchllmpapers.py. Covers full re-fetch, resume from checkpoint, and adding new topics. USE FOR: Refreshing citation counts, expanding topic coverage. DO NOT USE FOR: Adding hand-curated entries to section files (use…

kimtth/azure-openai-llm-notes · 101 tokens

promptfoo-redteam-setup

Create or refine promptfoo redteam setup configs: purpose, targets, plugins, strategies, frameworks, multi-input target inputs, policy text, grader guidance, contexts, and static-code-derived target/threat mapping. Use when preparing a red team scan plan from live probes, code evidence, or provider configs, or when…

promptfoo/promptfoo · 99 tokens

promptfoo-provider-setup

Configure promptfoo providers or redteam targets for hosted models, live HTTP APIs, Python/JavaScript local scripts, agent SDKs, or multi-input systems. Use when connecting promptfoo to the system under test, mapping vars, auth env vars, request bodies, response transforms, or static-code-derived provider wrappers. Do…

promptfoo/promptfoo · 91 tokens

discount-review

Inspect the discount policy fixture with a repeatable review checklist and helper script.

promptfoo/promptfoo · 18 tokens

code-review

Reviews code for bugs, security issues, and best practices.

promptfoo/promptfoo · 11 tokens

unity-agent-workflows

Use for AI-assisted Unity work that needs live repo discovery, project-derived routing, runtime-owner proof, runtime-visible output hard stops, runtime numeric proof for repeated visible-output failures, state-step guards, multi-agent scope ownership, modular C#/asmdef safety, UI/scene/visual asset gates, data-first…

hashgraph-online/awesome-codex-plugins · 146 tokens