build-your-nock

build-your-nock is a skill for Claude Code, Codex from kothari-nikunj/nock. It costs 131 tokens per session (3,123 once invoked), scanned A, original, MIT.

A workflow for creating a reusable review lens from an investor's recorded pitch meetings. It extracts recurring questions and underlying standards, then uses them to examine founders' pitch decks, which are presentations about a startup.

In plain words
What is it for?
Use it to process recorded pitch meetings, build a question bank and principles document, calibrate the review lens against real decks, and apply it to future decks.
Why use it?
It helps an investor review new decks according to the questions they actually ask. A calibration step checks whether the extracted lens matches their past behavior, while raw transcripts stay private during extraction.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to process recorded pitch meetings, build a question bank and principles document, calibrate the review lens against real decks, and apply it to future decks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kothari-nikunj/nock/build-your-nock
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 kothari-nikunj/nock --skill build-your-nock
Clone the repo
git clone --depth 1 https://github.com/kothari-nikunj/nock

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 build-your-nock

README.md
[![agentmods](https://agentmods.dev/badge/skills/kothari-nikunj/nock/build-your-nock/github.svg)](https://agentmods.dev/skills/kothari-nikunj/nock/build-your-nock)
Your own site
<a href="https://agentmods.dev/skills/kothari-nikunj/nock/build-your-nock"><img src="https://agentmods.dev/badge/skills/kothari-nikunj/nock/build-your-nock/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 build-your-nock

Your own site · 80×15
<a href="https://agentmods.dev/skills/kothari-nikunj/nock/build-your-nock"><img src="https://agentmods.dev/badge/skills/kothari-nikunj/nock/build-your-nock.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,123 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00131 $0.03123
Opus 5 $0.00066 $0.01562
Sonnet 5 $0.00026 $0.00625
Haiku 4.5 $0.00013 $0.00312

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

Security

Grade A, and why

build-your-nock 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/extract.py, scripts/pull.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

build-your-nock/SKILL.md · 196 lines

How it starts

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

Build Your Nock

A playbook to turn an investor's own recorded pitch meetings into a reusable lens (a "Nock" of your own) that reviews any founder's deck the way they would — surfacing the questions they'd ask and the gaps they'd push on.

The output is a second skill (like nock) personalized to the investor: a question-bank.md (their recurring questions, by theme) + a principles.md (the bar beneath the questions), plus the logic to apply both to a deck.

The flow: pull → filter → extract → distill → calibrate against a few real decks → finalize. The calibration step (Stage A5) is what turns a plausible lens into one that actually sounds like the investor — it asks them to upload a handful of named decks and checks the lens's predictions against what they really asked in those meetings.

The architecture — and the one seam that matters

Two stages, separated by a privacy seam:

STAGE A — DISTILL (private, on your machine, uses raw transcripts)
   your recorded pitch meetings ──► your "lens": question-bank.md + principles.md
        ↑ raw transcripts never leave this stage

STAGE B — APPLY (shareable: the anonymized lens only)
   a founder's deck  +  your lens ──► questions you'd ask + what's missing

The distilled, anonymized lens is the only artifact safe to hand a founder. Raw transcripts and real company names stay local. Build with that seam in mind from step one.

Prerequisites

  • Granola on a Business plan (gives API access). The normal case is one account, one workspace — this playbook assumes that. (If you happen to run multiple workspaces, mint one API key per workspace and run the pull once per key; otherwise ignore.)
  • Your own writing on what you look for — essays, memos, investment-thesis docs, threads. Optional but it's what makes the lens sound like you rather than a generic VC. Have it ready to paste.

Stage A1 — Pull your meetings (Granola API)

Granola's official REST API. One key, one workspace.

Read the full file on GitHub · 196 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 196 lines · 131 tokens per session scan A 719dd0c7045d

Subscribe to this mod's changes

build-your-nock is a skill published in the GitHub repository kothari-nikunj/nock (10 stars, last pushed 13d ago), licensed MIT. It adds 131 tokens to every session and 3,123 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-31.

Related

Other skills, from other repositories

ib-pitch-book

OpenDesign's investor pitch book: market map, moat, unit economics, and the ask — analyst-grade and diligence-ready. Built as a decision-grade fundraising pitch deck for growth-equity investors.

nexu-io/open-design · 44 tokens

fs-creative-voltage

OpenDesign's seed pitch: the open, local alternative to closed AI design — why now, the wedge, and the ask. Built as a decision-grade fundraising pitch deck for pre-seed & seed VCs.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-bold-poster

OpenDesign's Series A growth story: the traction curve, the expansion motion, and why it's venture-scale. Built as a decision-grade fundraising pitch deck for Series A partners.

nexu-io/open-design · 47 tokens

pitch-deck

Use when building or fixing an investor fundraising deck — the narrative arc, the slide-by-slide story, and the few numbers that actually move an investment decision, for a pre-seed, seed or Series A raise (or an accelerator application deck). Decides what goes on each slide, in what order, with which metric…

ericrisco/rsc-harness · 116 tokens

html-ppt-pitch-deck

OpenDesign's demo-day pitch: hook, traction, moat, and the raise — built to make a partner sit up by page three. Built as a decision-grade fundraising pitch deck for accelerator partners, angels.

nexu-io/open-design · 50 tokens

write-business-plan

Use when creating a business plan for a startup, new venture, loan application, or investor pitch requiring a formal written document.

jeffreytse/grimoire-core · 28 tokens