Shared runtime and evidence references
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill shared --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Shared?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-shared)More formats (shields.io, HTML) on the badges page.
---
name: shared
description: "Shared runtime and evidence references"
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/boshu2/agentops/skills-codex/shared/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/boshu2/agentops/skills-codex/shared/SKILL.md
---
# Shared References
Shared files describe runtime capabilities and evidence formats. They are
context, not permission to start a runtime, tracker, substrate, network call,
or external mutation.
Just-in-time loading works because a reference read only when a consuming
skill needs it cannot silently become a dependency; anything loaded by default
eventually gets treated as one.
Named failure mode — **reference promotion**: shared prose quietly outranking
a source skill contract because it was read more recently.
Anti-pattern: citing a shared file as authority for starting a tool or
runtime. Corrective: authority comes from the caller or the consuming skill's
contract; shared files only describe.
- Default to the current agent and local shell.
- Use a runtime-native fresh context only when the caller or consuming workflow
requests it.
- Treat runtime and factory state as adapter evidence; never translate it into
core Plan, Candidate, RPI, or verdict state.
- Missing optional tools degrade only the optional capability that needs them.
- Source skill contracts and executable behavior outrank shared prose.
The core loop has no hard dependency on this library.
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/boshu2/agentops/skills-codex/shared/SKILL.md`
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!