一键导入
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: