Synchronizes an ops repository with a shared baseline to ensure consistent project structure and configuration.

Install

mkdir -p .claude/skills/setup-role-ops && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12878" && unzip -o skill.zip -d .claude/skills/setup-role-ops && rm skill.zip

Installs to .claude/skills/setup-role-ops

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Reconcile an ops repository to the expected shared-guidance baseline.
69 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Read shared guidance files
  • Verify target directory and working tree state
  • Inspect role baseline for present, missing, or drifted items
  • Reconcile missing or safely drifted ops baseline elements
  • Report unsafe drift that requires human intervention

How it works

This skill reads shared guidance, inspects the ops repository's state, and reconciles missing or safely drifted elements to align with the baseline.

Inputs & outputs

You give it
An ops repository
You get back
A reconciled ops repository aligned with the shared guidance baseline, with a summary of changes

When to use setup-role-ops

  • Synchronizing ops repository guidance
  • Ensuring baseline config consistency
  • Reconciling project structure drift

About this skill

setup-role-ops command

Shared guidance reads in this workflow refer to files under /home/tachiiri/.guide/.

Workflow

  1. Read CLAUDE.md
  2. Read principles/core.md
  3. Read profiles/core.md
  4. Read principles/roles/ops.md
  5. Verify the target directory exists locally
  6. Verify working tree is clean before reconciliation
  7. Verify Codex and Serena availability
  8. Activate the project in Serena
  9. Inspect the role baseline as present, missing, or drifted
  10. Ensure main and dev branch bootstrap exists; compose with setup-dev-github only when the repository bootstrap is missing
  11. Reconcile only the minimum ops baseline that is still missing or safely drifted:
  • shared guidance roots such as /home/tachiiri/.guide/AGENTS.md, /home/tachiiri/.guide/CLAUDE.md, /home/tachiiri/.guide/architecture.mmd, /home/tachiiri/.guide/principles/, and /home/tachiiri/.guide/profiles/
  • mirrored Claude commands and Codex skills for the shared workflows the repository owns
  • .claude/settings.json and command definitions required for the shared automation surface
  1. Report any unsafe drift that should not be overwritten automatically
  2. Run the repository's standard validation commands
  3. Summarize which role baseline areas were already aligned, which were fixed, and which still need human follow-up

Constraints

  • Do not mix product-repository scaffold concerns into this role command
  • Do not embed runtime, tool, identity, or provider setup here
  • Do not use npm
  • Treat this command as the operator-facing reconcile entrypoint for ops repository setup

When not to use it

  • When product-repository scaffold concerns are involved
  • When runtime, tool, identity, or provider setup is needed
  • When npm is required for operations

Limitations

  • Does not mix product-repository scaffold concerns
  • Does not embed runtime, tool, identity, or provider setup
  • Does not use npm

How it compares

This workflow automates the reconciliation of an ops repository against a predefined shared guidance baseline, ensuring consistency without manual comparison and updates.

Compared to similar skills

setup-role-ops side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
setup-role-ops (this skill)05moNo flagsIntermediate
azure-role-selector06moNo flagsIntermediate
agent-fresh-operate01moCautionAdvanced
ops01moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry