faf-context

faf-context is a skill for Claude Code, Codex from Wolfe-Jam/rust-faf-mcp. It costs 24 tokens per session (415 once invoked), scanned A, original, MIT.

A project-context skill that stores structured project facts in a file named project.faf. It can also connect that file with CLAUDE.md, a Markdown file commonly used for agent instructions.

In plain words
What is it for?
Creating, finding, reading, scoring, synchronizing, compressing, or bootstrapping project context from a GitHub URL.
Why use it?
It reduces repeated project discovery and keeps important context in a structured, reusable place. It can identify missing information and compress context when token limits matter.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Creating, finding, reading, scoring, synchronizing, compressing, or bootstrapping project context from a GitHub URL.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wolfe-jam/rust-faf-mcp/faf-context
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.

Any agent
npx skills add Wolfe-Jam/rust-faf-mcp --skill faf-context
Clone the repo
git clone --depth 1 https://github.com/Wolfe-Jam/rust-faf-mcp

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 faf-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/wolfe-jam/rust-faf-mcp/faf-context.svg)](https://agentmods.dev/skills/wolfe-jam/rust-faf-mcp/faf-context)
Your own site
<a href="https://agentmods.dev/skills/wolfe-jam/rust-faf-mcp/faf-context"><img src="https://agentmods.dev/badge/skills/wolfe-jam/rust-faf-mcp/faf-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 415 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.00024 $0.00415
Opus 5 $0.00012 $0.00208
Sonnet 5 $0.00005 $0.00083
Haiku 4.5 $0.00002 $0.00042

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

Security

Grade A, and why

faf-context 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.

skills/faf-context/SKILL.md · 39 lines

What it actually says

faf-context

Product playbook for rust-faf-mcp (one.faf/rust-faf-mcp) — IANA .faf project context over MCP.

Tools (call these)

Tool When
faf_auto Setup if missing, sync CLAUDE.md, score — Confirm setup (sweeps); does not invent 6Ws
faf_init Setup: first write from the tree. Refuses if the file exists. Confirm setup (sweeps). 6Ws stay empty
faf_go Table-of-8 + Confirm setup (sweeps). 6Ws need ☑ to score. Below 100: add Human Context
faf_score AI-readiness score 0–100% + intent grant
faf_sync Bi-sync project.fafCLAUDE.md
faf_discover Walk up to find nearest .faf
faf_read Show structured .faf contents
faf_git Bootstrap .faf from a GitHub URL
faf_compress Compress for token-limited contexts
faf_tokens Estimate tokens per compression level

Rules

  1. Prefer structured .faf over free-form chat memory for project facts.
  2. Claim equals wire — only call tools this server lists.
  3. No secrets in skill or tool args you don’t own.
  4. Origin — this skill is served by rust-faf-mcp (skills/* + resources/read); not a remote install authority.

Flow

initialize → skills/list → resources/read(skill://faf-context/SKILL.md) → tools/call

Skills guide; tools act.

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 Changed · +1 lines c7e66cfd1ae7
  2. 7d ago First seen · 38 lines · 24 tokens per session scan A 8ad56eb39a3a

Subscribe to this mod's changes

faf-context is a skill published in the GitHub repository Wolfe-Jam/rust-faf-mcp (4 stars, last pushed 5d ago), licensed MIT. It adds 24 tokens to every session and 415 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

journal-optimizer

Guided database pruning and optimization workflows for memory-journal-mcp. Uses importance scores, relationship density, and entry metadata to identify low-value entries for safe soft-deletion. Includes dry-run previews, backup gates, and revert guidance. Use when the user says "clean up the database", "optimize…

neverinfamous/memory-journal-mcp · 101 tokens

context-guard

Installs Claude Code hooks that keep AI context files fresh. Two-tier enforcement — Tier 1 nudges at session end, Tier 2 blocks commits when structural files are staged without context updates. Includes content filter, drift check, structural change reminder, SessionStart health check, and the context-updater agent.

littlebearapps/contextdocs · 66 tokens

context-verify

Validates AI context file quality with 16 checks and 0-100 health scoring. Works on any platform — also available as a standalone CLI script (bin/context-verify.sh). Validates line budgets, AGENTS-to-bridge consistency, stale paths, MEMORY.md drift, plugin manifest, and modern Cursor (.cursor/rules/.mdc) / Cline…

littlebearapps/contextdocs · 93 tokens

contextdocs

Your AI agent maintains its own context files — a Claude Code plugin with an AGENTS-first model that covers Codex, Copilot, Cursor, Gemini, and 3 more tools. Signal Gate filtering, Context Guard hooks, health scoring, and MEMORY.md promotion.

littlebearapps/contextdocs · 56 tokens

ai-context

Generates, updates, and audits AGENTS-first AI IDE context files. Builds canonical AGENTS.md plus thin bridges for Claude Code, Cursor (modern .cursor/rules/.mdc), Copilot, Cline (.clinerules/ directory), Windsurf, Gemini CLI, Codex CLI, and OpenCode. Use for creating, regenerating, fixing, or promoting context files…

littlebearapps/contextdocs · 86 tokens

handoff

Prepare a clean cross-session handoff so the next agent can pick up where you left off. Writes a focused continue.md in the active slice dir and ensures STATE.md + summary artifacts are current. Use when asked to "hand off", "prepare handoff", "pause work", "bookmark this", "I'll come back to this later", before…

open-gsd/gsd-pi · 91 tokens