claude-skills-fv: Instructions file for Claude Code

CLAUDE.md

claude-skills-fv CLAUDE.md is an instructions file for Claude Code from felvieira/claude-skills-fv. It costs 642 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Claude Skills FV, a kit of skills for coding agents, including shared rules, documentation guidance, a knowledge graph, and persistent memory.

In plain words
What is it for?
Answering architecture questions, navigating repository documentation, reusing audit notes, consulting the knowledge graph, and rebuilding it after editing code.
Why use it?
They tell an agent which project documents to read and how to keep its code knowledge graph current after changes.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

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

Reuse

Borrowing it

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

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 claude-skills-fv CLAUDE.md

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

Your own site · 80×15
<a href="https://agentmods.dev/instructions/felvieira/claude-skills-fv/claude-md"><img src="https://agentmods.dev/badge/instructions/felvieira/claude-skills-fv/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 642 This file is loaded in full into every session.
When invoked 642 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.00642 $0.00642
Opus 5 $0.00321 $0.00321
Sonnet 5 $0.00128 $0.00128
Haiku 4.5 $0.00064 $0.00064

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

Security

Grade A, and why

claude-skills-fv 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 7d 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 · 54 lines

How it starts

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

Claude Code — Dev Team Kit

Este repositorio e um kit de skills para agentes de coding. Leia os arquivos nesta ordem:

  1. GLOBAL.md — regras universais
  2. policies/ — regras compartilhadas
  3. AGENTS.md — objetivo e uso do kit
  4. README.md — documentacao completa com pipeline, skills e stack

Uso em repos consumidores

Quando instalado em .bot/ de outro repo, o agente deve ler o AGENTS.md da raiz do repo consumidor, que aponta para .bot/.

Economia de contexto

  • reutilizar docs/repo-audit/current.md antes de explorar o repo
  • abrir docs/skill-guides/ apenas sob demanda
  • consultar patterns/ai-integration/ para features de IA

graphify

This project has a graphify knowledge graph at graphify-out/.

Rules:

  • Before answering architecture or codebase questions, read graphify-out/GRAPH_REPORT.md for god nodes and community structure
  • If graphify-out/wiki/index.md exists, navigate it instead of reading raw files
  • After modifying code files in this session, run python3 -c "from graphify.watch import _rebuild_code; from pathlib import Path; _rebuild_code(Path('.'))" to keep the graph current

Memoria Persistente (ai-memory)

Migrado em 2026-09-04 do vault Zettelkasten (D:\claude-memory\) para ai-memory v2.0. Captura automatica via hooks — sem save manual. Ver ~/.claude/CLAUDE.md para detalhes do servidor/binario/MCP.

Regra de 3 Camadas

  1. Primeiro: consulte graphify-out/graph.json neste repo para entender estrutura e conexoes
  2. Segundo: pergunte em linguagem natural ("onde paramos", "ja discutimos X") ou rode ai-memory search "query" --project claude-skills-fv para contexto de sessoes anteriores
  3. Terceiro: so leia arquivos de codigo brutos ao editar ou quando as camadas acima nao resolverem

Graphify

  • Graph disponivel em: graphify-out/graph.json (gerado automaticamente)
  • Para atualizar apos refatoracoes: graphify . --update
  • NAO edite arquivos dentro de graphify-out/ manualmente

Read the full file on GitHub · 54 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. 7d ago Changed · +7 lines · +129 tokens per session c9b803cbf5a6
  2. 12d ago First seen · 47 lines · 513 tokens per session scan A 588824997ea0

Subscribe to this mod's changes

claude-skills-fv CLAUDE.md is an instructions file published in the GitHub repository felvieira/claude-skills-fv (23 stars, last pushed today), licensed Apache-2.0. It adds 642 tokens to every session, about $0.0032 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 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,126 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