ワンクリックで
wikify
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check Sentry errors, Axiom logs, and other monitoring sources for bugs, then fix them with regression tests
Recursively crawl a documentation site, converting each page to markdown
Fetch Google Docs and convert to markdown
Generate TTS audio from speaker_notes and upload to Vercel Blob
Generate AI illustrations for course cards and upload to Vercel Blob
Convert PDF files to markdown
| name | wikify |
| description | Process raw sources into wiki pages — creates summaries, entities, and concept pages |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
Process raw source files into the wiki following the schema in CLAUDE.md.
If no $ARGUMENTS are provided, auto-detect new sources:
.md files in raw/ (excluding raw/assets/).wiki/log.md and extract all previously ingested source filenames.raw/ that have not been ingested yet.If $ARGUMENTS is provided (e.g., /ingest raw/article.md), process only that specific file.
Follow the Ingest workflow defined in CLAUDE.md:
raw/.wiki/Source - <Title>.md with proper YAML frontmatter.sources list.[[wikilinks]].wiki/index.md with any new or changed pages.wiki/log.md with format: ## [YYYY-MM-DD] ingest | Source TitleCommit and push all changes to GitHub:
git add wiki/ CLAUDE.md
git commit -m "wiki: ingest <source names>"
git push
Report to the user: