Onboarding
Skill schub-tech/llm-ideation-wiki/.agents/skills/onboarding
AI-maintained Notion wiki that pressure-tests business ideas into evidence-bound verdicts.
npx -y skills add schub-tech/llm-ideation-wiki --skill onboardingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Set up a new Notion-backed LLM Ideation Wiki from a fresh clone. Use when the user asks to get started, onboard, initialize the wiki, or connect a Notion root page.
SKILL.md
2.5 KB, as published. Nobody here has run it
Set up the repo as a Notion-backed idea wiki. Do infrastructure only; do not create ideas.
Ask first.
If the user has not already provided it, ask for the Notion page URL to use as the wiki root.
Do not proceed until you have the root page URL.
Set up Notion.
- Read
README.md,AGENTS.md,docs/agent/notion-contract.md, andnotion.config.jsonif it exists. - Check whether
ntnexists withcommand -v ntnorntn --version. - If
ntnis missing, tell the user the Notion CLI is required. Ask before installing external software, then install with the official commandcurl -fsSL https://ntn.dev | bashwhen approved. - Run
ntn doctor. - If the CLI is not authenticated, run
ntn login. This should open the user's browser; ask the user to complete the browser approval and confirm the verification code. - If the environment is headless and
ntn loginprints a URL and poll command, show the URL/code to the user, then run the printed poll command after they approve in the browser. - Re-run
ntn doctorafter login. - Extract the page ID from the Notion URL and store it as the compact ID in
notion.config.json. - For a new wiki root, reset
pagesinnotion.config.jsonbefore seeding so old page IDs are not reused. - Set
modetonotion-cli, keepversion: 1, and storeroot_url,root_page_id,root_title, androot_emoji. - Run
scripts/notion_wiki.py seed --refresh-existingto createRaw,Shared,Wiki, andTemplates.
Finish.
- Run
scripts/notion_wiki.py pull-cache. - Run
scripts/notion_wiki.py hash. - Run
scripts/notion_wiki.py ls. - Update local
wiki/index.mdonly if navigation changed. - Update local
hot.md. - Append one short entry to local
wiki/log.md. - Tell the user setup is complete and the next step is
/founder-profile. After that, use/new-ideato create the first idea.
Rules.
- Notion is canonical for
raw/source material and user-facingwiki/content. - The repo is the harness:
README.md,AGENTS.md,hot.md,wiki/index.md,wiki/log.md,docs/,templates/, scripts, and skills. - Do not put harness files into Notion.
- Do not create idea pages during onboarding.
- If the root page title or icon cannot be read, default to
LLM Wikiand🧠. - The agent can start browser login, but the user must approve Notion access themselves.