setup-role-ops

Reconcile operations repositories to a shared guidance baseline by verifying configurations and workflows.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-role-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-role-ops
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/setup-role-ops
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-role-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that an operations repository is aligned with a predefined shared guidance baseline, automating the setup and reconciliation of essential configurations and workflows.

Core Features & Use Cases

  • Baseline Reconciliation: Verifies and updates the repository to match required shared guidance files, commands, and skills.
  • Clean State Enforcement: Ensures the working tree is clean before making changes and verifies the existence of main and dev branches.
  • Use Case: When onboarding a new ops repository, this Skill automatically sets up all necessary shared configurations and verifies that critical files like AGENTS.md and CLAUDE.md are present and correctly configured.

Quick Start

Run the setup-role-ops command to reconcile the current ops repository against the shared guidance baseline.

Frequently Asked Questions about setup-role-ops

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

FAQPage Schema
How do I reconcile an ops repository to a shared guidance baseline?

Reconcile an ops repository by running the setup-role-ops command to verify and update configurations, commands, and workflows against the shared guidance baseline. It ensures adherence to shared principles, profiles, and automation surfaces like .claude/settings.json and Codex skills.

What baseline configurations does setup-role-ops verify in an operations repository?

Baseline reconciliation verifies that critical files like AGENTS.md and CLAUDE.md are present and correctly configured. It also verifies and updates shared guidance files, commands, skills, and automation surfaces including .claude/settings.json and Codex skills.

How do I onboard a new ops repository to standardized development environments?

Onboard a new ops repository by running setup-role-ops to automatically set up necessary shared configurations. It enforces a clean working tree, verifies main and dev branches, and applies shared principles, profiles, and automation surfaces.

Do I need a clean working tree before reconciling my ops repository configurations?

Yes, baseline reconciliation enforces a clean state before making changes. It also verifies the existence of main and dev branches to ensure the operations repository is in a valid state before applying shared guidance updates.

Can I use setup-role-ops for ongoing maintenance of existing ops repositories?

Yes, baseline reconciliation applies to both initial setup and ongoing maintenance of ops repositories. It continuously verifies and updates configurations, commands, and workflows to maintain adherence to the shared guidance baseline.

What happens if critical files like AGENTS.md or CLAUDE.md are missing from my ops repository?

During baseline reconciliation, missing critical files like AGENTS.md and CLAUDE.md are identified and updated to match the shared guidance baseline, ensuring the ops repository adheres to standardized development principles and automation surfaces.