HoloCore: Skill for Claude Code

.agents/skills/holocore-doctor/SKILL.md

holocore-doctor is a skill for Claude Code, Codex from HassanMahomed/HoloCore. It costs 14 tokens per session (77 once invoked), scanned A, original, Apache-2.0.

A read-only command that runs HoloCore diagnostics. Diagnostics are checks used to find problems in a project.

In plain words
What is it for?
Use it to check the health or configuration of a HoloCore project.
Why use it?
It helps identify project issues without writing changes. The input does not specify which checks it performs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is HassanMahomed/HoloCore's own configuration. It tells Claude Code and Codex how to work on HoloCore itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything HoloCore configures →

Reuse

Borrowing it

Nothing to install: this file belongs to HassanMahomed/HoloCore. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/HassanMahomed/HoloCore/main/.agents/skills/holocore-doctor/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/HassanMahomed/HoloCore

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 holocore-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/hassanmahomed/holocore/holocore-doctor/github.svg)](https://agentmods.dev/skills/hassanmahomed/holocore/holocore-doctor)
Your own site
<a href="https://agentmods.dev/skills/hassanmahomed/holocore/holocore-doctor"><img src="https://agentmods.dev/badge/skills/hassanmahomed/holocore/holocore-doctor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for holocore-doctor

Your own site · 80×15
<a href="https://agentmods.dev/skills/hassanmahomed/holocore/holocore-doctor"><img src="https://agentmods.dev/badge/skills/hassanmahomed/holocore/holocore-doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 77 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00014 $0.00077
Opus 5 $0.00007 $0.00039
Sonnet 5 $0.00003 $0.00015
Haiku 4.5 $0.00001 $0.00008

Measured 12d ago against content hash 95d243800289, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

holocore-doctor 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 12d 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/holocore-doctor/SKILL.md · 17 lines

What it actually says

holocore-doctor

Run read-only HoloCore diagnostics.

This is read-only.

Interpret any details following the skill mention as the user's arguments. Run the corresponding command from the project root, adding those arguments where appropriate:

holocore doctor
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. 12d ago First seen · 17 lines · 14 tokens per session scan A 95d243800289

Subscribe to this mod's changes

holocore-doctor is a skill published in the GitHub repository HassanMahomed/HoloCore (4 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 77 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-31.

Related

Other skills, from other repositories

error-handler

Design error handling, structured logging, and observability with OpenTelemetry (traces, metrics, logs), error classification, recovery patterns (retry with jitter, circuit breaker, bulkhead, timeout), error budgets/SLOs with burn rate alerts, and production incident triage. Use when user asks to implement error…

EliasOulkadi/shokunin · 125 tokens

performance-profiler

Performance profiling and optimization for web apps — Core Web Vitals (LCP, INP, CLS), Lighthouse audits, bundle analysis, backend profiling (CPU, memory, DB queries), N+1 detection, caching strategies (Redis, CDN, HTTP), and performance budgets. Use when user asks to improve performance, run Lighthouse audit, profile…

EliasOulkadi/shokunin · 118 tokens

memory-doctor

Run Locus environment health check — 10-point diagnostic covering Node.js version, storage backend, FTS5, DB permissions, git availability, and more. Use when troubleshooting plugin issues or checking setup.

Magnifico4625/locus · 45 tokens

cli-e2e

Write, modify, or debug Docker-based Composio CLI end-to-end tests under ts/e2e-tests/cli, including binary invocation, fixture isolation, output assertions, and package manifests. Use for CLI E2E test suites only; use cli-command for CLI source implementation.

ComposioHQ/composio · 62 tokens

codex-agent

Use when you want a second-opinion review via Codex CLI, cross-verification after another agent implements changes, debugging help, or alternative implementation proposals. Requires Codex CLI to be installed and authenticated.

majiayu000/spellbook · 45 tokens

openlore-analyze-codebase

Run a full static OpenLore analysis and summarize architecture, call graph, refactoring issues, and duplicate code. Use when asked to analyze, map, or assess a codebase without LLM inference.

clay-good/OpenLore · 48 tokens