opcore

opcore is a skill for Claude Code, Codex from the-open-engine/zeroshot. It costs 17 tokens per session (306 once invoked), scanned A, original, MIT.

A repository code-intelligence and change-validation system for Zeroshot, using a graph of the codebase to show definitions, references, dependencies, and affected areas.

In plain words
What is it for?
Use it to search code relationships, inspect implementations and signatures, assess change impact, validate proposed edits, and check introduced diagnostics.
Why use it?
It helps developers understand unfamiliar code and identify problems introduced by their changes while keeping the project’s existing tests, linting, and review rules in place.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/the-open-engine/zeroshot/opcore
Any agent
npx skills add the-open-engine/zeroshot --skill opcore
Clone the repo
git clone --depth 1 https://github.com/the-open-engine/zeroshot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for opcore

README.md
[![agentmods](https://agentmods.dev/badge/skills/the-open-engine/zeroshot/opcore.svg)](https://agentmods.dev/skills/the-open-engine/zeroshot/opcore)
Your own site
<a href="https://agentmods.dev/skills/the-open-engine/zeroshot/opcore"><img src="https://agentmods.dev/badge/skills/the-open-engine/zeroshot/opcore.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 306 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.00306
Opus 5 $0.00009 $0.00153
Sonnet 5 $0.00003 $0.00061
Haiku 4.5 $0.00002 $0.00031

Measured 3d ago against content hash 01055bcf1aaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

opcore scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/opcore/SKILL.md · 17 lines

What it actually says

Opcore

Opcore is Zeroshot's packaged, repository-local constraints gate. It supplements rather than replaces the repository's lint, type, test, CI, and review guardrails.

  • Run npm run opcore:status before broad work. If the persistent graph is stale, run npm run opcore:graph:build; after source changes, refresh it with npm run opcore:graph:update.
  • Use opcore graph search, impact, and review-context, plus opcore inspect definition, references, signature, and implementations, when graph-backed evidence will reduce uncertainty.
  • Use opcore validate hypothetical or the installed pre-write hook before a proposed write when the harness does not invoke the hook automatically.
  • Run npm run opcore:check before finalizing source edits. This gate reports only diagnostics introduced relative to the Git base; existing repository debt is not a blocking result.
  • Run npm run opcore:scan and npm run opcore:measure for named repository metrics and deltas, not as opaque ratings.
  • Treat unsupported stacks, unavailable tools, stale graphs, and indeterminate results honestly; never report them as clean coverage.
  • Preserve all existing repository guardrails. A full-tree opcore check all is an audit command, not a blocking commit, CI, or agent gate.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 17 lines · 17 tokens per session scan A 01055bcf1aaa

Subscribe to this mod's changes

opcore is a skill published in the GitHub repository the-open-engine/zeroshot (1,815 stars, last pushed 3d ago), licensed MIT. It adds 17 tokens to every session and 306 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

analyze-performance-traces

Analyze Chrome, Chromium, Electron, React DevTools, or Perfetto-compatible JSON traces and audit user-reported profiling findings without loading large artifacts into context; prove trigger-to-render/layout chains, separate measured facts from source inference, find exact code choke points, classify forced layout and…

tutti-os/tutti · 127 tokens

tutti-test-audit

Audit, design, write, materially revise, or remove Tutti tests. Use whenever Codex changes or reviews unit, component, conformance, integration, regression, platform, or repository tests; enforce a protected product contract, credible failure, correct owning boundary, negative-control evidence, overlap review…

tutti-os/tutti · 74 tokens

assimilate-popular-workflows

This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to investigate public repositories for extractable…

a5c-ai/babysitter · 110 tokens

babysit-babysitter-issues

This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.

a5c-ai/babysitter · 69 tokens

babysit

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.).

a5c-ai/babysitter · 55 tokens

parallel-orchestration

Coordinate multiple specialized agents across parallel work streams with quality gates and conflict resolution.

a5c-ai/babysitter · 0 tokens