skillfoundry CLAUDE.md

skillfoundry CLAUDE.md is an instructions file for coding agents from samibs/skillfoundry. It costs 4,926 tokens per session, scanned C, original, MIT.

Claude Code instructions for samibs/skillfoundry, covering claude.md — skillfoundry framework project instructions, philosophy, mandatory production rules, ui/layout rules and documentation rules.

Instructions file

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 instructions/samibs/skillfoundry/claude-md
Clone the repo
git clone --depth 1 https://github.com/samibs/skillfoundry

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 skillfoundry CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/samibs/skillfoundry/claude-md.svg)](https://agentmods.dev/instructions/samibs/skillfoundry/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/samibs/skillfoundry/claude-md"><img src="https://agentmods.dev/badge/instructions/samibs/skillfoundry/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,926 This file is loaded in full into every session.
When invoked 4,926 The same file — it is already loaded in full.
Security scan C 2 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.04926 $0.04926
Opus 5 $0.02463 $0.02463
Sonnet 5 $0.00985 $0.00985
Haiku 4.5 $0.00493 $0.00493

Measured today against content hash ca03897906ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

skillfoundry CLAUDE.md scanned grade C with 2 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 today.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf .next node_modules/.cache

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s http://localhost:<port>/health | head -1
CLAUDE.md · 493 lines

How it starts

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

CLAUDE.md — SkillFoundry Framework Project Instructions

For universal AI agent rules (security, testing, LLM guardrails, workflow preferences): see ~/.claude/CLAUDE.md For production operations (PM2, caching, APM, migrations, incident response): see docs/enterprise-standards.md For AI-specific security anti-patterns: see docs/ANTI_PATTERNS_DEPTH.md and docs/ANTI_PATTERNS_BREADTH.md For environment pre-flight discipline (interpreter pinning, .env safety, diagnostic mode): see agents/_env-preflight-protocol.md For codebase comprehension pre-flight (Code Map: contract surface, import graph, DB/layer map — runs before implementing): see agents/_codemap-preflight-protocol.md For coding discipline (think-before-code, simplicity, surgical changes, goal-driven execution): see agents/_coding-discipline.md

This file contains framework-specific rules only. General agent behavior is inherited from the global CLAUDE.md.


Philosophy

  • Cold-blooded logic over flattery: No vague encouragement or optimistic assumptions — honest, structured, production-ready evaluations only.
  • ONLY REAL LOGIC: No placeholders, no TODOs, no mocks, no stubs, no "coming soon", no fake data. Every feature must work end-to-end with real implementations.
  • Three-Layer Completeness: Every feature must be verified across DATABASE → BACKEND → FRONTEND before it's considered done.
  • PRD-First Development: Every non-trivial feature starts with a Product Requirements Document. No PRD = no implementation.
  • Implement > Test > Iterate: Every feature must be tested before being considered done.
  • Never break existing features: New features must not cause regressions.
  • Document everything: All modules and changes must include developer- and user-level documentation.
  • Clean project structure: When work is complete, organize files properly — root folder contains only essentials.

Mandatory Production Rules

Read the full file on GitHub · 493 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. today First seen · 493 lines · 4,926 tokens per session scan C ca03897906ef

Subscribe to this mod's changes

skillfoundry CLAUDE.md is an instructions file published in the GitHub repository samibs/skillfoundry (12 stars, last pushed today), licensed MIT. It adds 4,926 tokens to every session, about $0.0246 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.