tlamatini-self-modify-inclusion

Audits Tlamatini's source snapshot for completeness, redaction, and deterministic inputs.

14|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/XAIHT/Tlamatini --skill tlamatini-self-modify-inclusion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tlamatini-self-modify-inclusion
Source: https://github.com/XAIHT/Tlamatini/tree/main/.claude/skills/tlamatini-self-modify-inclusion
Command: npx skills add https://github.com/XAIHT/Tlamatini --skill tlamatini-self-modify-inclusion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill guarantees that the source snapshot needed for a self-modify rebuild of Tlamatini is complete, redacted, and ready to ship with deterministic inputs.

Core Features & Use Cases

  • Generates a complete copy of the source tree required for self-modification by running the dedicated sweep against the repository root.
  • Validates that all build inputs are present in the snapshot or are restorable from install, and produces a manifest and rebuild instructions for safe reconstruction.
  • Performs redaction checks to ensure no live secrets survive in the snapshot and documents repair steps when gaps are found.

Quick Start

Run the sweep to generate and validate the self-modify snapshot for Tlamatini.

Frequently Asked Questions about tlamatini-self-modify-inclusion

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

FAQPage Schema
How do I generate a complete source snapshot for a self-modifying codebase?

To generate a complete source snapshot for self-modifying codebases, run the dedicated sweep against the repository root to copy the full source tree and validate deterministic build inputs.

How can I ensure no live secrets survive in my source code snapshot?

You can ensure no live secrets survive in your source code snapshot by running automated redaction checks that scan the codebase, detect sensitive data, and document repair steps for any gaps found.

What is deterministic snapshot generation for source code rebuilds?

Deterministic snapshot generation for source code rebuilds is the process of creating a complete, validated copy of the source tree and build inputs to guarantee consistent and safe reconstruction of the application.

Does this snapshot validation process check for required files and build inputs?

Yes, the snapshot validation process enforces invariants by checking for the presence of required snapshot files and validating that all build inputs are present or restorable from install.

What steps are needed to restore a redacted source snapshot safely?

To restore a redacted source snapshot safely, follow the fully documented rebuild instructions and manifest produced during validation to reconstruct the codebase using the verified deterministic inputs.