fetching-claude-docs

fetching-claude-docs is a skill for Claude Code, Codex from wayne930242/Reflexive-Claude-Code. It costs 135 tokens per session (1,561 once invoked), scanned A, original, no licence file.

A tool for retrieving the current official specification for Claude Code components from code.claude.com.

In plain words
What is it for?
Use it before writing or changing agents, skills, hooks, rules, slash commands, plugin manifests, settings, or MCP configuration.
Why use it?
It reduces the risk of designing components from outdated information or memory.

Skill for Claude CodeCodex

Part of the rcc plugin — 23 skills, 5 commands, 5 agents, 1 hook shipped together

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/wayne930242/reflexive-claude-code/fetching-claude-docs
Any agent
npx skills add wayne930242/Reflexive-Claude-Code --skill fetching-claude-docs
Clone the repo
git clone --depth 1 https://github.com/wayne930242/Reflexive-Claude-Code

Made for: Claude Code, Codex.

Or install rcc, the plugin that ships this one along with the rest of its 23 skills, 5 commands, 5 agents, 1 hook.

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 fetching-claude-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/wayne930242/reflexive-claude-code/fetching-claude-docs.svg)](https://agentmods.dev/skills/wayne930242/reflexive-claude-code/fetching-claude-docs)
Your own site
<a href="https://agentmods.dev/skills/wayne930242/reflexive-claude-code/fetching-claude-docs"><img src="https://agentmods.dev/badge/skills/wayne930242/reflexive-claude-code/fetching-claude-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,561 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00135 $0.01561
Opus 5 $0.00068 $0.00781
Sonnet 5 $0.00027 $0.00312
Haiku 4.5 $0.00014 $0.00156

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

Security

Grade A, and why

fetching-claude-docs 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 4d 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.

plugins/rcc/skills/fetching-claude-docs/SKILL.md · 152 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 152 lines · 135 tokens per session scan A 3a8b9f7b1a25

Subscribe to this mod's changes

fetching-claude-docs is a skill published in the GitHub repository wayne930242/Reflexive-Claude-Code (16 stars, last pushed 12d ago), with no licence file. It adds 135 tokens to every session and 1,561 once invoked, about $0.0007 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

memory-and-handoff

Two-mode skill: (1) session memory — load/persist durable workflow state under .cc10x/ (activeContext, patterns, progress) so context survives compaction; (2) handoff package — portable, secrets-redacted export for a coworker, different tool, or fresh non-cc10x session.

romiluz13/cc10x · 70 tokens

agent-common

Shared preamble loaded by all cc10x agents — memory protocol, contract format, output rules.

romiluz13/cc10x · 23 tokens

portfolio

Portfolio system knowledge base. Use when: position queries, routing strategy questions, provider integration. Not for: general code exploration (use code-explore), code review (use codex-code-review). Output: domain-specific analysis + recommendations.

sd0xdev/sd0x-harness · 49 tokens

request-tracking

Request tracking knowledge base. Use when: querying request status, managing document references, tracking progress. Not for: creating requests (use create-request), tech specs (use tech-spec). Output: status report + progress tracking.

sd0xdev/sd0x-harness · 48 tokens

comet-memory

使用于 Comet 需要根据有界语义评审包判断是否值得保存个人记忆、候选、更新、遗忘或跳过时。.

rpamis/comet · 38 tokens

openloomi-api

OpenLoomi ships a local-first HTTP API served from the desktop app (port 3414, fallback 3515). All auth, Memory, AI, RAG, Loop, and Audit data live in a local SQLite database — your data stays on your machine and the OpenLoomi app is the source of truth. The only externally-routed auth path is the Composio OAuth…

melandlabs/openloomi · 106 tokens