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 skills add schub-tech/llm-ideation-wiki --skill new-ideagit clone --depth 1 https://github.com/schub-tech/llm-ideation-wikiWrote 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/schub-tech/llm-ideation-wiki/new-idea)<a href="https://agentmods.dev/skills/schub-tech/llm-ideation-wiki/new-idea"><img src="https://agentmods.dev/badge/skills/schub-tech/llm-ideation-wiki/new-idea/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.
<a href="https://agentmods.dev/skills/schub-tech/llm-ideation-wiki/new-idea"><img src="https://agentmods.dev/badge/skills/schub-tech/llm-ideation-wiki/new-idea.svg" alt="Reviewed on agentmods" width="80" 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.00050 | $0.00566 |
| Opus 5 | $0.00025 | $0.00283 |
| Sonnet 5 | $0.00010 | $0.00113 |
| Haiku 4.5 | $0.00005 | $0.00057 |
Grade A, and why
new-idea 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 9d 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.
What it actually says
Create one new idea workspace in Notion.
Preflight.
- Read
hot.md,wiki/index.md,notion.config.json,docs/agent/notion-contract.md, andtemplates/idea-page.md. - If
notion.config.jsonhas noroot_page_id, stop and tell the user to run/onboardingfirst. - If
wiki/is missing fromnotion.config.json, runscripts/notion_wiki.py seed --refresh-existing. - If
wiki/founderis missing fromnotion.config.json, stop and tell the user to run/founder-profilefirst.
Ask first.
If the user has not already provided it, ask for the idea in a few sentences.
Do not proceed until you have the idea.
Create pages.
- Infer a short idea title from the user's description.
- Turn the title into a slug for path keys, for example
bagel-shop-munich. - Use Title Case human page titles in Notion, not slug-style titles.
- Create
raw/<idea-slug>/underRawwith an emoji. - Create
raw/<idea-slug>/founder-notewith the user's initial idea. Mark it as source material, not synthesis. - Create
wiki/<idea-slug>/underWikias the idea workspace container. - Create
wiki/<idea-slug>/overviewfromtemplates/idea-page.md. - Fill only what the initial idea and
wiki/foundersupport. Mark founder claims as^[user-claim], inferred synthesis as^[inferred], and uncertain claims as^[ambiguous]. - Set an emoji on every Notion page.
Use scripts/notion_wiki.py create <path> --parent <parent-path> --title <title> --emoji <emoji> --file <file> for new mapped pages and scripts/notion_wiki.py update <path> <file> for durable writes.
Finish.
- Run the ritual (
AGENTS.md§ Mechanics), plusscripts/notion_wiki.py ls. - Tell the user where the idea lives and suggest
/grill-meor/find-gapsas the next step.
Rules.
- Create exactly one idea per run.
- Do not invent evidence. The first overview can mostly be gaps.
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.
- 9d ago First seen · 44 lines · 50 tokens per session scan A 61de3eb59665
new-idea is a skill published in the GitHub repository schub-tech/llm-ideation-wiki (11 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 566 once invoked, about $0.0003 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-30.
Other skills, from other repositories
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
himalaya
Himalaya CLI: IMAP/SMTP email from terminal.
apple-reminders
Apple Reminders via remindctl: add, list, complete.
box
Box manages cloud files, sharing, search, and metadata.
obsidian
Read, search, create, and edit notes in the Obsidian vault.
channels-setup
Use when a developer wants to build their first CopilotKit Channels agent and get it answering in Slack or Microsoft Teams — "set up a channel", "connect my agent to Slack", "get my agent into Teams", or starting from nothing and wanting a working channel end to end. Covers the whole path: inspecting or scaffolding…