gridiron-worktree-bootstrap

Automate git worktree setup for Gridiron with hooks, guardrails, and UIAppleBridge artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tktaf/codex --skill gridiron-worktree-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gridiron-worktree-bootstrap
Source: https://github.com/tktaf/codex/tree/main/skills/gridiron-worktree-bootstrap
Command: npx skills add https://github.com/tktaf/codex --skill gridiron-worktree-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that new or freshly cloned git worktrees for the Gridiron project are correctly set up with all necessary hooks, guardrails, and build artifacts, preventing common setup errors and saving debugging time.

Core Features & Use Cases

  • Deterministic Setup: Automates the setup of git hooks, guardrails, and UIAppleBridge artifacts for a clean worktree.
  • Early Failure Detection: Catches missing bridge artifacts or incorrect hook permissions before they cause issues.
  • Use Case: When starting work on a new feature in a fresh Gridiron worktree, run this Skill to guarantee all development tools and pre-commit checks are configured correctly.

Quick Start

Run the setup script from your worktree root to prepare it for development.

Frequently Asked Questions about gridiron-worktree-bootstrap

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

FAQPage Schema
How do I bootstrap git worktrees with hooks and build artifacts?

To bootstrap git worktrees, run the setup script from the worktree root. This automates configuration of git hooks, guardrails, and UIAppleBridge artifacts, ensuring a deterministic development environment with early failure detection.

Why does my fresh git worktree fail missing UIAppleBridge artifacts?

Fresh git worktrees fail missing UIAppleBridge artifacts because the build outputs were not generated or linked. Running the bootstrap setup script catches these missing bridge artifacts and validates critical script permissions before they cause issues.

What is deterministic git worktree setup for project development?

Deterministic git worktree setup is the automated configuration of git hooks, guardrails, and build artifacts for a clean clone. It prevents common setup errors by validating script permissions and ensuring all development tools are correctly initialized.

Does this worktree bootstrap script validate git hook permissions?

Yes, the worktree bootstrap script validates critical git hook permissions. It addresses debugging setup failures by catching incorrect hook permissions and missing UIAppleBridge artifacts early, preventing pre-commit check issues during development.

What's the best way to automate git hooks setup across multiple worktrees?

The best way to automate git hooks setup across multiple worktrees is running a dedicated bootstrap script. It guarantees deterministic configuration of guardrails and UIAppleBridge artifacts, saving debugging time and preventing common setup errors in fresh clones.