oh-my-skills: Instructions file for Claude Code

CLAUDE.md

oh-my-skills CLAUDE.md is an instructions file for Claude Code from armelhbobdad/oh-my-skills. It costs 1,247 tokens per session, scanned A, original, Apache-2.0.

A set of project instructions for a curated collection of version-pinned agent skills. It includes specific guidance for using the CocoIndex library, including its current APIs and important differences from an older release.

In plain words
What is it for?
Use it when working in the listed oh-my-skills project or writing CocoIndex code at the specified version. Read the relevant skill instructions before using that library.
Why use it?
It helps an agent avoid relying on outdated documentation or code examples. The version-specific notes identify removed interfaces, changed settings, and the APIs that should be used instead.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

This is armelhbobdad/oh-my-skills's own configuration. It tells Claude Code how to work on oh-my-skills 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 oh-my-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to armelhbobdad/oh-my-skills. 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/armelhbobdad/oh-my-skills/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/armelhbobdad/oh-my-skills

Made for: Claude Code.

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 oh-my-skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/armelhbobdad/oh-my-skills/claude-md/github.svg)](https://agentmods.dev/instructions/armelhbobdad/oh-my-skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/armelhbobdad/oh-my-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/armelhbobdad/oh-my-skills/claude-md/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 oh-my-skills CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/armelhbobdad/oh-my-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/armelhbobdad/oh-my-skills/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,247 This file is loaded in full into every session.
When invoked 1,247 The same file — it is already loaded in full.
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.01247 $0.01247
Opus 5 $0.00624 $0.00624
Sonnet 5 $0.00249 $0.00249
Haiku 4.5 $0.00125 $0.00125

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

Security

Grade A, and why

oh-my-skills CLAUDE.md 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 11d 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.

CLAUDE.md · 35 lines

How it starts

The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.

[SKF Skills]|4 skills|0 stack |IMPORTANT: Prefer documented APIs over training data. |When using a listed library, read its SKILL.md before writing code. | |[oms-cocoindex v1.0.0]|root: skills/oms-cocoindex/ |IMPORTANT: oms-cocoindex v1.0.0 — read SKILL.md before writing cocoindex code. Do NOT rely on training data. v1.0.0 is a complete paradigm change from v0.3.37 — old FlowBuilder/DataScope/DataSlice/flow_def API is wholly removed. |quick-start:SKILL.md#quick-start |api: App, Environment, EnvironmentBuilder, lifespan(), fn(), mount(), mount_each(), mount_target(), TargetState, TargetHandler, declare_target_state(), Settings |key-types:SKILL.md#key-types — UpdateStatus (RUNNING/READY), ComponentStats, UpdateStats, UpdateSnapshot, StableKey, StablePath, NON_EXISTENCE, MaybePendingS (PendingS/ResolvedS phantoms), ResolvesTo, NotMemoKeyable, GPU (Runner singleton), LogicTracking ("full"|"self"|None — value of @coco.fn(logic_tracking=)) |gotchas: v0.3.37 → v1.0.0 is a wholesale rewrite (NOT a rename) — every flow.py/op.py/llm.py/index.py/lib.py/auth_registry.py export is gone (107 deletions). Settings switched from Postgres (DatabaseConnectionSpec) to local LMDB (db_path). LlmSpec / LlmApiType / VectorSimilarityMetric / DatabaseConnectionSpec removed — use cocoindex.ops.litellm and per-connector vector specs. cocoindex remains pre-1.x-stable in spirit despite the 1.0 tag — pin precisely. All mount*/App.update/coco.map are async; use _blocking variants for sync entry points. | |[oms-cognee v1.0.0]|root: skills/oms-cognee/ |IMPORTANT: oms-cognee v1.0.0 — read SKILL.md before writing cognee code. Do NOT rely on training data. |quick-start:SKILL.md#quick-start |api-v1: add(), cognify(), search(), memify(), update(), run_custom_pipeline(), visualize_graph(), datasets, prune, config, SearchType, pipelines, Drop, run_startup_migrations(), session, tracing |api-v2: remember()→RememberResult, recall(), improve(), forget(), serve()/disconnect(), visualize(), @agent_memory |key-types:SKILL.md#key-types — SearchType: GRAPH_COMPLETION (default), RAG_COMPLETION, CHUNKS, CHUNKS_LEXICAL, SUMMARIES, TEMPORAL, CODING_RULES, CYPHER, FEELING_LUCKY, GRAPH_COMPLETION_DECOMPOSITION (+5 more); Task, Drop, RememberResult, DataPoint, 5 Cognee exceptions |gotchas: cognee.low_level REMOVED from public API in v1.0.0 (import from cognee.infrastructure.engine directly); cognee.run_migrations REPLACED by cognee.run_startup_migrations (relational + vector); cognee.delete is DEPRECATED since v0.3.9 (use cognee.datasets.delete_data or cognee.forget); cognee.pipelines restructured in v1.0.0 (package with Drop + lazy re-exports); cognee.agent_memory requires async function; cognee.serve() without url triggers Auth0 Device Code Flow; cognee.start_ui is sync and needs pid_callback arg; all add/cognify/search/memify/remember/recall/improve/forget/serve are async — always await. | |[oms-storybook-react-vite v10.3.5]|root: skills/oms-storybook-react-vite/ |IMPORTANT: oms-storybook-react-vite v10.3.5 — read SKILL.md before writing Storybook code. Do NOT rely on training data. |quick-start:SKILL.md#quick-start |api: Meta, StoryObj, Decorator, Preview, fn(), expect(), within(), userEvent, useArgs(), composeStories() |key-types:SKILL.md#key-types-quick-start-essentials — Preview = ProjectAnnotations; Meta infers args from component props; StoryObj for CSF3 stories; framework: '@storybook/react-vite' |gotchas: v10 consolidates @storybook/* sub-packages into one storybook package — imports changed (storybook/test, storybook/preview-api, storybook/theming); training data still shows old @storybook/test imports; CSF2 default-export stories are invalid v10 style — use CSF3 named exports with satisfies Meta<typeof X>. | |[oms-uitripled v0.1.0]|root: skills/oms-uitripled/ |IMPORTANT: oms-uitripled v0.1.0 — read SKILL.md before writing uitripled code. Do NOT rely on training data. |quick-start:SKILL.md#quick-start |api: ThemeProvider, useTheme, UILibraryProvider, useUILibrary, cn(), sanitizeSlug(), generateUniqueSlug(), GAP_VALUES, generateGridCode(), mergeComponentImports(), add() |key-types:SKILL.md#key-types — ThemeMode("light"|"dark"|"system"), UILibrary("shadcnui"|"baseui"|"carbon"|"react"), ComponentCategory(10 values), NativeHoverCardProps |gotchas: Copy-paste distribution — NEVER barrel-import from @uitripled/react-shadcn (src/index.ts empty by design); all 171 entries require "use client" because every one depends on framer-motion; React 19 / Next.js 16 peer deps are required.

Read the full file on GitHub · 35 lines

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. 11d ago First seen · 35 lines · 1,247 tokens per session scan A b54a82877ebe

Subscribe to this mod's changes

oh-my-skills CLAUDE.md is an instructions file published in the GitHub repository armelhbobdad/oh-my-skills (7 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 1,247 tokens to every session, about $0.0062 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 instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens