omt-setup

Automate oh-my-til configuration and generate GitHub Pages deployment workflow YAML.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/SongYunSeop/oh-my-til --skill omt-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omt-setup
Source: https://github.com/SongYunSeop/oh-my-til/tree/main/skills/omt-setup
Command: npx skills add https://github.com/SongYunSeop/oh-my-til --skill omt-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage oh-my-til configuration in one place to streamline deployment flows and reduce manual setup.

Core Features & Use Cases

  • Subcommand-based configuration management via /omt-setup and /omt-setup deploy.
  • Guardrails: preserves existing settings in oh-my-til.json and avoids unintended commits.
  • Workflow generation: creates GitHub Actions deployment workflow YAML and guidance for Pages deployment.

Quick Start

Run /omt-setup to view current configuration and follow the guided deploy steps.

Frequently Asked Questions about omt-setup

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

FAQPage Schema
How do I automate GitHub Pages deployment configuration without losing existing settings?

Automating GitHub Pages deployment configuration is handled by centralized setup management that preserves existing settings in oh-my-til.json, generates the deployment workflow YAML, and enforces a non-commit policy to prevent unintended changes.

What is the best way to manage oh-my-til deployment flows and reduce manual setup?

Managing oh-my-til deployment flows is best achieved by running a guided setup command that checks for an existing Git repository, verifies deployment workflow presence, and generates the GitHub Actions deployment workflow YAML automatically.

How do I generate a GitHub Actions deployment workflow YAML for GitHub Pages?

To generate a GitHub Actions deployment workflow YAML for GitHub Pages, run the guided deploy steps which create the workflow file while keeping your user configuration intact and avoiding unintended commits.

Can I deploy my configuration to GitHub Pages if I already have a Git repository set up?

Deploying your configuration to GitHub Pages with an existing Git repository is fully supported, as the setup process checks for repository presence and deployment workflow status before applying centralized configuration management.

Why does the configuration setup process avoid committing changes to my repository?

The configuration setup process avoids committing changes because it enforces a strict non-commit policy, ensuring centralized configuration management updates your deployment workflow YAML without creating unintended commits in your Git repository.

Does the deployment setup overwrite my current configuration in oh-my-til.json?

The deployment setup does not overwrite your current configuration, as it applies guardrails that explicitly preserve existing settings in oh-my-til.json while generating the GitHub Pages deployment workflow YAML.