ops-rules
FeaturedOPS on-demand: This skill should be used when running any ops skill, or when the user asks to "ops…
AI & Automation 188 stars
22 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /ops:ops-rules
Standing rules for every ops skill. They override conflicting instructions in individual SKILL.md files.
Load this skill before acting on any `/ops:*` command. Details: `references/cli.md` (gog syntax), `references/internals.md` (deploy-fix fleet, credit-pool gate). Hermes primitive map: `hermes-plugin/RUNTIME.md`.
## Rule 0 — PUBLIC REPO: No personal data ever
**This is a public open-source plugin.** Every file in this repo is visible to anyone on the internet.
**NEVER commit:**
- Real names, emails, phone numbers, or usernames (use "owner", "user@example.com", "+1234567890")
- Real store URLs, project names, or org names (use "yourstore.myshopify.com", "my-project")
- API keys, tokens, secrets, session strings, or chat IDs (use `<YOUR_TOKEN>`, `$ENV_VAR`)
- Real GitHub org names or repo slugs in examples (use "your-org/your-repo")
- Hardcoded paths like `/Users/username/...` (use `~` or `$HOME`)
**All user-specific data belongs in:**
- `$PREFS_PATH` (preferences.json in plugin data dir — never committed)
- `scripts/registry.json` (gitignored)
- `$HOME/.config/claude-ops/` for anything machine-scoped (e.g. the PII denylist)
- Environment variables or a secrets manager
**Never write preferences into the repo tree.** A skill or script that writes
`preferences.json`, `registry.json`, or any prefs-shaped file next to its own
source will commit the operator's identity on the next `git add -A`. Resolve the
path from `$PREFS_PATH` or `$HOME`, never from `$...
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ops-home
OPS on-demand: This skill should be used when the user asks to "homey", "smart home", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-gtm
OPS on-demand: This skill should be used when the user asks to "go to market", "GTM plan", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-orchestrate
OPS on-demand: This skill should be used when the user asks to "orchestrate projects", "dispatch…
188 Updated today
Lifecycle-Innovations-Limited