Do not: - run terraform apply - run ansible that would make changes (run with check mode only) - make changes to servers or push configurations - check in code without confirming with user
Imported from triplea-game/infrastructure (AGENTS.md). Install upstream with npx skills add triplea-game/infrastructure. Copyright stays with the author.
Do not:
run terraform apply
run ansible that would make changes (run with check mode only)
make changes to servers or push configurations
check in code without confirming with user
Connecting to servers
Connect only as the read-only account (read_only_user
in ansible/group_vars/all.yml) — never any other account.
Reading production logs is the usual reason to connect: use the
debugging-triplea-production skill (.claude/skills/debugging-triplea-production/),
which carries the sanctioned wrapper and how to resolve server IPs.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/triplea-game-infrastructure-infrastructure/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "triplea-game-infrastructure-infrastructure",
"kind": "skill",
"name": "infrastructure",
"description": "Do not: - run terraform apply - run ansible that would make changes (run with check mode only) - make changes to servers or push configurations - check in code without confirming with user",
"publisher": "triplea-game",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Do not: - run terraform apply - run ansible that would make changes (run with check mode only) - make changes to servers or push configurations - check in code without confirming with user"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/triplea-game/infrastructure",
"path": "AGENTS.md",
"ref": "c4bcf434e33833a706882673d68ef45059bbabc0",
"url": "https://github.com/triplea-game/infrastructure/blob/c4bcf434e33833a706882673d68ef45059bbabc0/AGENTS.md",
"key": "triplea-game/infrastructure/AGENTS.md"
}
},
"instructions": "Do not:\n- run terraform apply\n- run ansible that would make changes (run with check mode only)\n- make changes to servers or push configurations\n- check in code without confirming with user\n\n\n## Connecting to servers\n\nConnect **only** as the `read-only` account (`read_only_user`\nin `ansible/group_vars/all.yml`) — never any other account.\n\nReading production logs is the usual reason to connect: use the\n`debugging-triplea-production` skill (`.claude/skills/debugging-triplea-production/`),\nwhich carries the sanctioned wrapper and how to resolve server IPs.",
"cost": {
"context_tokens": 139
}
}
Fetch it by URL: GET /api/v1/registry/triplea-game-infrastructure-infrastructure/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.