distributions/codex/skills/inbound-opportunity-protocol/SKILL.md
End-to-end protocol for when outbound open-source contributions generate inbound relationship opportunities. Covers contact verification, company research, architectural comparison, conversation preparation with multi-register talking points (technical/humanities/ELI5), response drafting, and honest boundary mapping. Triggers on inbound emails from contribution targets, cold outreach from people who found your PRs, or any signal that an open-source contribution attracted strategic attention.
npx skillsauth add organvm-iv-taxis/a-i--skills inbound-opportunity-protocolInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
license: MIT
When outbound contributions attract inbound attention — an email, a follow, a DM, a meeting request — this protocol governs the response. The contribution engine's campaign phases (UNBLOCK → ENGAGE → CULTIVATE → HARVEST → INJECT) produce these moments. This skill handles HARVEST.
Establish who contacted you and why. Never reply before completing verification.
1.1 Identity verification:
gh api search/users, gh search repos owner:<org>)1.2 Company research (if applicable):
1.3 Signal assessment:
Before responding, understand how their system compares to yours. This determines conversation strategy.
2.1 Map their architecture:
2.2 Find the intersection:
2.3 Identify the hook:
Build a conversation prep document with three registers. Same architecture, three voices.
3.1 Technical register: For each major architectural component:
3.2 Humanities register: Translate each component into its intellectual lineage:
3.3 ELI5 register: Translate each component into a simple analogy:
3.4 Boundary mapping: Explicitly list:
The response follows strict constraints:
4.1 Length discipline:
4.2 Structure:
4.3 What NOT to include:
After sending the response and before the actual conversation:
5.1 Code fluency pass: Read key source files — not to memorize, but to have opinions about design trade-offs. Know the constants, thresholds, and architectural reasons.
5.2 Conversation strategy:
5.3 Power position awareness: If they reached out first, the responder is the expert being consulted. Maintain that framing:
6.1 Log the interaction:
6.2 Backflow extraction:
6.3 Follow-up:
The protocol produces three artifacts, stored in contrib_engine/artifacts/:
<company>-briefing.md — company profile, architecture, team, competitive positioning<company>-conversation-prep.md — technical talking points, trade-offs, boundaries, questions<company>-conversation-filters.md — humanities and ELI5 translations of the same architecturedevelopment
Dry-run audit + targeted cleanup for shell command history. Currently wraps atuin (stats today, prune, dedup with dated preview artifacts); extensible to zsh/bash/mcfly backends. Always previews before applying — apply commands are echoed for the human to run, never auto-executed. Triggers on "/shell-history-hygiene", "audit atuin", "audit shell history", "clean shell history", "atuin prune", "atuin dedup", "shell history hygiene", "history cleanup". Replaces ad-hoc one-liners (e.g. `... | tee cmd > file.txt` which wrote two files, swallowed dedup output, and left a junk `cmd` file).
tools
Guided Cowork setup — install role-matched plugins, connect your tools, try a skill.
development
Manage AI agent session lifecycles with structured phases (FRAME, SHAPE, BUILD, PROVE), context preservation across sessions, handoff protocols, and session metadata tracking. Triggers on session management, agent lifecycle, or multi-session workflow requests.
tools
Parse a session transcript into a structured Session Governance Index — an annotated bibliography of every file modified and commit made, internal-energy accounting (tool uses, estimated tokens), shipped-vs-tasked atom tally, and classification of missing items as Gaps or Vacuums. Triggers on "visibility-schema-substrate-sweep", "session cascade audit", "session governance audit", or any request to summarize what a session actually produced versus what it was asked to produce.