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.
npx agentmods add skills/jared833/claude-code-hooks/idea-vetnpx skills add jared833/claude-code-hooks --skill idea-vetgit clone --depth 1 https://github.com/jared833/claude-code-hooksWrote 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/skills/jared833/claude-code-hooks/idea-vet)<a href="https://agentmods.dev/skills/jared833/claude-code-hooks/idea-vet"><img src="https://agentmods.dev/badge/skills/jared833/claude-code-hooks/idea-vet.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 | $0.00095 | $0.04670 |
| Opus 5 | $0.00048 | $0.02335 |
| Sonnet 5 | $0.00019 | $0.00934 |
| Haiku 4.5 | $0.00010 | $0.00467 |
Grade A, and why
idea-vet 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Work up the Content Bank
Raw ideas land in Notion as a line of text. This turns each one into a menu he can produce from without thinking about it first.
What this is NOT
The bank is not a queue and it does not drain (Jared's call, 2026-07-26). An entry is a core idea that lives there permanently. He picks from it when he is cranking through content, and an idea he does not use this month is not rejected, it is just not this month's. Nothing in this skill or any producer is allowed to consume an entry, retire it, or mark it dead.
He also makes more than one version of an idea. Do not write the workup as a choice between formats. Write it as one recommended version plus the order to build the others, because he is going to make all of them.
The database, as it actually is
Content Bank, under Ops Command Center.
Data source collection://YOUR-CONTENT-BANK-DATA-SOURCE-ID.
Verified schema, 2026-07-27. Five properties:
| Property | Type | Values | Who writes it |
|---|---|---|---|
Draft |
title | the idea itself | Jared |
Platform |
multi select | LinkedIn, Newsletter, TikTok, Blog, X, YouTube, Instagram | Jared, as a hint. Optional. |
Stage |
select | Raw, Worked up | this skill |
Kind |
select | Pillar, One-off, Pickup | this skill writes the first two, /vid-batch writes Pickup |
Made on |
multi select | same minus X | the producers, after something ships |
Platform is his steer about where an idea belongs, not a decision. Blank means he has no
opinion and you should recommend freely. Made on is the record of what has actually been
produced, and it is the only thing that stops the same idea being made twice.
Kind records the call this skill already makes in the Series line: a pillar is a recurring
theme with named episodes or a shared template, a one-off is a single treatment even if it
has a topical sibling. Blank means not yet assessed.
Pickup is the third value and it means anything waiting on Jared to film (his words,
2026-07-27): a b-roll request, a reshoot, a capture that does not exist, or a fully worked
idea blocked on one shot. It beats the other two when a row is both, because what he does
next is pick up a camera. /vid-batch writes it on every footage-gap row it files.
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 First seen · 289 lines · 95 tokens per session scan A 965d5712efc0
idea-vet is a skill published in the GitHub repository jared833/claude-code-hooks (2 stars, last pushed 2d ago), licensed MIT. It adds 95 tokens to every session and 4,670 once invoked, about $0.0005 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
chat-perf
Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…