tezos_contract_lifecycle

Coordinate compile, artifact sync, security checks, and release gating for Tezos contracts.

2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Paulwhoisaghostnet/kiln --skill tezos-contract-lifecycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tezos_contract_lifecycle
Source: https://github.com/Paulwhoisaghostnet/kiln/tree/main/skllz/skills/tezos_contract_lifecycle
Command: npx skills add https://github.com/Paulwhoisaghostnet/kiln --skill tezos-contract-lifecycle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tezos contract development often suffers from fragmentation between multiple style variants and lifecycle stages, causing inconsistent artifacts and deployment risks.

Core Features & Use Cases

  • Style-mapped compilation and artifact parity across Tezos networks.
  • Release-gate driven validation with security coverage and pre-deploy checks.
  • Example: When updating a unified contract style across Shadownet and Mainnet, this workflow coordinates style resolution, artifact syncing, and gate checks to ensure safe releases.

Quick Start

Classify the contract behavior into a style map, compile affected variants, sync artifacts to runtime paths, run entrypoint and policy checks, and generate the release-gate report.

Frequently Asked Questions about tezos_contract_lifecycle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate the Tezos contract lifecycle across Shadownet and Mainnet?

Coordinate the Tezos contract lifecycle by enforcing a style-aware workflow that maps contract behaviors, compiles affected variants, syncs artifacts, and runs release-gate checks to ensure deployment safety across networks.

What causes inconsistent artifacts during Tezos contract deployment?

Inconsistent artifacts in Tezos contract deployment are caused by fragmentation between multiple contract style variants and disconnected lifecycle stages, which this workflow resolves through style-mapped compilation and artifact parity checks.

How do I run security checks before deploying a Tezos contract?

Run security checks before deploying a Tezos contract by executing release-gate driven validation that includes entrypoint validation, policy checks, and pre-deploy artifact parity verification.

What is the best way to compile multiple style variants of a Tezos contract?

The best way to compile multiple Tezos contract style variants is using style-aware compilation scripts that classify contract behavior into a style map and sync the resulting artifacts to runtime paths.

Does this Tezos contract lifecycle workflow require specific dependencies?

This Tezos contract lifecycle workflow operates with no external dependencies, relying entirely on dedicated internal references and compile scripts to manage style resolution and release-gate criteria.

Why do I need entrypoint validation in my Tezos contract release process?

Entrypoint validation is needed in your Tezos contract release process to satisfy release-gate criteria, ensuring that contract interfaces function correctly before Mainnet or Shadownet deployment.