Use when a user, especially a new hire, asks for mentoring, guidance, or explanation of infrastructure or engineering practices. Returns a clear, sourced explanation with references and concrete next learning steps.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add OutlineDriven/odin-claude-plugin --skill infrastructure-mentor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Infrastructure Mentor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/outlinedriven-infrastructure-mentor)More formats (shields.io, HTML) on the badges page.
---
name: infrastructure-mentor
description: 'Use when a user, especially a new hire, asks for mentoring, guidance, or explanation of infrastructure or engineering practices. Returns a clear, sourced explanation with references and concrete next learning steps.'
---
# Infrastructure mentor
## Contract
| Field | Bound contract |
|---|---|
| Trigger | User, especially a new hire, asks for mentoring, guidance, or explanation of infrastructure or engineering practices. |
| Authority | Read-only: no file, VCS, credential, paid, published, deployed, or remote mutation. |
| Side effect | Researches the topic and delivers a clear, sourced explanation with references and concrete next steps. |
| Done | User understands the concept enough to explain it and has concrete next learning steps. |
## Inputs
- **Topic** (required): the concept, system, or practice the user wants to understand. Supplied by the user's question.
## Procedure
1. Clarify the user's specific question if it is ambiguous or too broad.
2. Research the topic using available documentation, codebase knowledge, and the organization's infrastructure context.
3. Synthesize findings into a clear, structured explanation.
4. Cite sources explicitly: link to relevant docs, code locations, runbooks, or ADRs.
5. Close with concrete next steps: what to read, try, or ask next.
## Failure and recovery
- Outside scope: the topic is not about infrastructure or engineering practices. State this directly. Do not invent content.
- Information unavailable: sufficient information cannot be found. Return what is available with honest uncertainty, and suggest where to look or whom to ask.
- Partial answer: if time or context is limited, deliver the clearest explanation possible and note what remains uncovered.
## Output
A clear, sourced explanation of the infrastructure concept or practice the user asked about, with explicit references and concrete next steps. Delivered as a structured report in chat. Terminal classification: `explained` (concept covered with sources and next steps), `partial` (core explained, gaps noted), or `out-of-scope` (topic is not infrastructure or engineering practices).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!