ios-teardown

Remove local files and optionally delete the GitHub repository for ios-kit projects.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/edfenton/claude-skills --skill ios-teardown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-teardown
Source: https://github.com/edfenton/claude-skills/tree/main/ios/ios-teardown
Command: npx skills add https://github.com/edfenton/claude-skills --skill ios-teardown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tear down an iOS project created by ios-kit by removing local files, git hooks, and optionally deleting the GitHub repository.

Core Features & Use Cases

  • Removes local project files and Git hooks to restore a clean state after scaffolding.
  • Optionally deletes the associated GitHub repository to clean remote resources.
  • Provides safety checks and a dry-run mode to preview actions before execution.

Quick Start

Run ios-teardown from within the root of your ios-kit project to begin a safe teardown with optional remote deletion.

Frequently Asked Questions about ios-teardown

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

FAQPage Schema
How do I safely teardown an iOS project and remove its local files?

To safely teardown an iOS project, run the tool from the project root to remove local files and Git hooks. It requires explicit confirmation before destructive actions and provides a dry-run mode to preview changes.

Can I delete a GitHub repository when cleaning up an iOS project?

Yes, you can optionally delete the associated GitHub repository during an iOS project teardown. The tool detects the GitHub remote and enforces gh authentication checks to ensure secure, auditable remote resource deletion.

What files need to exist to teardown an ios-kit project?

To teardown an ios-kit project, the directory must contain a project.yml file and an App/Sources/ directory. The tool specifically identifies these project structures before applying safety gates or removal actions.

How does the dry-run preview work for iOS project cleanup?

The dry-run preview for iOS project cleanup lists the exact local files, Git hooks, and remote repositories targeted for deletion without executing destructive actions. This allows you to audit the teardown safely before giving explicit confirmation.

What safety guardrails prevent accidental data loss during iOS teardown?

Safety guardrails during iOS teardown include requiring explicit confirmation before destructive actions, enforcing gh authentication checks for remote deletion, and applying safety gates to valid projects containing project.yml and App/Sources/.