Borrowing it
Nothing to install: this file belongs to lool-ventures/founder-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.
curl -O https://raw.githubusercontent.com/lool-ventures/founder-skills/main/CLAUDE.mdgit clone --depth 1 https://github.com/lool-ventures/founder-skillsWrote 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.
[](https://agentmods.dev/instructions/lool-ventures/founder-skills/claude-md)<a href="https://agentmods.dev/instructions/lool-ventures/founder-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/lool-ventures/founder-skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.39916 | $0.39916 |
| Opus 5 | $0.19958 | $0.19958 |
| Sonnet 5 | $0.07983 | $0.07983 |
| Haiku 4.5 | $0.03992 | $0.03992 |
Grade C, and why
founder-skills 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 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf "$BASE/cache/<marketplace>" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Why 1.20.0 is nonetheless the floor:** our Desktop stages **only** agent 2.1.222. On a 1.19.0 CLI, `doctor --tier hostloop` records but reports `sha256 ✗ vs baseline` / `parity mount: patch-tolerated (pinned 2.1.221, u How it starts
The opening of the file, as written. The whole thing — 1,293 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Repository Structure
founder-skills/— Claude Code plugin (SDK/CLI-based)founder-skills/.claude-plugin/plugin.json— Plugin manifestfounder-skills/commands/feedback.md—/founder-skills:feedbackslash command (drafts a bug/idea/help/win report, hands the user a prefilled GitHub/mailto:link to submit; transmits nothing automatically)founder-skills/skills/market-sizing/— Market sizing skill with scripts and referencesfounder-skills/skills/deck-review/— Deck review skill with scripts and referencesfounder-skills/agents/market-sizing.md— Market sizing agent definitionfounder-skills/agents/deck-review.md— Deck review agent definitionfounder-skills/skills/ic-sim/— IC simulation skill with scripts and referencesfounder-skills/agents/ic-sim.md— IC simulation agent definitionfounder-skills/scripts/session-setup.sh— SessionStart hook (persists CLAUDE_PLUGIN_ROOT)founder-skills/scripts/founder_context.py— Founder context management (init/read/merge/validate)founder-skills/scripts/find_artifact.py— Artifact path discovery across skillsfounder-skills/scripts/insert_coaching.py— Shared Context B coaching-commentary inserter (idempotency matrix, uuid-marker replacement, run_id parity)founder-skills/scripts/check_handoff.py— Shared Context A file hand-off gate (typed exit codes for main-thread branching)founder-skills/scripts/merge_json.py— Shallow-merge of parallel sub-agent hand-off files for producer pipesfounder-skills/scripts/md_to_commentary.py— Wraps a sub-agent's raw-markdown coaching commentary into the JSON envelopeinsert_coaching.pyconsumes (the model never hand-escapes the commentary)founder-skills/scripts/_founder_text.py— Shared founder-facing text policy: which internal tokens may reach a founder and how they render. Four token types, three behaviours (humanize private enums + field names; keep stable identifiers and diagnostic codes verbatim). Every skill'scompose_report.pysubstitutes then scans with it;insert_coaching.pyscans the coaching commentary.identifier_values()is cap-table-only — elsewhere anidfield can hold a field name (fmr'sunit_economics.metrics[].idisgross_margin), and keeping it leaves our vocabulary in the report and silences the warning.founder-skills/scripts/resolve_artifacts_root.py— Canonical + agent-namespace artifacts-root resolver (--agentfor HANDOFF_AGENT derivation)founder-skills/references/— Shared reference files (benchmarks, Israel guidance, etc.)founder-skills/references/brand/— Brand tokens + Sora variable webfont (OFL) for generated HTML artifacts; embedded base64-inline so artifacts stay self-containedfounder-skills/tests/test_market_sizing.py— Market sizing regression testsfounder-skills/tests/test_deck_review.py— Deck review regression testsfounder-skills/tests/test_reconcile.py— The numeric engine's 60 judgement calls, each pinned to a real corpus linefounder-skills/tests/test_reconcile_producer.py— The engine's producer layer: the gate, the three statuses, and that onlyselect()decides founder-visible outputfounder-skills/tests/test_ledger.py— Ledger validation, chiefly theraw-vs-valuescale checkfounder-skills/tests/test_quote_match_sync.py— deck-review's copy of cap-table's matcher must not driftfounder-skills/tests/test_ic_sim.py— IC simulation regression testsfounder-skills/tests/test_visualize_market_sizing.py— Market sizing HTML visualization testsfounder-skills/tests/test_visualize_deck_review.py— Deck review HTML visualization testsfounder-skills/tests/test_visualize_ic_sim.py— IC simulation HTML visualization testsfounder-skills/skills/financial-model-review/— Financial model review skill with scripts and referencesfounder-skills/agents/financial-model-review.md— Financial model review agent definitionfounder-skills/tests/test_financial_model_review.py— Financial model review regression testsfounder-skills/tests/test_visualize_financial_model_review.py— Financial model review HTML visualization testsfounder-skills/skills/competitive-positioning/— Competitive positioning skill with scripts and referencesfounder-skills/agents/competitive-positioning.md— Competitive positioning agent definitionfounder-skills/tests/test_competitive_positioning.py— Competitive positioning regression testsfounder-skills/tests/test_visualize_competitive_positioning.py— Competitive positioning HTML visualization testsfounder-skills/skills/cap-table/— Cap-table skill (SAFE / note conversion, priced rounds, anti-dilution, Israeli ↔ Delaware flips)founder-skills/agents/cap-table.md— Cap-table agent definition (Context A extraction + Context B coaching)founder-skills/tests/test_cap_table.py— Cap-table regression tests (math producers + 11-gotcha regression suite)founder-skills/tests/test_cap_table_freeform.py— Lane-3 freeform mapper tests (freeform_mapper.map_freeformgolden maps + blockers +--mode=freeform-emitCLI + thecap_stateE_NO_EQUITY_BASEguard)founder-skills/tests/test_visualize_cap_table.py— Cap-table HTML visualization testsfounder-skills/tests/mutation_corpus.py+test_mutation_corpus.py— Curated mutant corpus over cap-table's math producers: named defects injected into a temp-dir copy of the repo, with the cap-table selection asserted to notice (MUST_KILL) or recorded as not noticing (KNOWN_SURVIVORS). Both lists are SHRINK-ONLY. The registry lives in the non-test_*module deliberately: its mutants quote error-code literals verbatim, and inside a scanned test file those payloads maketest_cap_table_guards.py's ratchets count a code as guarded that the corpus is simultaneously recording as unguarded — measured, it droppedtest_error_code_assertion_ratchetbelow its baseline. Carries a no-op control: a comment-only mutant that must leave the selection PASSING, without which a broken harness greens every entry. The two count ratchets are--deselected from the child run — a count ratchet is not a defect detector, so a rename mutant can red it while noticing nothing. EveryMUST_KILLentry names the test that must be the one to notice (killed_by, measured by running the mutant, never guessed) and a kill from anywhere else fails: this corpus has twice been caught scoring a kill for the wrong reason (a count ratchet, then a collection error —pytestexits 1 for a failed import exactly as for a failed test), so "something went red" is deliberately not accepted as "the guard noticed".founder-skills/tests/test_release_gating.py— The release chain, asserted rather than assumed: wheneverpublish-releaseruns, every job in its TRANSITIVEneedsclosure must run too. In Actions a skipped dependency SKIPS the dependent (no status function inpublish-release'sif:), so a condition that stops firing on a tag push does not merely stop gating — it stops the Release publishing, invisibly, and this repo has already shipped four tags with no Release. Two independent checks because they fail differently: the jobif:strings are frozen verbatim beside a hand-derived tag-push truth value (an edit reds and forces re-derivation), AND a small evaluator runs the closure under a simulated tag push. The evaluator raises on an unknown context property rather than defaulting it — a silent default would green a job GitHub actually skips, i.e. the exact failure it exists to catch. Asserts WIRING, never that a job passes. Note the chain is unexercised: v0.10.0 predates thepublish-releasejob.founder-skills/tests/cowork_async_subagent_filter.py— Cowork sub-agent tool-name compatibility helper (skill-quality CI; v0.4.0-regression detector)cowork-tests/leak_scan.py— Shared detector for founder-facing "internal plumbing" leaks in assistant narration. Ten classes: nine syntactic (script names,*.py,--flags,$vars, exit codes,W_/E_codes, JSON, step/route labels, ALLCAPS-with-underscore) plusplumbing_verb, which is semantic. Reads a cassette or a run dir'sevents.jsonl— point it at the FILE, since a directory glob finds only*.jsonand reports a silent false-clean.founder-skills/tests/test_founder_facing_leaks.py— Ratchet overleak_scan.pyacross the committed cassettes. Gates "no NEW leaks beyondBASELINE", not zero — the cassettes predate the narration rule. Ratchet the constant DOWN after a re-record; never raise it.- Scope warning — a green here still does not mean the narration is clean, but the gap is now narrower than this note used to claim. Nine of the ten classes match on FORM (backticks,
--flags,$vars,*.py, exit codes,W_/E_codes, JSON, a literal route-label list, ALLCAPS-with-underscore). The tenth,plumbing_verb, is SEMANTIC: it targets the verb+object construction that only appears when narrating internals, so "gating the hand-off", "piping it through the producer" and "dispatching the sub-agent" ARE caught (measured: 3 such leaks, and zero syntactic ones, in one live run'sevents.jsonl). What still passes clean is internal vocabulary with no plumbing verb — "canonical artifacts", "schema-drift warning", "gap-detection pass", bareSTOP/BLOCKED(no underscore), and "Gate 1 passes". That residue is the live-run/hand-read surface; it is smaller than "every plain-English mention". Do not fix it by enumerating more words —leak_scan.py's own design note says an enumerated blocklist is unwinnable, which is why the classes are class-based. Superseded advice, recorded so it is not re-derived: this note used to say never to extend the existing classes because doing so "raises the measured count on the committed cassettes and reds the suite". That was tried and is false — the ten-class total over the committed cassettes is 61 against the then-currentBASELINE = 144, green, because the nine-class count had already fallen far below its own baseline. (BASELINEis now 59 — measured 2026-08-06 attest_founder_facing_leaks.py:74. It went 144 → 64 → 55, then was RAISED 55 → 59, which breaks the ratchet-down rule deliberately and once; the file's own comment states the obligation to fix the narration leak, re-record, and ratchet back below 55, not to it. Read the constant from the file, never from this line — it has now been stale twice.)
- Scope warning — a green here still does not mean the narration is clean, but the gap is now narrower than this note used to claim. Nine of the ten classes match on FORM (backticks,
founder-skills/tests/compose_invocations.py— Per-skill compose-script invocation registry (skill-quality CI)founder-skills/tests/test_cowork_async_subagent_filter.py— Helper unit testsfounder-skills/tests/test_cowork_invariants.py— Per-agent persistence + dangerous-tool declaration invariantsfounder-skills/tests/test_cowork_harness_floors.py— Drift guards for the cowork-harness version surface: the per-site registry splitting CI SELECTORS (pinned exactly,3.2.0) from FLOORS (recording>=3.2.0, replay^2.1.0) — three postures, deliberately different,uses:-vs-version:major agreement (the action ref and the CLI move independently), and the derived cassette-format facts prose keeps restating wrongly. Every extraction asserts its own pattern matched, so a rotted regex reds instead of greening.founder-skills/tests/test_skill_orchestration.py— Per-SKILL.md frontmatter + sub-agent-cue-then-bash regression detectorfounder-skills/tests/test_compose_invariants.py—coaching_payloadshape +STALE_ARTIFACTregressionfounder-skills/tests/test_insert_coaching.py—insert_coaching.pysuite (6-state idempotency matrix, run_id parity, single-pass write-back, adversarial commentary)founder-skills/tests/test_check_handoff.py—check_handoff.pysuite (typed exit paths 0/3/4/5/6, adversarial file states, tolerant receipt extraction)founder-skills/tests/test_merge_json.py—merge_json.pysuite (merge order, --set overrides, error paths)founder-skills/tests/test_resolve_artifacts_root.py— Artifacts-root resolver suite (Cowork mount signatures + agent-namespace root)founder-skills/tests/dead_payload.py— Shared analyzer for embedded-but-unread JS payload keys. Three verdicts, because two cannot express what is known:read,unread, andunverifiable(the script indexes the payload by computed name, so no read can be attributed to a specific key). Treating dynamic access as blanket consumption hides real dead keys; treating it as death reports false ones.founder-skills/tests/test_dead_payload.py— Analyzer unit tests + all four embedders (threeexplore.py+review_inputs.py). Pins which payload objects are dynamic, so a generator switching to computed access cannot quietly reduce coverage.founder-skills/tests/test_dispatch_schema_drift.py— Guards a dispatch template instructing a field nothing consumes. Reads every fenced block on both prompt surfaces (templates also appear untagged and inbashheredocs; json-only sees about a third). Consumers include shared scripts, JSON schemas, and JS member access. Cannot detect shape-level drift for a name consumed elsewhere —x_axis_rationaleis the obsolete authoring shape and the legitimate internal shape ofpositioning_scores.json— so a direct axis-shape assertion covers that regression.founder-skills/tests/test_html_founder_text.py— Fleet ratchet: no internal token in founder-visible text of any generated HTML. Text nodes only; attribute values and script bodies are not founder-facing prose.founder-skills/tests/test_compose_invariants.pyalso scans every delivered markdown, not justreport.md—_EXTRA_DELIVERABLESnames the non-compose producers (cap-table's counsel packet today). A deliverable nothing scans can say anything:counsel_packet.mdshipped a raw rule-domain token to a founder while the fleet scan looked only atreport.md. The cap-table fixture flags zero counsel items, so the scan seeds one — without it the packet is 315 B of boilerplate and passes with the leak present.founder-skills/tests/test_delivery_coverage.py— The fleet's delivery-defect coverage map, asserted rather than described. Records the known gap: the downstream half of "computed, not rendered" is gated only in competitive-positioning and financial-model-review — a third row records a Gate-1 render contract as explicitly WEAK (a string assertion over SKILL.md prose, which cannot fail a run), and does not narrow that count.founder-skills/tests/test_theme_sync.py— Brand-theme invariants: per-skill_theme.pycopies identical, brand font present, font embeds in CSSfounder-skills/tests/test_e2e_deck_review.py,test_e2e_financial_model_review.py,test_e2e_market_sizing.py— the three paid end-to-end lanes; LLM-driven; carry thee2emarker. Shared plumbing intests/_e2e_harness.py— deck-review deliberately does NOT use it (it is the lane the release tag gates on; fold it in when a failure costs a re-run rather than a re-tag). One lane per changed coaching-payload builder is the rule: contract tests pin that a payload key is emitted and named on both prompts, and structurally cannot show a sub-agent reading it.founder-skills/tests/fixtures/— Synthetic test inputs (deck-review compose-invariant fixtures + synthetic deck for e2e + golden expected file).github/workflows/skill-quality.yml— Skill-quality CI (contract tests per-PR, e2e smoke on internal PRs only)artifacts/— Persistent working directory for skill run artifacts (gitignored, created at runtime)
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.
- 4d ago Changed · +352 lines · +9,689 tokens per session fd303b4d1f39
- 8d ago First seen · 941 lines · 30,227 tokens per session scan C 9d27d11d1c5e
founder-skills CLAUDE.md is an instructions file published in the GitHub repository lool-ventures/founder-skills (33 stars, last pushed 6d ago), licensed Apache-2.0. It adds 39,916 tokens to every session, about $0.1996 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-08-30.
Other instructions, from other repositories
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.
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).
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.
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.
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).
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.