setup-role-ops
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.zipInstalls 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.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
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
- Read
CLAUDE.md - Read
principles/core.md - Read
profiles/core.md - Read
principles/roles/ops.md - Verify the target directory exists locally
- Verify working tree is clean before reconciliation
- Verify Codex and Serena availability
- Activate the project in Serena
- Inspect the role baseline as
present,missing, ordrifted - Ensure
mainanddevbranch bootstrap exists; compose withsetup-dev-githubonly when the repository bootstrap is missing - 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.jsonand command definitions required for the shared automation surface
- Report any unsafe drift that should not be overwritten automatically
- Run the repository's standard validation commands
- 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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| setup-role-ops (this skill) | 0 | 5mo | No flags | Intermediate |
| azure-role-selector | 0 | 6mo | No flags | Intermediate |
| agent-fresh-operate | 0 | 1mo | Caution | Advanced |
| ops | 0 | 1mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
azure-role-selector
Tyler-R-Kendrick
|
agent-fresh-operate
nebius
Use when deploying, tearing down, or reproducing a fresh NPA agent VM from scratch — npa-driven destroy/fresh-setup, profile selection, tiered verify gates, and teardown failure recovery.
ops
denniszielke
>
env-stabilize
FlexNetOS
How to keep the environment reproducible and drift-free — the detect/drift, doctor-diagnostic, and content-hashed lock discipline envctl uses, plus how the built-in agent-env engine (envctl agent) provisions and locks the agent config. Use when checking environment health, diagnosing drift, regenera
cloudflare-manager
qdhenry
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies installed.
storage-networking
pluginagentmarketplace
Master Kubernetes storage management and networking architecture. Learn persistent storage, network policies, service discovery, and ingress routing.